Trace number 3499455

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 1.0? (TO) 20400.3 5100.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.252
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
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: 1406
0.00/0.00	c parsetime: 3001us
0.00/0.00	c parsed 12692 clauses with 527 variables
0.00/0.00	c NW started thread 0 successfully (1092618560)
0.00/0.01	c NW started thread 1 successfully (1105480000)
0.00/0.01	c NW started thread 2 successfully (1115969856)
0.00/0.01	c NW started thread 3 successfully (1126459712)
0.00/0.55	c preprocessor returned 10004 variables
0.00/0.55	c preprocessing returned UNKNOWN
0.00/0.55	c PP set 36 variables
0.00/0.55	c pp time: 546012us (0s)
0.00/0.55	c preprocessor returned 10004 variables
0.00/0.55	c preprocessing returned UNKNOWN
0.00/0.55	c PP set 36 variables
0.00/0.55	c pp time: 547102us (0s)
0.00/0.55	c preprocessor returned 10004 variables
0.00/0.55	c preprocessing returned UNKNOWN
0.00/0.55	c PP set 36 variables
0.00/0.55	c pp time: 547571us (0s)
38.34/9.62	c preprocessor returned 30072 variables
38.34/9.62	c preprocessing returned UNKNOWN
38.34/9.62	c PP set 36 variables
38.34/9.62	c pp time: 9613615us (9s)
12919.70/3229.96	c added unsatisfied clause
12919.70/3229.96	c failed to add network clauses
16240.18/4060.09	c added unsatisfied clause
16240.18/4060.09	c failed to add network clauses
18206.60/4551.66	c HTE
18225.02/4556.27	c subsumption

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499455-1308000047/watcher-3499455-1308000047 -o /var/tmp/evaluation-result-3499455-1308000047/solver-3499455-1308000047 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499455-1308000047.cnf 623443052 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.94 3.63 1/170 1405
/proc/meminfo: memFree=4481548/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0

[startup+0.0354011 s]
/proc/loadavg: 4.00 3.94 3.63 1/170 1405
/proc/meminfo: memFree=4481548/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100388 s]
/proc/loadavg: 4.00 3.94 3.63 1/170 1405
/proc/meminfo: memFree=4481548/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300353 s]
/proc/loadavg: 4.00 3.94 3.63 1/170 1405
/proc/meminfo: memFree=4481548/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700282 s]
/proc/loadavg: 4.00 3.94 3.63 1/170 1405
/proc/meminfo: memFree=4481548/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50114 s]
/proc/loadavg: 4.00 3.94 3.63 5/176 1411
/proc/meminfo: memFree=4454616/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=274240 CPUtime=5.95 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 8768 0 0 0 591 4 0 0 18 0 5 0 911605621 280821760 7435 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 68560 7435 404 389 0 64310 0
[pid=1406/tid=1408] ppid=1405 vsize=274240 CPUtime=1.48 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 1816 0 0 0 148 0 0 0 18 0 5 0 911605622 280821760 7435 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=274240 CPUtime=1.47 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 1601 0 0 0 146 1 0 0 18 0 5 0 911605622 280821760 7435 33554432000 4194304 5787044 140737075837536 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=274240 CPUtime=1.48 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 1676 0 0 0 147 1 0 0 18 0 5 0 911605622 280821760 7435 33554432000 4194304 5787044 140737075837536 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=274240 CPUtime=1.47 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 2116 0 0 0 147 0 0 0 19 0 5 0 911605622 280821760 7435 33554432000 4194304 5787044 140737075837536 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 282940

[startup+3.10086 s]
/proc/loadavg: 4.00 3.94 3.63 5/176 1411
/proc/meminfo: memFree=4452140/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=278340 CPUtime=12.34 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 10688 0 0 0 1228 6 0 0 18 0 5 0 911605621 285020160 9355 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 69585 9355 404 389 0 65335 0
[pid=1406/tid=1408] ppid=1405 vsize=278340 CPUtime=3.08 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 3169 0 0 0 307 1 0 0 18 0 5 0 911605622 285020160 9355 33554432000 4194304 5787044 140737075837536 18446744073709551615 4218760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=278340 CPUtime=3.07 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 1890 0 0 0 305 2 0 0 19 0 5 0 911605622 285020160 9355 33554432000 4194304 5787044 140737075837536 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=278340 CPUtime=3.07 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 1954 0 0 0 306 1 0 0 18 0 5 0 911605622 285020160 9355 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=278340 CPUtime=3.07 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 2116 0 0 0 307 0 0 0 24 0 5 0 911605622 285020160 9355 33554432000 4194304 5787044 140737075837536 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 287040

[startup+6.30029 s]
/proc/loadavg: 4.00 3.94 3.63 5/176 1411
/proc/meminfo: memFree=4443336/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=278340 CPUtime=25.14 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 11833 0 0 0 2506 8 0 0 18 0 5 0 911605621 285020160 10500 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 69585 10500 404 389 0 65335 0
[pid=1406/tid=1408] ppid=1405 vsize=278340 CPUtime=6.28 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 3575 0 0 0 626 2 0 0 18 0 5 0 911605622 285020160 10500 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=278340 CPUtime=6.27 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 2233 0 0 0 625 2 0 0 21 0 5 0 911605622 285020160 10500 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=278340 CPUtime=6.27 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 2350 0 0 0 626 1 0 0 19 0 5 0 911605622 285020160 10500 33554432000 4194304 5787044 140737075837536 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=278340 CPUtime=6.27 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 2116 0 0 0 627 0 0 0 25 0 5 0 911605622 285020160 10500 33554432000 4194304 5787044 140737075837536 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287040

[startup+12.7012 s]
/proc/loadavg: 4.00 3.94 3.63 5/176 1412
/proc/meminfo: memFree=4433128/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=287624 CPUtime=50.74 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 16115 0 0 0 5062 12 0 0 18 0 5 0 911605621 294526976 14077 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 71906 14077 417 389 0 67656 0
[pid=1406/tid=1408] ppid=1405 vsize=287624 CPUtime=12.68 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 4161 0 0 0 1264 4 0 0 18 0 5 0 911605622 294526976 14077 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=287624 CPUtime=12.66 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 2622 0 0 0 1263 3 0 0 22 0 5 0 911605622 294526976 14077 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=287624 CPUtime=12.67 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 2675 0 0 0 1265 2 0 0 18 0 5 0 911605622 294526976 14077 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=287624 CPUtime=12.67 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 5098 0 0 0 1267 0 0 0 18 0 5 0 911605622 294526976 14077 33554432000 4194304 5787044 140737075837536 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 296324

[startup+25.5009 s]
/proc/loadavg: 4.00 3.94 3.64 5/176 1412
/proc/meminfo: memFree=4411136/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=295808 CPUtime=101.93 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 20787 0 0 0 10173 20 0 0 18 0 5 0 911605621 302907392 18746 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 73952 18746 417 389 0 69702 0
[pid=1406/tid=1408] ppid=1405 vsize=295808 CPUtime=25.47 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 4850 0 0 0 2542 5 0 0 18 0 5 0 911605622 302907392 18746 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=295808 CPUtime=25.46 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 3472 0 0 0 2541 5 0 0 25 0 5 0 911605622 302907392 18746 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=295808 CPUtime=25.47 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 3775 0 0 0 2541 6 0 0 19 0 5 0 911605622 302907392 18746 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=295808 CPUtime=25.48 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 7131 0 0 0 2546 2 0 0 23 0 5 0 911605622 302907392 18746 33554432000 4194304 5787044 140737075837536 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 304508

[startup+51.1004 s]
/proc/loadavg: 4.06 3.96 3.65 5/176 1413
/proc/meminfo: memFree=4391748/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=304268 CPUtime=204.31 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 25731 0 0 0 20401 30 0 0 18 0 5 0 911605621 311570432 23624 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 76067 23624 417 389 0 71817 0
[pid=1406/tid=1408] ppid=1405 vsize=304268 CPUtime=51.07 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 5602 0 0 0 5100 7 0 0 18 0 5 0 911605622 311570432 23624 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=304268 CPUtime=51.06 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 5354 0 0 0 5098 8 0 0 25 0 5 0 911605622 311570432 23624 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=304268 CPUtime=51.07 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 5063 0 0 0 5097 10 0 0 21 0 5 0 911605622 311570432 23624 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=304268 CPUtime=51.07 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 8153 0 0 0 5104 3 0 0 19 0 5 0 911605622 311570432 23624 33554432000 4194304 5787044 140737075837536 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.31
Current children cumulated vsize (KiB) 312968

[startup+102.306 s]
/proc/loadavg: 4.02 3.97 3.67 5/176 1414
/proc/meminfo: memFree=4361840/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=318700 CPUtime=409.12 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 33152 0 0 0 40864 48 0 0 18 0 5 0 911605621 326348800 30946 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 79675 30946 418 389 0 75425 0
[pid=1406/tid=1408] ppid=1405 vsize=318700 CPUtime=102.28 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 7916 0 0 0 10216 12 0 0 18 0 5 0 911605622 326348800 30946 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=318700 CPUtime=102.26 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 6465 0 0 0 10214 12 0 0 25 0 5 0 911605622 326348800 30946 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=318700 CPUtime=102.27 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 6679 0 0 0 10209 18 0 0 25 0 5 0 911605622 326348800 30946 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=318700 CPUtime=102.28 cores=0-7

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

/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40472 0 0 0 472169 63 0 0 25 0 5 0 911605622 1054965760 181694 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=4722.34 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43762 0 0 0 472133 101 0 0 25 0 5 0 911605622 1054965760 181694 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=4722.37 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 472214 23 0 0 25 0 5 0 911605622 1054965760 181694 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 1038940

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1551
/proc/meminfo: memFree=3755484/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=19129.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192449 0 0 0 1912667 275 0 0 18 0 5 0 911605621 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181696 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=4782.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48046 0 0 0 478150 85 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591331 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=4782.33 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40472 0 0 0 478169 64 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=4782.35 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43763 0 0 0 478133 102 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=4782.36 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 478213 23 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19129.4
Current children cumulated vsize (KiB) 1038940

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1552
/proc/meminfo: memFree=3755472/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=19369.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192449 0 0 0 1936668 275 0 0 18 0 5 0 911605621 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181696 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=4842.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48046 0 0 0 484150 85 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=4842.33 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40472 0 0 0 484169 64 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=4842.35 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43763 0 0 0 484133 102 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=4842.36 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 484213 23 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 1038940

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1554
/proc/meminfo: memFree=3755452/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=19609.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192449 0 0 0 1960668 275 0 0 18 0 5 0 911605621 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181696 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=4902.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48046 0 0 0 490150 85 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=4902.33 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40472 0 0 0 490169 64 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=4902.35 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43763 0 0 0 490133 102 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=4902.36 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 490213 23 0 0 25 0 5 0 911605622 1054965760 181696 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 1038940

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1556
/proc/meminfo: memFree=3755304/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=19849.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192453 0 0 0 1984669 275 0 0 18 0 5 0 911605621 1054965760 181700 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181700 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=4962.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48046 0 0 0 496150 85 0 0 25 0 5 0 911605622 1054965760 181700 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=4962.33 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40474 0 0 0 496169 64 0 0 25 0 5 0 911605622 1054965760 181700 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=4962.35 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43765 0 0 0 496133 102 0 0 25 0 5 0 911605622 1054965760 181700 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=4962.36 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 496213 23 0 0 25 0 5 0 911605622 1054965760 181700 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 1038940

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1557
/proc/meminfo: memFree=3755276/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=20089.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192457 0 0 0 2008669 275 0 0 18 0 5 0 911605621 1054965760 181704 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181704 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=5022.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48046 0 0 0 502150 85 0 0 25 0 5 0 911605622 1054965760 181704 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=5022.33 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40478 0 0 0 502169 64 0 0 25 0 5 0 911605622 1054965760 181704 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=5022.35 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43765 0 0 0 502133 102 0 0 25 0 5 0 911605622 1054965760 181704 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=5022.37 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 502214 23 0 0 25 0 5 0 911605622 1054965760 181704 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 1038940

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1559
/proc/meminfo: memFree=3755256/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=20329.4 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192458 0 0 0 2032670 275 0 0 18 0 5 0 911605621 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181705 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=5082.35 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48047 0 0 0 508150 85 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=5082.34 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40478 0 0 0 508170 64 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=5082.36 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43765 0 0 0 508134 102 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=5082.37 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 508214 23 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20329.4
Current children cumulated vsize (KiB) 1038940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1559
/proc/meminfo: memFree=3755128/32951124 swapFree=67052292/67111528
[pid=1405] ppid=1403 vsize=8700 CPUtime=0 cores=0-7
/proc/1405/stat : 1405 (priss.sh) S 1403 1405 1301 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 911605621 8908800 252 33554432000 4194304 4922060 140736792320432 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1405/statm: 2175 252 211 178 0 68 0
[pid=1406] ppid=1405 vsize=1030240 CPUtime=20400.3 cores=0-7
/proc/1406/stat : 1406 (priss) S 1405 1405 1301 0 -1 4202496 192458 0 0 0 2039751 275 0 0 18 0 5 0 911605621 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1406/statm: 257560 181705 419 389 0 253310 0
[pid=1406/tid=1408] ppid=1405 vsize=1030240 CPUtime=5100.06 cores=0-7
/proc/1406/task/1408/stat : 1408 (priss) R 1405 1405 1301 0 -1 4202560 48047 0 0 0 509921 85 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1406/tid=1409] ppid=1405 vsize=1030240 CPUtime=5100.04 cores=0-7
/proc/1406/task/1409/stat : 1409 (priss) R 1405 1405 1301 0 -1 4202560 40478 0 0 0 509940 64 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1406/tid=1410] ppid=1405 vsize=1030240 CPUtime=5100.06 cores=0-7
/proc/1406/task/1410/stat : 1410 (priss) R 1405 1405 1301 0 -1 4202560 43765 0 0 0 509904 102 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 5591607 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1406/tid=1411] ppid=1405 vsize=1030240 CPUtime=5100.07 cores=0-7
/proc/1406/task/1411/stat : 1411 (priss) R 1405 1405 1301 0 -1 4202560 58609 0 0 0 509984 23 0 0 25 0 5 0 911605622 1054965760 181705 33554432000 4194304 5787044 140737075837536 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 1038940

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 1405 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 20400.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.3
CPU user time (s): 20397.5
CPU system time (s): 2.75
CPU usage (%): 400.004
Max. virtual memory (cumulated for all children) (KiB): 1038940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
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= 3

runsolver used 8.14676 second user time and 19.637 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 23:20:47
IDJOB=3499455
IDBENCH=83256
IDSOLVER=1994
FILE ID=node108/3499455-1308000047
RUNJOBID= node108-1307998969-1315
PBS_JOBID= 13559837
Free space on /var/tmp= 2888 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499455-1308000047/watcher-3499455-1308000047 -o /var/tmp/evaluation-result-3499455-1308000047/solver-3499455-1308000047 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499455-1308000047.cnf 623443052 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=623443052

node108.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.820
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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:     32951124 kB
MemFree:       4482216 kB
Buffers:        138608 kB
Cached:       27404172 kB
SwapCached:      23260 kB
Active:       11868048 kB
Inactive:     15703824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4482216 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:            1584 kB
Writeback:          16 kB
AnonPages:       26800 kB
Mapped:           8984 kB
Slab:           830284 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186468 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 /var/tmp at the end= 2884 MiB
End job on node108 at 2011-06-14 00:45:49