Trace number 3292241

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_29.renamed-as.sat05-1916.cnf
MD5SUMf874c09c5787bb3c6a16f7a5f9ea0ad4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.544
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

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: 22636
0.00/0.03	c parsetime: 26604us
0.00/0.03	c parsed 120147 clauses with 841 variables
0.00/0.03	c NW started thread 0 successfully (1111050560)
0.00/0.04	c NW started thread 1 successfully (1094515008)
0.00/0.06	c NW started thread 2 successfully (1121540416)
0.00/0.08	c NW started thread 3 successfully (1132030272)
9.03/2.30	c preprocessor returned 10006 variables
9.03/2.30	c preprocessing returned UNKNOWN
9.03/2.30	c PP set 0 variables
9.03/2.30	c pp time: 2264473us (2s)
9.03/2.33	c preprocessor returned 10006 variables
9.03/2.33	c preprocessing returned UNKNOWN
9.03/2.33	c PP set 0 variables
9.03/2.33	c pp time: 2285719us (2s)
9.03/2.33	c preprocessor returned 10006 variables
9.03/2.33	c preprocessing returned UNKNOWN
9.03/2.33	c PP set 0 variables
9.03/2.33	c pp time: 2273400us (2s)
36.59/9.29	c preprocessor returned 30028 variables
36.59/9.29	c preprocessing returned UNKNOWN
36.59/9.29	c PP set 0 variables
36.59/9.29	c pp time: 9217136us (9s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0

[startup+0.104879 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.963307 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0003 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10029 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 7.84 8.05 8.04 6/182 22635
/proc/meminfo: memFree=25027268/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10092 s]
/proc/loadavg: 7.84 8.05 8.04 9/188 22641
/proc/meminfo: memFree=24961640/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=301852 CPUtime=12.21 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 19599 0 0 0 1217 4 0 0 25 0 5 0 518853211 309096448 16539 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 75463 16539 405 389 0 71213 0
[pid=22636/tid=22638] ppid=22635 vsize=301852 CPUtime=3.05 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 4476 0 0 0 304 1 0 0 25 0 5 0 518853214 309096448 16539 33554432000 4194304 5787044 140735947789632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=301852 CPUtime=3.03 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 2905 0 0 0 302 1 0 0 18 0 5 0 518853215 309096448 16539 33554432000 4194304 5787044 140735947789632 18446744073709551615 4219876 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=301852 CPUtime=3.03 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 2370 0 0 0 302 1 0 0 25 0 5 0 518853217 309096448 16539 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=301852 CPUtime=3.01 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 3566 0 0 0 301 0 0 0 25 0 5 0 518853219 309096448 16539 33554432000 4194304 5787044 140735947789632 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 310552

[startup+6.30636 s]
/proc/loadavg: 7.85 8.05 8.04 9/188 22641
/proc/meminfo: memFree=24956016/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=301852 CPUtime=25.02 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 20808 0 0 0 2495 7 0 0 25 0 5 0 518853211 309096448 17748 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 75463 17748 405 389 0 71213 0
[pid=22636/tid=22638] ppid=22635 vsize=301852 CPUtime=6.26 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 4959 0 0 0 624 2 0 0 25 0 5 0 518853214 309096448 17748 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=301852 CPUtime=6.21 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 3400 0 0 0 620 1 0 0 25 0 5 0 518853215 309096448 17748 33554432000 4194304 5787044 140735947789632 18446744073709551615 5592399 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=301852 CPUtime=6.23 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 2601 0 0 0 622 1 0 0 25 0 5 0 518853217 309096448 17748 33554432000 4194304 5787044 140735947789632 18446744073709551615 4220286 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=301852 CPUtime=6.22 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 3566 0 0 0 622 0 0 0 25 0 5 0 518853219 309096448 17748 33554432000 4194304 5787044 140735947789632 18446744073709551615 218370651097 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 310552

[startup+12.7012 s]
/proc/loadavg: 7.87 8.04 8.04 9/188 22641
/proc/meminfo: memFree=24939524/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=309656 CPUtime=50.56 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 26528 0 0 0 5045 11 0 0 25 0 5 0 518853211 317087744 22764 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 77414 22764 419 389 0 73164 0
[pid=22636/tid=22638] ppid=22635 vsize=309656 CPUtime=12.65 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 6966 0 0 0 1262 3 0 0 25 0 5 0 518853214 317087744 22764 33554432000 4194304 5787044 140735947789632 18446744073709551615 5590467 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=309656 CPUtime=12.57 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 4345 0 0 0 1254 3 0 0 25 0 5 0 518853215 317087744 22764 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=309656 CPUtime=12.62 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 3712 0 0 0 1260 2 0 0 25 0 5 0 518853217 317087744 22764 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=309656 CPUtime=12.61 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 5223 0 0 0 1260 1 0 0 25 0 5 0 518853219 317087744 22764 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 318356

[startup+25.5009 s]
/proc/loadavg: 7.97 8.06 8.04 9/188 22641
/proc/meminfo: memFree=24906916/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=320636 CPUtime=101.68 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 33398 0 0 0 10150 18 0 0 25 0 5 0 518853211 328331264 29629 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 80159 29629 419 389 0 75909 0
[pid=22636/tid=22638] ppid=22635 vsize=320636 CPUtime=25.45 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 8302 0 0 0 2541 4 0 0 25 0 5 0 518853214 328331264 29629 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=320636 CPUtime=25.3 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 5679 0 0 0 2525 5 0 0 25 0 5 0 518853215 328331264 29629 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=320636 CPUtime=25.42 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 5246 0 0 0 2538 4 0 0 25 0 5 0 518853217 328331264 29629 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=320636 CPUtime=25.41 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 7889 0 0 0 2539 2 0 0 20 0 5 0 518853219 328331264 29629 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527993 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 329336

[startup+51.1004 s]
/proc/loadavg: 8.05 8.07 8.04 9/188 22642
/proc/meminfo: memFree=24860776/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=335836 CPUtime=203.93 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 44054 0 0 0 20358 35 0 0 25 0 5 0 518853211 343896064 40186 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 83959 40186 419 389 0 79709 0
[pid=22636/tid=22638] ppid=22635 vsize=335836 CPUtime=51.04 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 12886 0 0 0 5096 8 0 0 25 0 5 0 518853214 343896064 40186 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=335836 CPUtime=50.75 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 8025 0 0 0 5065 10 0 0 25 0 5 0 518853215 343896064 40186 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=335836 CPUtime=51.01 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 7147 0 0 0 5092 9 0 0 25 0 5 0 518853217 343896064 40186 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=335836 CPUtime=51 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 9714 0 0 0 5096 4 0 0 25 0 5 0 518853219 343896064 40186 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 344536

[startup+102.301 s]
/proc/loadavg: 8.15 8.09 8.05 9/188 22643
/proc/meminfo: memFree=24801120/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=361464 CPUtime=408.41 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 58796 0 0 0 40783 58 0 0 25 0 5 0 518853211 370139136 54766 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 90366 54766 419 389 0 86116 0
[pid=22636/tid=22638] ppid=22635 vsize=361464 CPUtime=102.24 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 15960 0 0 0 10211 13 0 0 25 0 5 0 518853214 370139136 54766 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=361464 CPUtime=101.66 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 11211 0 0 0 10151 15 0 0 25 0 5 0 518853215 370139136 54766 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=361464 CPUtime=102.2 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 11369 0 0 0 10200 20 0 0 25 0 5 0 518853217 370139136 54766 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=361464 CPUtime=102.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 13974 0 0 0 10212 7 0 0 25 0 5 0 518853219 370139136 54766 33554432000 4194304 5787044 140735947789632 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 370164

[startup+162.301 s]
/proc/loadavg: 8.18 8.10 8.05 9/188 22645
/proc/meminfo: memFree=24753492/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=380748 CPUtime=648.08 cores=1,3,5,7

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

/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 33411 0 0 0 82051 47 0 0 25 0 5 0 518853215 712077312 139665 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=695388 CPUtime=818.93 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 31221 0 0 0 81836 57 0 0 25 0 5 0 518853217 712077312 139665 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=695388 CPUtime=822.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 35181 0 0 0 82194 25 0 0 25 0 5 0 518853219 712077312 139665 33554432000 4194304 5787044 140735947789632 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.38
Current children cumulated vsize (KiB) 704088

[startup+882.301 s]
/proc/loadavg: 8.21 8.11 8.05 9/188 22697
/proc/meminfo: memFree=24227260/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=700800 CPUtime=3524.04 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 147526 0 0 0 352226 178 0 0 25 0 5 0 518853211 717619200 141768 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 175200 141768 419 389 0 170950 0
[pid=22636/tid=22638] ppid=22635 vsize=700800 CPUtime=882.17 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 39640 0 0 0 88172 45 0 0 25 0 5 0 518853214 717619200 141768 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=700800 CPUtime=880.98 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 33678 0 0 0 88050 48 0 0 25 0 5 0 518853215 717619200 141768 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=700800 CPUtime=878.6 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 32464 0 0 0 87802 58 0 0 25 0 5 0 518853217 717619200 141768 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=700800 CPUtime=882.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 35462 0 0 0 88194 25 0 0 25 0 5 0 518853219 717619200 141768 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.04
Current children cumulated vsize (KiB) 709500

[startup+942.3 s]
/proc/loadavg: 8.20 8.12 8.06 9/188 22699
/proc/meminfo: memFree=24129016/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=708632 CPUtime=3763.73 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 152718 0 0 0 376188 185 0 0 25 0 5 0 518853211 725639168 146960 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 177158 146960 419 389 0 172908 0
[pid=22636/tid=22638] ppid=22635 vsize=708632 CPUtime=942.17 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 40938 0 0 0 94170 47 0 0 25 0 5 0 518853214 725639168 146960 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=708632 CPUtime=940.98 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 36323 0 0 0 94047 51 0 0 25 0 5 0 518853215 725639168 146960 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=708632 CPUtime=938.28 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 32769 0 0 0 93769 59 0 0 25 0 5 0 518853217 725639168 146960 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=708632 CPUtime=942.2 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 36406 0 0 0 94194 26 0 0 25 0 5 0 518853219 725639168 146960 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 717332

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 8.06 9/188 22700
/proc/meminfo: memFree=24044940/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=729700 CPUtime=4003.39 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 162937 0 0 0 400142 197 0 0 25 0 5 0 518853211 747212800 157179 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 182425 157179 419 389 0 178175 0
[pid=22636/tid=22638] ppid=22635 vsize=729700 CPUtime=1002.16 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 43108 0 0 0 100165 51 0 0 25 0 5 0 518853214 747212800 157179 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=729700 CPUtime=1000.98 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 39475 0 0 0 100042 56 0 0 25 0 5 0 518853215 747212800 157179 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=729700 CPUtime=997.95 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 35479 0 0 0 99734 61 0 0 25 0 5 0 518853217 747212800 157179 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=729700 CPUtime=1002.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 38593 0 0 0 100193 26 0 0 25 0 5 0 518853219 747212800 157179 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.39
Current children cumulated vsize (KiB) 738400

[startup+1062.31 s]
/proc/loadavg: 8.17 8.13 8.07 9/188 22702
/proc/meminfo: memFree=24002640/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=807300 CPUtime=4243.08 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 172605 0 0 0 424097 211 0 0 25 0 5 0 518853211 826675200 166847 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 201825 166847 419 389 0 197575 0
[pid=22636/tid=22638] ppid=22635 vsize=807300 CPUtime=1062.15 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 45222 0 0 0 106161 54 0 0 25 0 5 0 518853214 826675200 166847 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=807300 CPUtime=1060.98 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 42608 0 0 0 106039 59 0 0 25 0 5 0 518853215 826675200 166847 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=807300 CPUtime=1057.62 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 37881 0 0 0 105696 66 0 0 25 0 5 0 518853217 826675200 166847 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=807300 CPUtime=1062.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 40612 0 0 0 106191 28 0 0 25 0 5 0 518853219 826675200 166847 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 816000

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.07 9/188 22704
/proc/meminfo: memFree=23961456/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=954492 CPUtime=4482.71 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 182920 0 0 0 448045 226 0 0 25 0 5 0 518853211 977399808 177162 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 238623 177162 419 389 0 234373 0
[pid=22636/tid=22638] ppid=22635 vsize=954492 CPUtime=1122.14 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 47219 0 0 0 112155 59 0 0 25 0 5 0 518853214 977399808 177162 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=954492 CPUtime=1120.98 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 44599 0 0 0 112034 64 0 0 25 0 5 0 518853215 977399808 177162 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=954492 CPUtime=1117.3 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 41220 0 0 0 111659 71 0 0 25 0 5 0 518853217 977399808 177162 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=954492 CPUtime=1122.19 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 43600 0 0 0 112189 30 0 0 25 0 5 0 518853219 977399808 177162 33554432000 4194304 5787044 140735947789632 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.71
Current children cumulated vsize (KiB) 963192

[startup+1182.3 s]
/proc/loadavg: 8.03 8.11 8.07 9/188 22705
/proc/meminfo: memFree=23940852/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=960164 CPUtime=4722.35 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 188043 0 0 0 472000 235 0 0 25 0 5 0 518853211 983207936 181627 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 240041 181627 419 389 0 235791 0
[pid=22636/tid=22638] ppid=22635 vsize=960164 CPUtime=1182.13 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 48121 0 0 0 118152 61 0 0 25 0 5 0 518853214 983207936 181627 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=960164 CPUtime=1180.97 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 45162 0 0 0 118032 65 0 0 25 0 5 0 518853215 983207936 181627 33554432000 4194304 5787044 140735947789632 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=960164 CPUtime=1176.97 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 43447 0 0 0 117621 76 0 0 25 0 5 0 518853217 983207936 181627 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=960164 CPUtime=1182.18 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 45031 0 0 0 118187 31 0 0 25 0 5 0 518853219 983207936 181627 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 968864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.11 8.07 9/188 22706
/proc/meminfo: memFree=23932788/32951124 swapFree=67051468/67111528
[pid=22635] ppid=22633 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22635/stat : 22635 (priss.sh) S 22633 22635 21348 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518853210 8908800 252 33554432000 4194304 4922060 140736413758880 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22635/statm: 2175 252 211 178 0 68 0
[pid=22636] ppid=22635 vsize=960164 CPUtime=4800.28 cores=1,3,5,7
/proc/22636/stat : 22636 (priss) S 22635 22635 21348 0 -1 4202496 188771 0 0 0 479791 237 0 0 25 0 5 0 518853211 983207936 182355 33554432000 4194304 5787044 140735947789632 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22636/statm: 240041 182355 419 389 0 235791 0
[pid=22636/tid=22638] ppid=22635 vsize=960164 CPUtime=1201.64 cores=1,3,5,7
/proc/22636/task/22638/stat : 22638 (priss) R 22635 22635 21348 0 -1 4202560 48121 0 0 0 120103 61 0 0 25 0 5 0 518853214 983207936 182355 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22636/tid=22639] ppid=22635 vsize=960164 CPUtime=1200.48 cores=1,3,5,7
/proc/22636/task/22639/stat : 22639 (priss) R 22635 22635 21348 0 -1 4202560 45162 0 0 0 119983 65 0 0 25 0 5 0 518853215 983207936 182355 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22636/tid=22640] ppid=22635 vsize=960164 CPUtime=1196.37 cores=1,3,5,7
/proc/22636/task/22640/stat : 22640 (priss) R 22635 22635 21348 0 -1 4202560 44175 0 0 0 119560 77 0 0 25 0 5 0 518853217 983207936 182355 33554432000 4194304 5787044 140735947789632 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22636/tid=22641] ppid=22635 vsize=960164 CPUtime=1201.69 cores=1,3,5,7
/proc/22636/task/22641/stat : 22641 (priss) R 22635 22635 21348 0 -1 4202560 45031 0 0 0 120138 31 0 0 25 0 5 0 518853219 983207936 182355 33554432000 4194304 5787044 140735947789632 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 968864

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22635 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4797.91
CPU system time (s): 2.37
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 968864

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

The end

Launcher Data

Begin job on node101 at 2011-04-29 12:21:44
IDJOB=3292241
IDBENCH=85973
IDSOLVER=1603
FILE ID=node101/3292241-1304072504
RUNJOBID= node101-1304064266-21811
PBS_JOBID= 13170449
Free space on /tmp= 72020 MiB

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

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

MD5SUM BENCH= f874c09c5787bb3c6a16f7a5f9ea0ad4
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:      25027540 kB
Buffers:       2020520 kB
Cached:        5113104 kB
SwapCached:      30452 kB
Active:        3339084 kB
Inactive:      4141036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25027540 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      337572 kB
Mapped:           9732 kB
Slab:           379396 kB
PageTables:       5484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   572156 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:41:48