Trace number 3290860

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.3 1201.83

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

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: 16031
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 30780us
0.00/0.03	c parsed 89966 clauses with 6664 variables
0.00/0.04	c NW started thread 0 successfully (1084967232)
0.00/0.06	c NW started thread 1 successfully (1096747328)
0.00/0.07	c NW started thread 2 successfully (1115027776)
0.00/0.09	c NW started thread 3 successfully (1125517632)
13.79/3.58	c preprocessor returned 10006 variables
13.79/3.58	c preprocessing returned UNKNOWN
13.79/3.58	c PP set 0 variables
13.79/3.58	c pp time: 3519987us (3s)
14.18/3.60	c preprocessor returned 10006 variables
14.18/3.60	c preprocessing returned UNKNOWN
14.18/3.60	c PP set 0 variables
14.18/3.60	c pp time: 3542998us (3s)
14.18/3.63	c preprocessor returned 10006 variables
14.18/3.63	c preprocessing returned UNKNOWN
14.18/3.63	c PP set 0 variables
14.18/3.63	c pp time: 3550148us (3s)
29.35/7.47	c preprocessor returned 30006 variables
29.35/7.47	c preprocessing returned UNKNOWN
29.35/7.47	c PP set 0 variables
29.35/7.47	c pp time: 7375530us (7s)
63.72/16.06	c added unsatisfied clause
63.72/16.06	c failed to add network clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3290860-1304063004/watcher-3290860-1304063004 -o /tmp/evaluation-result-3290860-1304063004/solver-3290860-1304063004 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290860-1304063004.cnf 459958273 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0

[startup+0.00974704 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.161558 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.969537 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06952 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 3.74 4.44 5.83 2/178 16030
/proc/meminfo: memFree=30390724/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10115 s]
/proc/loadavg: 4.16 4.51 5.85 10/188 16040
/proc/meminfo: memFree=30293304/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=303444 CPUtime=12.19 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 18269 0 0 0 1216 3 0 0 18 0 5 0 517900791 310726656 15475 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 75861 15475 355 389 0 71611 0
[pid=16031/tid=16037] ppid=16030 vsize=303444 CPUtime=3.05 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 2539 0 0 0 305 0 0 0 25 0 5 0 517900796 310726656 15475 33554432000 4194304 5787044 140735096118960 18446744073709551615 4359862 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=303444 CPUtime=3.02 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 2014 0 0 0 302 0 0 0 25 0 5 0 517900797 310726656 15475 33554432000 4194304 5787044 140735096118960 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=303444 CPUtime=3.01 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 2261 0 0 0 301 0 0 0 25 0 5 0 517900799 310726656 15475 33554432000 4194304 5787044 140735096118960 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=303444 CPUtime=2.99 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 4474 0 0 0 299 0 0 0 25 0 5 0 517900801 310726656 15475 33554432000 4194304 5787044 140735096118960 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 312144

[startup+6.30057 s]
/proc/loadavg: 4.16 4.51 5.85 10/188 16040
/proc/meminfo: memFree=30257708/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=309852 CPUtime=24.96 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 23940 0 0 0 2491 5 0 0 18 0 5 0 517900791 317288448 19409 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 77463 19409 405 389 0 73213 0
[pid=16031/tid=16037] ppid=16030 vsize=309852 CPUtime=6.24 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 4090 0 0 0 623 1 0 0 25 0 5 0 517900796 317288448 19409 33554432000 4194304 5787044 140735096118960 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=309852 CPUtime=6.19 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 3085 0 0 0 619 0 0 0 25 0 5 0 517900797 317288448 19409 33554432000 4194304 5787044 140735096118960 18446744073709551615 4254391 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=309852 CPUtime=6.21 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 5246 0 0 0 620 1 0 0 25 0 5 0 517900799 317288448 19409 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=309852 CPUtime=6.19 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 4538 0 0 0 619 0 0 0 25 0 5 0 517900801 317288448 19409 33554432000 4194304 5787044 140735096118960 18446744073709551615 253640553453 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 318552

[startup+12.7004 s]
/proc/loadavg: 4.75 4.63 5.87 10/188 16040
/proc/meminfo: memFree=30226488/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=313708 CPUtime=50.54 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 29748 0 0 0 5047 7 0 0 18 0 5 0 517900791 321236992 23675 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 78427 23675 419 389 0 74177 0
[pid=16031/tid=16037] ppid=16030 vsize=313708 CPUtime=12.64 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 4793 0 0 0 1263 1 0 0 25 0 5 0 517900796 321236992 23676 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=313708 CPUtime=12.56 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 4027 0 0 0 1256 0 0 0 25 0 5 0 517900797 321236992 23676 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=313708 CPUtime=12.61 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 5814 0 0 0 1260 1 0 0 25 0 5 0 517900799 321236992 23676 33554432000 4194304 5787044 140735096118960 18446744073709551615 253640520737 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=313708 CPUtime=12.6 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 8134 0 0 0 1258 2 0 0 25 0 5 0 517900801 321236992 23676 33554432000 4194304 5787044 140735096118960 18446744073709551615 5524578 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 322408

[startup+25.5011 s]
/proc/loadavg: 5.03 4.69 5.87 9/188 16072
/proc/meminfo: memFree=28933680/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=322032 CPUtime=101.63 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 35290 0 0 0 10146 17 0 0 18 0 5 0 517900791 329760768 29217 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 80508 29217 419 389 0 76258 0
[pid=16031/tid=16037] ppid=16030 vsize=322032 CPUtime=25.44 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 5716 0 0 0 2541 3 0 0 25 0 5 0 517900796 329760768 29217 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=322032 CPUtime=25.33 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 5509 0 0 0 2528 5 0 0 25 0 5 0 517900797 329760768 29217 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=322032 CPUtime=25.36 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 6956 0 0 0 2532 4 0 0 25 0 5 0 517900799 329760768 29217 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=322032 CPUtime=25.39 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 10128 0 0 0 2535 4 0 0 25 0 5 0 517900801 329760768 29217 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 330732

[startup+51.1004 s]
/proc/loadavg: 6.04 4.95 5.93 9/188 16073
/proc/meminfo: memFree=28855804/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=331908 CPUtime=203.88 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 41384 0 0 0 20364 24 0 0 18 0 5 0 517900791 339873792 35305 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 82977 35305 419 389 0 78727 0
[pid=16031/tid=16037] ppid=16030 vsize=331908 CPUtime=51.03 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 6983 0 0 0 5099 4 0 0 25 0 5 0 517900796 339873792 35305 33554432000 4194304 5787044 140735096118960 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=331908 CPUtime=50.92 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 7757 0 0 0 5085 7 0 0 25 0 5 0 517900797 339873792 35305 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=331908 CPUtime=50.9 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 8524 0 0 0 5085 5 0 0 25 0 5 0 517900799 339873792 35305 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=331908 CPUtime=50.9 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 11139 0 0 0 5084 6 0 0 25 0 5 0 517900801 339873792 35305 33554432000 4194304 5787044 140735096118960 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 340608

[startup+102.301 s]
/proc/loadavg: 7.29 5.49 6.06 9/188 16074
/proc/meminfo: memFree=28806732/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=349452 CPUtime=408.39 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 52593 0 0 0 40801 38 0 0 18 0 5 0 517900791 357838848 46428 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 87363 46428 419 389 0 83113 0
[pid=16031/tid=16037] ppid=16030 vsize=349452 CPUtime=102.23 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 9026 0 0 0 10216 7 0 0 25 0 5 0 517900796 357838848 46428 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=349452 CPUtime=102.11 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 10766 0 0 0 10202 9 0 0 25 0 5 0 517900797 357838848 46428 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=349452 CPUtime=102.09 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 11714 0 0 0 10199 10 0 0 25 0 5 0 517900799 357838848 46428 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=349452 CPUtime=101.82 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 14106 0 0 0 10173 9 0 0 25 0 5 0 517900801 357838848 46428 33554432000 4194304 5787044 140735096118960 18446744073709551615 5524692 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 358152

[startup+162.301 s]
/proc/loadavg: 7.74 5.95 6.18 9/188 16076
/proc/meminfo: memFree=28780948/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=353800 CPUtime=648.07 cores=1,3,5,7

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

/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 29098 0 0 0 88167 36 0 0 25 0 5 0 517900797 643448832 104208 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=628368 CPUtime=882.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 26597 0 0 0 88182 29 0 0 25 0 5 0 517900799 643448832 104208 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=628368 CPUtime=879.03 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 27461 0 0 0 87880 23 0 0 25 0 5 0 517900801 643448832 104208 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.04
Current children cumulated vsize (KiB) 637068

[startup+942.307 s]
/proc/loadavg: 8.11 7.93 7.24 9/188 16097
/proc/meminfo: memFree=27997552/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=637596 CPUtime=3763.73 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 116430 0 0 0 376247 126 0 0 18 0 5 0 517900791 652898304 109424 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 159399 109424 419 389 0 155149 0
[pid=16031/tid=16037] ppid=16030 vsize=637596 CPUtime=940.42 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 21129 0 0 0 94014 28 0 0 25 0 5 0 517900796 652898304 109424 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=637596 CPUtime=942.03 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 31074 0 0 0 94163 40 0 0 25 0 5 0 517900797 652898304 109424 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=637596 CPUtime=942.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 28512 0 0 0 94180 31 0 0 25 0 5 0 517900799 652898304 109424 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=637596 CPUtime=939.03 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 28734 0 0 0 93879 24 0 0 25 0 5 0 517900801 652898304 109424 33554432000 4194304 5787044 140735096118960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 646296

[startup+1002.3 s]
/proc/loadavg: 8.07 7.95 7.29 9/188 16098
/proc/meminfo: memFree=27948556/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=648448 CPUtime=4003.38 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 123375 0 0 0 400203 135 0 0 18 0 5 0 517900791 664010752 116369 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 162112 116369 419 389 0 157862 0
[pid=16031/tid=16037] ppid=16030 vsize=648448 CPUtime=1000.1 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 22825 0 0 0 99980 30 0 0 25 0 5 0 517900796 664010752 116369 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=648448 CPUtime=1002.01 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 32888 0 0 0 100158 43 0 0 25 0 5 0 517900797 664010752 116369 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=648448 CPUtime=1002.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 30355 0 0 0 100176 35 0 0 25 0 5 0 517900799 664010752 116369 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=648448 CPUtime=999.03 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 30326 0 0 0 99878 25 0 0 25 0 5 0 517900801 664010752 116369 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 657148

[startup+1062.3 s]
/proc/loadavg: 8.14 7.99 7.34 9/188 16109
/proc/meminfo: memFree=27871136/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=657744 CPUtime=4243.03 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 129010 0 0 0 424161 142 0 0 18 0 5 0 517900791 673529856 121799 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 164436 121799 419 389 0 160186 0
[pid=16031/tid=16037] ppid=16030 vsize=657744 CPUtime=1059.77 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 23795 0 0 0 105945 32 0 0 25 0 5 0 517900796 673529856 121799 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=657744 CPUtime=1061.99 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 34079 0 0 0 106155 44 0 0 25 0 5 0 517900797 673529856 121799 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=657744 CPUtime=1062.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 31472 0 0 0 106174 37 0 0 25 0 5 0 517900799 673529856 121799 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=657744 CPUtime=1059.03 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 32683 0 0 0 105876 27 0 0 25 0 5 0 517900801 673529856 121799 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.03
Current children cumulated vsize (KiB) 666444

[startup+1122.3 s]
/proc/loadavg: 8.05 7.99 7.38 9/188 16110
/proc/meminfo: memFree=27784112/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=657744 CPUtime=4482.7 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 130365 0 0 0 448125 145 0 0 18 0 5 0 517900791 673529856 123154 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 164436 123154 419 389 0 160186 0
[pid=16031/tid=16037] ppid=16030 vsize=657744 CPUtime=1119.45 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 23897 0 0 0 111913 32 0 0 25 0 5 0 517900796 673529856 123154 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=657744 CPUtime=1121.99 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 35181 0 0 0 112152 47 0 0 25 0 5 0 517900797 673529856 123154 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=657744 CPUtime=1122.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 31623 0 0 0 112174 37 0 0 25 0 5 0 517900799 673529856 123154 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=657744 CPUtime=1119.03 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 32683 0 0 0 111876 27 0 0 25 0 5 0 517900801 673529856 123154 33554432000 4194304 5787044 140735096118960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.7
Current children cumulated vsize (KiB) 666444

[startup+1182.3 s]
/proc/loadavg: 8.12 8.02 7.43 9/188 16112
/proc/meminfo: memFree=27762156/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=658872 CPUtime=4722.37 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 133074 0 0 0 472085 152 0 0 18 0 5 0 517900791 674684928 125863 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 164718 125863 419 389 0 160468 0
[pid=16031/tid=16037] ppid=16030 vsize=658872 CPUtime=1179.12 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 24154 0 0 0 117880 32 0 0 25 0 5 0 517900796 674684928 125863 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=658872 CPUtime=1181.98 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 37088 0 0 0 118145 53 0 0 25 0 5 0 517900797 674684928 125863 33554432000 4194304 5787044 140735096118960 18446744073709551615 5588005 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=658872 CPUtime=1182.11 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 31778 0 0 0 118174 37 0 0 25 0 5 0 517900799 674684928 125863 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=658872 CPUtime=1179.04 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 33073 0 0 0 117876 28 0 0 25 0 5 0 517900801 674684928 125863 33554432000 4194304 5787044 140735096118960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 667572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.01 7.44 10/188 16113
/proc/meminfo: memFree=27758176/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=659352 CPUtime=4800.3 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 134096 0 0 0 479877 153 0 0 18 0 5 0 517900791 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 164838 126680 419 389 0 160588 0
[pid=16031/tid=16037] ppid=16030 vsize=659352 CPUtime=1198.52 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 24236 0 0 0 119820 32 0 0 25 0 5 0 517900796 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=659352 CPUtime=1201.49 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 37359 0 0 0 120096 53 0 0 25 0 5 0 517900797 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=659352 CPUtime=1201.61 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 32144 0 0 0 120124 37 0 0 25 0 5 0 517900799 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=659352 CPUtime=1198.54 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 33376 0 0 0 119826 28 0 0 25 0 5 0 517900801 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 668052

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.01 7.44 10/188 16113
/proc/meminfo: memFree=27758176/32951124 swapFree=67111364/67111528
[pid=16030] ppid=16028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16030/stat : 16030 (prissAuto.sh) S 16028 16030 13999 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 517900791 8908800 252 33554432000 4194304 4922060 140736795465376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16030/statm: 2175 252 211 178 0 68 0
[pid=16031] ppid=16030 vsize=659352 CPUtime=4800.3 cores=1,3,5,7
/proc/16031/stat : 16031 (priss) S 16030 16030 13999 0 -1 4202496 134096 0 0 0 479877 153 0 0 18 0 5 0 517900791 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16031/statm: 164838 126680 419 389 0 160588 0
[pid=16031/tid=16037] ppid=16030 vsize=659352 CPUtime=1198.52 cores=1,3,5,7
/proc/16031/task/16037/stat : 16037 (priss) R 16030 16030 13999 0 -1 4202560 24236 0 0 0 119820 32 0 0 25 0 5 0 517900796 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16031/tid=16038] ppid=16030 vsize=659352 CPUtime=1201.49 cores=1,3,5,7
/proc/16031/task/16038/stat : 16038 (priss) R 16030 16030 13999 0 -1 4202560 37359 0 0 0 120096 53 0 0 25 0 5 0 517900797 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16031/tid=16039] ppid=16030 vsize=659352 CPUtime=1201.61 cores=1,3,5,7
/proc/16031/task/16039/stat : 16039 (priss) R 16030 16030 13999 0 -1 4202560 32144 0 0 0 120124 37 0 0 25 0 5 0 517900799 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16031/tid=16040] ppid=16030 vsize=659352 CPUtime=1198.54 cores=1,3,5,7
/proc/16031/task/16040/stat : 16040 (priss) R 16030 16030 13999 0 -1 4202560 33376 0 0 0 119826 28 0 0 25 0 5 0 517900801 675176448 126680 33554432000 4194304 5787044 140735096118960 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 668052

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16030 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.83
CPU time (s): 4800.3
CPU user time (s): 4798.77
CPU system time (s): 1.53
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 668052

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

The end

Launcher Data

Begin job on node106 at 2011-04-29 09:43:24
IDJOB=3290860
IDBENCH=83451
IDSOLVER=1602
FILE ID=node106/3290860-1304063004
RUNJOBID= node106-1304063004-16010
PBS_JOBID= 13170400
Free space on /tmp= 72156 MiB

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

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=459958273

node106.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	: 5226.20
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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30390996 kB
Buffers:        232368 kB
Cached:        2048352 kB
SwapCached:         88 kB
Active:         767708 kB
Inactive:      1581972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30390996 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:       68964 kB
Mapped:          14872 kB
Slab:           145628 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212332 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= 72044 MiB
End job on node106 at 2011-04-29 10:03:28