Trace number 3264539

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.08 1201.92

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

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: 14196
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 180us
0.00/0.00	c parsed 486 clauses with 260 variables
0.00/0.00	c NW started thread 0 successfully (1116604736)
0.00/0.00	c NW started thread 1 successfully (1127094592)
0.00/0.00	c NW started thread 2 successfully (1137584448)
0.00/0.00	c NW started thread 3 successfully (1148074304)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 468838us (0s)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 468945us (0s)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 468798us (0s)
19.55/4.97	c preprocessor returned 30056 variables
19.55/4.97	c preprocessing returned UNKNOWN
19.55/4.97	c PP set 0 variables
19.55/4.97	c pp time: 4969989us (4s)

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-3264539-1304066878/watcher-3264539-1304066878 -o /tmp/evaluation-result-3264539-1304066878/solver-3264539-1304066878 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3264539-1304066878.cnf 1124477197 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.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0

[startup+0.131711 s]
/proc/loadavg: 8.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200697 s]
/proc/loadavg: 8.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300678 s]
/proc/loadavg: 8.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.43146 s]
/proc/loadavg: 8.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.53145 s]
/proc/loadavg: 8.06 8.05 8.05 6/182 14195
/proc/meminfo: memFree=26135516/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10615 s]
/proc/loadavg: 8.05 8.05 8.05 9/188 14202
/proc/meminfo: memFree=26100512/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=278916 CPUtime=12.38 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 9347 0 0 0 1236 2 0 0 25 0 5 0 518287483 285609984 8089 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 69729 8089 405 389 0 65479 0
[pid=14196/tid=14197] ppid=14195 vsize=278916 CPUtime=3.09 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 2133 0 0 0 309 0 0 0 22 0 5 0 518287483 285609984 8089 33554432000 4194304 5787044 140734415768656 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=278916 CPUtime=3.08 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 1696 0 0 0 308 0 0 0 22 0 5 0 518287483 285609984 8089 33554432000 4194304 5787044 140734415768656 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=278916 CPUtime=3.09 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 2053 0 0 0 308 1 0 0 25 0 5 0 518287483 285609984 8089 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=278916 CPUtime=3.09 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 1969 0 0 0 309 0 0 0 25 0 5 0 518287483 285609984 8089 33554432000 4194304 5787044 140734415768656 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 287616

[startup+6.30054 s]
/proc/loadavg: 8.05 8.05 8.05 9/188 14202
/proc/meminfo: memFree=26085472/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=281400 CPUtime=25.16 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 13260 0 0 0 2512 4 0 0 25 0 5 0 518287483 288153600 11051 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 70350 11051 418 389 0 66100 0
[pid=14196/tid=14197] ppid=14195 vsize=281400 CPUtime=6.29 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 2741 0 0 0 628 1 0 0 25 0 5 0 518287483 288153600 11051 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=281400 CPUtime=6.26 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 2275 0 0 0 626 0 0 0 25 0 5 0 518287483 288153600 11051 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=281400 CPUtime=6.29 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 2677 0 0 0 628 1 0 0 25 0 5 0 518287483 288153600 11051 33554432000 4194304 5787044 140734415768656 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=281400 CPUtime=6.29 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 4071 0 0 0 629 0 0 0 18 0 5 0 518287483 288153600 11051 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 290100

[startup+12.7003 s]
/proc/loadavg: 8.12 8.06 8.06 9/188 14202
/proc/meminfo: memFree=26067384/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=288472 CPUtime=50.71 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 17108 0 0 0 5065 6 0 0 25 0 5 0 518287483 295395328 14899 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 72118 14899 418 389 0 67868 0
[pid=14196/tid=14197] ppid=14195 vsize=288472 CPUtime=12.68 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 3424 0 0 0 1267 1 0 0 25 0 5 0 518287483 295395328 14899 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=288472 CPUtime=12.63 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 3040 0 0 0 1262 1 0 0 25 0 5 0 518287483 295395328 14899 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=288472 CPUtime=12.68 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 4190 0 0 0 1267 1 0 0 25 0 5 0 518287483 295395328 14899 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=288472 CPUtime=12.68 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 4958 0 0 0 1268 0 0 0 25 0 5 0 518287483 295395328 14899 33554432000 4194304 5787044 140734415768656 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 297172

[startup+25.5009 s]
/proc/loadavg: 8.10 8.06 8.06 9/188 14202
/proc/meminfo: memFree=26032748/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=297480 CPUtime=101.83 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 22814 0 0 0 10173 10 0 0 25 0 5 0 518287483 304619520 20601 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 74370 20601 418 389 0 70120 0
[pid=14196/tid=14197] ppid=14195 vsize=297480 CPUtime=25.49 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 4678 0 0 0 2546 3 0 0 25 0 5 0 518287483 304619520 20601 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=297480 CPUtime=25.35 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 5189 0 0 0 2533 2 0 0 25 0 5 0 518287483 304619520 20601 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=297480 CPUtime=25.48 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 5452 0 0 0 2546 2 0 0 25 0 5 0 518287483 304619520 20601 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=297480 CPUtime=25.48 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 5999 0 0 0 2547 1 0 0 25 0 5 0 518287483 304619520 20601 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 306180

[startup+51.101 s]
/proc/loadavg: 8.06 8.05 8.05 9/188 14203
/proc/meminfo: memFree=26004424/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=305960 CPUtime=204.08 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 29218 0 0 0 20392 16 0 0 25 0 5 0 518287483 313303040 26960 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 76490 26960 418 389 0 72240 0
[pid=14196/tid=14197] ppid=14195 vsize=305960 CPUtime=51.09 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 6851 0 0 0 5104 5 0 0 25 0 5 0 518287483 313303040 26960 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=305960 CPUtime=50.81 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 6268 0 0 0 5078 3 0 0 19 0 5 0 518287483 313303040 26960 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=305960 CPUtime=51.08 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 6887 0 0 0 5104 4 0 0 25 0 5 0 518287483 313303040 26960 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=305960 CPUtime=51.08 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 7716 0 0 0 5105 3 0 0 25 0 5 0 518287483 313303040 26960 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 314660

[startup+102.301 s]
/proc/loadavg: 8.06 8.06 8.05 9/188 14204
/proc/meminfo: memFree=25969672/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=317036 CPUtime=408.6 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 36718 0 0 0 40836 24 0 0 25 0 5 0 518287483 324644864 34339 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 79259 34339 418 389 0 75009 0
[pid=14196/tid=14197] ppid=14195 vsize=317036 CPUtime=102.29 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 8403 0 0 0 10222 7 0 0 25 0 5 0 518287483 324644864 34339 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=317036 CPUtime=101.73 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 8843 0 0 0 10169 4 0 0 25 0 5 0 518287483 324644864 34339 33554432000 4194304 5787044 140734415768656 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=317036 CPUtime=102.27 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 8507 0 0 0 10221 6 0 0 25 0 5 0 518287483 324644864 34339 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=317036 CPUtime=102.28 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 9469 0 0 0 10223 5 0 0 25 0 5 0 518287483 324644864 34339 33554432000 4194304 5787044 140734415768656 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 325736

[startup+162.301 s]
/proc/loadavg: 8.02 8.05 8.05 9/188 14206
/proc/meminfo: memFree=25881236/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=333120 CPUtime=648.25 cores=0,2,4,6

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

/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 19475 0 0 0 81950 11 0 0 25 0 5 0 518287483 391532544 75647 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=382356 CPUtime=822.22 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 18471 0 0 0 82206 16 0 0 25 0 5 0 518287483 391532544 75647 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=382356 CPUtime=820.49 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 20053 0 0 0 82034 15 0 0 25 0 5 0 518287483 391532544 75647 33554432000 4194304 5787044 140734415768656 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 391056

[startup+882.301 s]
/proc/loadavg: 8.12 8.07 8.04 9/188 14234
/proc/meminfo: memFree=25556324/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=457036 CPUtime=3524.32 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 82208 0 0 0 352367 65 0 0 25 0 5 0 518287483 468004864 79101 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 114259 79101 418 389 0 110009 0
[pid=14196/tid=14197] ppid=14195 vsize=457036 CPUtime=882.3 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 20208 0 0 0 88210 20 0 0 25 0 5 0 518287483 468004864 79101 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=457036 CPUtime=879.61 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 20639 0 0 0 87949 12 0 0 25 0 5 0 518287483 468004864 79101 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=457036 CPUtime=882.21 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 19553 0 0 0 88205 16 0 0 25 0 5 0 518287483 468004864 79101 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=457036 CPUtime=880.16 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 20312 0 0 0 88001 15 0 0 25 0 5 0 518287483 468004864 79101 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 465736

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 8.04 9/188 14236
/proc/meminfo: memFree=25507440/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=531772 CPUtime=3763.99 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 86771 0 0 0 376329 70 0 0 25 0 5 0 518287483 544534528 83664 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 132943 83664 418 389 0 128693 0
[pid=14196/tid=14197] ppid=14195 vsize=531772 CPUtime=942.29 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 21447 0 0 0 94208 21 0 0 25 0 5 0 518287483 544534528 83664 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=531772 CPUtime=939.62 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 21809 0 0 0 93949 13 0 0 25 0 5 0 518287483 544534528 83664 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=531772 CPUtime=942.21 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 20716 0 0 0 94204 17 0 0 25 0 5 0 518287483 544534528 83664 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=531772 CPUtime=939.83 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 21303 0 0 0 93966 17 0 0 25 0 5 0 518287483 544534528 83664 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 540472

[startup+1002.3 s]
/proc/loadavg: 8.30 8.13 8.06 9/188 14240
/proc/meminfo: memFree=25482188/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=536196 CPUtime=4002.76 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 90276 0 0 0 400201 75 0 0 25 0 5 0 518287483 549064704 87169 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 134049 87169 418 389 0 129799 0
[pid=14196/tid=14197] ppid=14195 vsize=536196 CPUtime=1002.07 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 22577 0 0 0 100183 24 0 0 25 0 5 0 518287483 549064704 87169 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=536196 CPUtime=999.62 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 22910 0 0 0 99948 14 0 0 25 0 5 0 518287483 549064704 87169 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=536196 CPUtime=1002.19 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 20848 0 0 0 100202 17 0 0 25 0 5 0 518287483 549064704 87169 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=536196 CPUtime=998.86 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 22445 0 0 0 99867 19 0 0 25 0 5 0 518287483 549064704 87169 33554432000 4194304 5787044 140734415768656 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.76
Current children cumulated vsize (KiB) 544896

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.04 9/188 14275
/proc/meminfo: memFree=25877164/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=609664 CPUtime=4242.44 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 95557 0 0 0 424163 81 0 0 25 0 5 0 518287483 624295936 92450 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 152416 92450 418 389 0 148166 0
[pid=14196/tid=14197] ppid=14195 vsize=609664 CPUtime=1062.07 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 24725 0 0 0 106182 25 0 0 25 0 5 0 518287483 624295936 92450 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=609664 CPUtime=1059.62 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 23821 0 0 0 105948 14 0 0 25 0 5 0 518287483 624295936 92450 33554432000 4194304 5787044 140734415768656 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=609664 CPUtime=1062.2 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 21946 0 0 0 106200 20 0 0 25 0 5 0 518287483 624295936 92450 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=609664 CPUtime=1058.53 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 23569 0 0 0 105832 21 0 0 25 0 5 0 518287483 624295936 92450 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 618364

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 8.05 9/188 14276
/proc/meminfo: memFree=25841660/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=609664 CPUtime=4482.09 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 98366 0 0 0 448123 86 0 0 25 0 5 0 518287483 624295936 94852 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 152416 94852 418 389 0 148166 0
[pid=14196/tid=14197] ppid=14195 vsize=609664 CPUtime=1122.06 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 25107 0 0 0 112180 26 0 0 25 0 5 0 518287483 624295936 94852 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=609664 CPUtime=1119.61 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 23821 0 0 0 111947 14 0 0 25 0 5 0 518287483 624295936 94852 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=609664 CPUtime=1121.96 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 23042 0 0 0 112174 22 0 0 25 0 5 0 518287483 624295936 94852 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=609664 CPUtime=1118.43 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 24900 0 0 0 111821 22 0 0 25 0 5 0 518287483 624295936 94852 33554432000 4194304 5787044 140734415768656 18446744073709551615 5522477 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.09
Current children cumulated vsize (KiB) 618364

[startup+1182.31 s]
/proc/loadavg: 8.09 8.10 8.05 9/188 14278
/proc/meminfo: memFree=25814960/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=609664 CPUtime=4721.79 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 99427 0 0 0 472091 88 0 0 25 0 5 0 518287483 624295936 95913 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 152416 95913 418 389 0 148166 0
[pid=14196/tid=14197] ppid=14195 vsize=609664 CPUtime=1182.06 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 25107 0 0 0 118180 26 0 0 25 0 5 0 518287483 624295936 95913 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=609664 CPUtime=1179.62 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 23821 0 0 0 117948 14 0 0 25 0 5 0 518287483 624295936 95913 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=609664 CPUtime=1181.64 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 24103 0 0 0 118140 24 0 0 25 0 5 0 518287483 624295936 95913 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=609664 CPUtime=1178.43 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 24900 0 0 0 117821 22 0 0 25 0 5 0 518287483 624295936 95913 33554432000 4194304 5787044 140734415768656 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.79
Current children cumulated vsize (KiB) 618364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.10 8.05 9/188 14279
/proc/meminfo: memFree=25810964/32950928 swapFree=67111364/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14195/stat : 14195 (prissAuto.sh) S 14193 14195 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518287483 8908800 251 33554432000 4194304 4922060 140737452811056 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14195/statm: 2175 251 211 178 0 68 0
[pid=14196] ppid=14195 vsize=609664 CPUtime=4800.08 cores=0,2,4,6
/proc/14196/stat : 14196 (priss) S 14195 14195 12570 0 -1 4202496 99782 0 0 0 479919 89 0 0 25 0 5 0 518287483 624295936 96268 33554432000 4194304 5787044 140734415768656 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14196/statm: 152416 96268 418 389 0 148166 0
[pid=14196/tid=14197] ppid=14195 vsize=609664 CPUtime=1201.66 cores=0,2,4,6
/proc/14196/task/14197/stat : 14197 (priss) R 14195 14195 12570 0 -1 4202560 25107 0 0 0 120140 26 0 0 25 0 5 0 518287483 624295936 96268 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14196/tid=14198] ppid=14195 vsize=609664 CPUtime=1199.22 cores=0,2,4,6
/proc/14196/task/14198/stat : 14198 (priss) R 14195 14195 12570 0 -1 4202560 23821 0 0 0 119908 14 0 0 25 0 5 0 518287483 624295936 96268 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14196/tid=14199] ppid=14195 vsize=609664 CPUtime=1201.12 cores=0,2,4,6
/proc/14196/task/14199/stat : 14199 (priss) R 14195 14195 12570 0 -1 4202560 24458 0 0 0 120088 24 0 0 25 0 5 0 518287483 624295936 96268 33554432000 4194304 5787044 140734415768656 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14196/tid=14200] ppid=14195 vsize=609664 CPUtime=1198.03 cores=0,2,4,6
/proc/14196/task/14200/stat : 14200 (priss) R 14195 14195 12570 0 -1 4202560 24900 0 0 0 119781 22 0 0 25 0 5 0 518287483 624295936 96268 33554432000 4194304 5787044 140734415768656 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 618364

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 14195 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.08
CPU user time (s): 4799.19
CPU system time (s): 0.89
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 618364

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= 331
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= 5
involuntary context switches= 2

runsolver used 1.69974 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 10:47:58
IDJOB=3264539
IDBENCH=84715
IDSOLVER=1602
FILE ID=node127/3264539-1304066878
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71820 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264539-1304066878/watcher-3264539-1304066878 -o /tmp/evaluation-result-3264539-1304066878/solver-3264539-1304066878 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264539-1304066878.cnf 1124477197 4800 15500 4

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=1124477197

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.75
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26135804 kB
Buffers:       1388720 kB
Cached:        4703316 kB
SwapCached:          0 kB
Active:        1924736 kB
Inactive:      4416308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26135804 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      247684 kB
Mapped:          15620 kB
Slab:           409944 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   435852 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= 71816 MiB
End job on node127 at 2011-04-29 11:08:02