Trace number 3263175

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.34 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 27246
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 14656us
0.00/0.01	c parsed 65612 clauses with 780 variables
0.00/0.02	c NW started thread 0 successfully (1113110848)
0.00/0.02	c NW started thread 1 successfully (1123600704)
0.00/0.03	c NW started thread 2 successfully (1094527296)
0.00/0.04	c NW started thread 3 successfully (1134090560)
11.49/2.99	c preprocessor returned 10010 variables
11.49/2.99	c preprocessing returned UNKNOWN
11.49/2.99	c PP set 0 variables
11.49/2.99	c pp time: 2952081us (2s)
11.49/2.99	c preprocessor returned 10010 variables
11.49/2.99	c preprocessing returned UNKNOWN
11.49/2.99	c PP set 0 variables
11.49/2.99	c pp time: 2972733us (2s)
11.88/3.01	c preprocessor returned 10010 variables
11.88/3.01	c preprocessing returned UNKNOWN
11.88/3.01	c PP set 0 variables
11.88/3.01	c pp time: 2991359us (2s)
51.03/12.90	c preprocessor returned 30014 variables
51.03/12.90	c preprocessing returned UNKNOWN
51.03/12.90	c PP set 0 variables
51.03/12.90	c pp time: 12859225us (12s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263175-1304063883/watcher-3263175-1304063883 -o /tmp/evaluation-result-3263175-1304063883/solver-3263175-1304063883 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263175-1304063883.cnf 2066088377 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0

[startup+0.0874169 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.976058 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07604 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17602 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 8.00 8.04 8.00 6/182 27245
/proc/meminfo: memFree=25921820/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10069 s]
/proc/loadavg: 8.08 8.05 8.01 9/188 27251
/proc/meminfo: memFree=25876388/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=285732 CPUtime=12.26 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 24220 0 0 0 1222 4 0 0 18 0 5 0 517986291 292589568 11940 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 71433 11940 404 389 0 67183 0
[pid=27246/tid=27248] ppid=27245 vsize=285732 CPUtime=3.05 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 5483 0 0 0 304 1 0 0 25 0 5 0 517986293 292589568 11940 33554432000 4194304 5787044 140733553676144 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=285732 CPUtime=3.05 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 5149 0 0 0 304 1 0 0 25 0 5 0 517986294 292589568 11940 33554432000 4194304 5787044 140733553676144 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=285732 CPUtime=3.05 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 5599 0 0 0 305 0 0 0 25 0 5 0 517986295 292589568 11940 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591027 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=285732 CPUtime=3.04 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 4023 0 0 0 304 0 0 0 25 0 5 0 517986295 292589568 11940 33554432000 4194304 5787044 140733553676144 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 294432

[startup+6.30713 s]
/proc/loadavg: 8.07 8.05 8.00 9/188 27251
/proc/meminfo: memFree=25863180/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=291816 CPUtime=25.07 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 26598 0 0 0 2502 5 0 0 18 0 5 0 517986291 298819584 14318 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 72954 14318 404 389 0 68704 0
[pid=27246/tid=27248] ppid=27245 vsize=291816 CPUtime=6.23 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 5888 0 0 0 622 1 0 0 25 0 5 0 517986293 298819584 14318 33554432000 4194304 5787044 140733553676144 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=291816 CPUtime=6.26 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 6627 0 0 0 625 1 0 0 25 0 5 0 517986294 298819584 14319 33554432000 4194304 5787044 140733553676144 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=291816 CPUtime=6.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 6093 0 0 0 625 0 0 0 25 0 5 0 517986295 298819584 14319 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=291816 CPUtime=6.25 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 4025 0 0 0 625 0 0 0 25 0 5 0 517986295 298819584 14319 33554432000 4194304 5787044 140733553676144 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 300516

[startup+12.701 s]
/proc/loadavg: 8.15 8.07 8.01 9/188 27252
/proc/meminfo: memFree=25853764/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=295388 CPUtime=50.62 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 28946 0 0 0 5056 6 0 0 18 0 5 0 517986291 302477312 16666 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 73847 16666 404 389 0 69597 0
[pid=27246/tid=27248] ppid=27245 vsize=295388 CPUtime=12.6 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 6640 0 0 0 1259 1 0 0 25 0 5 0 517986293 302477312 16666 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=295388 CPUtime=12.66 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 7378 0 0 0 1264 2 0 0 25 0 5 0 517986294 302477312 16666 33554432000 4194304 5787044 140733553676144 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=295388 CPUtime=12.65 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 6937 0 0 0 1264 1 0 0 25 0 5 0 517986295 302477312 16666 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=295388 CPUtime=12.64 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 4025 0 0 0 1264 0 0 0 25 0 5 0 517986295 302477312 16666 33554432000 4194304 5787044 140733553676144 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 304088

[startup+25.5008 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 27252
/proc/meminfo: memFree=25820372/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=304416 CPUtime=101.73 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 38161 0 0 0 10162 11 0 0 18 0 5 0 517986291 311721984 23560 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 76104 23560 417 389 0 71854 0
[pid=27246/tid=27248] ppid=27245 vsize=304416 CPUtime=25.31 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 8908 0 0 0 2529 2 0 0 25 0 5 0 517986293 311721984 23560 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=304416 CPUtime=25.45 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 8537 0 0 0 2543 2 0 0 25 0 5 0 517986294 311721984 23560 33554432000 4194304 5787044 140733553676144 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=304416 CPUtime=25.45 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 8134 0 0 0 2543 2 0 0 25 0 5 0 517986295 311721984 23560 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=304416 CPUtime=25.44 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 8616 0 0 0 2542 2 0 0 25 0 5 0 517986295 311721984 23560 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 313116

[startup+51.1003 s]
/proc/loadavg: 8.16 8.07 8.01 9/188 27253
/proc/meminfo: memFree=25772944/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=321660 CPUtime=203.98 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 48186 0 0 0 20377 21 0 0 18 0 5 0 517986291 329379840 33538 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 80415 33538 417 389 0 76165 0
[pid=27246/tid=27248] ppid=27245 vsize=321660 CPUtime=50.78 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 10903 0 0 0 5072 6 0 0 25 0 5 0 517986293 329379840 33538 33554432000 4194304 5787044 140733553676144 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=321660 CPUtime=51.05 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 11464 0 0 0 5100 5 0 0 25 0 5 0 517986294 329379840 33538 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=321660 CPUtime=51.04 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 11461 0 0 0 5101 3 0 0 25 0 5 0 517986295 329379840 33538 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=321660 CPUtime=51.04 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 10392 0 0 0 5099 5 0 0 25 0 5 0 517986295 329379840 33538 33554432000 4194304 5787044 140733553676144 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 330360

[startup+102.3 s]
/proc/loadavg: 8.18 8.09 8.02 9/188 27254
/proc/meminfo: memFree=25721096/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=334260 CPUtime=408.49 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 57624 0 0 0 40818 31 0 0 18 0 5 0 517986291 342282240 42856 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 83565 42856 417 389 0 79315 0
[pid=27246/tid=27248] ppid=27245 vsize=334260 CPUtime=101.69 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 12640 0 0 0 10160 9 0 0 25 0 5 0 517986293 342282240 42856 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=334260 CPUtime=102.25 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 14408 0 0 0 10218 7 0 0 25 0 5 0 517986294 342282240 42856 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=334260 CPUtime=102.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 13458 0 0 0 10219 5 0 0 25 0 5 0 517986295 342282240 42856 33554432000 4194304 5787044 140733553676144 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=334260 CPUtime=102.24 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 13152 0 0 0 10216 8 0 0 25 0 5 0 517986295 342282240 42856 33554432000 4194304 5787044 140733553676144 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 342960

[startup+162.301 s]
/proc/loadavg: 8.13 8.09 8.02 9/188 27256
/proc/meminfo: memFree=25655092/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=353240 CPUtime=648.15 cores=0,2,4,6

################
# More data... #
################

/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 30331 0 0 0 82191 30 0 0 25 0 5 0 517986294 675586048 116458 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=659752 CPUtime=822.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 38452 0 0 0 82203 21 0 0 25 0 5 0 517986295 675586048 116458 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=659752 CPUtime=822.24 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 30233 0 0 0 82192 32 0 0 25 0 5 0 517986295 675586048 116458 33554432000 4194304 5787044 140733553676144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 668452

[startup+882.301 s]
/proc/loadavg: 5.07 7.15 7.72 5/177 27305
/proc/meminfo: memFree=25782260/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=672052 CPUtime=3524.09 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 139033 0 0 0 352273 136 0 0 18 0 5 0 517986291 688181248 122931 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 168013 122931 417 389 0 163763 0
[pid=27246/tid=27248] ppid=27245 vsize=672052 CPUtime=877.33 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 31518 0 0 0 87691 42 0 0 25 0 5 0 517986293 688181248 122931 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=672052 CPUtime=882.21 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 33044 0 0 0 88189 32 0 0 25 0 5 0 517986294 688181248 122931 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=672052 CPUtime=882.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 38452 0 0 0 88203 21 0 0 25 0 5 0 517986295 688181248 122931 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=672052 CPUtime=882.23 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 32053 0 0 0 88184 39 0 0 25 0 5 0 517986295 688181248 122931 33554432000 4194304 5787044 140733553676144 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 680752

[startup+942.301 s]
/proc/loadavg: 4.39 6.57 7.49 5/177 27306
/proc/meminfo: memFree=25749080/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=680252 CPUtime=3763.77 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 147407 0 0 0 376211 166 0 0 18 0 5 0 517986291 696578048 131305 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 170063 131305 417 389 0 165813 0
[pid=27246/tid=27248] ppid=27245 vsize=680252 CPUtime=937 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 33646 0 0 0 93646 54 0 0 25 0 5 0 517986293 696578048 131305 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=680252 CPUtime=942.21 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 36078 0 0 0 94185 36 0 0 25 0 5 0 517986294 696578048 131305 33554432000 4194304 5787044 140733553676144 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=680252 CPUtime=942.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 39477 0 0 0 94203 21 0 0 25 0 5 0 517986295 696578048 131305 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=680252 CPUtime=942.24 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 34240 0 0 0 94171 53 0 0 25 0 5 0 517986295 696578048 131305 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 688952

[startup+1002.3 s]
/proc/loadavg: 4.19 6.12 7.27 5/177 27308
/proc/meminfo: memFree=25722028/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=684352 CPUtime=4003.43 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 154145 0 0 0 400148 195 0 0 18 0 5 0 517986291 700776448 138043 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 171088 138043 417 389 0 166838 0
[pid=27246/tid=27248] ppid=27245 vsize=684352 CPUtime=996.68 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 36719 0 0 0 99601 67 0 0 25 0 5 0 517986293 700776448 138043 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=684352 CPUtime=1002.2 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 37981 0 0 0 100180 40 0 0 25 0 5 0 517986294 700776448 138043 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=684352 CPUtime=1002.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 39482 0 0 0 100203 21 0 0 25 0 5 0 517986295 700776448 138043 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=684352 CPUtime=1002.23 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 35997 0 0 0 100159 64 0 0 25 0 5 0 517986295 700776448 138043 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 693052

[startup+1062.31 s]
/proc/loadavg: 4.11 5.74 7.07 5/177 27310
/proc/meminfo: memFree=25709576/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=684352 CPUtime=4243.11 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 157915 0 0 0 424103 208 0 0 18 0 5 0 517986291 700776448 141138 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 171088 141138 417 389 0 166838 0
[pid=27246/tid=27248] ppid=27245 vsize=684352 CPUtime=1056.36 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 38237 0 0 0 105562 74 0 0 25 0 5 0 517986293 700776448 141138 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=684352 CPUtime=1062.21 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 38906 0 0 0 106179 42 0 0 25 0 5 0 517986294 700776448 141138 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=684352 CPUtime=1062.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 39496 0 0 0 106203 21 0 0 25 0 5 0 517986295 700776448 141138 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=684352 CPUtime=1062.24 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 37310 0 0 0 106155 69 0 0 25 0 5 0 517986295 700776448 141138 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 693052

[startup+1122.3 s]
/proc/loadavg: 4.08 5.44 6.88 5/177 27311
/proc/meminfo: memFree=25708560/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=685276 CPUtime=4482.75 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 158222 0 0 0 448067 208 0 0 18 0 5 0 517986291 701722624 141445 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 171319 141445 417 389 0 167069 0
[pid=27246/tid=27248] ppid=27245 vsize=685276 CPUtime=1116.03 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 38239 0 0 0 111529 74 0 0 25 0 5 0 517986293 701722624 141445 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=685276 CPUtime=1122.2 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 38907 0 0 0 112178 42 0 0 25 0 5 0 517986294 701722624 141445 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=685276 CPUtime=1122.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 39799 0 0 0 112202 22 0 0 25 0 5 0 517986295 701722624 141445 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=685276 CPUtime=1122.23 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 37311 0 0 0 112154 69 0 0 25 0 5 0 517986295 701722624 141445 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 693976

[startup+1182.3 s]
/proc/loadavg: 4.06 5.19 6.70 5/177 27313
/proc/meminfo: memFree=25698832/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=697004 CPUtime=4722.42 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 160641 0 0 0 472033 209 0 0 18 0 5 0 517986291 713732096 143864 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 174251 143864 417 389 0 170001 0
[pid=27246/tid=27248] ppid=27245 vsize=697004 CPUtime=1175.7 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 38239 0 0 0 117496 74 0 0 25 0 5 0 517986293 713732096 143864 33554432000 4194304 5787044 140733553676144 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=697004 CPUtime=1182.2 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 38909 0 0 0 118178 42 0 0 25 0 5 0 517986294 713732096 143864 33554432000 4194304 5787044 140733553676144 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=697004 CPUtime=1182.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 42215 0 0 0 118201 23 0 0 25 0 5 0 517986295 713732096 143864 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=697004 CPUtime=1182.23 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 37312 0 0 0 118154 69 0 0 25 0 5 0 517986295 713732096 143864 33554432000 4194304 5787044 140733553676144 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 705704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.10 5.13 6.65 5/177 27313
/proc/meminfo: memFree=25695724/32951124 swapFree=67111364/67111528
[pid=27245] ppid=27243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27245/stat : 27245 (prissAuto.sh) S 27243 27245 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517986291 8908800 252 33554432000 4194304 4922060 140736319255760 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27245/statm: 2175 252 211 178 0 68 0
[pid=27246] ppid=27245 vsize=700072 CPUtime=4800.34 cores=0,2,4,6
/proc/27246/stat : 27246 (priss) S 27245 27245 25027 0 -1 4202496 161390 0 0 0 479824 210 0 0 18 0 5 0 517986291 716873728 144613 33554432000 4194304 5787044 140733553676144 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 175018 144613 417 389 0 170768 0
[pid=27246/tid=27248] ppid=27245 vsize=700072 CPUtime=1195.09 cores=0,2,4,6
/proc/27246/task/27248/stat : 27248 (priss) R 27245 27245 25027 0 -1 4202560 38239 0 0 0 119435 74 0 0 25 0 5 0 517986293 716873728 144613 33554432000 4194304 5787044 140733553676144 18446744073709551615 4220501 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27246/tid=27249] ppid=27245 vsize=700072 CPUtime=1201.7 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (priss) R 27245 27245 25027 0 -1 4202560 38913 0 0 0 120128 42 0 0 25 0 5 0 517986294 716873728 144613 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27246/tid=27250] ppid=27245 vsize=700072 CPUtime=1201.74 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (priss) R 27245 27245 25027 0 -1 4202560 42957 0 0 0 120151 23 0 0 25 0 5 0 517986295 716873728 144613 33554432000 4194304 5787044 140733553676144 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27246/tid=27251] ppid=27245 vsize=700072 CPUtime=1201.74 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (priss) R 27245 27245 25027 0 -1 4202560 37315 0 0 0 120105 69 0 0 25 0 5 0 517986295 716873728 144613 33554432000 4194304 5787044 140733553676144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 708772

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27245 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.34
CPU user time (s): 4798.24
CPU system time (s): 2.1
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 708772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.89071 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 09:58:03
IDJOB=3263175
IDBENCH=83934
IDSOLVER=1602
FILE ID=node136/3263175-1304063883
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263175-1304063883/watcher-3263175-1304063883 -o /tmp/evaluation-result-3263175-1304063883/solver-3263175-1304063883 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263175-1304063883.cnf 2066088377 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=2066088377

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25922092 kB
Buffers:       1061524 kB
Cached:        5003124 kB
SwapCached:        100 kB
Active:        1028388 kB
Inactive:      5449868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25922092 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:      413144 kB
Mapped:          15612 kB
Slab:           486032 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   609564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72332 MiB
End job on node136 at 2011-04-29 10:18:07