Trace number 3264672

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.15 1201.72

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark437.97
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 23249
0.00/0.01	c parsetime: 5021us
0.00/0.01	c parsed 18603 clauses with 4499 variables
0.00/0.01	c NW started thread 0 successfully (1114753344)
0.00/0.01	c NW started thread 1 successfully (1125243200)
0.00/0.01	c NW started thread 2 successfully (1135733056)
0.00/0.01	c NW started thread 3 successfully (1146222912)
0.00/0.42	c preprocessor returned 10011 variables
0.00/0.42	c preprocessing returned UNKNOWN
0.00/0.42	c PP set 0 variables
0.00/0.42	c pp time: 312889us (0s)
0.00/0.42	c preprocessor returned 10011 variables
0.00/0.42	c preprocessing returned UNKNOWN
0.00/0.42	c PP set 0 variables
0.00/0.42	c pp time: 314825us (0s)
0.00/0.42	c preprocessor returned 10011 variables
0.00/0.42	c preprocessing returned UNKNOWN
0.00/0.42	c PP set 0 variables
0.00/0.42	c pp time: 313924us (0s)
0.00/0.78	c preprocessor returned 30008 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 0 variables
0.00/0.78	c pp time: 770147us (0s)

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: 977)

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-3264672-1307643109/watcher-3264672-1307643109 -o /tmp/evaluation-result-3264672-1307643109/solver-3264672-1307643109 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3264672-1307643109.cnf 1113715013 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: 8.10 8.09 8.08 6/182 23248
/proc/meminfo: memFree=31927736/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0

[startup+0.012268 s]
/proc/loadavg: 8.10 8.09 8.08 6/182 23248
/proc/meminfo: memFree=31927736/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100246 s]
/proc/loadavg: 8.10 8.09 8.08 6/182 23248
/proc/meminfo: memFree=31927736/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300207 s]
/proc/loadavg: 8.10 8.09 8.08 6/182 23248
/proc/meminfo: memFree=31927736/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700136 s]
/proc/loadavg: 8.10 8.09 8.08 6/182 23248
/proc/meminfo: memFree=31927736/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 23254
/proc/meminfo: memFree=31890892/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=280780 CPUtime=5.94 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 12834 0 0 0 592 2 0 0 20 0 5 0 954541528 287518720 9945 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 70195 9945 417 389 0 65945 0
[pid=23249/tid=23251] ppid=23248 vsize=280780 CPUtime=1.48 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 1975 0 0 0 148 0 0 0 25 0 5 0 954541529 287518720 9945 33554432000 4194304 5787044 140733790244384 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=280780 CPUtime=1.47 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 2081 0 0 0 147 0 0 0 23 0 5 0 954541529 287518720 9945 33554432000 4194304 5787044 140733790244384 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=280780 CPUtime=1.47 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 1966 0 0 0 147 0 0 0 20 0 5 0 954541529 287518720 9945 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=280780 CPUtime=1.47 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 5226 0 0 0 147 0 0 0 25 0 5 0 954541529 287518720 9945 33554432000 4194304 5787044 140733790244384 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 289480

[startup+3.1007 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 23254
/proc/meminfo: memFree=31888288/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=281176 CPUtime=12.33 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 13423 0 0 0 1230 3 0 0 20 0 5 0 954541528 287924224 10534 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 70294 10534 418 389 0 66044 0
[pid=23249/tid=23251] ppid=23248 vsize=281176 CPUtime=3.08 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 2049 0 0 0 308 0 0 0 25 0 5 0 954541529 287924224 10534 33554432000 4194304 5787044 140733790244384 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=281176 CPUtime=3.06 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 2181 0 0 0 306 0 0 0 25 0 5 0 954541529 287924224 10534 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=281176 CPUtime=3.07 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 2112 0 0 0 307 0 0 0 25 0 5 0 954541529 287924224 10534 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=281176 CPUtime=3.07 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 5495 0 0 0 307 0 0 0 25 0 5 0 954541529 287924224 10534 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 289876

[startup+6.30111 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 23254
/proc/meminfo: memFree=31882548/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=282852 CPUtime=25.12 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 14820 0 0 0 2508 4 0 0 20 0 5 0 954541528 289640448 11931 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 70713 11931 418 389 0 66463 0
[pid=23249/tid=23251] ppid=23248 vsize=282852 CPUtime=6.27 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 2342 0 0 0 627 0 0 0 21 0 5 0 954541529 289640448 11931 33554432000 4194304 5787044 140733790244384 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=282852 CPUtime=6.24 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 2484 0 0 0 624 0 0 0 25 0 5 0 954541529 289640448 11931 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=282852 CPUtime=6.27 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 2440 0 0 0 627 0 0 0 25 0 5 0 954541529 289640448 11931 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591192 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=282852 CPUtime=6.27 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 5968 0 0 0 627 0 0 0 25 0 5 0 954541529 289640448 11931 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291552

[startup+12.7009 s]
/proc/loadavg: 8.08 8.08 8.07 9/188 23254
/proc/meminfo: memFree=31869312/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=289020 CPUtime=50.67 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 17842 0 0 0 5062 5 0 0 20 0 5 0 954541528 295956480 14953 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 72255 14953 418 389 0 68005 0
[pid=23249/tid=23251] ppid=23248 vsize=289020 CPUtime=12.64 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 2905 0 0 0 1263 1 0 0 25 0 5 0 954541529 295956480 14953 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=289020 CPUtime=12.64 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 3941 0 0 0 1263 1 0 0 25 0 5 0 954541529 295956480 14953 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=289020 CPUtime=12.67 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 2980 0 0 0 1266 1 0 0 25 0 5 0 954541529 295956480 14953 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=289020 CPUtime=12.68 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 6430 0 0 0 1267 1 0 0 25 0 5 0 954541529 295956480 14953 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 297720

[startup+25.5006 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 23254
/proc/meminfo: memFree=31849820/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=297068 CPUtime=101.79 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 22538 0 0 0 10169 10 0 0 20 0 5 0 954541528 304197632 19648 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 74267 19648 418 389 0 70017 0
[pid=23249/tid=23251] ppid=23248 vsize=297068 CPUtime=25.37 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 3690 0 0 0 2535 2 0 0 25 0 5 0 954541529 304197632 19648 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=297068 CPUtime=25.43 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 5970 0 0 0 2541 2 0 0 25 0 5 0 954541529 304197632 19648 33554432000 4194304 5787044 140733790244384 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=297068 CPUtime=25.47 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 3756 0 0 0 2545 2 0 0 25 0 5 0 954541529 304197632 19648 33554432000 4194304 5787044 140733790244384 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=297068 CPUtime=25.47 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 7536 0 0 0 2545 2 0 0 25 0 5 0 954541529 304197632 19648 33554432000 4194304 5787044 140733790244384 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 305768

[startup+51.1008 s]
/proc/loadavg: 8.04 8.07 8.07 9/188 23255
/proc/meminfo: memFree=31808132/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=305380 CPUtime=204.03 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 29110 0 0 0 20386 17 0 0 20 0 5 0 954541528 312709120 26194 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 76345 26194 418 389 0 72095 0
[pid=23249/tid=23251] ppid=23248 vsize=305380 CPUtime=50.86 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 5430 0 0 0 5082 4 0 0 25 0 5 0 954541529 312709120 26194 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=305380 CPUtime=51.02 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 6941 0 0 0 5099 3 0 0 25 0 5 0 954541529 312709120 26194 33554432000 4194304 5787044 140733790244384 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=305380 CPUtime=51.03 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 5257 0 0 0 5099 4 0 0 25 0 5 0 954541529 312709120 26194 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=305380 CPUtime=51.07 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 9896 0 0 0 5104 3 0 0 25 0 5 0 954541529 312709120 26194 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 314080

[startup+102.306 s]
/proc/loadavg: 8.09 8.07 8.07 9/188 23256
/proc/meminfo: memFree=31744464/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=318796 CPUtime=408.55 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 36958 0 0 0 40831 24 0 0 20 0 5 0 954541528 326447104 33867 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 79699 33867 418 389 0 75449 0
[pid=23249/tid=23251] ppid=23248 vsize=318796 CPUtime=102.06 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 7670 0 0 0 10200 6 0 0 25 0 5 0 954541529 326447104 33867 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=318796 CPUtime=102.22 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 10056 0 0 0 10217 5 0 0 25 0 5 0 954541529 326447104 33867 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=318796 CPUtime=101.95 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 6539 0 0 0 10189 6 0 0 25 0 5 0 954541529 326447104 33867 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=318796 CPUtime=102.27 cores=0,2,4,6

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

/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 28440 0 0 0 88198 22 0 0 25 0 5 0 954541529 624357376 95223 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=609724 CPUtime=877.69 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 22230 0 0 0 87748 21 0 0 25 0 5 0 954541529 624357376 95223 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=609724 CPUtime=882.26 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 28253 0 0 0 88203 23 0 0 25 0 5 0 954541529 624357376 95223 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 618424

[startup+942.301 s]
/proc/loadavg: 8.19 8.13 8.09 9/188 23279
/proc/meminfo: memFree=31330056/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=609724 CPUtime=3763.93 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 99861 0 0 0 376303 90 0 0 20 0 5 0 954541528 624357376 95275 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 152431 95275 419 389 0 148181 0
[pid=23249/tid=23251] ppid=23248 vsize=609724 CPUtime=942.05 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 19350 0 0 0 94184 21 0 0 25 0 5 0 954541529 624357376 95275 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=609724 CPUtime=942.2 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 28441 0 0 0 94198 22 0 0 25 0 5 0 954541529 624357376 95275 33554432000 4194304 5787044 140733790244384 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=609724 CPUtime=937.36 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 22230 0 0 0 93715 21 0 0 25 0 5 0 954541529 624357376 95275 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=609724 CPUtime=942.26 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 28254 0 0 0 94203 23 0 0 25 0 5 0 954541529 624357376 95275 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 618424

[startup+1002.3 s]
/proc/loadavg: 8.18 8.13 8.09 9/188 23280
/proc/meminfo: memFree=31318472/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=609724 CPUtime=4003.6 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 100005 0 0 0 400270 90 0 0 20 0 5 0 954541528 624357376 95419 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 152431 95419 419 389 0 148181 0
[pid=23249/tid=23251] ppid=23248 vsize=609724 CPUtime=1002.05 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 19485 0 0 0 100184 21 0 0 25 0 5 0 954541529 624357376 95419 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=609724 CPUtime=1002.21 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 28442 0 0 0 100198 23 0 0 25 0 5 0 954541529 624357376 95419 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=609724 CPUtime=997.04 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 22230 0 0 0 99683 21 0 0 25 0 5 0 954541529 624357376 95419 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=609724 CPUtime=1002.26 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 28262 0 0 0 100203 23 0 0 25 0 5 0 954541529 624357376 95419 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 618424

[startup+1062.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 23326
/proc/meminfo: memFree=31660472/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=609968 CPUtime=4243.28 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 100856 0 0 0 424236 92 0 0 20 0 5 0 954541528 624607232 96270 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 152492 96270 419 389 0 148242 0
[pid=23249/tid=23251] ppid=23248 vsize=609968 CPUtime=1062.06 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 20260 0 0 0 106183 23 0 0 25 0 5 0 954541529 624607232 96270 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=609968 CPUtime=1062.2 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 28447 0 0 0 106197 23 0 0 25 0 5 0 954541529 624607232 96270 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=609968 CPUtime=1056.71 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 22234 0 0 0 105650 21 0 0 25 0 5 0 954541529 624607232 96270 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=609968 CPUtime=1062.26 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 28329 0 0 0 106203 23 0 0 25 0 5 0 954541529 624607232 96270 33554432000 4194304 5787044 140733790244384 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 618668

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/188 23327
/proc/meminfo: memFree=31614648/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=618880 CPUtime=4482.96 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 103686 0 0 0 448202 94 0 0 20 0 5 0 954541528 633733120 99100 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 154720 99100 419 389 0 150470 0
[pid=23249/tid=23251] ppid=23248 vsize=618880 CPUtime=1122.06 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 21789 0 0 0 112182 24 0 0 25 0 5 0 954541529 633733120 99100 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=618880 CPUtime=1122.2 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 29502 0 0 0 112197 23 0 0 25 0 5 0 954541529 633733120 99100 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=618880 CPUtime=1116.39 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 22269 0 0 0 111617 22 0 0 25 0 5 0 954541529 633733120 99100 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=618880 CPUtime=1122.27 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 28540 0 0 0 112204 23 0 0 25 0 5 0 954541529 633733120 99100 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 627580

[startup+1182.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/188 23329
/proc/meminfo: memFree=31577144/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=629524 CPUtime=4722.64 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 108263 0 0 0 472165 99 0 0 20 0 5 0 954541528 644632576 103677 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 157381 103677 419 389 0 153131 0
[pid=23249/tid=23251] ppid=23248 vsize=629524 CPUtime=1182.06 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 23261 0 0 0 118180 26 0 0 25 0 5 0 954541529 644632576 103677 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=629524 CPUtime=1182.19 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 30107 0 0 0 118196 23 0 0 25 0 5 0 954541529 644632576 103677 33554432000 4194304 5787044 140733790244384 18446744073709551615 5590751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=629524 CPUtime=1176.06 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 23824 0 0 0 117584 22 0 0 25 0 5 0 954541529 644632576 103677 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=629524 CPUtime=1182.27 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 29485 0 0 0 118203 24 0 0 25 0 5 0 954541529 644632576 103677 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 638224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 23330
/proc/meminfo: memFree=31564980/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=635208 CPUtime=4800.15 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 110048 0 0 0 479914 101 0 0 20 0 5 0 954541528 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 158802 105462 419 389 0 154552 0
[pid=23249/tid=23251] ppid=23248 vsize=635208 CPUtime=1201.46 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 23619 0 0 0 120119 27 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=635208 CPUtime=1201.6 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 30516 0 0 0 120136 24 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=635208 CPUtime=1195.35 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 24723 0 0 0 119512 23 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=635208 CPUtime=1201.67 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 29604 0 0 0 120143 24 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 643908

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

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 23330
/proc/meminfo: memFree=31564980/32951124 swapFree=67056304/67111528
[pid=23248] ppid=23246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (priss.sh) S 23246 23248 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954541528 8908800 252 33554432000 4194304 4922060 140735875039056 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23248/statm: 2175 252 211 178 0 68 0
[pid=23249] ppid=23248 vsize=635208 CPUtime=4800.15 cores=0,2,4,6
/proc/23249/stat : 23249 (priss) S 23248 23248 21841 0 -1 4202496 110048 0 0 0 479914 101 0 0 20 0 5 0 954541528 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23249/statm: 158802 105462 419 389 0 154552 0
[pid=23249/tid=23251] ppid=23248 vsize=635208 CPUtime=1201.46 cores=0,2,4,6
/proc/23249/task/23251/stat : 23251 (priss) R 23248 23248 21841 0 -1 4202560 23619 0 0 0 120119 27 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23249/tid=23252] ppid=23248 vsize=635208 CPUtime=1201.6 cores=0,2,4,6
/proc/23249/task/23252/stat : 23252 (priss) R 23248 23248 21841 0 -1 4202560 30516 0 0 0 120136 24 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23249/tid=23253] ppid=23248 vsize=635208 CPUtime=1195.35 cores=0,2,4,6
/proc/23249/task/23253/stat : 23253 (priss) R 23248 23248 21841 0 -1 4202560 24723 0 0 0 119512 23 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23249/tid=23254] ppid=23248 vsize=635208 CPUtime=1201.67 cores=0,2,4,6
/proc/23249/task/23254/stat : 23254 (priss) R 23248 23248 21841 0 -1 4202560 29604 0 0 0 120143 24 0 0 25 0 5 0 954541529 650452992 105462 33554432000 4194304 5787044 140733790244384 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 643908

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23248 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.15
CPU user time (s): 4799.14
CPU system time (s): 1.01
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 643908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.86572 second user time and 4.69928 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 20:11:49
IDJOB=3264672
IDBENCH=84762
IDSOLVER=1603
FILE ID=node110/3264672-1307643109
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264672-1307643109/watcher-3264672-1307643109 -o /tmp/evaluation-result-3264672-1307643109/solver-3264672-1307643109 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3264672-1307643109.cnf 1113715013 4800 15500 4

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=1113715013

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31928420 kB
Buffers:        224616 kB
Cached:         376864 kB
SwapCached:       8464 kB
Active:         500388 kB
Inactive:       297572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31928420 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:      195152 kB
Mapped:          13500 kB
Slab:           160232 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   433840 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= 74168 MiB
End job on node110 at 2011-06-09 20:31:53