Trace number 3499599

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.2 5100.02

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark821.55
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 5271
0.00/0.01	c parsetime: 5090us
0.00/0.01	c parsed 18603 clauses with 4499 variables
0.00/0.01	c NW started thread 0 successfully (1091057984)
0.00/0.01	c NW started thread 1 successfully (1103984960)
0.00/0.01	c NW started thread 2 successfully (1114474816)
0.00/0.01	c NW started thread 3 successfully (1124964672)
0.00/0.34	c preprocessor returned 10011 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 328047us (0s)
0.00/0.35	c preprocessor returned 10011 variables
0.00/0.35	c preprocessing returned UNKNOWN
0.00/0.35	c PP set 0 variables
0.00/0.35	c pp time: 340271us (0s)
0.00/0.36	c preprocessor returned 10011 variables
0.00/0.36	c preprocessing returned UNKNOWN
0.00/0.36	c PP set 0 variables
0.00/0.36	c pp time: 348392us (0s)
0.00/0.79	c preprocessor returned 30008 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 781470us (0s)
14128.03/3532.04	c HTE
14289.21/3572.36	c subsumption
14490.42/3622.66	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 /var/tmp/evaluation-result-3499599-1308007361/watcher-3499599-1308007361 -o /var/tmp/evaluation-result-3499599-1308007361/solver-3499599-1308007361 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499599-1308007361.cnf 767569965 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: 3.68 3.93 3.96 1/167 5270
/proc/meminfo: memFree=12629392/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0

[startup+0.0848649 s]
/proc/loadavg: 3.68 3.93 3.96 1/167 5270
/proc/meminfo: memFree=12629392/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100873 s]
/proc/loadavg: 3.68 3.93 3.96 1/167 5270
/proc/meminfo: memFree=12629392/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300824 s]
/proc/loadavg: 3.68 3.93 3.96 1/167 5270
/proc/meminfo: memFree=12629392/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700762 s]
/proc/loadavg: 3.68 3.93 3.96 1/167 5270
/proc/meminfo: memFree=12629392/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 3.68 3.93 3.96 5/173 5276
/proc/meminfo: memFree=12593160/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=278052 CPUtime=5.92 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 12696 0 0 0 587 5 0 0 18 0 5 0 893151990 284725248 9850 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 69513 9850 417 389 0 65263 0
[pid=5271/tid=5273] ppid=5270 vsize=278052 CPUtime=1.48 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 1937 0 0 0 147 1 0 0 18 0 5 0 893151991 284725248 9850 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=278052 CPUtime=1.46 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 1990 0 0 0 145 1 0 0 18 0 5 0 893151991 284725248 9850 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=278052 CPUtime=1.47 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 2918 0 0 0 146 1 0 0 18 0 5 0 893151991 284725248 9850 33554432000 4194304 5787044 140736034708256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=278052 CPUtime=1.47 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 4266 0 0 0 146 1 0 0 18 0 5 0 893151991 284725248 9850 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828062389 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 286752

[startup+3.10031 s]
/proc/loadavg: 3.68 3.93 3.96 5/173 5276
/proc/meminfo: memFree=12591208/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=278712 CPUtime=12.3 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 13433 0 0 0 1223 7 0 0 18 0 5 0 893151990 285401088 10587 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 69678 10587 418 389 0 65428 0
[pid=5271/tid=5273] ppid=5270 vsize=278712 CPUtime=3.07 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 2102 0 0 0 306 1 0 0 18 0 5 0 893151991 285401088 10587 33554432000 4194304 5787044 140736034708256 18446744073709551615 5592121 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=278712 CPUtime=3.06 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 2140 0 0 0 304 2 0 0 18 0 5 0 893151991 285401088 10587 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=278712 CPUtime=3.06 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 3153 0 0 0 305 1 0 0 18 0 5 0 893151991 285401088 10587 33554432000 4194304 5787044 140736034708256 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=278712 CPUtime=3.07 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 4453 0 0 0 305 2 0 0 18 0 5 0 893151991 285401088 10587 33554432000 4194304 5787044 140736034708256 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 287412

[startup+6.30072 s]
/proc/loadavg: 3.70 3.93 3.96 5/173 5276
/proc/meminfo: memFree=12586020/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=280200 CPUtime=25.09 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 14939 0 0 0 2499 10 0 0 18 0 5 0 893151990 286924800 12093 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 70050 12093 418 389 0 65800 0
[pid=5271/tid=5273] ppid=5270 vsize=280200 CPUtime=6.27 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 2472 0 0 0 626 1 0 0 18 0 5 0 893151991 286924800 12093 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=280200 CPUtime=6.25 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 2534 0 0 0 622 3 0 0 18 0 5 0 893151991 286924800 12093 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=280200 CPUtime=6.26 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 3483 0 0 0 624 2 0 0 18 0 5 0 893151991 286924800 12093 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=280200 CPUtime=6.26 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 4865 0 0 0 624 2 0 0 18 0 5 0 893151991 286924800 12093 33554432000 4194304 5787044 140736034708256 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 288900

[startup+12.7005 s]
/proc/loadavg: 3.73 3.94 3.96 5/173 5277
/proc/meminfo: memFree=12571184/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=286756 CPUtime=50.68 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 18265 0 0 0 5051 17 0 0 18 0 5 0 893151990 293638144 15419 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 71689 15419 419 389 0 67439 0
[pid=5271/tid=5273] ppid=5270 vsize=286756 CPUtime=12.67 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 4060 0 0 0 1265 2 0 0 18 0 5 0 893151991 293638144 15419 33554432000 4194304 5787044 140736034708256 18446744073709551615 4213852 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=286756 CPUtime=12.65 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 3062 0 0 0 1260 5 0 0 19 0 5 0 893151991 293638144 15419 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828062389 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=286756 CPUtime=12.66 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 4140 0 0 0 1262 4 0 0 18 0 5 0 893151991 293638144 15419 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828062389 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=286756 CPUtime=12.66 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 5418 0 0 0 1262 4 0 0 25 0 5 0 893151991 293638144 15419 33554432000 4194304 5787044 140736034708256 18446744073709551615 5527692 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 295456

[startup+25.5012 s]
/proc/loadavg: 3.79 3.94 3.96 5/173 5277
/proc/meminfo: memFree=12553036/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=295244 CPUtime=101.86 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 22908 0 0 0 10160 26 0 0 18 0 5 0 893151990 302329856 20059 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 73811 20059 419 389 0 69561 0
[pid=5271/tid=5273] ppid=5270 vsize=295244 CPUtime=25.46 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 5085 0 0 0 2543 3 0 0 20 0 5 0 893151991 302329856 20059 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=295244 CPUtime=25.44 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 5109 0 0 0 2536 8 0 0 21 0 5 0 893151991 302329856 20059 33554432000 4194304 5787044 140736034708256 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=295244 CPUtime=25.46 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 4740 0 0 0 2540 6 0 0 20 0 5 0 893151991 302329856 20059 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=295244 CPUtime=25.46 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 6389 0 0 0 2539 7 0 0 25 0 5 0 893151991 302329856 20059 33554432000 4194304 5787044 140736034708256 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 303944

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.96 5/173 5278
/proc/meminfo: memFree=12524168/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=304968 CPUtime=204.22 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 30283 0 0 0 20381 41 0 0 18 0 5 0 893151990 312287232 27387 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 76242 27387 419 389 0 71992 0
[pid=5271/tid=5273] ppid=5270 vsize=304968 CPUtime=51.05 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 6540 0 0 0 5101 4 0 0 18 0 5 0 893151991 312287232 27387 33554432000 4194304 5787044 140736034708256 18446744073709551615 5592091 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=304968 CPUtime=51.03 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 6643 0 0 0 5092 11 0 0 25 0 5 0 893151991 312287232 27387 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=304968 CPUtime=51.05 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 7304 0 0 0 5095 10 0 0 18 0 5 0 893151991 312287232 27387 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=304968 CPUtime=51.05 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 8211 0 0 0 5090 15 0 0 18 0 5 0 893151991 312287232 27387 33554432000 4194304 5787044 140736034708256 18446744073709551615 4238778 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.22
Current children cumulated vsize (KiB) 313668

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.96 5/173 5279
/proc/meminfo: memFree=12489420/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=321396 CPUtime=409.03 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 38903 0 0 0 40850 53 0 0 18 0 5 0 893151990 329109504 35886 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 80349 35886 419 389 0 76099 0
[pid=5271/tid=5273] ppid=5270 vsize=321396 CPUtime=102.26 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 9410 0 0 0 10219 7 0 0 25 0 5 0 893151991 329109504 35886 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=321396 CPUtime=102.24 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 8314 0 0 0 10210 14 0 0 25 0 5 0 893151991 329109504 35886 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=321396 CPUtime=102.26 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 9877 0 0 0 10214 12 0 0 20 0 5 0 893151991 329109504 35886 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=321396 CPUtime=102.23 cores=0-7

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

/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 54240 0 0 0 472128 101 0 0 25 0 5 0 893151991 1180741632 239575 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1153068 CPUtime=4722.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57911 0 0 0 472090 146 0 0 25 0 5 0 893151991 1180741632 239575 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1153068 CPUtime=4722.31 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 79136 0 0 0 472101 130 0 0 25 0 5 0 893151991 1180741632 239575 33554432000 4194304 5787044 140736034708256 18446744073709551615 5527068 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) 1161768

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5419
/proc/meminfo: memFree=11667188/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1218604 CPUtime=19129.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 252984 0 0 0 1912513 423 0 0 18 0 5 0 893151990 1247850496 240147 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 304651 240147 419 389 0 300401 0
[pid=5271/tid=5273] ppid=5270 vsize=1218604 CPUtime=4782.35 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 59555 0 0 0 478192 43 0 0 25 0 5 0 893151991 1247850496 240147 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1218604 CPUtime=4782.3 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 54617 0 0 0 478128 102 0 0 25 0 5 0 893151991 1247850496 240147 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1218604 CPUtime=4782.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57912 0 0 0 478090 146 0 0 25 0 5 0 893151991 1247850496 240147 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1218604 CPUtime=4782.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 79315 0 0 0 478101 131 0 0 25 0 5 0 893151991 1247850496 240147 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528368 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) 1227304

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5420
/proc/meminfo: memFree=11659564/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1222700 CPUtime=19369.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 254855 0 0 0 1936512 424 0 0 18 0 5 0 893151990 1252044800 242018 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 305675 242018 419 389 0 301425 0
[pid=5271/tid=5273] ppid=5270 vsize=1222700 CPUtime=4842.35 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 60610 0 0 0 484192 43 0 0 25 0 5 0 893151991 1252044800 242018 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1222700 CPUtime=4842.29 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 55407 0 0 0 484127 102 0 0 25 0 5 0 893151991 1252044800 242018 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1222700 CPUtime=4842.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57912 0 0 0 484090 146 0 0 25 0 5 0 893151991 1252044800 242018 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1222700 CPUtime=4842.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 79341 0 0 0 484101 131 0 0 25 0 5 0 893151991 1252044800 242018 33554432000 4194304 5787044 140736034708256 18446744073709551615 5527182 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) 1231400

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5422
/proc/meminfo: memFree=11649968/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1228844 CPUtime=19609.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 257232 0 0 0 1960511 426 0 0 18 0 5 0 893151990 1258336256 244395 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 307211 244395 419 389 0 302961 0
[pid=5271/tid=5273] ppid=5270 vsize=1228844 CPUtime=4902.35 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 61903 0 0 0 490192 43 0 0 25 0 5 0 893151991 1258336256 244395 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1228844 CPUtime=4902.3 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 56242 0 0 0 490126 104 0 0 25 0 5 0 893151991 1258336256 244395 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1228844 CPUtime=4902.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57912 0 0 0 490090 146 0 0 25 0 5 0 893151991 1258336256 244395 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1228844 CPUtime=4902.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 79590 0 0 0 490101 131 0 0 25 0 5 0 893151991 1258336256 244395 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528446 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) 1237544

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5424
/proc/meminfo: memFree=11644720/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1228844 CPUtime=19849.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 258587 0 0 0 1984510 427 0 0 18 0 5 0 893151990 1258336256 245750 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 307211 245750 419 389 0 302961 0
[pid=5271/tid=5273] ppid=5270 vsize=1228844 CPUtime=4962.35 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 61957 0 0 0 496192 43 0 0 25 0 5 0 893151991 1258336256 245750 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1228844 CPUtime=4962.3 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 57045 0 0 0 496126 104 0 0 25 0 5 0 893151991 1258336256 245750 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1228844 CPUtime=4962.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57920 0 0 0 496090 146 0 0 25 0 5 0 893151991 1258336256 245750 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1228844 CPUtime=4962.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 80080 0 0 0 496100 132 0 0 25 0 5 0 893151991 1258336256 245750 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528078 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) 1237544

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5425
/proc/meminfo: memFree=11633268/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1229868 CPUtime=20089.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 261420 0 0 0 2008508 430 0 0 18 0 5 0 893151990 1259384832 248583 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 307467 248583 419 389 0 303217 0
[pid=5271/tid=5273] ppid=5270 vsize=1229868 CPUtime=5022.36 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 62161 0 0 0 502193 43 0 0 25 0 5 0 893151991 1259384832 248583 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1229868 CPUtime=5022.3 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 57875 0 0 0 502125 105 0 0 25 0 5 0 893151991 1259384832 248583 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1229868 CPUtime=5022.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57921 0 0 0 502090 146 0 0 25 0 5 0 893151991 1259384832 248583 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1229868 CPUtime=5022.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 81878 0 0 0 502098 134 0 0 25 0 5 0 893151991 1259384832 248583 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528446 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) 1238568

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5427
/proc/meminfo: memFree=11622548/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1233964 CPUtime=20329.4 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 264138 0 0 0 2032505 434 0 0 18 0 5 0 893151990 1263579136 251301 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 308491 251301 419 389 0 304241 0
[pid=5271/tid=5273] ppid=5270 vsize=1233964 CPUtime=5082.36 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 63242 0 0 0 508193 43 0 0 18 0 5 0 893151991 1263579136 251301 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1233964 CPUtime=5082.3 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 58666 0 0 0 508124 106 0 0 25 0 5 0 893151991 1263579136 251301 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1233964 CPUtime=5082.36 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57923 0 0 0 508090 146 0 0 25 0 5 0 893151991 1263579136 251301 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1233964 CPUtime=5082.32 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 82722 0 0 0 508095 137 0 0 25 0 5 0 893151991 1263579136 251301 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528446 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) 1242664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 5427
/proc/meminfo: memFree=11620680/32951124 swapFree=67062232/67111528
[pid=5270] ppid=5268 vsize=8700 CPUtime=0 cores=0-7
/proc/5270/stat : 5270 (priss.sh) S 5268 5270 4451 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 893151990 8908800 252 33554432000 4194304 4922060 140735525291280 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5270/statm: 2175 252 211 178 0 68 0
[pid=5271] ppid=5270 vsize=1233964 CPUtime=20400.2 cores=0-7
/proc/5271/stat : 5271 (priss) S 5270 5270 4451 0 -1 4202496 264599 0 0 0 2039586 435 0 0 18 0 5 0 893151990 1263579136 251762 33554432000 4194304 5787044 140736034708256 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5271/statm: 308491 251762 419 389 0 304241 0
[pid=5271/tid=5273] ppid=5270 vsize=1233964 CPUtime=5100.06 cores=0-7
/proc/5271/task/5273/stat : 5273 (priss) R 5270 5270 4451 0 -1 4202560 63250 0 0 0 509963 43 0 0 25 0 5 0 893151991 1263579136 251762 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5271/tid=5274] ppid=5270 vsize=1233964 CPUtime=5100.01 cores=0-7
/proc/5271/task/5274/stat : 5274 (priss) R 5270 5270 4451 0 -1 4202560 58886 0 0 0 509895 106 0 0 25 0 5 0 893151991 1263579136 251762 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5271/tid=5275] ppid=5270 vsize=1233964 CPUtime=5100.07 cores=0-7
/proc/5271/task/5275/stat : 5275 (priss) R 5270 5270 4451 0 -1 4202560 57924 0 0 0 509861 146 0 0 24 0 5 0 893151991 1263579136 251762 33554432000 4194304 5787044 140736034708256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5271/tid=5276] ppid=5270 vsize=1233964 CPUtime=5100.03 cores=0-7
/proc/5271/task/5276/stat : 5276 (priss) R 5270 5270 4451 0 -1 4202560 82954 0 0 0 509865 138 0 0 25 0 5 0 893151991 1263579136 251762 33554432000 4194304 5787044 140736034708256 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20400.2
Current children cumulated vsize (KiB) 1242664

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 5270 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 20400.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): 20400.2
CPU user time (s): 20395.9
CPU system time (s): 4.35
CPU usage (%): 400.003
Max. virtual memory (cumulated for all children) (KiB): 1242664

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= 332
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.8658 second user time and 19.764 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-14 01:22:41
IDJOB=3499599
IDBENCH=84762
IDSOLVER=1994
FILE ID=node147/3499599-1308007361
RUNJOBID= node147-1307986947-4465
PBS_JOBID= 13559798
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499599-1308007361/watcher-3499599-1308007361 -o /var/tmp/evaluation-result-3499599-1308007361/solver-3499599-1308007361 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499599-1308007361.cnf 767569965 40000 31000 8

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=767569965

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:      12629812 kB
Buffers:        123480 kB
Cached:       19497368 kB
SwapCached:      10468 kB
Active:        4205944 kB
Inactive:     15431336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12629812 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:       14692 kB
Mapped:           9892 kB
Slab:           618620 kB
PageTables:       3780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   153700 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= 2908 MiB
End job on node147 at 2011-06-14 02:47:43