Trace number 3257368

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.37 1203.82

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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: 19924
0.00/0.03	c parsetime: 29742us
0.00/0.03	c parsed 99699 clauses with 8713 variables
0.00/0.04	c NW started thread 0 successfully (1105619264)
0.00/0.05	c NW started thread 1 successfully (1116109120)
0.00/0.06	c NW started thread 2 successfully (1089272128)
0.00/0.07	c NW started thread 3 successfully (1126598976)
0.00/1.03	c preprocessor returned 10003 variables
0.00/1.03	c preprocessing returned UNKNOWN
0.00/1.03	c PP set 0 variables
0.00/1.03	c pp time: 993604us (0s)
0.00/1.04	c preprocessor returned 10003 variables
0.00/1.04	c preprocessing returned UNKNOWN
0.00/1.04	c PP set 0 variables
0.00/1.04	c pp time: 994008us (0s)
0.00/1.05	c preprocessor returned 10003 variables
0.00/1.05	c preprocessing returned UNKNOWN
0.00/1.05	c PP set 0 variables
0.00/1.05	c pp time: 987311us (0s)
10.54/3.21	c preprocessor returned 30009 variables
10.54/3.21	c preprocessing returned UNKNOWN
10.54/3.21	c PP set 0 variables
10.54/3.21	c pp time: 3134043us (3s)

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-3257368-1304042757/watcher-3257368-1304042757 -o /tmp/evaluation-result-3257368-1304042757/solver-3257368-1304042757 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3257368-1304042757.cnf 438828115 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: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0

[startup+0.459331 s]
/proc/loadavg: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.965544 s]
/proc/loadavg: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06553 s]
/proc/loadavg: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10296 s]
/proc/loadavg: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 9.06 8.64 8.31 5/180 19923
/proc/meminfo: memFree=25006744/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.97502 s]
/proc/loadavg: 9.06 8.64 8.31 10/187 19930
/proc/meminfo: memFree=24915300/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=309348 CPUtime=14.42 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 23241 0 0 0 1430 12 0 0 18 0 5 0 515875305 316772352 19228 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 77337 19228 419 389 0 73087 0
[pid=19924/tid=19926] ppid=19923 vsize=309348 CPUtime=3.1 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 4224 0 0 0 307 3 0 0 25 0 5 0 515875309 316772352 19228 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=309348 CPUtime=3.71 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 3546 0 0 0 368 3 0 0 19 0 5 0 515875310 316772352 19228 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=309348 CPUtime=3.62 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 3808 0 0 0 359 3 0 0 18 0 5 0 515875311 316772352 19228 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=309348 CPUtime=3.88 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 6135 0 0 0 388 0 0 0 19 0 5 0 515875313 316772352 19228 33554432000 4194304 5787044 140735065934560 18446744073709551615 5526784 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 318048

[startup+6.30062 s]
/proc/loadavg: 9.06 8.64 8.31 10/187 19930
/proc/meminfo: memFree=24910340/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=313448 CPUtime=23.52 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 24552 0 0 0 2327 25 0 0 18 0 5 0 515875305 320970752 20539 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 78362 20539 419 389 0 74112 0
[pid=19924/tid=19926] ppid=19923 vsize=313448 CPUtime=5.4 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 4410 0 0 0 536 4 0 0 18 0 5 0 515875309 320970752 20539 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=313448 CPUtime=6.02 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 3583 0 0 0 595 7 0 0 18 0 5 0 515875310 320970752 20539 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=313448 CPUtime=5.93 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 3822 0 0 0 587 6 0 0 18 0 5 0 515875311 320970752 20539 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=313448 CPUtime=6.07 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 7209 0 0 0 601 6 0 0 18 0 5 0 515875313 320970752 20539 33554432000 4194304 5787044 140735065934560 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.52
Current children cumulated vsize (KiB) 322148

[startup+12.7005 s]
/proc/loadavg: 9.20 8.69 8.33 11/187 19930
/proc/meminfo: memFree=24902060/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=314772 CPUtime=48.88 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 25833 0 0 0 4831 57 0 0 18 0 5 0 515875305 322326528 21820 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 78693 21820 419 389 0 74443 0
[pid=19924/tid=19926] ppid=19923 vsize=314772 CPUtime=11.8 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 4746 0 0 0 1171 9 0 0 19 0 5 0 515875309 322326528 21820 33554432000 4194304 5787044 140735065934560 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=314772 CPUtime=12.32 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 3971 0 0 0 1216 16 0 0 19 0 5 0 515875310 322326528 21820 33554432000 4194304 5787044 140735065934560 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=314772 CPUtime=12.29 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 4096 0 0 0 1214 15 0 0 18 0 5 0 515875311 322326528 21820 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=314772 CPUtime=12.36 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 7492 0 0 0 1222 14 0 0 18 0 5 0 515875313 322326528 21820 33554432000 4194304 5787044 140735065934560 18446744073709551615 4255004 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 323472

[startup+25.5003 s]
/proc/loadavg: 9.17 8.70 8.33 10/187 19931
/proc/meminfo: memFree=24880856/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=317860 CPUtime=99.53 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 29163 0 0 0 9845 108 0 0 18 0 5 0 515875305 325488640 25150 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 79465 25150 419 389 0 75215 0
[pid=19924/tid=19926] ppid=19923 vsize=317860 CPUtime=24.59 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 5272 0 0 0 2441 18 0 0 25 0 5 0 515875309 325488640 25150 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=317860 CPUtime=24.95 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 4791 0 0 0 2462 33 0 0 22 0 5 0 515875310 325488640 25150 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=317860 CPUtime=24.93 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 5130 0 0 0 2466 27 0 0 19 0 5 0 515875311 325488640 25150 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=317860 CPUtime=24.95 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 8442 0 0 0 2468 27 0 0 18 0 5 0 515875313 325488640 25150 33554432000 4194304 5787044 140735065934560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.53
Current children cumulated vsize (KiB) 326560

[startup+51.1009 s]
/proc/loadavg: 9.10 8.72 8.35 9/186 19932
/proc/meminfo: memFree=24871988/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=330336 CPUtime=201.45 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 38660 0 0 0 19965 180 0 0 18 0 5 0 515875305 338264064 34647 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 82584 34647 419 389 0 78334 0
[pid=19924/tid=19926] ppid=19923 vsize=330336 CPUtime=50.18 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 7542 0 0 0 4987 31 0 0 25 0 5 0 515875309 338264064 34647 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664499320 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=330336 CPUtime=50.39 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 7090 0 0 0 4985 54 0 0 18 0 5 0 515875310 338264064 34647 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=330336 CPUtime=50.45 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 6896 0 0 0 5000 45 0 0 18 0 5 0 515875311 338264064 34647 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=330336 CPUtime=50.3 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 11604 0 0 0 4983 47 0 0 18 0 5 0 515875313 338264064 34647 33554432000 4194304 5787044 140735065934560 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.45
Current children cumulated vsize (KiB) 339036

[startup+102.301 s]
/proc/loadavg: 8.56 8.63 8.34 9/186 19933
/proc/meminfo: memFree=24790396/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=357672 CPUtime=405.74 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 57755 0 0 0 40304 270 0 0 18 0 5 0 515875305 366256128 53737 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 89418 53737 419 389 0 85168 0
[pid=19924/tid=19926] ppid=19923 vsize=357672 CPUtime=101.38 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 12120 0 0 0 10091 47 0 0 25 0 5 0 515875309 366256128 53737 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=357672 CPUtime=101.35 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 13244 0 0 0 10053 82 0 0 18 0 5 0 515875310 366256128 53737 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=357672 CPUtime=101.59 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 10862 0 0 0 10089 70 0 0 22 0 5 0 515875311 366256128 53737 33554432000 4194304 5787044 140735065934560 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=357672 CPUtime=101.31 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 16001 0 0 0 10062 69 0 0 25 0 5 0 515875313 366256128 53737 33554432000 4194304 5787044 140735065934560 18446744073709551615 5530814 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.74
Current children cumulated vsize (KiB) 366372

[startup+162.301 s]
/proc/loadavg: 8.31 8.54 8.33 9/186 19934
/proc/meminfo: memFree=24702596/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=374972 CPUtime=645.21 cores=0,2,4,6

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

/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 86046 0 0 0 87824 194 0 0 25 0 5 0 515875310 1552584704 330286 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=1516196 CPUtime=880.26 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 70712 0 0 0 87858 168 0 0 25 0 5 0 515875311 1552584704 330286 33554432000 4194304 5787044 140735065934560 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=1516196 CPUtime=878.5 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 88901 0 0 0 87680 170 0 0 25 0 5 0 515875313 1552584704 330286 33554432000 4194304 5787044 140735065934560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.36
Current children cumulated vsize (KiB) 1524896

[startup+942.301 s]
/proc/loadavg: 8.09 8.12 8.17 9/186 20020
/proc/meminfo: memFree=22999812/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=1520296 CPUtime=3757.01 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 352882 0 0 0 375003 698 0 0 18 0 5 0 515875305 1556783104 348070 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 380074 348070 419 389 0 375824 0
[pid=19924/tid=19926] ppid=19923 vsize=1520296 CPUtime=938.31 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 83925 0 0 0 93688 143 0 0 25 0 5 0 515875309 1556783104 348070 33554432000 4194304 5787044 140735065934560 18446744073709551615 4240888 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=1520296 CPUtime=940.15 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 101136 0 0 0 93805 210 0 0 25 0 5 0 515875310 1556783104 348070 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=1520296 CPUtime=940.27 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 73391 0 0 0 93856 171 0 0 25 0 5 0 515875311 1556783104 348070 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=1520296 CPUtime=938.18 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 88902 0 0 0 93646 172 0 0 25 0 5 0 515875313 1556783104 348070 33554432000 4194304 5787044 140735065934560 18446744073709551615 5527433 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.01
Current children cumulated vsize (KiB) 1528996

[startup+1002.3 s]
/proc/loadavg: 7.96 8.08 8.15 9/186 20054
/proc/meminfo: memFree=23548816/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=1709620 CPUtime=3995.73 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 402536 0 0 0 398833 740 0 0 18 0 5 0 515875305 1750650880 397724 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 427405 397724 419 389 0 423155 0
[pid=19924/tid=19926] ppid=19923 vsize=1709620 CPUtime=998.31 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 94030 0 0 0 99681 150 0 0 25 0 5 0 515875309 1750650880 397724 33554432000 4194304 5787044 140735065934560 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=1709620 CPUtime=999.63 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 114575 0 0 0 99740 223 0 0 25 0 5 0 515875310 1750650880 397724 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=1709620 CPUtime=1000.25 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 86943 0 0 0 99838 187 0 0 25 0 5 0 515875311 1750650880 397724 33554432000 4194304 5787044 140735065934560 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=1709620 CPUtime=997.43 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 101460 0 0 0 99566 177 0 0 25 0 5 0 515875313 1750650880 397724 33554432000 4194304 5787044 140735065934560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3995.73
Current children cumulated vsize (KiB) 1718320

[startup+1062.31 s]
/proc/loadavg: 8.12 8.10 8.15 9/186 20055
/proc/meminfo: memFree=23282088/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=1963164 CPUtime=4235.42 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 453500 0 0 0 422760 782 0 0 18 0 5 0 515875305 2010279936 448688 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 490791 448688 419 389 0 486541 0
[pid=19924/tid=19926] ppid=19923 vsize=1963164 CPUtime=1058.09 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 107369 0 0 0 105647 162 0 0 25 0 5 0 515875309 2010279936 448688 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=1963164 CPUtime=1059.53 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 126984 0 0 0 105719 234 0 0 25 0 5 0 515875310 2010279936 448688 33554432000 4194304 5787044 140735065934560 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=1963164 CPUtime=1060.25 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 99385 0 0 0 105827 198 0 0 25 0 5 0 515875311 2010279936 448688 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=1963164 CPUtime=1057.44 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 114234 0 0 0 105559 185 0 0 25 0 5 0 515875313 2010279936 448688 33554432000 4194304 5787044 140735065934560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.42
Current children cumulated vsize (KiB) 1971864

[startup+1122.3 s]
/proc/loadavg: 8.16 8.11 8.15 9/186 20057
/proc/meminfo: memFree=23067548/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=2205408 CPUtime=4474.99 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 495451 0 0 0 446683 816 0 0 18 0 5 0 515875305 2258337792 490442 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 551352 490442 419 389 0 547102 0
[pid=19924/tid=19926] ppid=19923 vsize=2205408 CPUtime=1117.76 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 117738 0 0 0 111604 172 0 0 25 0 5 0 515875309 2258337792 490442 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=2205408 CPUtime=1119.48 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 138221 0 0 0 111704 244 0 0 25 0 5 0 515875310 2258337792 490442 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=2205408 CPUtime=1120.22 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 109670 0 0 0 111820 202 0 0 25 0 5 0 515875311 2258337792 490442 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=2205408 CPUtime=1117.43 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 124294 0 0 0 111548 195 0 0 25 0 5 0 515875313 2258337792 490442 33554432000 4194304 5787044 140735065934560 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4474.99
Current children cumulated vsize (KiB) 2214108

[startup+1182.3 s]
/proc/loadavg: 8.17 8.12 8.15 9/186 20059
/proc/meminfo: memFree=23022884/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=2212696 CPUtime=4714.54 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 498097 0 0 0 470634 820 0 0 18 0 5 0 515875305 2265800704 492697 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 553174 492697 419 389 0 548924 0
[pid=19924/tid=19926] ppid=19923 vsize=2212696 CPUtime=1177.53 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 118330 0 0 0 117580 173 0 0 25 0 5 0 515875309 2265800704 492697 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=2212696 CPUtime=1179.47 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 138221 0 0 0 117703 244 0 0 25 0 5 0 515875310 2265800704 492697 33554432000 4194304 5787044 140735065934560 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=2212696 CPUtime=1180 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 109936 0 0 0 117796 204 0 0 25 0 5 0 515875311 2265800704 492697 33554432000 4194304 5787044 140735065934560 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=2212696 CPUtime=1177.43 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 126082 0 0 0 117546 197 0 0 25 0 5 0 515875313 2265800704 492697 33554432000 4194304 5787044 140735065934560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4714.54
Current children cumulated vsize (KiB) 2221396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.19 8.12 8.15 10/186 20059
/proc/meminfo: memFree=23012960/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=2212696 CPUtime=4800.37 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 498370 0 0 0 479215 822 0 0 18 0 5 0 515875305 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 553174 492772 419 389 0 548924 0
[pid=19924/tid=19926] ppid=19923 vsize=2212696 CPUtime=1199.02 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 118330 0 0 0 119728 174 0 0 25 0 5 0 515875309 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4240882 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=2212696 CPUtime=1200.98 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 138221 0 0 0 119853 245 0 0 25 0 5 0 515875310 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=2212696 CPUtime=1201.4 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 109936 0 0 0 119935 205 0 0 25 0 5 0 515875311 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=2212696 CPUtime=1198.88 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 126355 0 0 0 119691 197 0 0 25 0 5 0 515875313 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4220288 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 2221396

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

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

[startup+1203.8 s]
/proc/loadavg: 8.19 8.12 8.15 10/186 20059
/proc/meminfo: memFree=23012960/32951132 swapFree=67111524/67111528
[pid=19923] ppid=19921 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19923/stat : 19923 (priss.sh) S 19921 19923 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515875305 8908800 252 33554432000 4194304 4922060 140736134863328 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19923/statm: 2175 252 211 178 0 68 0
[pid=19924] ppid=19923 vsize=2212696 CPUtime=4800.37 cores=0,2,4,6
/proc/19924/stat : 19924 (priss) S 19923 19923 18837 0 -1 4202496 498370 0 0 0 479215 822 0 0 18 0 5 0 515875305 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19924/statm: 553174 492772 419 389 0 548924 0
[pid=19924/tid=19926] ppid=19923 vsize=2212696 CPUtime=1199.02 cores=0,2,4,6
/proc/19924/task/19926/stat : 19926 (priss) R 19923 19923 18837 0 -1 4202560 118330 0 0 0 119728 174 0 0 25 0 5 0 515875309 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4240882 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19924/tid=19927] ppid=19923 vsize=2212696 CPUtime=1200.98 cores=0,2,4,6
/proc/19924/task/19927/stat : 19927 (priss) R 19923 19923 18837 0 -1 4202560 138221 0 0 0 119853 245 0 0 25 0 5 0 515875310 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19924/tid=19928] ppid=19923 vsize=2212696 CPUtime=1201.4 cores=0,2,4,6
/proc/19924/task/19928/stat : 19928 (priss) R 19923 19923 18837 0 -1 4202560 109936 0 0 0 119935 205 0 0 25 0 5 0 515875311 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19924/tid=19929] ppid=19923 vsize=2212696 CPUtime=1198.88 cores=0,2,4,6
/proc/19924/task/19929/stat : 19929 (priss) R 19923 19923 18837 0 -1 4202560 126355 0 0 0 119691 197 0 0 25 0 5 0 515875313 2265800704 492772 33554432000 4194304 5787044 140735065934560 18446744073709551615 4220288 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 2221396

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.82
CPU time (s): 4800.37
CPU user time (s): 4792.15
CPU system time (s): 8.22
CPU usage (%): 398.762
Max. virtual memory (cumulated for all children) (KiB): 2221396

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

runsolver used 1.89371 second user time and 5.08323 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 04:05:57
IDJOB=3257368
IDBENCH=70910
IDSOLVER=1603
FILE ID=node131/3257368-1304042757
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257368-1304042757/watcher-3257368-1304042757 -o /tmp/evaluation-result-3257368-1304042757/solver-3257368-1304042757 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257368-1304042757.cnf 438828115 4800 15500 4

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=438828115

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25007016 kB
Buffers:        948960 kB
Cached:        6212236 kB
SwapCached:          4 kB
Active:         430660 kB
Inactive:      7020624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25007016 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5348 kB
Writeback:          12 kB
AnonPages:      289564 kB
Mapped:          15988 kB
Slab:           429068 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   486472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 04:26:03