Trace number 3291045

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) 4800.23 1203.43

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications 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 variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

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: 22655
1.39/1.41	c parsetime: 1409925us
1.39/1.41	c parsed 2210893 clauses with 15364 variables
1.69/1.74	c NW started thread 0 successfully (1115887936)
2.45/2.17	c NW started thread 1 successfully (1126377792)
3.83/2.61	c NW started thread 2 successfully (1104943424)
5.40/3.04	c NW started thread 3 successfully (1136867648)
1099.92/277.02	c preprocessor returned 15664 variables
1099.92/277.02	c preprocessing returned UNKNOWN
1099.92/277.02	c PP set 950 variables
1099.92/277.02	c pp time: 275278563us (275s)
1103.11/277.87	c preprocessor returned 15664 variables
1103.11/277.87	c preprocessing returned UNKNOWN
1103.11/277.87	c PP set 950 variables
1103.11/277.87	c pp time: 275250011us (275s)
1112.70/280.22	c preprocessor returned 15664 variables
1112.70/280.22	c preprocessing returned UNKNOWN
1112.70/280.22	c PP set 950 variables
1112.70/280.22	c pp time: 278047248us (278s)
1937.91/486.85	c preprocessor returned 30004 variables
1937.91/486.85	c preprocessing returned UNKNOWN
1937.91/486.85	c PP set 950 variables
1937.91/486.85	c pp time: 483809289us (483s)
1955.88/491.36	c HTE
1968.66/494.60	c subsumption
1968.66/494.60	c simplified formula contains 0 unit clauses
1985.44/498.74	c added unsatisfied clause
1985.44/498.74	c failed to add network 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.0 (svn: 977)

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-3291045-1307638117/watcher-3291045-1307638117 -o /tmp/evaluation-result-3291045-1307638117/solver-3291045-1307638117 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291045-1307638117.cnf 1855440640 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.81 8.05 7.99 6/182 22654
/proc/meminfo: memFree=31580072/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0

[startup+0.030886 s]
/proc/loadavg: 7.81 8.05 7.99 6/182 22654
/proc/meminfo: memFree=31580072/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100876 s]
/proc/loadavg: 7.81 8.05 7.99 6/182 22654
/proc/meminfo: memFree=31580072/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300828 s]
/proc/loadavg: 7.81 8.05 7.99 6/182 22654
/proc/meminfo: memFree=31580072/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700755 s]
/proc/loadavg: 7.81 8.05 7.99 6/182 22654
/proc/meminfo: memFree=31580072/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 7.81 8.05 7.99 6/184 22657
/proc/meminfo: memFree=31471724/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=234828 CPUtime=1.49 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) R 22654 22654 21841 0 -1 4202496 56559 0 0 0 137 12 0 0 25 0 1 0 954042580 240463872 52552 33554432000 4194304 5787044 140737377136704 18446744073709551615 260020089919 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22655/statm: 58707 52564 308 389 0 54457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 243528

[startup+3.10028 s]
/proc/loadavg: 7.67 8.01 7.98 7/185 22658
/proc/meminfo: memFree=31020852/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1358824 CPUtime=5.8 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 289105 0 0 0 526 54 0 0 18 0 5 0 954042580 1391435776 284430 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 339706 284430 349 389 0 335456 0
[pid=22655/tid=22658] ppid=22654 vsize=1358824 CPUtime=1.34 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 28637 0 0 0 130 4 0 0 19 0 5 0 954042754 1391435776 284430 33554432000 4194304 5787044 140737377136704 18446744073709551615 4332471 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1367524

[startup+6.3007 s]
/proc/loadavg: 7.67 8.01 7.98 9/188 22661
/proc/meminfo: memFree=30351728/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1472004 CPUtime=18.58 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 312354 0 0 0 1801 57 0 0 18 0 5 0 954042580 1507332096 307679 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 368001 307679 349 389 0 363751 0
[pid=22655/tid=22658] ppid=22654 vsize=1472004 CPUtime=4.54 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 28637 0 0 0 450 4 0 0 25 0 5 0 954042754 1507332096 307679 33554432000 4194304 5787044 140737377136704 18446744073709551615 4332824 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=1472004 CPUtime=4.07 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 27008 0 0 0 403 4 0 0 25 0 5 0 954042797 1507332096 307679 33554432000 4194304 5787044 140737377136704 18446744073709551615 4332841 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=1472004 CPUtime=3.66 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 32001 0 0 0 362 4 0 0 25 0 5 0 954042841 1507332096 307679 33554432000 4194304 5787044 140737377136704 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=1472004 CPUtime=3.25 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 28342 0 0 0 321 4 0 0 25 0 5 0 954042884 1507332096 307679 33554432000 4194304 5787044 140737377136704 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.58
Current children cumulated vsize (KiB) 1480704

[startup+12.7005 s]
/proc/loadavg: 7.72 8.01 7.98 9/188 22661
/proc/meminfo: memFree=30301524/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1580984 CPUtime=44.15 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 343985 0 0 0 4354 61 0 0 18 0 5 0 954042580 1618927616 319565 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 395246 319565 351 389 0 390996 0
[pid=22655/tid=22658] ppid=22654 vsize=1580984 CPUtime=10.93 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 36217 0 0 0 1089 4 0 0 25 0 5 0 954042754 1618927616 319565 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340016 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=1580984 CPUtime=10.45 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 34947 0 0 0 1039 6 0 0 25 0 5 0 954042797 1618927616 319565 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=1580984 CPUtime=10.05 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 40229 0 0 0 1001 4 0 0 25 0 5 0 954042841 1618927616 319565 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=1580984 CPUtime=9.65 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 36226 0 0 0 960 5 0 0 25 0 5 0 954042884 1618927616 319565 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.15
Current children cumulated vsize (KiB) 1589684

[startup+25.5012 s]
/proc/loadavg: 7.76 8.01 7.98 9/188 22661
/proc/meminfo: memFree=30300292/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1580984 CPUtime=95.28 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 343986 0 0 0 9467 61 0 0 18 0 5 0 954042580 1618927616 319566 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 395246 319566 351 389 0 390996 0
[pid=22655/tid=22658] ppid=22654 vsize=1580984 CPUtime=23.74 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 36217 0 0 0 2370 4 0 0 25 0 5 0 954042754 1618927616 319566 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=1580984 CPUtime=23.17 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 34947 0 0 0 2311 6 0 0 25 0 5 0 954042797 1618927616 319566 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340068 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=1580984 CPUtime=22.85 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 40230 0 0 0 2281 4 0 0 25 0 5 0 954042841 1618927616 319566 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=1580984 CPUtime=22.45 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 36226 0 0 0 2240 5 0 0 25 0 5 0 954042884 1618927616 319566 33554432000 4194304 5787044 140737377136704 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 95.28
Current children cumulated vsize (KiB) 1589684

[startup+51.1005 s]
/proc/loadavg: 7.84 8.01 7.98 9/188 22662
/proc/meminfo: memFree=30291612/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1580984 CPUtime=197.54 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 346328 0 0 0 19692 62 0 0 18 0 5 0 954042580 1618927616 321908 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 395246 321908 355 389 0 390996 0
[pid=22655/tid=22658] ppid=22654 vsize=1580984 CPUtime=49.33 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 36226 0 0 0 4929 4 0 0 25 0 5 0 954042754 1618927616 321908 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=1580984 CPUtime=48.64 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 35432 0 0 0 4858 6 0 0 25 0 5 0 954042797 1618927616 321908 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=1580984 CPUtime=48.46 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 41293 0 0 0 4841 5 0 0 25 0 5 0 954042841 1618927616 321908 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=1580984 CPUtime=48.04 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 37011 0 0 0 4799 5 0 0 25 0 5 0 954042884 1618927616 321908 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 197.54
Current children cumulated vsize (KiB) 1589684

[startup+102.307 s]
/proc/loadavg: 7.97 8.02 7.99 9/188 22663
/proc/meminfo: memFree=30288388/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1580984 CPUtime=402.08 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 347011 0 0 0 40146 62 0 0 18 0 5 0 954042580 1618927616 322591 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 395246 322591 355 389 0 390996 0
[pid=22655/tid=22658] ppid=22654 vsize=1580984 CPUtime=100.54 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 36226 0 0 0 10050 4 0 0 25 0 5 0 954042754 1618927616 322591 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=1580984 CPUtime=99.56 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 35819 0 0 0 9950 6 0 0 25 0 5 0 954042797 1618927616 322591 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=1580984 CPUtime=99.67 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 41369 0 0 0 9962 5 0 0 25 0 5 0 954042841 1618927616 322591 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=1580984 CPUtime=99.26 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 37231 0 0 0 9920 6 0 0 25 0 5 0 954042884 1618927616 322591 33554432000 4194304 5787044 140737377136704 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 1589684

[startup+162.301 s]
/proc/loadavg: 8.02 8.03 7.99 9/188 22665
/proc/meminfo: memFree=30274252/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=1580984 CPUtime=641.74 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 348684 0 0 0 64111 63 0 0 18 0 5 0 954042580 1618927616 324264 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 395246 324264 355 389 0 390996 0
[pid=22655/tid=22658] ppid=22654 vsize=1580984 CPUtime=160.53 cores=1,3,5,7

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

/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 74911 0 0 0 81751 46 0 0 25 0 5 0 954042797 2216013824 462075 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2164076 CPUtime=819.61 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 81412 0 0 0 81921 40 0 0 25 0 5 0 954042841 2216013824 462075 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2164076 CPUtime=819.2 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 68101 0 0 0 81884 36 0 0 25 0 5 0 954042884 2216013824 462075 33554432000 4194304 5787044 140737377136704 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.97
Current children cumulated vsize (KiB) 2172776

[startup+882.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 22737
/proc/meminfo: memFree=29450100/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2165100 CPUtime=3517.62 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 494984 0 0 0 351557 205 0 0 18 0 5 0 954042580 2217062400 462327 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 541275 462327 419 389 0 537025 0
[pid=22655/tid=22658] ppid=22654 vsize=2165100 CPUtime=877.79 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 73944 0 0 0 87738 41 0 0 25 0 5 0 954042754 2217062400 462327 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2165100 CPUtime=877.95 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 75108 0 0 0 87749 46 0 0 25 0 5 0 954042797 2217062400 462327 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2165100 CPUtime=879.61 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 81416 0 0 0 87921 40 0 0 25 0 5 0 954042841 2217062400 462327 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2165100 CPUtime=879.21 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 68150 0 0 0 87884 37 0 0 25 0 5 0 954042884 2217062400 462327 33554432000 4194304 5787044 140737377136704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.62
Current children cumulated vsize (KiB) 2173800

[startup+942.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 22739
/proc/meminfo: memFree=29350836/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2167280 CPUtime=3757.29 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 495361 0 0 0 375523 206 0 0 18 0 5 0 954042580 2219294720 462704 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 541820 462704 419 389 0 537570 0
[pid=22655/tid=22658] ppid=22654 vsize=2167280 CPUtime=937.47 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 73960 0 0 0 93705 42 0 0 25 0 5 0 954042754 2219294720 462704 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2167280 CPUtime=937.95 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 75114 0 0 0 93749 46 0 0 25 0 5 0 954042797 2219294720 462704 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2167280 CPUtime=939.61 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 81420 0 0 0 93921 40 0 0 25 0 5 0 954042841 2219294720 462704 33554432000 4194304 5787044 140737377136704 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2167280 CPUtime=939.2 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 68501 0 0 0 93883 37 0 0 25 0 5 0 954042884 2219294720 462704 33554432000 4194304 5787044 140737377136704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.29
Current children cumulated vsize (KiB) 2175980

[startup+1002.3 s]
/proc/loadavg: 8.20 8.07 8.01 9/188 22740
/proc/meminfo: memFree=29277256/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2172532 CPUtime=3996.96 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 497741 0 0 0 399486 210 0 0 18 0 5 0 954042580 2224672768 465084 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 543133 465084 419 389 0 538883 0
[pid=22655/tid=22658] ppid=22654 vsize=2172532 CPUtime=997.14 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 74319 0 0 0 99671 43 0 0 25 0 5 0 954042754 2224672768 465084 33554432000 4194304 5787044 140737377136704 18446744073709551615 4220770 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2172532 CPUtime=997.95 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 75497 0 0 0 99747 48 0 0 25 0 5 0 954042797 2224672768 465084 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2172532 CPUtime=999.62 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 81811 0 0 0 99921 41 0 0 25 0 5 0 954042841 2224672768 465084 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2172532 CPUtime=999.2 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 69748 0 0 0 99882 38 0 0 25 0 5 0 954042884 2224672768 465084 33554432000 4194304 5787044 140737377136704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.96
Current children cumulated vsize (KiB) 2181232

[startup+1062.3 s]
/proc/loadavg: 8.20 8.09 8.02 9/188 22742
/proc/meminfo: memFree=29212228/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2259572 CPUtime=4236.63 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 514129 0 0 0 423429 234 0 0 18 0 5 0 954042580 2313801728 481472 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 564893 481472 419 389 0 560643 0
[pid=22655/tid=22658] ppid=22654 vsize=2259572 CPUtime=1056.81 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 79399 0 0 0 105633 48 0 0 25 0 5 0 954042754 2313801728 481472 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2259572 CPUtime=1057.95 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 79440 0 0 0 105742 53 0 0 25 0 5 0 954042797 2313801728 481472 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2259572 CPUtime=1059.61 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 85628 0 0 0 105914 47 0 0 25 0 5 0 954042841 2313801728 481472 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2259572 CPUtime=1059.2 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 73296 0 0 0 105876 44 0 0 25 0 5 0 954042884 2313801728 481472 33554432000 4194304 5787044 140737377136704 18446744073709551615 4255018 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.63
Current children cumulated vsize (KiB) 2268272

[startup+1122.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/188 22743
/proc/meminfo: memFree=29166156/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2342648 CPUtime=4476.29 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 525396 0 0 0 447375 254 0 0 18 0 5 0 954042580 2398871552 492739 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 585662 492739 419 389 0 581412 0
[pid=22655/tid=22658] ppid=22654 vsize=2342648 CPUtime=1116.47 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 82205 0 0 0 111593 54 0 0 25 0 5 0 954042754 2398871552 492739 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2342648 CPUtime=1117.94 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 82080 0 0 0 111736 58 0 0 25 0 5 0 954042797 2398871552 492739 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2342648 CPUtime=1119.6 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 87998 0 0 0 111909 51 0 0 25 0 5 0 954042841 2398871552 492739 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2342648 CPUtime=1119.2 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 76747 0 0 0 111871 49 0 0 25 0 5 0 954042884 2398871552 492739 33554432000 4194304 5787044 140737377136704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.29
Current children cumulated vsize (KiB) 2351348

[startup+1182.3 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 22745
/proc/meminfo: memFree=29162744/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2343672 CPUtime=4715.93 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 526260 0 0 0 471337 256 0 0 18 0 5 0 954042580 2399920128 493312 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 585918 493312 419 389 0 581668 0
[pid=22655/tid=22658] ppid=22654 vsize=2343672 CPUtime=1176.14 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 82220 0 0 0 117560 54 0 0 25 0 5 0 954042754 2399920128 493312 33554432000 4194304 5787044 140737377136704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2343672 CPUtime=1177.92 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 82376 0 0 0 117733 59 0 0 25 0 5 0 954042797 2399920128 493312 33554432000 4194304 5787044 140737377136704 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2343672 CPUtime=1179.61 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 88277 0 0 0 117909 52 0 0 25 0 5 0 954042841 2399920128 493312 33554432000 4194304 5787044 140737377136704 18446744073709551615 5588657 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2343672 CPUtime=1179.19 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 77021 0 0 0 117869 50 0 0 25 0 5 0 954042884 2399920128 493312 33554432000 4194304 5787044 140737377136704 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.93
Current children cumulated vsize (KiB) 2352372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.03 8.06 8.01 9/188 22746
/proc/meminfo: memFree=29162356/32951124 swapFree=67056304/67111528
[pid=22654] ppid=22652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22654/stat : 22654 (priss.sh) S 22652 22654 21841 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 954042580 8908800 252 33554432000 4194304 4922060 140733985481920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22654/statm: 2175 252 211 178 0 68 0
[pid=22655] ppid=22654 vsize=2343672 CPUtime=4800.23 cores=1,3,5,7
/proc/22655/stat : 22655 (priss) S 22654 22654 21841 0 -1 4202496 526265 0 0 0 479766 257 0 0 18 0 5 0 954042580 2399920128 493317 33554432000 4194304 5787044 140737377136704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22655/statm: 585918 493317 419 389 0 581668 0
[pid=22655/tid=22658] ppid=22654 vsize=2343672 CPUtime=1197.13 cores=1,3,5,7
/proc/22655/task/22658/stat : 22658 (priss) R 22654 22654 21841 0 -1 4202560 82223 0 0 0 119659 54 0 0 25 0 5 0 954042754 2399920128 493317 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22655/tid=22659] ppid=22654 vsize=2343672 CPUtime=1199.03 cores=1,3,5,7
/proc/22655/task/22659/stat : 22659 (priss) R 22654 22654 21841 0 -1 4202560 82378 0 0 0 119844 59 0 0 25 0 5 0 954042797 2399920128 493317 33554432000 4194304 5787044 140737377136704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22655/tid=22660] ppid=22654 vsize=2343672 CPUtime=1200.7 cores=1,3,5,7
/proc/22655/task/22660/stat : 22660 (priss) R 22654 22654 21841 0 -1 4202560 88277 0 0 0 120018 52 0 0 25 0 5 0 954042841 2399920128 493317 33554432000 4194304 5787044 140737377136704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22655/tid=22661] ppid=22654 vsize=2343672 CPUtime=1200.3 cores=1,3,5,7
/proc/22655/task/22661/stat : 22661 (priss) R 22654 22654 21841 0 -1 4202560 77021 0 0 0 119980 50 0 0 25 0 5 0 954042884 2399920128 493317 33554432000 4194304 5787044 140737377136704 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 2352372

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

Real time (s): 1203.43
CPU time (s): 4800.23
CPU user time (s): 4797.66
CPU system time (s): 2.57
CPU usage (%): 398.88
Max. virtual memory (cumulated for all children) (KiB): 2352372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 6
involuntary context switches= 3

runsolver used 1.61675 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 18:48:40
IDJOB=3291045
IDBENCH=83466
IDSOLVER=1603
FILE ID=node110/3291045-1307638117
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74056 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291045-1307638117/watcher-3291045-1307638117 -o /tmp/evaluation-result-3291045-1307638117/solver-3291045-1307638117 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291045-1307638117.cnf 1855440640 4800 15500 4

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1855440640

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31580988 kB
Buffers:        220492 kB
Cached:         484184 kB
SwapCached:       8464 kB
Active:         850872 kB
Inactive:       288152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31580988 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          116024 kB
Writeback:           0 kB
AnonPages:      432644 kB
Mapped:          13808 kB
Slab:           166420 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   676584 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= 74056 MiB
End job on node110 at 2011-06-09 19:08:45