Trace number 3266519

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.01 1201.82

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_80.shuffled.cnf
MD5SUM53a7d1541ad9c0dde902ec3a505ae8fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses634
Sum of the clauses size1900
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3632
Number of clauses of size 40
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: 20614
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 244us
0.00/0.00	c parsed 634 clauses with 238 variables
0.00/0.00	c NW started thread 0 successfully (1087895872)
0.00/0.00	c NW started thread 1 successfully (1115912512)
0.00/0.00	c NW started thread 2 successfully (1126402368)
0.00/0.00	c NW started thread 3 successfully (1136892224)
0.00/0.59	c preprocessor returned 10028 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 576512us (0s)
0.00/0.59	c preprocessor returned 10028 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 576788us (0s)
0.00/0.59	c preprocessor returned 10028 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 580953us (0s)
23.52/5.99	c preprocessor returned 30034 variables
23.52/5.99	c preprocessing returned UNKNOWN
23.52/5.99	c PP set 0 variables
23.52/5.99	c pp time: 5987249us (5s)

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-3266519-1304072942/watcher-3266519-1304072942 -o /tmp/evaluation-result-3266519-1304072942/solver-3266519-1304072942 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266519-1304072942.cnf 129414166 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.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0

[startup+0.812989 s]
/proc/loadavg: 8.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900972 s]
/proc/loadavg: 8.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00095 s]
/proc/loadavg: 8.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10094 s]
/proc/loadavg: 8.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 8.04 8.06 8.01 5/182 20613
/proc/meminfo: memFree=24150932/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 8.04 8.06 8.00 9/188 20619
/proc/meminfo: memFree=24108712/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=221376 CPUtime=12.33 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 11736 0 0 0 1229 4 0 0 25 0 5 0 499710497 226689024 11196 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 55344 11196 404 389 0 51094 0
[pid=20614/tid=20615] ppid=20613 vsize=221376 CPUtime=3.08 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 2419 0 0 0 307 1 0 0 20 0 5 0 499710497 226689024 11196 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=221376 CPUtime=3.07 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 3579 0 0 0 306 1 0 0 20 0 5 0 499710497 226689024 11196 33554432000 4194304 5787044 140737137526784 18446744073709551615 4734240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=221376 CPUtime=3.07 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 2228 0 0 0 306 1 0 0 18 0 5 0 499710497 226689024 11196 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=221376 CPUtime=3.08 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 2014 0 0 0 308 0 0 0 25 0 5 0 499710497 226689024 11197 33554432000 4194304 5787044 140737137526784 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 230076

[startup+6.30701 s]
/proc/loadavg: 8.04 8.06 8.00 9/188 20619
/proc/meminfo: memFree=24090952/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=225244 CPUtime=25.13 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 16573 0 0 0 2506 7 0 0 25 0 5 0 499710497 230649856 15096 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 56311 15096 417 389 0 52061 0
[pid=20614/tid=20615] ppid=20613 vsize=225244 CPUtime=6.28 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 3808 0 0 0 626 2 0 0 20 0 5 0 499710497 230649856 15096 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=225244 CPUtime=6.28 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 4631 0 0 0 626 2 0 0 25 0 5 0 499710497 230649856 15096 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=225244 CPUtime=6.28 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 2901 0 0 0 626 2 0 0 25 0 5 0 499710497 230649856 15096 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=225244 CPUtime=6.26 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 3737 0 0 0 626 0 0 0 25 0 5 0 499710497 230649856 15096 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 233944

[startup+12.7009 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 20620
/proc/meminfo: memFree=24071120/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=301108 CPUtime=50.64 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 21619 0 0 0 5051 13 0 0 25 0 5 0 499710497 308334592 20119 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 75277 20119 417 389 0 71027 0
[pid=20614/tid=20615] ppid=20613 vsize=301108 CPUtime=12.67 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 4861 0 0 0 1263 4 0 0 25 0 5 0 499710497 308334592 20119 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=301108 CPUtime=12.67 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 5835 0 0 0 1264 3 0 0 25 0 5 0 499710497 308334592 20119 33554432000 4194304 5787044 140737137526784 18446744073709551615 4229085 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=301108 CPUtime=12.65 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 4609 0 0 0 1262 3 0 0 25 0 5 0 499710497 308334592 20119 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=301108 CPUtime=12.63 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 4818 0 0 0 1261 2 0 0 25 0 5 0 499710497 308334592 20119 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 309808

[startup+25.5006 s]
/proc/loadavg: 8.09 8.07 8.01 9/188 20620
/proc/meminfo: memFree=24036528/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=315084 CPUtime=101.74 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 29969 0 0 0 10154 20 0 0 25 0 5 0 499710497 322646016 28358 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 78771 28358 417 389 0 74521 0
[pid=20614/tid=20615] ppid=20613 vsize=315084 CPUtime=25.46 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 6220 0 0 0 2540 6 0 0 25 0 5 0 499710497 322646016 28358 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=315084 CPUtime=25.46 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 7052 0 0 0 2542 4 0 0 25 0 5 0 499710497 322646016 28358 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=315084 CPUtime=25.38 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 6449 0 0 0 2533 5 0 0 25 0 5 0 499710497 322646016 28358 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=315084 CPUtime=25.42 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 8752 0 0 0 2538 4 0 0 25 0 5 0 499710497 322646016 28358 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 323784

[startup+51.101 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20621
/proc/meminfo: memFree=23989604/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=333588 CPUtime=203.97 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 40529 0 0 0 20365 32 0 0 25 0 5 0 499710497 341594112 38725 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 83397 38725 417 389 0 79147 0
[pid=20614/tid=20615] ppid=20613 vsize=333588 CPUtime=50.92 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 8589 0 0 0 5083 9 0 0 25 0 5 0 499710497 341594112 38725 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=333588 CPUtime=51.04 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 9100 0 0 0 5098 6 0 0 25 0 5 0 499710497 341594112 38725 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=333588 CPUtime=50.95 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 8157 0 0 0 5088 7 0 0 25 0 5 0 499710497 341594112 38725 33554432000 4194304 5787044 140737137526784 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=333588 CPUtime=51.01 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 13187 0 0 0 5094 7 0 0 25 0 5 0 499710497 341594112 38725 33554432000 4194304 5787044 140737137526784 18446744073709551615 5529388 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 342288

[startup+102.301 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20622
/proc/meminfo: memFree=23929692/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=353884 CPUtime=408.44 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 52240 0 0 0 40800 44 0 0 25 0 5 0 499710497 362377216 50048 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 88471 50048 417 389 0 84221 0
[pid=20614/tid=20615] ppid=20613 vsize=353884 CPUtime=101.82 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 12871 0 0 0 10169 13 0 0 25 0 5 0 499710497 362377216 50048 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=353884 CPUtime=102.23 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 11219 0 0 0 10214 9 0 0 25 0 5 0 499710497 362377216 50048 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=353884 CPUtime=102.14 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 11063 0 0 0 10204 10 0 0 25 0 5 0 499710497 362377216 50048 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=353884 CPUtime=102.21 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 15591 0 0 0 10211 10 0 0 25 0 5 0 499710497 362377216 50048 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 362584

[startup+162.301 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20657
/proc/meminfo: memFree=24150232/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=367092 CPUtime=648.06 cores=0,2,4,6

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

/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 27590 0 0 0 82181 30 0 0 25 0 5 0 499710497 690790400 116830 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=674600 CPUtime=822.09 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 27256 0 0 0 82177 32 0 0 25 0 5 0 499710497 690790400 116830 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=674600 CPUtime=821.23 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 32405 0 0 0 82094 29 0 0 25 0 5 0 499710497 690790400 116830 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.21
Current children cumulated vsize (KiB) 683300

[startup+882.3 s]
/proc/loadavg: 8.04 8.10 8.04 9/188 20740
/proc/meminfo: memFree=23646256/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=689816 CPUtime=3523.86 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 128549 0 0 0 352249 137 0 0 25 0 5 0 499710497 706371584 124755 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 172454 124755 417 389 0 168204 0
[pid=20614/tid=20615] ppid=20613 vsize=689816 CPUtime=878.41 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 34968 0 0 0 87803 38 0 0 25 0 5 0 499710497 706371584 124755 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=689816 CPUtime=882.09 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 28243 0 0 0 88179 30 0 0 25 0 5 0 499710497 706371584 124755 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=689816 CPUtime=882.08 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 29957 0 0 0 88173 35 0 0 25 0 5 0 499710497 706371584 124755 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=689816 CPUtime=881.24 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 33885 0 0 0 88092 32 0 0 25 0 5 0 499710497 706371584 124755 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.86
Current children cumulated vsize (KiB) 698516

[startup+942.301 s]
/proc/loadavg: 8.05 8.10 8.04 9/188 20741
/proc/meminfo: memFree=23600328/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=705260 CPUtime=3763.55 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 137534 0 0 0 376208 147 0 0 25 0 5 0 499710497 722186240 133414 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 176315 133414 417 389 0 172065 0
[pid=20614/tid=20615] ppid=20613 vsize=705260 CPUtime=938.09 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 37900 0 0 0 93769 40 0 0 25 0 5 0 499710497 722186240 133414 33554432000 4194304 5787044 140737137526784 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=705260 CPUtime=942.1 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 29689 0 0 0 94177 33 0 0 25 0 5 0 499710497 722186240 133414 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=705260 CPUtime=942.09 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 31584 0 0 0 94171 38 0 0 25 0 5 0 499710497 722186240 133414 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=705260 CPUtime=941.24 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 36865 0 0 0 94089 35 0 0 25 0 5 0 499710497 722186240 133414 33554432000 4194304 5787044 140737137526784 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.55
Current children cumulated vsize (KiB) 713960

[startup+1002.3 s]
/proc/loadavg: 8.05 8.09 8.04 9/188 20743
/proc/meminfo: memFree=23590744/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=708240 CPUtime=4003.16 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 139903 0 0 0 400166 150 0 0 25 0 5 0 499710497 725237760 135451 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 177060 135451 417 389 0 172810 0
[pid=20614/tid=20615] ppid=20613 vsize=708240 CPUtime=997.82 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 37910 0 0 0 99742 40 0 0 25 0 5 0 499710497 725237760 135451 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=708240 CPUtime=1002.08 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 30628 0 0 0 100175 33 0 0 25 0 5 0 499710497 725237760 135451 33554432000 4194304 5787044 140737137526784 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=708240 CPUtime=1002.09 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 32140 0 0 0 100169 40 0 0 25 0 5 0 499710497 725237760 135451 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=708240 CPUtime=1001.14 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 37729 0 0 0 100078 36 0 0 25 0 5 0 499710497 725237760 135451 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 716940

[startup+1062.31 s]
/proc/loadavg: 8.13 8.10 8.04 9/188 20745
/proc/meminfo: memFree=23580040/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=709904 CPUtime=4242.83 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 140984 0 0 0 424132 151 0 0 25 0 5 0 499710497 726941696 136532 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 177476 136532 417 389 0 173226 0
[pid=20614/tid=20615] ppid=20613 vsize=709904 CPUtime=1057.83 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 37910 0 0 0 105743 40 0 0 25 0 5 0 499710497 726941696 136532 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=709904 CPUtime=1062.07 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 30630 0 0 0 106174 33 0 0 25 0 5 0 499710497 726941696 136532 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=709904 CPUtime=1062.09 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 32675 0 0 0 106169 40 0 0 25 0 5 0 499710497 726941696 136532 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=709904 CPUtime=1060.81 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 38273 0 0 0 106045 36 0 0 25 0 5 0 499710497 726941696 136532 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 718604

[startup+1122.3 s]
/proc/loadavg: 7.23 7.90 7.98 5/177 20763
/proc/meminfo: memFree=23859268/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=711184 CPUtime=4482.43 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 142135 0 0 0 448091 152 0 0 25 0 5 0 499710497 728252416 137351 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 177796 137351 417 389 0 173546 0
[pid=20614/tid=20615] ppid=20613 vsize=711184 CPUtime=1117.82 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 37932 0 0 0 111742 40 0 0 25 0 5 0 499710497 728252416 137351 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=711184 CPUtime=1122.06 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 30687 0 0 0 112172 34 0 0 25 0 5 0 499710497 728252416 137351 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=711184 CPUtime=1122.07 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 33110 0 0 0 112167 40 0 0 25 0 5 0 499710497 728252416 137351 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=711184 CPUtime=1120.46 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 38910 0 0 0 112009 37 0 0 25 0 5 0 499710497 728252416 137351 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 719884

[startup+1182.3 s]
/proc/loadavg: 5.19 7.19 7.72 5/177 20765
/proc/meminfo: memFree=23856532/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=712464 CPUtime=4722.11 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 142882 0 0 0 472057 154 0 0 25 0 5 0 499710497 729563136 138098 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 178116 138098 417 389 0 173866 0
[pid=20614/tid=20615] ppid=20613 vsize=712464 CPUtime=1177.83 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 38048 0 0 0 117742 41 0 0 25 0 5 0 499710497 729563136 138098 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=712464 CPUtime=1182.05 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 31013 0 0 0 118171 34 0 0 25 0 5 0 499710497 729563136 138098 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=712464 CPUtime=1182.08 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 33415 0 0 0 118167 41 0 0 25 0 5 0 499710497 729563136 138098 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=712464 CPUtime=1180.13 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 38910 0 0 0 117976 37 0 0 25 0 5 0 499710497 729563136 138098 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.11
Current children cumulated vsize (KiB) 721164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.85 6.98 7.64 5/177 20765
/proc/meminfo: memFree=23855528/32951124 swapFree=67111524/67111528
[pid=20613] ppid=20611 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20613/stat : 20613 (prissAuto.sh) S 20611 20613 17192 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 499710497 8908800 251 33554432000 4194304 4922060 140736696589040 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20613/statm: 2175 251 211 178 0 68 0
[pid=20614] ppid=20613 vsize=712464 CPUtime=4800.01 cores=0,2,4,6
/proc/20614/stat : 20614 (priss) S 20613 20613 17192 0 -1 4202496 143115 0 0 0 479847 154 0 0 25 0 5 0 499710497 729563136 138331 33554432000 4194304 5787044 140737137526784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20614/statm: 178116 138331 417 389 0 173866 0
[pid=20614/tid=20615] ppid=20613 vsize=712464 CPUtime=1197.33 cores=0,2,4,6
/proc/20614/task/20615/stat : 20615 (priss) R 20613 20613 17192 0 -1 4202560 38063 0 0 0 119692 41 0 0 25 0 5 0 499710497 729563136 138331 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20614/tid=20616] ppid=20613 vsize=712464 CPUtime=1201.55 cores=0,2,4,6
/proc/20614/task/20616/stat : 20616 (priss) R 20613 20613 17192 0 -1 4202560 31108 0 0 0 120121 34 0 0 25 0 5 0 499710497 729563136 138331 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20614/tid=20617] ppid=20613 vsize=712464 CPUtime=1201.59 cores=0,2,4,6
/proc/20614/task/20617/stat : 20617 (priss) R 20613 20613 17192 0 -1 4202560 33538 0 0 0 120118 41 0 0 25 0 5 0 499710497 729563136 138331 33554432000 4194304 5787044 140737137526784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20614/tid=20618] ppid=20613 vsize=712464 CPUtime=1199.52 cores=0,2,4,6
/proc/20614/task/20618/stat : 20618 (priss) R 20613 20613 17192 0 -1 4202560 38910 0 0 0 119915 37 0 0 25 0 5 0 499710497 729563136 138331 33554432000 4194304 5787044 140737137526784 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 721164

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 20613 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.01
#
# 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.01
CPU user time (s): 4798.47
CPU system time (s): 1.54
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 721164

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.9597 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 12:29:02
IDJOB=3266519
IDBENCH=87811
IDSOLVER=1602
FILE ID=node146/3266519-1304072942
RUNJOBID= node146-1304060503-19305
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_80.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266519-1304072942/watcher-3266519-1304072942 -o /tmp/evaluation-result-3266519-1304072942/solver-3266519-1304072942 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266519-1304072942.cnf 129414166 4800 15500 4

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=129414166

node146.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.830
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.66
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.830
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.830
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.830
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24151080 kB
Buffers:       1679140 kB
Cached:        6272680 kB
SwapCached:          4 kB
Active:        1640128 kB
Inactive:      6632372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24151080 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1640 kB
Writeback:           8 kB
AnonPages:      321128 kB
Mapped:          15620 kB
Slab:           463316 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   521008 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= 72996 MiB
End job on node146 at 2011-04-29 12:49:06