Trace number 3282029

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.26 1202.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
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: 24241
0.00/0.20	c parsetime: 199181us
0.00/0.20	c parsed 746444 clauses with 249327 variables
0.00/0.24	c NW started thread 0 successfully (1103124800)
0.00/0.29	c NW started thread 1 successfully (1090787648)
0.00/0.34	c NW started thread 2 successfully (1113614656)
0.00/0.39	c NW started thread 3 successfully (1124104512)
192.93/48.62	c preprocessor returned 249327 variables
192.93/48.62	c preprocessing returned UNKNOWN
192.93/48.62	c PP set 266 variables
192.93/48.62	c pp time: 48167156us (48s)
192.93/48.67	c preprocessor returned 249327 variables
192.93/48.67	c preprocessing returned UNKNOWN
192.93/48.67	c PP set 266 variables
192.93/48.67	c pp time: 48370783us (48s)
193.72/48.84	c preprocessor returned 249327 variables
193.72/48.84	c preprocessing returned UNKNOWN
193.72/48.84	c PP set 266 variables
193.72/48.84	c pp time: 48432960us (48s)
195.32/49.24	c preprocessor returned 249327 variables
195.32/49.24	c preprocessing returned UNKNOWN
195.32/49.24	c PP set 266 variables
195.32/49.24	c pp time: 48885545us (48s)
339.12/85.25	c HTE
346.31/87.09	c subsumption
351.10/88.21	c simplified formula contains 0 unit clauses
3611.06/904.35	c received clause contains eliminated literal -741

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.02 8.13 6/182 24240
/proc/meminfo: memFree=25547380/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0

[startup+0.0247221 s]
/proc/loadavg: 8.06 8.02 8.13 6/182 24240
/proc/meminfo: memFree=25547380/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100712 s]
/proc/loadavg: 8.06 8.02 8.13 6/182 24240
/proc/meminfo: memFree=25547380/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301796 s]
/proc/loadavg: 8.06 8.02 8.13 6/182 24240
/proc/meminfo: memFree=25547380/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701586 s]
/proc/loadavg: 8.06 8.02 8.13 6/182 24240
/proc/meminfo: memFree=25547380/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 7.82 7.97 8.11 9/188 24246
/proc/meminfo: memFree=24916420/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=742512 CPUtime=4.9 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 193566 0 0 0 447 43 0 0 18 0 5 0 515678235 760332288 129468 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 185628 129468 348 389 0 181378 0
[pid=24241/tid=24243] ppid=24240 vsize=742512 CPUtime=1.19 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 40673 0 0 0 111 8 0 0 18 0 5 0 515678260 760332288 129468 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330549 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=742512 CPUtime=1.14 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 39832 0 0 0 103 11 0 0 18 0 5 0 515678264 760332288 129468 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=742512 CPUtime=1.1 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 41732 0 0 0 100 10 0 0 18 0 5 0 515678269 760332288 129468 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=742512 CPUtime=1.05 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 37552 0 0 0 97 8 0 0 18 0 5 0 515678275 760332288 129468 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 751212

[startup+3.10116 s]
/proc/loadavg: 7.82 7.97 8.11 9/188 24246
/proc/meminfo: memFree=25028432/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=742512 CPUtime=11.3 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 193577 0 0 0 1087 43 0 0 18 0 5 0 515678235 760332288 129479 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 185628 129479 348 389 0 181378 0
[pid=24241/tid=24243] ppid=24240 vsize=742512 CPUtime=2.79 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 40676 0 0 0 271 8 0 0 21 0 5 0 515678260 760332288 129479 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=742512 CPUtime=2.73 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 39836 0 0 0 262 11 0 0 21 0 5 0 515678264 760332288 129479 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=742512 CPUtime=2.71 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 41736 0 0 0 261 10 0 0 21 0 5 0 515678269 760332288 129479 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=742512 CPUtime=2.65 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 37552 0 0 0 257 8 0 0 21 0 5 0 515678275 760332288 129479 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 751212

[startup+6.3006 s]
/proc/loadavg: 7.83 7.97 8.11 9/188 24246
/proc/meminfo: memFree=25028440/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=742512 CPUtime=24.08 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 193593 0 0 0 2365 43 0 0 18 0 5 0 515678235 760332288 129495 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 185628 129495 348 389 0 181378 0
[pid=24241/tid=24243] ppid=24240 vsize=742512 CPUtime=5.99 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 40682 0 0 0 591 8 0 0 25 0 5 0 515678260 760332288 129495 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=742512 CPUtime=5.92 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 39841 0 0 0 581 11 0 0 25 0 5 0 515678264 760332288 129495 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=742512 CPUtime=5.91 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 41741 0 0 0 581 10 0 0 25 0 5 0 515678269 760332288 129495 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=742512 CPUtime=5.85 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 37552 0 0 0 577 8 0 0 25 0 5 0 515678275 760332288 129495 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 751212

[startup+12.7005 s]
/proc/loadavg: 7.84 7.97 8.11 9/188 24246
/proc/meminfo: memFree=25028084/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=742512 CPUtime=49.64 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 193626 0 0 0 4921 43 0 0 18 0 5 0 515678235 760332288 129528 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 185628 129528 348 389 0 181378 0
[pid=24241/tid=24243] ppid=24240 vsize=742512 CPUtime=12.39 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 40693 0 0 0 1231 8 0 0 25 0 5 0 515678260 760332288 129528 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=742512 CPUtime=12.28 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 39852 0 0 0 1217 11 0 0 25 0 5 0 515678264 760332288 129528 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=742512 CPUtime=12.31 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 41752 0 0 0 1221 10 0 0 25 0 5 0 515678269 760332288 129528 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=742512 CPUtime=12.25 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 37552 0 0 0 1217 8 0 0 25 0 5 0 515678275 760332288 129528 33554432000 4194304 5787044 140733753759792 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 751212

[startup+25.5002 s]
/proc/loadavg: 7.95 7.98 8.12 9/188 24246
/proc/meminfo: memFree=24702328/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=949788 CPUtime=100.65 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 254980 0 0 0 9988 77 0 0 18 0 5 0 515678235 972582912 181038 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 237447 181038 350 389 0 233197 0
[pid=24241/tid=24243] ppid=24240 vsize=949788 CPUtime=25.16 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 53456 0 0 0 2500 16 0 0 25 0 5 0 515678260 972582912 181038 33554432000 4194304 5787044 140733753759792 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=949788 CPUtime=24.98 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 59284 0 0 0 2478 20 0 0 25 0 5 0 515678264 972582912 181038 33554432000 4194304 5787044 140733753759792 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=949788 CPUtime=25.08 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 60489 0 0 0 2489 19 0 0 25 0 5 0 515678269 972582912 181038 33554432000 4194304 5787044 140733753759792 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=949788 CPUtime=25.02 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 47974 0 0 0 2486 16 0 0 25 0 5 0 515678275 972582912 181038 33554432000 4194304 5787044 140733753759792 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 958488

[startup+51.1008 s]
/proc/loadavg: 8.08 8.02 8.12 9/188 24247
/proc/meminfo: memFree=24380144/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1199336 CPUtime=202.91 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 348751 0 0 0 20199 92 0 0 18 0 5 0 515678235 1228120064 242427 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 299834 242427 416 389 0 295584 0
[pid=24241/tid=24243] ppid=24240 vsize=1199336 CPUtime=50.76 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 79851 0 0 0 5056 20 0 0 25 0 5 0 515678260 1228120064 242427 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1199336 CPUtime=50.44 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 86139 0 0 0 5020 24 0 0 25 0 5 0 515678264 1228120064 242427 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1199336 CPUtime=50.67 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 86557 0 0 0 5043 24 0 0 25 0 5 0 515678269 1228120064 242427 33554432000 4194304 5787044 140733753759792 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1199336 CPUtime=50.61 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 62427 0 0 0 5043 18 0 0 25 0 5 0 515678275 1228120064 242427 33554432000 4194304 5787044 140733753759792 18446744073709551615 5530960 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.91
Current children cumulated vsize (KiB) 1208036

[startup+102.307 s]
/proc/loadavg: 8.16 8.04 8.12 9/188 24248
/proc/meminfo: memFree=24191624/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1269256 CPUtime=407.45 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 366298 0 0 0 40644 101 0 0 18 0 5 0 515678235 1299718144 249139 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 317314 249139 418 389 0 313064 0
[pid=24241/tid=24243] ppid=24240 vsize=1269256 CPUtime=101.96 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 80901 0 0 0 10175 21 0 0 25 0 5 0 515678260 1299718144 249139 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1269256 CPUtime=101.37 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 87383 0 0 0 10110 27 0 0 25 0 5 0 515678264 1299718144 249139 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1269256 CPUtime=101.88 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 87827 0 0 0 10162 26 0 0 25 0 5 0 515678269 1299718144 249139 33554432000 4194304 5787044 140733753759792 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1269256 CPUtime=101.81 cores=1,3,5,7

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

/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 100694 0 0 0 81693 49 0 0 25 0 5 0 515678264 1553027072 306273 33554432000 4194304 5787044 140733753759792 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1516628 CPUtime=821.88 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 100426 0 0 0 82143 45 0 0 25 0 5 0 515678269 1553027072 306273 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1516628 CPUtime=821.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 95360 0 0 0 82138 44 0 0 25 0 5 0 515678275 1553027072 306273 33554432000 4194304 5787044 140733753759792 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.51
Current children cumulated vsize (KiB) 1525328

[startup+882.3 s]
/proc/loadavg: 8.04 8.07 8.08 9/188 24269
/proc/meminfo: memFree=22156588/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1516628 CPUtime=3523.19 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 430915 0 0 0 352131 188 0 0 18 0 5 0 515678235 1553027072 313531 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 379157 313531 418 389 0 374907 0
[pid=24241/tid=24243] ppid=24240 vsize=1516628 CPUtime=881.96 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 93358 0 0 0 88164 32 0 0 25 0 5 0 515678260 1553027072 313531 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1516628 CPUtime=877.09 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 103598 0 0 0 87655 54 0 0 25 0 5 0 515678264 1553027072 313531 33554432000 4194304 5787044 140733753759792 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1516628 CPUtime=881.88 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 102769 0 0 0 88139 49 0 0 25 0 5 0 515678269 1553027072 313531 33554432000 4194304 5787044 140733753759792 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1516628 CPUtime=881.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 97413 0 0 0 88136 46 0 0 25 0 5 0 515678275 1553027072 313531 33554432000 4194304 5787044 140733753759792 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.19
Current children cumulated vsize (KiB) 1525328

[startup+942.301 s]
/proc/loadavg: 8.01 8.06 8.07 9/188 24271
/proc/meminfo: memFree=22116640/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1527952 CPUtime=3762.86 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 438257 0 0 0 376085 201 0 0 18 0 5 0 515678235 1564622848 320779 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 381988 320779 418 389 0 377738 0
[pid=24241/tid=24243] ppid=24240 vsize=1527952 CPUtime=941.96 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 96186 0 0 0 94162 34 0 0 25 0 5 0 515678260 1564622848 320779 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1527952 CPUtime=936.76 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 105818 0 0 0 93617 59 0 0 25 0 5 0 515678264 1564622848 320779 33554432000 4194304 5787044 140733753759792 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1527952 CPUtime=941.89 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 105062 0 0 0 94134 55 0 0 25 0 5 0 515678269 1564622848 320779 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1527952 CPUtime=941.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 97414 0 0 0 94136 46 0 0 25 0 5 0 515678275 1564622848 320779 33554432000 4194304 5787044 140733753759792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 1536652

[startup+1002.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/188 24272
/proc/meminfo: memFree=22108300/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1594808 CPUtime=4002.53 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 440352 0 0 0 400049 204 0 0 18 0 5 0 515678235 1633083392 322827 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 398702 322827 418 389 0 394452 0
[pid=24241/tid=24243] ppid=24240 vsize=1594808 CPUtime=1001.97 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 98205 0 0 0 100160 37 0 0 25 0 5 0 515678260 1633083392 322827 33554432000 4194304 5787044 140733753759792 18446744073709551615 5586648 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1594808 CPUtime=996.44 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 105819 0 0 0 99584 60 0 0 25 0 5 0 515678264 1633083392 322827 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1594808 CPUtime=1001.88 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 105063 0 0 0 100133 55 0 0 25 0 5 0 515678269 1633083392 322827 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1594808 CPUtime=1001.81 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 97488 0 0 0 100135 46 0 0 25 0 5 0 515678275 1633083392 322827 33554432000 4194304 5787044 140733753759792 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.53
Current children cumulated vsize (KiB) 1603508

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.06 9/188 24274
/proc/meminfo: memFree=21965676/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1594808 CPUtime=4242.21 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 443734 0 0 0 424011 210 0 0 18 0 5 0 515678235 1633083392 326209 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 398702 326209 418 389 0 394452 0
[pid=24241/tid=24243] ppid=24240 vsize=1594808 CPUtime=1061.97 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 99324 0 0 0 106158 39 0 0 25 0 5 0 515678260 1633083392 326209 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1594808 CPUtime=1056.11 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 105820 0 0 0 105551 60 0 0 25 0 5 0 515678264 1633083392 326209 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1594808 CPUtime=1061.89 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 105064 0 0 0 106133 56 0 0 25 0 5 0 515678269 1633083392 326209 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1594808 CPUtime=1061.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 99749 0 0 0 106132 50 0 0 25 0 5 0 515678275 1633083392 326209 33554432000 4194304 5787044 140733753759792 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.21
Current children cumulated vsize (KiB) 1603508

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 8.06 9/188 24276
/proc/meminfo: memFree=21706876/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1594808 CPUtime=4481.87 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 452536 0 0 0 447965 222 0 0 18 0 5 0 515678235 1633083392 334914 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 398702 334914 418 389 0 394452 0
[pid=24241/tid=24243] ppid=24240 vsize=1594808 CPUtime=1121.97 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 102920 0 0 0 112154 43 0 0 25 0 5 0 515678260 1633083392 334914 33554432000 4194304 5787044 140733753759792 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1594808 CPUtime=1115.77 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 105867 0 0 0 111517 60 0 0 25 0 5 0 515678264 1633083392 334914 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1594808 CPUtime=1121.89 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 106069 0 0 0 112133 56 0 0 25 0 5 0 515678269 1633083392 334914 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1594808 CPUtime=1121.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 103903 0 0 0 112125 57 0 0 25 0 5 0 515678275 1633083392 334914 33554432000 4194304 5787044 140733753759792 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.87
Current children cumulated vsize (KiB) 1603508

[startup+1182.3 s]
/proc/loadavg: 8.22 8.08 8.07 9/188 24310
/proc/meminfo: memFree=24807252/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1594808 CPUtime=4721.55 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 461925 0 0 0 471919 236 0 0 18 0 5 0 515678235 1633083392 344303 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 398702 344303 418 389 0 394452 0
[pid=24241/tid=24243] ppid=24240 vsize=1594808 CPUtime=1181.97 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 106858 0 0 0 118148 49 0 0 25 0 5 0 515678260 1633083392 344303 33554432000 4194304 5787044 140733753759792 18446744073709551615 5585266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1594808 CPUtime=1175.45 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 109091 0 0 0 117480 65 0 0 25 0 5 0 515678264 1633083392 344303 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1594808 CPUtime=1181.89 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 108295 0 0 0 118130 59 0 0 25 0 5 0 515678269 1633083392 344303 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1594808 CPUtime=1181.82 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 103904 0 0 0 118125 57 0 0 25 0 5 0 515678275 1633083392 344303 33554432000 4194304 5787044 140733753759792 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.55
Current children cumulated vsize (KiB) 1603508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.23 8.09 8.08 9/188 24311
/proc/meminfo: memFree=24741604/32951124 swapFree=67111364/67111528
[pid=24240] ppid=24238 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24240/stat : 24240 (priss.sh) S 24238 24240 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515678235 8908800 251 33554432000 4194304 4922060 140735625071664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24240/statm: 2175 251 211 178 0 68 0
[pid=24241] ppid=24240 vsize=1594808 CPUtime=4800.26 cores=1,3,5,7
/proc/24241/stat : 24241 (priss) S 24240 24240 22773 0 -1 4202496 465331 0 0 0 479785 241 0 0 18 0 5 0 515678235 1633083392 347709 33554432000 4194304 5787044 140733753759792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24241/statm: 398702 347709 418 389 0 394452 0
[pid=24241/tid=24243] ppid=24240 vsize=1594808 CPUtime=1201.68 cores=1,3,5,7
/proc/24241/task/24243/stat : 24243 (priss) R 24240 24240 22773 0 -1 4202560 107891 0 0 0 120117 51 0 0 25 0 5 0 515678260 1633083392 347709 33554432000 4194304 5787044 140733753759792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24241/tid=24244] ppid=24240 vsize=1594808 CPUtime=1195.04 cores=1,3,5,7
/proc/24241/task/24244/stat : 24244 (priss) R 24240 24240 22773 0 -1 4202560 110491 0 0 0 119437 67 0 0 25 0 5 0 515678264 1633083392 347709 33554432000 4194304 5787044 140733753759792 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24241/tid=24245] ppid=24240 vsize=1594808 CPUtime=1201.6 cores=1,3,5,7
/proc/24241/task/24245/stat : 24245 (priss) R 24240 24240 22773 0 -1 4202560 109266 0 0 0 120100 60 0 0 25 0 5 0 515678269 1633083392 347709 33554432000 4194304 5787044 140733753759792 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24241/tid=24246] ppid=24240 vsize=1594808 CPUtime=1201.53 cores=1,3,5,7
/proc/24241/task/24246/stat : 24246 (priss) R 24240 24240 22773 0 -1 4202560 103906 0 0 0 120096 57 0 0 25 0 5 0 515678275 1633083392 347709 33554432000 4194304 5787044 140733753759792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1603508

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.26
CPU user time (s): 4797.85
CPU system time (s): 2.41
CPU usage (%): 399.35
Max. virtual memory (cumulated for all children) (KiB): 1603508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 4
involuntary context switches= 2

runsolver used 1.78673 second user time and 4.77727 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 03:33:23
IDJOB=3282029
IDBENCH=70769
IDSOLVER=1603
FILE ID=node136/3282029-1304040802
RUNJOBID= node136-1304038835-23733
PBS_JOBID= 13170316
Free space on /tmp= 72312 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282029-1304040802/watcher-3282029-1304040802 -o /tmp/evaluation-result-3282029-1304040802/solver-3282029-1304040802 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282029-1304040802.cnf 1004978030 4800 15500 4

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1004978030

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.75
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.809
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.809
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.809
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:     32951124 kB
MemFree:      25547536 kB
Buffers:       1051208 kB
Cached:        5003944 kB
SwapCached:        100 kB
Active:        1412128 kB
Inactive:      5439284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25547536 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           15184 kB
Writeback:           0 kB
AnonPages:      796404 kB
Mapped:          15512 kB
Slab:           486416 kB
PageTables:       6164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1035872 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= 72320 MiB
End job on node136 at 2011-04-29 03:53:27