Trace number 3292425

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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: 22679
0.00/0.06	c parsetime: 57758us
0.00/0.06	c parsed 230544 clauses with 1296 variables
0.00/0.07	c NW started thread 0 successfully (1116608832)
0.00/0.09	c NW started thread 1 successfully (1098926400)
0.00/0.13	c NW started thread 2 successfully (1127098688)
0.00/0.14	c NW started thread 3 successfully (1137588544)
21.68/5.51	c preprocessor returned 10006 variables
21.68/5.51	c preprocessing returned UNKNOWN
21.68/5.51	c PP set 1 variables
21.68/5.51	c pp time: 5430707us (5s)
21.68/5.55	c preprocessor returned 10006 variables
21.68/5.55	c preprocessing returned UNKNOWN
21.68/5.55	c PP set 1 variables
21.68/5.55	c pp time: 5457176us (5s)
21.68/5.57	c preprocessor returned 10006 variables
21.68/5.57	c preprocessing returned UNKNOWN
21.68/5.57	c PP set 1 variables
21.68/5.57	c pp time: 5450090us (5s)
41.23/10.44	c preprocessor returned 30023 variables
41.23/10.44	c preprocessing returned UNKNOWN
41.23/10.44	c PP set 1 variables
41.23/10.44	c pp time: 10300873us (10s)

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-3292425-1304072875/watcher-3292425-1304072875 -o /tmp/evaluation-result-3292425-1304072875/solver-3292425-1304072875 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292425-1304072875.cnf 1019934930 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.80 8.04 8.04 5/182 22678
/proc/meminfo: memFree=24915624/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0

[startup+0.103828 s]
/proc/loadavg: 7.80 8.04 8.04 5/182 22678
/proc/meminfo: memFree=24915624/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.207723 s]
/proc/loadavg: 7.80 8.04 8.04 5/182 22678
/proc/meminfo: memFree=24915624/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.39199 s]
/proc/loadavg: 7.80 8.04 8.04 5/182 22678
/proc/meminfo: memFree=24915624/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.79192 s]
/proc/loadavg: 7.80 8.04 8.04 5/182 22678
/proc/meminfo: memFree=24915624/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 7.80 8.04 8.04 9/188 22684
/proc/meminfo: memFree=24847992/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=311020 CPUtime=5.68 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 19201 0 0 0 566 2 0 0 18 0 5 0 518890270 318484480 16669 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 77755 16669 350 389 0 73505 0
[pid=22679/tid=22681] ppid=22678 vsize=311020 CPUtime=1.41 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 2710 0 0 0 141 0 0 0 19 0 5 0 518890278 318484480 16669 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=311020 CPUtime=1.39 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 2116 0 0 0 139 0 0 0 19 0 5 0 518890280 318484480 16669 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=311020 CPUtime=1.37 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 1751 0 0 0 137 0 0 0 19 0 5 0 518890283 318484480 16669 33554432000 4194304 5787044 140737266093376 18446744073709551615 4340022 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=311020 CPUtime=1.34 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 1572 0 0 0 134 0 0 0 23 0 5 0 518890285 318484480 16669 33554432000 4194304 5787044 140737266093376 18446744073709551615 4339887 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 319720

[startup+3.10051 s]
/proc/loadavg: 7.80 8.04 8.04 9/188 22684
/proc/meminfo: memFree=24847868/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=314584 CPUtime=12.07 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 22567 0 0 0 1205 2 0 0 18 0 5 0 518890270 322134016 20035 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 78646 20035 352 389 0 74396 0
[pid=22679/tid=22681] ppid=22678 vsize=314584 CPUtime=3.01 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 3863 0 0 0 301 0 0 0 25 0 5 0 518890278 322134016 20035 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=314584 CPUtime=2.99 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 2993 0 0 0 299 0 0 0 25 0 5 0 518890280 322134016 20035 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336163 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=314584 CPUtime=2.96 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 2699 0 0 0 296 0 0 0 24 0 5 0 518890283 322134016 20035 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=314584 CPUtime=2.93 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 1960 0 0 0 293 0 0 0 25 0 5 0 518890285 322134016 20035 33554432000 4194304 5787044 140737266093376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 323284

[startup+6.30094 s]
/proc/loadavg: 7.81 8.03 8.04 9/188 22684
/proc/meminfo: memFree=24810480/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=321032 CPUtime=24.85 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 29478 0 0 0 2481 4 0 0 18 0 5 0 518890270 328736768 26594 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 80258 26594 405 389 0 76008 0
[pid=22679/tid=22681] ppid=22678 vsize=321032 CPUtime=6.22 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 4978 0 0 0 621 1 0 0 25 0 5 0 518890278 328736768 26594 33554432000 4194304 5787044 140737266093376 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=321032 CPUtime=6.19 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 4226 0 0 0 619 0 0 0 25 0 5 0 518890280 328736768 26594 33554432000 4194304 5787044 140737266093376 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=321032 CPUtime=6.17 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 5181 0 0 0 616 1 0 0 25 0 5 0 518890283 328736768 26594 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=321032 CPUtime=6.11 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 4041 0 0 0 611 0 0 0 25 0 5 0 518890285 328736768 26594 33554432000 4194304 5787044 140737266093376 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 329732

[startup+12.7008 s]
/proc/loadavg: 7.75 8.02 8.03 9/188 22684
/proc/meminfo: memFree=24794396/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=321032 CPUtime=50.41 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 34325 0 0 0 5033 8 0 0 18 0 5 0 518890270 328736768 30141 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 80258 30141 418 389 0 76008 0
[pid=22679/tid=22681] ppid=22678 vsize=321032 CPUtime=12.61 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 5522 0 0 0 1259 2 0 0 25 0 5 0 518890278 328736768 30141 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=321032 CPUtime=12.59 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 4557 0 0 0 1258 1 0 0 25 0 5 0 518890280 328736768 30141 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=321032 CPUtime=12.56 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 6335 0 0 0 1254 2 0 0 25 0 5 0 518890283 328736768 30141 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=321032 CPUtime=12.48 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 6859 0 0 0 1247 1 0 0 25 0 5 0 518890285 328736768 30141 33554432000 4194304 5787044 140737266093376 18446744073709551615 5527758 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 329732

[startup+25.5005 s]
/proc/loadavg: 7.80 8.02 8.03 9/188 22684
/proc/meminfo: memFree=24769212/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=328044 CPUtime=101.52 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 40716 0 0 0 10138 14 0 0 18 0 5 0 518890270 335917056 36531 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 82011 36531 419 389 0 77761 0
[pid=22679/tid=22681] ppid=22678 vsize=328044 CPUtime=25.41 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 6322 0 0 0 2538 3 0 0 25 0 5 0 518890278 335917056 36531 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=328044 CPUtime=25.39 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 7221 0 0 0 2536 3 0 0 25 0 5 0 518890280 335917056 36531 33554432000 4194304 5787044 140737266093376 18446744073709551615 4220858 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=328044 CPUtime=25.36 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 8136 0 0 0 2532 4 0 0 25 0 5 0 518890283 335917056 36531 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=328044 CPUtime=25.2 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 7985 0 0 0 2518 2 0 0 25 0 5 0 518890285 335917056 36531 33554432000 4194304 5787044 140737266093376 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 336744

[startup+51.1009 s]
/proc/loadavg: 7.93 8.03 8.03 9/188 22685
/proc/meminfo: memFree=24730516/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=338784 CPUtime=203.77 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 50409 0 0 0 20352 25 0 0 18 0 5 0 518890270 346914816 46176 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 84696 46176 419 389 0 80446 0
[pid=22679/tid=22681] ppid=22678 vsize=338784 CPUtime=51 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 8306 0 0 0 5095 5 0 0 25 0 5 0 518890278 346914816 46176 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=338784 CPUtime=50.98 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 11061 0 0 0 5092 6 0 0 25 0 5 0 518890280 346914816 46176 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=338784 CPUtime=50.96 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 10906 0 0 0 5089 7 0 0 25 0 5 0 518890283 346914816 46176 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=338784 CPUtime=50.65 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 9084 0 0 0 5061 4 0 0 25 0 5 0 518890285 346914816 46176 33554432000 4194304 5787044 140737266093376 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 347484

[startup+102.301 s]
/proc/loadavg: 8.08 8.05 8.04 9/188 22686
/proc/meminfo: memFree=24655840/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=370168 CPUtime=408.28 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 68576 0 0 0 40788 40 0 0 18 0 5 0 518890270 379052032 64149 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 92542 64149 419 389 0 88292 0
[pid=22679/tid=22681] ppid=22678 vsize=370168 CPUtime=102.2 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 10581 0 0 0 10213 7 0 0 25 0 5 0 518890278 379052032 64149 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=370168 CPUtime=102.18 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 14294 0 0 0 10208 10 0 0 25 0 5 0 518890280 379052032 64149 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=370168 CPUtime=102.16 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 18051 0 0 0 10203 13 0 0 25 0 5 0 518890283 379052032 64149 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=370168 CPUtime=101.57 cores=0,2,4,6

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

/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 45518 0 0 0 88166 47 0 0 25 0 5 0 518890280 954593280 174261 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=932220 CPUtime=882.13 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 44997 0 0 0 88168 45 0 0 25 0 5 0 518890283 954593280 174261 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=932220 CPUtime=877.3 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 42191 0 0 0 87695 35 0 0 25 0 5 0 518890285 954593280 174261 33554432000 4194304 5787044 140737266093376 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.9
Current children cumulated vsize (KiB) 940920

[startup+942.301 s]
/proc/loadavg: 8.12 8.09 8.06 9/188 22742
/proc/meminfo: memFree=24442044/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=952380 CPUtime=3763.55 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 194341 0 0 0 376176 179 0 0 18 0 5 0 518890270 975237120 187996 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 238095 187996 419 389 0 233845 0
[pid=22679/tid=22681] ppid=22678 vsize=952380 CPUtime=942.17 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 40923 0 0 0 94179 38 0 0 25 0 5 0 518890278 975237120 187996 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=952380 CPUtime=942.12 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 48760 0 0 0 94160 52 0 0 25 0 5 0 518890280 975237120 187996 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=952380 CPUtime=941.81 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 48372 0 0 0 94131 50 0 0 25 0 5 0 518890283 975237120 187996 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=952380 CPUtime=937.28 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 45234 0 0 0 93691 37 0 0 25 0 5 0 518890285 975237120 187996 33554432000 4194304 5787044 140737266093376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.55
Current children cumulated vsize (KiB) 961080

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 8.06 9/188 22743
/proc/meminfo: memFree=24341464/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=968012 CPUtime=4003.22 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 207251 0 0 0 400127 195 0 0 18 0 5 0 518890270 991244288 200906 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 242003 200906 419 389 0 237753 0
[pid=22679/tid=22681] ppid=22678 vsize=968012 CPUtime=1002.16 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 43723 0 0 0 100174 42 0 0 25 0 5 0 518890278 991244288 200906 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=968012 CPUtime=1002.12 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 51765 0 0 0 100155 57 0 0 25 0 5 0 518890280 991244288 200906 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=968012 CPUtime=1001.48 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 52619 0 0 0 100093 55 0 0 25 0 5 0 518890283 991244288 200906 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=968012 CPUtime=997.28 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 48092 0 0 0 99689 39 0 0 25 0 5 0 518890285 991244288 200906 33554432000 4194304 5787044 140737266093376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.22
Current children cumulated vsize (KiB) 976712

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 8.07 9/188 22745
/proc/meminfo: memFree=24278960/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=986964 CPUtime=4242.89 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 220742 0 0 0 424077 212 0 0 18 0 5 0 518890270 1010651136 214397 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 246741 214397 419 389 0 242491 0
[pid=22679/tid=22681] ppid=22678 vsize=986964 CPUtime=1062.16 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 47485 0 0 0 106169 47 0 0 25 0 5 0 518890278 1010651136 214397 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=986964 CPUtime=1062.12 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 54694 0 0 0 106150 62 0 0 25 0 5 0 518890280 1010651136 214397 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=986964 CPUtime=1061.16 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 56746 0 0 0 106056 60 0 0 25 0 5 0 518890283 1010651136 214397 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=986964 CPUtime=1057.28 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 50765 0 0 0 105687 41 0 0 25 0 5 0 518890285 1010651136 214397 33554432000 4194304 5787044 140737266093376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 995664

[startup+1122.3 s]
/proc/loadavg: 8.22 8.13 8.08 9/188 22746
/proc/meminfo: memFree=24213704/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=999280 CPUtime=4482.54 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 230143 0 0 0 448031 223 0 0 18 0 5 0 518890270 1023262720 223241 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 249820 223241 419 389 0 245570 0
[pid=22679/tid=22681] ppid=22678 vsize=999280 CPUtime=1122.15 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 49772 0 0 0 112165 50 0 0 25 0 5 0 518890278 1023262720 223241 33554432000 4194304 5787044 140737266093376 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=999280 CPUtime=1122.12 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 56773 0 0 0 112148 64 0 0 25 0 5 0 518890280 1023262720 223241 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=999280 CPUtime=1120.83 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 60118 0 0 0 112018 65 0 0 25 0 5 0 518890283 1023262720 223241 33554432000 4194304 5787044 140737266093376 18446744073709551615 5588062 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=999280 CPUtime=1117.27 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 52428 0 0 0 111685 42 0 0 25 0 5 0 518890285 1023262720 223241 33554432000 4194304 5787044 140737266093376 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 1007980

[startup+1182.3 s]
/proc/loadavg: 8.21 8.14 8.08 9/188 22748
/proc/meminfo: memFree=24184936/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=1000072 CPUtime=4722.2 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 230818 0 0 0 471996 224 0 0 18 0 5 0 518890270 1024073728 223584 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 250018 223584 419 389 0 245768 0
[pid=22679/tid=22681] ppid=22678 vsize=1000072 CPUtime=1182.15 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 49963 0 0 0 118164 51 0 0 25 0 5 0 518890278 1024073728 223584 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=1000072 CPUtime=1182.12 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 56780 0 0 0 118148 64 0 0 25 0 5 0 518890280 1024073728 223584 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=1000072 CPUtime=1180.51 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 60118 0 0 0 117986 65 0 0 25 0 5 0 518890283 1024073728 223584 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=1000072 CPUtime=1177.25 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 52905 0 0 0 117683 42 0 0 25 0 5 0 518890285 1024073728 223584 33554432000 4194304 5787044 140737266093376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.2
Current children cumulated vsize (KiB) 1008772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.13 8.08 9/188 22749
/proc/meminfo: memFree=24183812/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=1000072 CPUtime=4800.1 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 230829 0 0 0 479786 224 0 0 18 0 5 0 518890270 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 250018 223595 419 389 0 245768 0
[pid=22679/tid=22681] ppid=22678 vsize=1000072 CPUtime=1201.66 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 49964 0 0 0 120115 51 0 0 25 0 5 0 518890278 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=1000072 CPUtime=1201.62 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 56786 0 0 0 120098 64 0 0 25 0 5 0 518890280 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=1000072 CPUtime=1199.9 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 60119 0 0 0 119925 65 0 0 25 0 5 0 518890283 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=1000072 CPUtime=1196.76 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 52908 0 0 0 119634 42 0 0 25 0 5 0 518890285 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1008772

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.15 8.13 8.08 9/188 22749
/proc/meminfo: memFree=24183812/32951124 swapFree=67051468/67111528
[pid=22678] ppid=22676 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22678/stat : 22678 (priss.sh) S 22676 22678 21348 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518890270 8908800 252 33554432000 4194304 4922060 140735505318976 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22678/statm: 2175 252 211 178 0 68 0
[pid=22679] ppid=22678 vsize=1000072 CPUtime=4800.1 cores=0,2,4,6
/proc/22679/stat : 22679 (priss) S 22678 22678 21348 0 -1 4202496 230829 0 0 0 479786 224 0 0 18 0 5 0 518890270 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22679/statm: 250018 223595 419 389 0 245768 0
[pid=22679/tid=22681] ppid=22678 vsize=1000072 CPUtime=1201.66 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (priss) R 22678 22678 21348 0 -1 4202560 49964 0 0 0 120115 51 0 0 25 0 5 0 518890278 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22679/tid=22682] ppid=22678 vsize=1000072 CPUtime=1201.62 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (priss) R 22678 22678 21348 0 -1 4202560 56786 0 0 0 120098 64 0 0 25 0 5 0 518890280 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22679/tid=22683] ppid=22678 vsize=1000072 CPUtime=1199.9 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (priss) R 22678 22678 21348 0 -1 4202560 60119 0 0 0 119925 65 0 0 25 0 5 0 518890283 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22679/tid=22684] ppid=22678 vsize=1000072 CPUtime=1196.76 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (priss) R 22678 22678 21348 0 -1 4202560 52908 0 0 0 119634 42 0 0 25 0 5 0 518890285 1024073728 223595 33554432000 4194304 5787044 140737266093376 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1008772

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22678 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.1
#
# 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.1
CPU user time (s): 4797.86
CPU system time (s): 2.24
CPU usage (%): 399.404
Max. virtual memory (cumulated for all children) (KiB): 1008772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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.85872 second user time and 4.70428 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 12:27:55
IDJOB=3292425
IDBENCH=85991
IDSOLVER=1603
FILE ID=node101/3292425-1304072875
RUNJOBID= node101-1304064266-21810
PBS_JOBID= 13170449
Free space on /tmp= 72016 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292425-1304072875/watcher-3292425-1304072875 -o /tmp/evaluation-result-3292425-1304072875/solver-3292425-1304072875 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292425-1304072875.cnf 1019934930 4800 15500 4

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1019934930

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      24915904 kB
Buffers:       2020576 kB
Cached:        5115624 kB
SwapCached:      30452 kB
Active:        3449988 kB
Inactive:      4140240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24915904 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      444896 kB
Mapped:           9732 kB
Slab:           379400 kB
PageTables:       5692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   680260 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= 72016 MiB
End job on node101 at 2011-04-29 12:47:59