Trace number 3290768

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.18 1202.82

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F22.cnf
MD5SUM0b29cb9f2e17f3e05b66912497d8cb84
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6781
Satisfiable
(Un)Satisfiability was proved
Number of variables13574
Number of clauses1301188
Sum of the clauses size11462079
Maximum clause length78
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 236373
Number of clauses of size 329573
Number of clauses of size 422594
Number of clauses of size 573414
Number of clauses of size over 51139201

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: 19493
0.00/0.00	c setup for 4cores
0.00/0.82	c parsetime: 818209us
0.00/0.82	c parsed 1301188 clauses with 13574 variables
0.99/1.01	c NW started thread 0 successfully (1101711680)
1.31/1.27	c NW started thread 1 successfully (1112201536)
2.02/1.53	c NW started thread 2 successfully (1122691392)
2.76/1.79	c NW started thread 3 successfully (1133181248)
347.09/87.99	c preprocessor returned 13874 variables
347.09/87.99	c preprocessing returned UNKNOWN
347.09/87.99	c PP set 1032 variables
347.09/87.99	c pp time: 86717143us (86s)
348.66/88.35	c preprocessor returned 13874 variables
348.66/88.35	c preprocessing returned UNKNOWN
348.66/88.35	c PP set 1032 variables
348.66/88.35	c pp time: 86814768us (86s)
349.07/88.40	c preprocessor returned 13874 variables
349.07/88.40	c preprocessing returned UNKNOWN
349.07/88.40	c PP set 1032 variables
349.07/88.40	c pp time: 87385566us (87s)
650.17/163.89	c preprocessor returned 30008 variables
650.17/163.89	c preprocessing returned UNKNOWN
650.17/163.89	c PP set 1032 variables
650.17/163.89	c pp time: 162101592us (162s)
653.35/164.65	c HTE
660.14/166.35	c subsumption
660.14/166.35	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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290768-1304062794/watcher-3290768-1304062794 -o /tmp/evaluation-result-3290768-1304062794/solver-3290768-1304062794 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290768-1304062794.cnf 608408463 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.90 8.07 7.86 5/182 19492
/proc/meminfo: memFree=23902816/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0

[startup+0.047344 s]
/proc/loadavg: 7.90 8.07 7.86 5/182 19492
/proc/meminfo: memFree=23902816/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100334 s]
/proc/loadavg: 7.90 8.07 7.86 5/182 19492
/proc/meminfo: memFree=23902816/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3003 s]
/proc/loadavg: 7.90 8.07 7.86 5/182 19492
/proc/meminfo: memFree=23902816/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700229 s]
/proc/loadavg: 7.90 8.07 7.86 5/182 19492
/proc/meminfo: memFree=23902816/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 7.90 8.07 7.86 6/184 19494
/proc/meminfo: memFree=23726348/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=599864 CPUtime=2.02 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) R 19492 19492 17192 0 -1 4202496 123056 0 0 0 173 29 0 0 18 0 3 0 498695824 614260736 121051 33554432000 4194304 5787044 140735698220784 18446744073709551615 212039316165 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 149966 121051 341 389 0 145716 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 608564

[startup+3.10076 s]
/proc/loadavg: 7.90 8.07 7.86 9/188 19498
/proc/meminfo: memFree=23184684/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=888392 CPUtime=8.34 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 182911 0 0 0 792 42 0 0 18 0 5 0 498695824 909713408 178880 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 222098 178880 349 389 0 217848 0
[pid=19493/tid=19495] ppid=19492 vsize=888392 CPUtime=1.99 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 17587 0 0 0 198 1 0 0 20 0 5 0 498695926 909713408 178880 33554432000 4194304 5787044 140735698220784 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=888392 CPUtime=1.74 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 16507 0 0 0 170 4 0 0 20 0 5 0 498695951 909713408 178880 33554432000 4194304 5787044 140735698220784 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=888392 CPUtime=1.54 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 19974 0 0 0 151 3 0 0 19 0 5 0 498695978 909713408 178880 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=888392 CPUtime=1.29 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 15915 0 0 0 127 2 0 0 22 0 5 0 498696004 909713408 178880 33554432000 4194304 5787044 140735698220784 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 897092

[startup+6.30019 s]
/proc/loadavg: 7.91 8.07 7.86 9/188 19498
/proc/meminfo: memFree=23160952/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=939164 CPUtime=21.12 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 198993 0 0 0 2069 43 0 0 18 0 5 0 498695824 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 234791 184949 351 389 0 230541 0
[pid=19493/tid=19495] ppid=19492 vsize=939164 CPUtime=5.17 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 20947 0 0 0 516 1 0 0 25 0 5 0 498695926 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=939164 CPUtime=4.95 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 20693 0 0 0 490 5 0 0 25 0 5 0 498695951 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=939164 CPUtime=4.73 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 24155 0 0 0 470 3 0 0 25 0 5 0 498695978 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=939164 CPUtime=4.5 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 20270 0 0 0 447 3 0 0 25 0 5 0 498696004 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.12
Current children cumulated vsize (KiB) 947864

[startup+12.701 s]
/proc/loadavg: 8.00 8.09 7.87 9/188 19498
/proc/meminfo: memFree=23160600/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=939164 CPUtime=46.69 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 198993 0 0 0 4625 44 0 0 18 0 5 0 498695824 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 234791 184949 351 389 0 230541 0
[pid=19493/tid=19495] ppid=19492 vsize=939164 CPUtime=11.53 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 20947 0 0 0 1152 1 0 0 25 0 5 0 498695926 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=939164 CPUtime=11.35 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 20693 0 0 0 1130 5 0 0 25 0 5 0 498695951 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=939164 CPUtime=11.13 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 24155 0 0 0 1110 3 0 0 25 0 5 0 498695978 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=939164 CPUtime=10.9 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 20270 0 0 0 1087 3 0 0 25 0 5 0 498696004 961703936 184949 33554432000 4194304 5787044 140735698220784 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.69
Current children cumulated vsize (KiB) 947864

[startup+25.5008 s]
/proc/loadavg: 8.00 8.08 7.87 9/188 19498
/proc/meminfo: memFree=23131992/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1003560 CPUtime=97.82 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 211754 0 0 0 9737 45 0 0 18 0 5 0 498695824 1027645440 191385 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 250890 191385 355 389 0 246640 0
[pid=19493/tid=19495] ppid=19492 vsize=1003560 CPUtime=24.26 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 20980 0 0 0 2425 1 0 0 25 0 5 0 498695926 1027645440 191385 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1003560 CPUtime=24.15 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 21378 0 0 0 2410 5 0 0 25 0 5 0 498695951 1027645440 191385 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1003560 CPUtime=23.93 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 24656 0 0 0 2390 3 0 0 25 0 5 0 498695978 1027645440 191385 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1003560 CPUtime=23.7 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 31812 0 0 0 2366 4 0 0 25 0 5 0 498696004 1027645440 191385 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.82
Current children cumulated vsize (KiB) 1012260

[startup+51.1012 s]
/proc/loadavg: 8.00 8.07 7.87 9/188 19499
/proc/meminfo: memFree=23128088/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1003560 CPUtime=200.08 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 212307 0 0 0 19963 45 0 0 18 0 5 0 498695824 1027645440 191938 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 250890 191938 355 389 0 246640 0
[pid=19493/tid=19495] ppid=19492 vsize=1003560 CPUtime=49.72 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 20994 0 0 0 4971 1 0 0 25 0 5 0 498695926 1027645440 191938 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1003560 CPUtime=49.74 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 21378 0 0 0 4969 5 0 0 25 0 5 0 498695951 1027645440 191938 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1003560 CPUtime=49.53 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 24869 0 0 0 4950 3 0 0 25 0 5 0 498695978 1027645440 191938 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1003560 CPUtime=49.3 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 32138 0 0 0 4926 4 0 0 25 0 5 0 498696004 1027645440 191938 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 200.08
Current children cumulated vsize (KiB) 1012260

[startup+102.307 s]
/proc/loadavg: 8.08 8.09 7.89 9/188 19500
/proc/meminfo: memFree=23013144/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1097016 CPUtime=404.6 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 244185 0 0 0 40405 55 0 0 18 0 5 0 498695824 1123344384 219328 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 274254 219328 405 389 0 270004 0
[pid=19493/tid=19495] ppid=19492 vsize=1097016 CPUtime=100.65 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 30594 0 0 0 10060 5 0 0 25 0 5 0 498695926 1123344384 219328 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1097016 CPUtime=100.94 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 29159 0 0 0 10087 7 0 0 25 0 5 0 498695951 1123344384 219328 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1097016 CPUtime=100.74 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 36756 0 0 0 10067 7 0 0 25 0 5 0 498695978 1123344384 219328 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1097016 CPUtime=100.5 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 34748 0 0 0 10045 5 0 0 25 0 5 0 498696004 1123344384 219328 33554432000 4194304 5787044 140735698220784 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 404.6
Current children cumulated vsize (KiB) 1105716

[startup+162.3 s]
/proc/loadavg: 8.00 8.04 7.89 9/188 19535
/proc/meminfo: memFree=23097708/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6

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

/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 63919 0 0 0 82028 54 0 0 25 0 5 0 498695951 1660469248 355845 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1621552 CPUtime=820.61 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 71026 0 0 0 82015 46 0 0 25 0 5 0 498695978 1660469248 355845 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1621552 CPUtime=820.42 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 72964 0 0 0 82008 34 0 0 25 0 5 0 498696004 1660469248 355845 33554432000 4194304 5787044 140735698220784 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.33
Current children cumulated vsize (KiB) 1630252

[startup+882.301 s]
/proc/loadavg: 8.11 8.08 7.96 9/188 19586
/proc/meminfo: memFree=22723872/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1621744 CPUtime=3519.98 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 387325 0 0 0 351781 217 0 0 18 0 5 0 498695824 1660665856 356248 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 405436 356248 419 389 0 401186 0
[pid=19493/tid=19495] ppid=19492 vsize=1621744 CPUtime=876.36 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 65903 0 0 0 87586 50 0 0 25 0 5 0 498695926 1660665856 356248 33554432000 4194304 5787044 140735698220784 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1621744 CPUtime=880.81 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 63960 0 0 0 88027 54 0 0 25 0 5 0 498695951 1660665856 356248 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1621744 CPUtime=880.6 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 71421 0 0 0 88013 47 0 0 25 0 5 0 498695978 1660665856 356248 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1621744 CPUtime=880.43 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 73113 0 0 0 88008 35 0 0 25 0 5 0 498696004 1660665856 356248 33554432000 4194304 5787044 140735698220784 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.98
Current children cumulated vsize (KiB) 1630444

[startup+942.301 s]
/proc/loadavg: 8.10 8.08 7.97 9/188 19588
/proc/meminfo: memFree=22681008/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1621904 CPUtime=3759.64 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 387730 0 0 0 375746 218 0 0 18 0 5 0 498695824 1660829696 356449 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 405476 356449 419 389 0 401226 0
[pid=19493/tid=19495] ppid=19492 vsize=1621904 CPUtime=936.04 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 65938 0 0 0 93554 50 0 0 25 0 5 0 498695926 1660829696 356449 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1621904 CPUtime=940.8 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 63995 0 0 0 94026 54 0 0 25 0 5 0 498695951 1660829696 356449 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1621904 CPUtime=940.59 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 71426 0 0 0 94012 47 0 0 25 0 5 0 498695978 1660829696 356449 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1621904 CPUtime=940.42 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 73443 0 0 0 94007 35 0 0 25 0 5 0 498696004 1660829696 356449 33554432000 4194304 5787044 140735698220784 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3759.64
Current children cumulated vsize (KiB) 1630604

[startup+1002.3 s]
/proc/loadavg: 8.14 8.09 7.98 10/188 19589
/proc/meminfo: memFree=22647252/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1695360 CPUtime=3999.32 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 391851 0 0 0 399711 221 0 0 18 0 5 0 498695824 1736048640 360570 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 423840 360570 419 389 0 419590 0
[pid=19493/tid=19495] ppid=19492 vsize=1695360 CPUtime=995.71 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 67888 0 0 0 99519 52 0 0 25 0 5 0 498695926 1736048640 360570 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1695360 CPUtime=1000.8 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 65995 0 0 0 100025 55 0 0 25 0 5 0 498695951 1736048640 360570 33554432000 4194304 5787044 140735698220784 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1695360 CPUtime=1000.6 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 71446 0 0 0 100013 47 0 0 25 0 5 0 498695978 1736048640 360570 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1695360 CPUtime=1000.43 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 73594 0 0 0 100007 36 0 0 25 0 5 0 498696004 1736048640 360570 33554432000 4194304 5787044 140735698220784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3999.32
Current children cumulated vsize (KiB) 1704060

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 7.98 9/188 19591
/proc/meminfo: memFree=22546392/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1790076 CPUtime=4238.98 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 410487 0 0 0 423655 243 0 0 18 0 5 0 498695824 1833037824 379206 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 447519 379206 419 389 0 443269 0
[pid=19493/tid=19495] ppid=19492 vsize=1790076 CPUtime=1055.39 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 74671 0 0 0 105483 56 0 0 25 0 5 0 498695926 1833037824 379206 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1790076 CPUtime=1060.8 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 71095 0 0 0 106016 64 0 0 25 0 5 0 498695951 1833037824 379206 33554432000 4194304 5787044 140735698220784 18446744073709551615 4229336 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1790076 CPUtime=1060.59 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 74684 0 0 0 106008 51 0 0 25 0 5 0 498695978 1833037824 379206 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1790076 CPUtime=1060.43 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 77109 0 0 0 106002 41 0 0 25 0 5 0 498696004 1833037824 379206 33554432000 4194304 5787044 140735698220784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4238.98
Current children cumulated vsize (KiB) 1798776

[startup+1122.3 s]
/proc/loadavg: 8.03 8.07 7.98 9/188 19593
/proc/meminfo: memFree=22419860/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1879968 CPUtime=4478.64 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 430692 0 0 0 447599 265 0 0 18 0 5 0 498695824 1925087232 399411 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 469992 399411 419 389 0 465742 0
[pid=19493/tid=19495] ppid=19492 vsize=1879968 CPUtime=1115.06 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 80799 0 0 0 111447 59 0 0 25 0 5 0 498695926 1925087232 399411 33554432000 4194304 5787044 140735698220784 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1879968 CPUtime=1120.79 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 76358 0 0 0 112008 71 0 0 25 0 5 0 498695951 1925087232 399411 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1879968 CPUtime=1120.6 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 79677 0 0 0 112002 58 0 0 25 0 5 0 498695978 1925087232 399411 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1879968 CPUtime=1120.43 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 80930 0 0 0 111996 47 0 0 25 0 5 0 498696004 1925087232 399411 33554432000 4194304 5787044 140735698220784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4478.64
Current children cumulated vsize (KiB) 1888668

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.00 9/188 19594
/proc/meminfo: memFree=22369200/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1892244 CPUtime=4718.3 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 441391 0 0 0 471554 276 0 0 18 0 5 0 498695824 1937657856 409885 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 473061 409885 419 389 0 468811 0
[pid=19493/tid=19495] ppid=19492 vsize=1892244 CPUtime=1174.73 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 83640 0 0 0 117412 61 0 0 25 0 5 0 498695926 1937657856 409885 33554432000 4194304 5787044 140735698220784 18446744073709551615 4692655 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1892244 CPUtime=1180.77 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 79055 0 0 0 118003 74 0 0 25 0 5 0 498695951 1937657856 409885 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1892244 CPUtime=1180.6 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 81734 0 0 0 117999 61 0 0 25 0 5 0 498695978 1937657856 409885 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1892244 CPUtime=1180.42 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 84034 0 0 0 117993 49 0 0 25 0 5 0 498696004 1937657856 409885 33554432000 4194304 5787044 140735698220784 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4718.3
Current children cumulated vsize (KiB) 1900944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.13 8.09 8.00 9/188 19595
/proc/meminfo: memFree=22367200/32951124 swapFree=67111524/67111528
[pid=19492] ppid=19490 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19492/stat : 19492 (prissAuto.sh) S 19490 19492 17192 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 498695824 8908800 252 33554432000 4194304 4922060 140734371559328 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19492/statm: 2175 252 211 178 0 68 0
[pid=19493] ppid=19492 vsize=1892244 CPUtime=4800.18 cores=0,2,4,6
/proc/19493/stat : 19493 (priss) S 19492 19492 17192 0 -1 4202496 441453 0 0 0 479742 276 0 0 18 0 5 0 498695824 1937657856 409947 33554432000 4194304 5787044 140735698220784 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19493/statm: 473061 409947 419 389 0 468811 0
[pid=19493/tid=19495] ppid=19492 vsize=1892244 CPUtime=1195.11 cores=0,2,4,6
/proc/19493/task/19495/stat : 19495 (priss) R 19492 19492 17192 0 -1 4202560 83649 0 0 0 119450 61 0 0 25 0 5 0 498695926 1937657856 409947 33554432000 4194304 5787044 140735698220784 18446744073709551615 212039313845 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19493/tid=19496] ppid=19492 vsize=1892244 CPUtime=1201.27 cores=0,2,4,6
/proc/19493/task/19496/stat : 19496 (priss) R 19492 19492 17192 0 -1 4202560 79055 0 0 0 120053 74 0 0 25 0 5 0 498695951 1937657856 409947 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19493/tid=19497] ppid=19492 vsize=1892244 CPUtime=1201.1 cores=0,2,4,6
/proc/19493/task/19497/stat : 19497 (priss) R 19492 19492 17192 0 -1 4202560 81761 0 0 0 120049 61 0 0 25 0 5 0 498695978 1937657856 409947 33554432000 4194304 5787044 140735698220784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19493/tid=19498] ppid=19492 vsize=1892244 CPUtime=1200.92 cores=0,2,4,6
/proc/19493/task/19498/stat : 19498 (priss) R 19492 19492 17192 0 -1 4202560 84060 0 0 0 120043 49 0 0 25 0 5 0 498696004 1937657856 409947 33554432000 4194304 5787044 140735698220784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1900944

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 19492 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 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.82
CPU time (s): 4800.18
CPU user time (s): 4797.42
CPU system time (s): 2.76
CPU usage (%): 399.078
Max. virtual memory (cumulated for all children) (KiB): 1900944

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= 6
involuntary context switches= 3

runsolver used 1.83872 second user time and 4.73228 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 09:39:56
IDJOB=3290768
IDBENCH=83447
IDSOLVER=1602
FILE ID=node146/3290768-1304062794
RUNJOBID= node146-1304060503-19305
PBS_JOBID= 13170387
Free space on /tmp= 72932 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F22.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290768-1304062794/watcher-3290768-1304062794 -o /tmp/evaluation-result-3290768-1304062794/solver-3290768-1304062794 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3290768-1304062794.cnf 608408463 4800 15500 4

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

MD5SUM BENCH= 0b29cb9f2e17f3e05b66912497d8cb84
RANDOM SEED=608408463

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23903088 kB
Buffers:       1673444 kB
Cached:        6324356 kB
SwapCached:          4 kB
Active:        1883464 kB
Inactive:      6635400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23903088 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           65252 kB
Writeback:           0 kB
AnonPages:      520920 kB
Mapped:          15676 kB
Slab:           464704 kB
PageTables:       5768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   722624 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= 72928 MiB
End job on node146 at 2011-04-29 10:00:00