Trace number 3290723

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.05 1201.82

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

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: 15515
0.00/0.09	c parsetime: 87843us
0.00/0.09	c parsed 186934 clauses with 7794 variables
0.00/0.11	c NW started thread 0 successfully (1085159744)
0.00/0.15	c NW started thread 1 successfully (1110858048)
0.00/0.20	c NW started thread 2 successfully (1121347904)
0.00/0.28	c NW started thread 3 successfully (1131837760)
275.54/69.17	c preprocessor returned 10002 variables
275.54/69.17	c preprocessing returned UNKNOWN
275.54/69.17	c PP set 120 variables
275.54/69.17	c pp time: 69019632us (69s)
280.35/70.32	c preprocessor returned 10002 variables
280.35/70.32	c preprocessing returned UNKNOWN
280.35/70.32	c PP set 120 variables
280.35/70.32	c pp time: 70123279us (70s)
286.71/71.95	c preprocessor returned 10002 variables
286.71/71.95	c preprocessing returned UNKNOWN
286.71/71.95	c PP set 120 variables
286.71/71.95	c pp time: 71833620us (71s)
307.47/77.12	c preprocessor returned 30003 variables
307.47/77.12	c preprocessing returned UNKNOWN
307.47/77.12	c PP set 120 variables
307.47/77.12	c pp time: 76872964us (76s)

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-3290723-1304062970/watcher-3290723-1304062970 -o /tmp/evaluation-result-3290723-1304062970/solver-3290723-1304062970 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290723-1304062970.cnf 886116559 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.88 8.00 7.99 5/182 15514
/proc/meminfo: memFree=30442620/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0

[startup+0.0533601 s]
/proc/loadavg: 7.88 8.00 7.99 5/182 15514
/proc/meminfo: memFree=30442620/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100351 s]
/proc/loadavg: 7.88 8.00 7.99 5/182 15514
/proc/meminfo: memFree=30442620/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300273 s]
/proc/loadavg: 7.88 8.00 7.99 5/182 15514
/proc/meminfo: memFree=30442620/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700198 s]
/proc/loadavg: 7.88 8.00 7.99 5/182 15514
/proc/meminfo: memFree=30442620/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/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.88 8.00 7.99 9/188 15520
/proc/meminfo: memFree=30338792/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=262380 CPUtime=5.51 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 28901 0 0 0 547 4 0 0 19 0 5 0 517899335 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 65595 26017 350 389 0 61345 0
[pid=15515/tid=15517] ppid=15514 vsize=262380 CPUtime=1.37 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3440 0 0 0 137 0 0 0 23 0 5 0 517899346 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=262380 CPUtime=1.33 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3572 0 0 0 133 0 0 0 19 0 5 0 517899350 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336823 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=262380 CPUtime=1.29 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3301 0 0 0 129 0 0 0 19 0 5 0 517899354 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=262380 CPUtime=1.24 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3096 0 0 0 124 0 0 0 25 0 5 0 517899360 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 271080

[startup+3.10074 s]
/proc/loadavg: 7.88 8.00 7.99 9/188 15520
/proc/meminfo: memFree=30338792/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=262380 CPUtime=11.9 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 28901 0 0 0 1186 4 0 0 19 0 5 0 517899335 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 65595 26017 350 389 0 61345 0
[pid=15515/tid=15517] ppid=15514 vsize=262380 CPUtime=2.97 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3440 0 0 0 297 0 0 0 25 0 5 0 517899346 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=262380 CPUtime=2.92 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3572 0 0 0 292 0 0 0 24 0 5 0 517899350 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=262380 CPUtime=2.89 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3301 0 0 0 289 0 0 0 24 0 5 0 517899354 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=262380 CPUtime=2.84 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3096 0 0 0 284 0 0 0 25 0 5 0 517899360 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 271080

[startup+6.30113 s]
/proc/loadavg: 7.89 8.00 7.99 9/188 15520
/proc/meminfo: memFree=30338280/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=262380 CPUtime=24.68 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 28901 0 0 0 2464 4 0 0 19 0 5 0 517899335 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 65595 26017 350 389 0 61345 0
[pid=15515/tid=15517] ppid=15514 vsize=262380 CPUtime=6.17 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3440 0 0 0 617 0 0 0 25 0 5 0 517899346 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=262380 CPUtime=6.1 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3572 0 0 0 610 0 0 0 25 0 5 0 517899350 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=262380 CPUtime=6.09 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3301 0 0 0 609 0 0 0 25 0 5 0 517899354 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=262380 CPUtime=6.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3096 0 0 0 604 0 0 0 25 0 5 0 517899360 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 271080

[startup+12.7009 s]
/proc/loadavg: 7.89 8.00 7.99 9/188 15521
/proc/meminfo: memFree=30337820/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=262380 CPUtime=50.24 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 28901 0 0 0 5020 4 0 0 19 0 5 0 517899335 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 65595 26017 350 389 0 61345 0
[pid=15515/tid=15517] ppid=15514 vsize=262380 CPUtime=12.57 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3440 0 0 0 1257 0 0 0 25 0 5 0 517899346 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=262380 CPUtime=12.47 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3572 0 0 0 1247 0 0 0 25 0 5 0 517899350 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=262380 CPUtime=12.49 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3301 0 0 0 1249 0 0 0 25 0 5 0 517899354 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=262380 CPUtime=12.44 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3096 0 0 0 1244 0 0 0 25 0 5 0 517899360 268677120 26017 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 271080

[startup+25.5005 s]
/proc/loadavg: 7.99 8.02 8.00 9/188 15521
/proc/meminfo: memFree=30329996/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=266040 CPUtime=101.37 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 29653 0 0 0 10132 5 0 0 19 0 5 0 517899335 272424960 26220 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 66510 26220 351 389 0 62260 0
[pid=15515/tid=15517] ppid=15514 vsize=266040 CPUtime=25.37 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3626 0 0 0 2537 0 0 0 25 0 5 0 517899346 272424960 26220 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=266040 CPUtime=25.19 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3765 0 0 0 2519 0 0 0 25 0 5 0 517899350 272424960 26220 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=266040 CPUtime=25.29 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3487 0 0 0 2529 0 0 0 25 0 5 0 517899354 272424960 26220 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=266040 CPUtime=25.24 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3283 0 0 0 2524 0 0 0 25 0 5 0 517899360 272424960 26220 33554432000 4194304 5787044 140734627655072 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 274740

[startup+51.1006 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 15522
/proc/meminfo: memFree=30325340/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=266040 CPUtime=203.63 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 30426 0 0 0 20358 5 0 0 19 0 5 0 517899335 272424960 26993 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 66510 26993 352 389 0 62260 0
[pid=15515/tid=15517] ppid=15514 vsize=266040 CPUtime=50.98 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 3874 0 0 0 5097 1 0 0 25 0 5 0 517899346 272424960 26993 33554432000 4194304 5787044 140734627655072 18446744073709551615 212435714698 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=266040 CPUtime=50.66 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 3853 0 0 0 5065 1 0 0 25 0 5 0 517899350 272424960 26993 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=266040 CPUtime=50.88 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 3718 0 0 0 5088 0 0 0 25 0 5 0 517899354 272424960 26993 33554432000 4194304 5787044 140734627655072 18446744073709551615 212435714666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=266040 CPUtime=50.84 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 3489 0 0 0 5084 0 0 0 25 0 5 0 517899360 272424960 26993 33554432000 4194304 5787044 140734627655072 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 274740

[startup+102.307 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 15523
/proc/meminfo: memFree=30225224/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=361352 CPUtime=408.15 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 56788 0 0 0 40793 22 0 0 19 0 5 0 517899335 370024448 50195 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 90338 50195 419 389 0 86088 0
[pid=15515/tid=15517] ppid=15514 vsize=361352 CPUtime=102.18 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 7995 0 0 0 10214 4 0 0 25 0 5 0 517899346 370024448 50195 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=361352 CPUtime=101.58 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 9336 0 0 0 10153 5 0 0 25 0 5 0 517899350 370024448 50195 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=361352 CPUtime=102.08 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 10697 0 0 0 10203 5 0 0 25 0 5 0 517899354 370024448 50195 33554432000 4194304 5787044 140734627655072 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=361352 CPUtime=102.04 cores=0,2,4,6

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

/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 34729 0 0 0 81729 36 0 0 25 0 5 0 517899350 755359744 142834 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=737656 CPUtime=821.98 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 48640 0 0 0 82143 55 0 0 25 0 5 0 517899354 755359744 142834 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=737656 CPUtime=822.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 30762 0 0 0 82184 20 0 0 25 0 5 0 517899360 755359744 142834 33554432000 4194304 5787044 140734627655072 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.12
Current children cumulated vsize (KiB) 746356

[startup+882.3 s]
/proc/loadavg: 8.14 8.10 8.02 9/188 15544
/proc/meminfo: memFree=29723164/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=738800 CPUtime=3523.78 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 154079 0 0 0 352239 139 0 0 19 0 5 0 517899335 756531200 146648 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 184700 146648 419 389 0 180450 0
[pid=15515/tid=15517] ppid=15514 vsize=738800 CPUtime=882.17 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 21071 0 0 0 88199 18 0 0 25 0 5 0 517899346 756531200 146648 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=738800 CPUtime=877.31 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 35092 0 0 0 87695 36 0 0 25 0 5 0 517899350 756531200 146648 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=738800 CPUtime=881.97 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 49711 0 0 0 88140 57 0 0 25 0 5 0 517899354 756531200 146648 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=738800 CPUtime=882.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 32713 0 0 0 88181 23 0 0 25 0 5 0 517899360 756531200 146648 33554432000 4194304 5787044 140734627655072 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.78
Current children cumulated vsize (KiB) 747500

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/188 15545
/proc/meminfo: memFree=29701944/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=738800 CPUtime=3763.46 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 155692 0 0 0 376204 142 0 0 19 0 5 0 517899335 756531200 148261 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 184700 148261 419 389 0 180450 0
[pid=15515/tid=15517] ppid=15514 vsize=738800 CPUtime=942.17 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 21072 0 0 0 94199 18 0 0 25 0 5 0 517899346 756531200 148261 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=738800 CPUtime=937 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 35092 0 0 0 93663 37 0 0 25 0 5 0 517899350 756531200 148261 33554432000 4194304 5787044 140734627655072 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=738800 CPUtime=941.96 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 51322 0 0 0 94136 60 0 0 25 0 5 0 517899354 756531200 148261 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=738800 CPUtime=942.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 32714 0 0 0 94181 23 0 0 25 0 5 0 517899360 756531200 148261 33554432000 4194304 5787044 140734627655072 18446744073709551615 4254988 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.46
Current children cumulated vsize (KiB) 747500

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 15547
/proc/meminfo: memFree=29684168/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=738800 CPUtime=4003.12 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 158833 0 0 0 400166 146 0 0 19 0 5 0 517899335 756531200 151198 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 184700 151198 419 389 0 180450 0
[pid=15515/tid=15517] ppid=15514 vsize=738800 CPUtime=1002.18 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 21081 0 0 0 100200 18 0 0 25 0 5 0 517899346 756531200 151198 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=738800 CPUtime=996.67 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 35093 0 0 0 99630 37 0 0 25 0 5 0 517899350 756531200 151198 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=738800 CPUtime=1001.95 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 54452 0 0 0 100131 64 0 0 25 0 5 0 517899354 756531200 151198 33554432000 4194304 5787044 140734627655072 18446744073709551615 212435714991 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=738800 CPUtime=1002.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 32715 0 0 0 100181 23 0 0 25 0 5 0 517899360 756531200 151198 33554432000 4194304 5787044 140734627655072 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.12
Current children cumulated vsize (KiB) 747500

[startup+1062.3 s]
/proc/loadavg: 7.90 8.01 8.00 9/188 15582
/proc/meminfo: memFree=29874312/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=746444 CPUtime=4242.81 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 160749 0 0 0 424132 149 0 0 19 0 5 0 517899335 764358656 153112 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 186611 153112 419 389 0 182361 0
[pid=15515/tid=15517] ppid=15514 vsize=746444 CPUtime=1062.18 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 22993 0 0 0 106199 19 0 0 25 0 5 0 517899346 764358656 153112 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=746444 CPUtime=1056.34 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 35096 0 0 0 105597 37 0 0 25 0 5 0 517899350 764358656 153112 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=746444 CPUtime=1061.95 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 54453 0 0 0 106130 65 0 0 25 0 5 0 517899354 764358656 153112 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=746444 CPUtime=1062.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 32715 0 0 0 106181 23 0 0 25 0 5 0 517899360 764358656 153112 33554432000 4194304 5787044 140734627655072 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.81
Current children cumulated vsize (KiB) 755144

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 15592
/proc/meminfo: memFree=29812968/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=819872 CPUtime=4482.46 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 164295 0 0 0 448091 155 0 0 19 0 5 0 517899335 839548928 156658 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 204968 156658 419 389 0 200718 0
[pid=15515/tid=15517] ppid=15514 vsize=819872 CPUtime=1122.18 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 24872 0 0 0 112197 21 0 0 25 0 5 0 517899346 839548928 156658 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=819872 CPUtime=1116.02 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 36751 0 0 0 111560 42 0 0 25 0 5 0 517899350 839548928 156658 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=819872 CPUtime=1121.94 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 54453 0 0 0 112129 65 0 0 25 0 5 0 517899354 839548928 156658 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=819872 CPUtime=1122.05 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 32727 0 0 0 112181 24 0 0 25 0 5 0 517899360 839548928 156658 33554432000 4194304 5787044 140734627655072 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 828572

[startup+1182.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/188 15594
/proc/meminfo: memFree=29758236/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=839324 CPUtime=4722.14 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 171715 0 0 0 472053 161 0 0 19 0 5 0 517899335 859467776 164078 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 209831 164078 419 389 0 205581 0
[pid=15515/tid=15517] ppid=15514 vsize=839324 CPUtime=1182.19 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 26615 0 0 0 118196 23 0 0 25 0 5 0 517899346 859467776 164078 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=839324 CPUtime=1175.7 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 40535 0 0 0 117525 45 0 0 25 0 5 0 517899350 859467776 164078 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=839324 CPUtime=1181.94 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 55478 0 0 0 118129 65 0 0 25 0 5 0 517899354 859467776 164078 33554432000 4194304 5787044 140734627655072 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=839324 CPUtime=1182.04 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 33595 0 0 0 118180 24 0 0 25 0 5 0 517899360 859467776 164078 33554432000 4194304 5787044 140734627655072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.14
Current children cumulated vsize (KiB) 848024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 15594
/proc/meminfo: memFree=29723512/32951124 swapFree=67111416/67111528
[pid=15514] ppid=15512 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (priss.sh) S 15512 15514 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517899335 8908800 252 33554432000 4194304 4922060 140735083037024 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15514/statm: 2175 252 211 178 0 68 0
[pid=15515] ppid=15514 vsize=846068 CPUtime=4800.05 cores=0,2,4,6
/proc/15515/stat : 15515 (priss) S 15514 15514 14674 0 -1 4202496 174497 0 0 0 479841 164 0 0 19 0 5 0 517899335 866373632 166860 33554432000 4194304 5787044 140734627655072 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15515/statm: 211517 166860 419 389 0 207267 0
[pid=15515/tid=15517] ppid=15514 vsize=846068 CPUtime=1201.69 cores=0,2,4,6
/proc/15515/task/15517/stat : 15517 (priss) R 15514 15514 14674 0 -1 4202560 27241 0 0 0 120146 23 0 0 25 0 5 0 517899346 866373632 166860 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15515/tid=15518] ppid=15514 vsize=846068 CPUtime=1195.09 cores=0,2,4,6
/proc/15515/task/15518/stat : 15518 (priss) R 15514 15514 14674 0 -1 4202560 41386 0 0 0 119463 46 0 0 25 0 5 0 517899350 866373632 166860 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15515/tid=15519] ppid=15514 vsize=846068 CPUtime=1201.44 cores=0,2,4,6
/proc/15515/task/15519/stat : 15519 (priss) R 15514 15514 14674 0 -1 4202560 55479 0 0 0 120079 65 0 0 25 0 5 0 517899354 866373632 166860 33554432000 4194304 5787044 140734627655072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15515/tid=15520] ppid=15514 vsize=846068 CPUtime=1201.55 cores=0,2,4,6
/proc/15515/task/15520/stat : 15520 (priss) R 15514 15514 14674 0 -1 4202560 34899 0 0 0 120130 25 0 0 25 0 5 0 517899360 866373632 166860 33554432000 4194304 5787044 140734627655072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 854768

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

Real time (s): 1201.82
CPU time (s): 4800.05
CPU user time (s): 4798.41
CPU system time (s): 1.64
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 854768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.74273 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:42:50
IDJOB=3290723
IDBENCH=83446
IDSOLVER=1603
FILE ID=node102/3290723-1304062970
RUNJOBID= node102-1304060360-15212
PBS_JOBID= 13170428
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=886116559

node102.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      30442900 kB
Buffers:        631564 kB
Cached:        1249764 kB
SwapCached:          8 kB
Active:         370200 kB
Inactive:      1715320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30442900 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            7780 kB
Writeback:           0 kB
AnonPages:      203976 kB
Mapped:          15756 kB
Slab:           358500 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   396808 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= 71548 MiB
End job on node102 at 2011-04-29 10:02:54