Trace number 3499253

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) 20398.2 5100.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 5324
0.00/0.07	c parsetime: 64930us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1087256896)
0.00/0.12	c NW started thread 1 successfully (1100261696)
0.00/0.16	c NW started thread 2 successfully (1110751552)
0.00/0.20	c NW started thread 3 successfully (1121241408)
54.61/13.96	c preprocessor returned 10011 variables
54.61/13.96	c preprocessing returned UNKNOWN
54.61/13.96	c PP set 0 variables
54.61/13.96	c pp time: 13792113us (13s)
55.01/14.01	c preprocessor returned 10011 variables
55.01/14.01	c preprocessing returned UNKNOWN
55.01/14.01	c PP set 0 variables
55.01/14.01	c pp time: 13890180us (13s)
55.42/14.15	c preprocessor returned 10011 variables
55.42/14.15	c preprocessing returned UNKNOWN
55.42/14.15	c PP set 0 variables
55.42/14.15	c pp time: 14064029us (14s)
72.22/18.34	c preprocessor returned 30008 variables
72.22/18.34	c preprocessing returned UNKNOWN
72.22/18.34	c PP set 0 variables
72.22/18.34	c pp time: 18133960us (18s)
9058.24/2265.07	c HTE
9085.41/2271.83	c subsumption
9451.81/2363.45	c simplified formula contains 0 unit clauses

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 /tmp/evaluation-result-3499253-1308511556/watcher-3499253-1308511556 -o /tmp/evaluation-result-3499253-1308511556/solver-3499253-1308511556 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499253-1308511556.cnf 1050630421 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: 2.00 2.00 1.94 1/167 5323
/proc/meminfo: memFree=27364016/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0

[startup+0.10581 s]
/proc/loadavg: 2.00 2.00 1.94 1/167 5323
/proc/meminfo: memFree=27364016/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200789 s]
/proc/loadavg: 2.00 2.00 1.94 1/167 5323
/proc/meminfo: memFree=27364016/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300802 s]
/proc/loadavg: 2.00 2.00 1.94 1/167 5323
/proc/meminfo: memFree=27364016/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700706 s]
/proc/loadavg: 2.00 2.00 1.94 1/167 5323
/proc/meminfo: memFree=27364016/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 1.92 1.98 1.94 5/173 5330
/proc/meminfo: memFree=27273596/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=324404 CPUtime=5.02 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 49371 0 0 0 479 23 0 0 18 0 5 0 943571492 332189696 22482 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 81101 22482 349 389 0 76851 0
[pid=5324/tid=5326] ppid=5323 vsize=324404 CPUtime=1.28 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 8767 0 0 0 123 5 0 0 19 0 5 0 943571501 332189696 22482 33554432000 4194304 5787044 140733544121168 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=324404 CPUtime=1.21 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 8401 0 0 0 112 9 0 0 19 0 5 0 943571505 332189696 22482 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=324404 CPUtime=1.15 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 8042 0 0 0 115 0 0 0 19 0 5 0 943571509 332189696 22482 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=324404 CPUtime=1.17 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 9419 0 0 0 111 6 0 0 19 0 5 0 943571513 332189696 22482 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 333104

[startup+3.10125 s]
/proc/loadavg: 1.92 1.98 1.94 5/173 5330
/proc/meminfo: memFree=27263800/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=326764 CPUtime=11.41 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 53241 0 0 0 1118 23 0 0 18 0 5 0 943571492 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 81691 25156 350 389 0 77441 0
[pid=5324/tid=5326] ppid=5323 vsize=326764 CPUtime=2.88 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 10088 0 0 0 282 6 0 0 19 0 5 0 943571501 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=326764 CPUtime=2.82 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 8536 0 0 0 273 9 0 0 23 0 5 0 943571505 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336144 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=326764 CPUtime=2.74 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 9531 0 0 0 274 0 0 0 19 0 5 0 943571509 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=326764 CPUtime=2.76 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 10344 0 0 0 270 6 0 0 19 0 5 0 943571513 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336721 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 335464

[startup+6.30067 s]
/proc/loadavg: 2.09 2.02 1.95 5/173 5330
/proc/meminfo: memFree=27264492/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=326764 CPUtime=24.21 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 53241 0 0 0 2398 23 0 0 18 0 5 0 943571492 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 81691 25156 350 389 0 77441 0
[pid=5324/tid=5326] ppid=5323 vsize=326764 CPUtime=6.08 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 10088 0 0 0 602 6 0 0 25 0 5 0 943571501 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=326764 CPUtime=6.02 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 8536 0 0 0 593 9 0 0 25 0 5 0 943571505 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=326764 CPUtime=5.94 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 9531 0 0 0 594 0 0 0 25 0 5 0 943571509 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=326764 CPUtime=5.96 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 10344 0 0 0 590 6 0 0 25 0 5 0 943571513 334606336 25156 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 335464

[startup+12.7005 s]
/proc/loadavg: 2.24 2.05 1.96 5/173 5330
/proc/meminfo: memFree=27251700/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=330196 CPUtime=49.81 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 56707 0 0 0 4957 24 0 0 18 0 5 0 943571492 338120704 28622 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 82549 28622 352 389 0 78299 0
[pid=5324/tid=5326] ppid=5323 vsize=330196 CPUtime=12.48 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 10959 0 0 0 1242 6 0 0 25 0 5 0 943571501 338120704 28622 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=330196 CPUtime=12.41 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 9403 0 0 0 1232 9 0 0 25 0 5 0 943571505 338120704 28622 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=330196 CPUtime=12.34 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 10397 0 0 0 1234 0 0 0 25 0 5 0 943571509 338120704 28622 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=330196 CPUtime=12.36 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 11206 0 0 0 1230 6 0 0 25 0 5 0 943571513 338120704 28622 33554432000 4194304 5787044 140733544121168 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 338896

[startup+25.5011 s]
/proc/loadavg: 2.63 2.14 1.99 5/173 5330
/proc/meminfo: memFree=27187336/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=357160 CPUtime=101.01 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 99852 0 0 0 10070 31 0 0 18 0 5 0 943571492 365731840 45132 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 89290 45132 417 389 0 85040 0
[pid=5324/tid=5326] ppid=5323 vsize=357160 CPUtime=25.28 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 23643 0 0 0 2520 8 0 0 20 0 5 0 943571501 365731840 45132 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=357160 CPUtime=25.21 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 17429 0 0 0 2511 10 0 0 25 0 5 0 943571505 365731840 45132 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=357160 CPUtime=25.15 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 21130 0 0 0 2512 3 0 0 25 0 5 0 943571509 365731840 45132 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=357160 CPUtime=25.16 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 22908 0 0 0 2509 7 0 0 19 0 5 0 943571513 365731840 45132 33554432000 4194304 5787044 140733544121168 18446744073709551615 5524642 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 365860

[startup+51.1004 s]
/proc/loadavg: 3.10 2.29 2.04 5/173 5331
/proc/meminfo: memFree=27129688/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=376852 CPUtime=203.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 114225 0 0 0 20303 37 0 0 18 0 5 0 943571492 385896448 59504 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 94213 59504 417 389 0 89963 0
[pid=5324/tid=5326] ppid=5323 vsize=376852 CPUtime=50.88 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 27482 0 0 0 5078 10 0 0 21 0 5 0 943571501 385896448 59504 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=376852 CPUtime=50.81 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 21252 0 0 0 5069 12 0 0 25 0 5 0 943571505 385896448 59504 33554432000 4194304 5787044 140733544121168 18446744073709551615 4238789 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=376852 CPUtime=50.74 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 25984 0 0 0 5070 4 0 0 25 0 5 0 943571509 385896448 59504 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=376852 CPUtime=50.76 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 24765 0 0 0 5068 8 0 0 21 0 5 0 943571513 385896448 59504 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 385552

[startup+102.301 s]
/proc/loadavg: 3.61 2.55 2.14 5/173 5332
/proc/meminfo: memFree=27041628/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=411332 CPUtime=408.14 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 136180 0 0 0 40747 67 0 0 18 0 5 0 943571492 421203968 81413 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 102833 81413 417 389 0 98583 0
[pid=5324/tid=5326] ppid=5323 vsize=411332 CPUtime=102.07 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 32644 0 0 0 10188 19 0 0 18 0 5 0 943571501 421203968 81413 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=411332 CPUtime=102 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 26374 0 0 0 10172 28 0 0 20 0 5 0 943571505 421203968 81413 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=411332 CPUtime=101.92 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 34571 0 0 0 10186 6 0 0 18 0 5 0 943571509 421203968 81413 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=411332 CPUtime=101.95 cores=0-7

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

/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 187974 0 0 0 477650 536 0 0 25 0 5 0 943571505 3014914048 680109 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=2944252 CPUtime=4781.68 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208804 0 0 0 478068 100 0 0 25 0 5 0 943571509 3014914048 680109 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=2944252 CPUtime=4781.75 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 140726 0 0 0 477742 433 0 0 25 0 5 0 943571513 3014914048 680109 33554432000 4194304 5787044 140733544121168 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19127.4
Current children cumulated vsize (KiB) 2952952

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5471
/proc/meminfo: memFree=24629388/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=2944252 CPUtime=19367.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 759509 0 0 0 1934978 1763 0 0 18 0 5 0 943571492 3014914048 682800 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 736063 682800 417 389 0 731813 0
[pid=5324/tid=5326] ppid=5323 vsize=2944252 CPUtime=4841.9 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204581 0 0 0 483513 677 0 0 25 0 5 0 943571501 3014914048 682800 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=2944252 CPUtime=4841.87 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 187977 0 0 0 483651 536 0 0 25 0 5 0 943571505 3014914048 682800 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=2944252 CPUtime=4841.68 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208804 0 0 0 484068 100 0 0 25 0 5 0 943571509 3014914048 682800 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=2944252 CPUtime=4841.76 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 143405 0 0 0 483728 448 0 0 25 0 5 0 943571513 3014914048 682800 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19367.4
Current children cumulated vsize (KiB) 2952952

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5472
/proc/meminfo: memFree=24618936/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=2944252 CPUtime=19607.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 762155 0 0 0 1958962 1777 0 0 18 0 5 0 943571492 3014914048 685446 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 736063 685446 417 389 0 731813 0
[pid=5324/tid=5326] ppid=5323 vsize=2944252 CPUtime=4901.89 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204583 0 0 0 489512 677 0 0 25 0 5 0 943571501 3014914048 685446 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=2944252 CPUtime=4901.86 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 187981 0 0 0 489650 536 0 0 25 0 5 0 943571505 3014914048 685446 33554432000 4194304 5787044 140733544121168 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=2944252 CPUtime=4901.68 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208805 0 0 0 490068 100 0 0 21 0 5 0 943571509 3014914048 685446 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=2944252 CPUtime=4901.75 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 146044 0 0 0 489714 461 0 0 25 0 5 0 943571513 3014914048 685446 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19607.4
Current children cumulated vsize (KiB) 2952952

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5474
/proc/meminfo: memFree=24608004/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=2944252 CPUtime=19847.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 764830 0 0 0 1982947 1792 0 0 18 0 5 0 943571492 3014914048 688121 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 736063 688121 417 389 0 731813 0
[pid=5324/tid=5326] ppid=5323 vsize=2944252 CPUtime=4961.89 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204589 0 0 0 495512 677 0 0 25 0 5 0 943571501 3014914048 688121 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=2944252 CPUtime=4961.86 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 187987 0 0 0 495650 536 0 0 25 0 5 0 943571505 3014914048 688121 33554432000 4194304 5787044 140733544121168 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=2944252 CPUtime=4961.68 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208806 0 0 0 496068 100 0 0 25 0 5 0 943571509 3014914048 688121 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=2944252 CPUtime=4961.75 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 148706 0 0 0 495699 476 0 0 25 0 5 0 943571513 3014914048 688121 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828062389 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19847.4
Current children cumulated vsize (KiB) 2952952

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5475
/proc/meminfo: memFree=24597548/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=2944252 CPUtime=20087.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 767444 0 0 0 2006934 1805 0 0 18 0 5 0 943571492 3014914048 690735 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 736063 690735 417 389 0 731813 0
[pid=5324/tid=5326] ppid=5323 vsize=2944252 CPUtime=5021.89 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204593 0 0 0 501512 677 0 0 25 0 5 0 943571501 3014914048 690735 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=2944252 CPUtime=5021.86 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 187992 0 0 0 501650 536 0 0 25 0 5 0 943571505 3014914048 690735 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=2944252 CPUtime=5021.68 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208807 0 0 0 502068 100 0 0 25 0 5 0 943571509 3014914048 690735 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=2944252 CPUtime=5021.76 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 151310 0 0 0 501687 489 0 0 25 0 5 0 943571513 3014914048 690735 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20087.4
Current children cumulated vsize (KiB) 2952952

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5477
/proc/meminfo: memFree=24583892/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=3009788 CPUtime=20327.4 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 771028 0 0 0 2030921 1819 0 0 18 0 5 0 943571492 3082022912 694319 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 752447 694319 417 389 0 748197 0
[pid=5324/tid=5326] ppid=5323 vsize=3009788 CPUtime=5081.89 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204596 0 0 0 507512 677 0 0 25 0 5 0 943571501 3082022912 694319 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=3009788 CPUtime=5081.86 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 189023 0 0 0 507650 536 0 0 25 0 5 0 943571505 3082022912 694319 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=3009788 CPUtime=5081.69 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208809 0 0 0 508068 101 0 0 25 0 5 0 943571509 3082022912 694319 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=3009788 CPUtime=5081.76 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 153858 0 0 0 507673 503 0 0 25 0 5 0 943571513 3082022912 694319 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20327.4
Current children cumulated vsize (KiB) 3018488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5477
/proc/meminfo: memFree=24580660/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=3009788 CPUtime=20398.2 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 771810 0 0 0 2037999 1823 0 0 18 0 5 0 943571492 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 752447 695101 417 389 0 748197 0
[pid=5324/tid=5326] ppid=5323 vsize=3009788 CPUtime=5099.59 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204607 0 0 0 509282 677 0 0 25 0 5 0 943571501 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=3009788 CPUtime=5099.56 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 189031 0 0 0 509420 536 0 0 20 0 5 0 943571505 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=3009788 CPUtime=5099.39 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208809 0 0 0 509838 101 0 0 25 0 5 0 943571509 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=3009788 CPUtime=5099.46 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 154621 0 0 0 509439 507 0 0 25 0 5 0 943571513 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.2
Current children cumulated vsize (KiB) 3018488

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

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

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/173 5477
/proc/meminfo: memFree=24580660/32951124 swapFree=67062232/67111528
[pid=5323] ppid=5321 vsize=8700 CPUtime=0 cores=0-7
/proc/5323/stat : 5323 (priss.sh) S 5321 5323 5293 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 943571492 8908800 251 33554432000 4194304 4922060 140736596834848 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5323/statm: 2175 251 211 178 0 68 0
[pid=5324] ppid=5323 vsize=3009788 CPUtime=20398.2 cores=0-7
/proc/5324/stat : 5324 (priss) S 5323 5323 5293 0 -1 4202496 771810 0 0 0 2037999 1823 0 0 18 0 5 0 943571492 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 752447 695101 417 389 0 748197 0
[pid=5324/tid=5326] ppid=5323 vsize=3009788 CPUtime=5099.59 cores=0-7
/proc/5324/task/5326/stat : 5326 (priss) R 5323 5323 5293 0 -1 4202560 204607 0 0 0 509282 677 0 0 25 0 5 0 943571501 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5323 vsize=3009788 CPUtime=5099.56 cores=0-7
/proc/5324/task/5327/stat : 5327 (priss) R 5323 5323 5293 0 -1 4202560 189031 0 0 0 509420 536 0 0 20 0 5 0 943571505 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5324/tid=5328] ppid=5323 vsize=3009788 CPUtime=5099.39 cores=0-7
/proc/5324/task/5328/stat : 5328 (priss) R 5323 5323 5293 0 -1 4202560 208809 0 0 0 509838 101 0 0 25 0 5 0 943571509 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5324/tid=5329] ppid=5323 vsize=3009788 CPUtime=5099.46 cores=0-7
/proc/5324/task/5329/stat : 5329 (priss) R 5323 5323 5293 0 -1 4202560 154621 0 0 0 509439 507 0 0 25 0 5 0 943571513 3082022912 695101 33554432000 4194304 5787044 140733544121168 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.2
Current children cumulated vsize (KiB) 3018488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5323 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20398.2
#
# 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): 20398.2
CPU user time (s): 20380
CPU system time (s): 18.23
CPU usage (%): 399.964
Max. virtual memory (cumulated for all children) (KiB): 3018488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
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 7.59984 second user time and 19.2661 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-19 21:25:56
IDJOB=3499253
IDBENCH=71603
IDSOLVER=1994
FILE ID=node147/3499253-1308511556
RUNJOBID= node147-1308511556-5307
PBS_JOBID= 13608249
Free space on /tmp= 73092 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499253-1308511556/watcher-3499253-1308511556 -o /tmp/evaluation-result-3499253-1308511556/solver-3499253-1308511556 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499253-1308511556.cnf 1050630421 40000 31000 8

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=1050630421

node147.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.836
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.67
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.836
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.836
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.836
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.75
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.836
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.836
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.76
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.836
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.82
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.836
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:      27364684 kB
Buffers:        540300 kB
Cached:        4657212 kB
SwapCached:      11000 kB
Active:        1907692 kB
Inactive:      3306704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27364684 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            5492 kB
Writeback:           4 kB
AnonPages:       14864 kB
Mapped:           9460 kB
Slab:           307040 kB
PageTables:       3880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154628 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= 73088 MiB
End job on node147 at 2011-06-19 22:50:58