Trace number 3499601

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) 20399.8 5100.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
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: 11949
0.00/0.00	c parsetime: 353us
0.00/0.00	c parsed 1080 clauses with 270 variables
0.00/0.00	c NW started thread 0 successfully (1101396288)
0.00/0.00	c NW started thread 1 successfully (1111886144)
0.00/0.00	c NW started thread 2 successfully (1122376000)
0.00/0.00	c NW started thread 3 successfully (1132865856)
0.00/0.90	c preprocessor returned 10005 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 898676us (0s)
0.00/0.90	c preprocessor returned 10005 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 903267us (0s)
0.00/0.91	c preprocessor returned 10005 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 899948us (0s)
37.15/9.30	c preprocessor returned 30066 variables
37.15/9.30	c preprocessing returned UNKNOWN
37.15/9.30	c PP set 0 variables
37.15/9.30	c pp time: 9294443us (9s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3499601-1308007487/watcher-3499601-1308007487 -o /var/tmp/evaluation-result-3499601-1308007487/solver-3499601-1308007487 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499601-1308007487.cnf 618123914 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 3.96 3.98 2/174 11948
/proc/meminfo: memFree=12158932/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0

[startup+0.010033 s]
/proc/loadavg: 3.75 3.96 3.98 2/174 11948
/proc/meminfo: memFree=12158932/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100974 s]
/proc/loadavg: 3.75 3.96 3.98 2/174 11948
/proc/meminfo: memFree=12158932/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300933 s]
/proc/loadavg: 3.75 3.96 3.98 2/174 11948
/proc/meminfo: memFree=12158932/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70086 s]
/proc/loadavg: 3.75 3.96 3.98 2/174 11948
/proc/meminfo: memFree=12158932/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 3.75 3.96 3.98 5/180 11954
/proc/meminfo: memFree=12136092/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=274024 CPUtime=5.95 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 7467 0 0 0 593 2 0 0 25 0 5 0 912346538 280600576 6555 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 68506 6556 405 389 0 64256 0
[pid=11949/tid=11950] ppid=11948 vsize=274024 CPUtime=1.48 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 1294 0 0 0 148 0 0 0 19 0 5 0 912346539 280600576 6556 33554432000 4194304 5787044 140733845051760 18446744073709551615 271550198817 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=274024 CPUtime=1.47 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 1180 0 0 0 147 0 0 0 18 0 5 0 912346539 280600576 6556 33554432000 4194304 5787044 140733845051760 18446744073709551615 4213868 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=274024 CPUtime=1.47 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 1487 0 0 0 147 0 0 0 18 0 5 0 912346539 280600576 6556 33554432000 4194304 5787044 140733845051760 18446744073709551615 271550642719 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=274024 CPUtime=1.49 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 2007 0 0 0 149 0 0 0 20 0 5 0 912346539 280600576 6556 33554432000 4194304 5787044 140733845051760 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 282724

[startup+3.10046 s]
/proc/loadavg: 3.75 3.96 3.98 5/180 11954
/proc/meminfo: memFree=12133016/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=274024 CPUtime=12.36 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 8316 0 0 0 1233 3 0 0 25 0 5 0 912346538 280600576 7404 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 68506 7404 405 389 0 64256 0
[pid=11949/tid=11950] ppid=11948 vsize=274024 CPUtime=3.08 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 1561 0 0 0 308 0 0 0 24 0 5 0 912346539 280600576 7404 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=274024 CPUtime=3.08 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 1453 0 0 0 307 1 0 0 18 0 5 0 912346539 280600576 7404 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=274024 CPUtime=3.07 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 1795 0 0 0 307 0 0 0 18 0 5 0 912346539 280600576 7404 33554432000 4194304 5787044 140733845051760 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=274024 CPUtime=3.09 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 2007 0 0 0 309 0 0 0 25 0 5 0 912346539 280600576 7404 33554432000 4194304 5787044 140733845051760 18446744073709551615 271550231508 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282724

[startup+6.30088 s]
/proc/loadavg: 3.77 3.96 3.98 5/180 11954
/proc/meminfo: memFree=12128196/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=274024 CPUtime=25.15 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 9374 0 0 0 2512 3 0 0 25 0 5 0 912346538 280600576 8462 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 68506 8462 405 389 0 64256 0
[pid=11949/tid=11950] ppid=11948 vsize=274024 CPUtime=6.28 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 1866 0 0 0 628 0 0 0 25 0 5 0 912346539 280600576 8462 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=274024 CPUtime=6.28 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 1820 0 0 0 627 1 0 0 18 0 5 0 912346539 280600576 8462 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=274024 CPUtime=6.28 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 2181 0 0 0 627 1 0 0 18 0 5 0 912346539 280600576 8462 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=274024 CPUtime=6.29 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 2007 0 0 0 629 0 0 0 25 0 5 0 912346539 280600576 8462 33554432000 4194304 5787044 140733845051760 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 282724

[startup+12.7007 s]
/proc/loadavg: 3.79 3.96 3.98 5/180 11954
/proc/meminfo: memFree=12117632/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=280356 CPUtime=50.73 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 13918 0 0 0 5067 6 0 0 25 0 5 0 912346538 287084544 12216 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 70089 12216 418 389 0 65839 0
[pid=11949/tid=11950] ppid=11948 vsize=280356 CPUtime=12.68 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 3507 0 0 0 1267 1 0 0 19 0 5 0 912346539 287084544 12216 33554432000 4194304 5787044 140733845051760 18446744073709551615 4255018 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=280356 CPUtime=12.67 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 2259 0 0 0 1266 1 0 0 18 0 5 0 912346539 287084544 12216 33554432000 4194304 5787044 140733845051760 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=280356 CPUtime=12.67 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 2559 0 0 0 1266 1 0 0 18 0 5 0 912346539 287084544 12216 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=280356 CPUtime=12.67 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 4093 0 0 0 1266 1 0 0 18 0 5 0 912346539 287084544 12216 33554432000 4194304 5787044 140733845051760 18446744073709551615 271550234122 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 289056

[startup+25.5004 s]
/proc/loadavg: 3.83 3.96 3.98 5/180 11955
/proc/meminfo: memFree=12101156/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=284988 CPUtime=101.93 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 17235 0 0 0 10182 11 0 0 25 0 5 0 912346538 291827712 15533 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 71247 15533 419 389 0 66997 0
[pid=11949/tid=11950] ppid=11948 vsize=284988 CPUtime=25.48 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 4694 0 0 0 2546 2 0 0 25 0 5 0 912346539 291827712 15533 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591647 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=284988 CPUtime=25.47 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 3339 0 0 0 2545 2 0 0 18 0 5 0 912346539 291827712 15533 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=284988 CPUtime=25.47 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 2809 0 0 0 2546 1 0 0 19 0 5 0 912346539 291827712 15533 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=284988 CPUtime=25.46 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 4893 0 0 0 2543 3 0 0 23 0 5 0 912346539 291827712 15533 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 293688

[startup+51.1007 s]
/proc/loadavg: 3.97 3.98 3.99 5/180 11955
/proc/meminfo: memFree=12079180/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=293120 CPUtime=204.3 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 22644 0 0 0 20411 19 0 0 25 0 5 0 912346538 300154880 20936 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 73280 20936 419 389 0 69030 0
[pid=11949/tid=11950] ppid=11948 vsize=293120 CPUtime=51.08 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 5702 0 0 0 5105 3 0 0 25 0 5 0 912346539 300154880 20936 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=293120 CPUtime=51.07 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 5169 0 0 0 5104 3 0 0 20 0 5 0 912346539 300154880 20936 33554432000 4194304 5787044 140733845051760 18446744073709551615 5588010 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=293120 CPUtime=51.07 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 3638 0 0 0 5104 3 0 0 18 0 5 0 912346539 300154880 20936 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591661 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=293120 CPUtime=51.06 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 6635 0 0 0 5098 8 0 0 18 0 5 0 912346539 300154880 20936 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 301820

[startup+102.306 s]
/proc/loadavg: 3.98 3.98 3.99 5/180 11957
/proc/meminfo: memFree=12050392/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=307164 CPUtime=409.1 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 29822 0 0 0 40883 27 0 0 25 0 5 0 912346538 314535936 28050 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 76791 28050 419 389 0 72541 0
[pid=11949/tid=11950] ppid=11948 vsize=307164 CPUtime=102.27 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 6232 0 0 0 10223 4 0 0 25 0 5 0 912346539 314535936 28050 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=307164 CPUtime=102.28 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 6383 0 0 0 10223 5 0 0 18 0 5 0 912346539 314535936 28050 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=307164 CPUtime=102.27 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 6298 0 0 0 10222 5 0 0 22 0 5 0 912346539 314535936 28050 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=307164 CPUtime=102.25 cores=0-7

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

/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 43265 0 0 0 472173 64 0 0 25 0 5 0 912346539 875433984 160026 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=854916 CPUtime=4722.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33688 0 0 0 472195 44 0 0 25 0 5 0 912346539 875433984 160026 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=854916 CPUtime=4722.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 49139 0 0 0 472176 56 0 0 25 0 5 0 912346539 875433984 160026 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888.9
Current children cumulated vsize (KiB) 863616

[startup+4782.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/180 12093
/proc/meminfo: memFree=11518480/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=856500 CPUtime=19128.9 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 164862 0 0 0 1912680 212 0 0 25 0 5 0 912346538 877056000 160461 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 214125 160461 419 389 0 209875 0
[pid=11949/tid=11950] ppid=11948 vsize=856500 CPUtime=4781.81 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36835 0 0 0 478135 46 0 0 25 0 5 0 912346539 877056000 160461 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=856500 CPUtime=4782.37 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 43669 0 0 0 478172 65 0 0 25 0 5 0 912346539 877056000 160461 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=856500 CPUtime=4782.38 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33691 0 0 0 478194 44 0 0 25 0 5 0 912346539 877056000 160461 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=856500 CPUtime=4782.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 49167 0 0 0 478176 56 0 0 25 0 5 0 912346539 877056000 160461 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.9
Current children cumulated vsize (KiB) 865200

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/180 12095
/proc/meminfo: memFree=11515864/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=858696 CPUtime=19368.9 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 165480 0 0 0 1936680 213 0 0 25 0 5 0 912346538 879304704 161079 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 214674 161079 419 389 0 210424 0
[pid=11949/tid=11950] ppid=11948 vsize=858696 CPUtime=4841.82 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36835 0 0 0 484136 46 0 0 25 0 5 0 912346539 879304704 161079 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=858696 CPUtime=4842.37 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 44151 0 0 0 484172 65 0 0 25 0 5 0 912346539 879304704 161079 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=858696 CPUtime=4842.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33780 0 0 0 484195 44 0 0 25 0 5 0 912346539 879304704 161079 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=858696 CPUtime=4842.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 49214 0 0 0 484176 56 0 0 25 0 5 0 912346539 879304704 161079 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.9
Current children cumulated vsize (KiB) 867396

[startup+4902.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/180 12097
/proc/meminfo: memFree=11514092/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=860148 CPUtime=19608.9 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 165959 0 0 0 1960680 213 0 0 25 0 5 0 912346538 880791552 161558 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 215037 161558 419 389 0 210787 0
[pid=11949/tid=11950] ppid=11948 vsize=860148 CPUtime=4901.82 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36835 0 0 0 490136 46 0 0 25 0 5 0 912346539 880791552 161558 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=860148 CPUtime=4902.37 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 44502 0 0 0 490172 65 0 0 25 0 5 0 912346539 880791552 161558 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=860148 CPUtime=4902.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33828 0 0 0 490195 44 0 0 25 0 5 0 912346539 880791552 161558 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=860148 CPUtime=4902.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 49294 0 0 0 490176 56 0 0 25 0 5 0 912346539 880791552 161558 33554432000 4194304 5787044 140733845051760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608.9
Current children cumulated vsize (KiB) 868848

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 12098
/proc/meminfo: memFree=11511848/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=865696 CPUtime=19848.9 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 167450 0 0 0 1984680 214 0 0 25 0 5 0 912346538 886472704 162024 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 216424 162024 419 389 0 212174 0
[pid=11949/tid=11950] ppid=11948 vsize=865696 CPUtime=4961.82 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36835 0 0 0 496136 46 0 0 25 0 5 0 912346539 886472704 162024 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=865696 CPUtime=4962.37 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 44877 0 0 0 496171 66 0 0 25 0 5 0 912346539 886472704 162024 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=865696 CPUtime=4962.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33892 0 0 0 496195 44 0 0 25 0 5 0 912346539 886472704 162024 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=865696 CPUtime=4962.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 50346 0 0 0 496176 56 0 0 25 0 5 0 912346539 886472704 162024 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848.9
Current children cumulated vsize (KiB) 874396

[startup+5022.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/180 12100
/proc/meminfo: memFree=11510084/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=932552 CPUtime=20088.9 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 167996 0 0 0 2008680 215 0 0 25 0 5 0 912346538 954933248 162570 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 233138 162570 419 389 0 228888 0
[pid=11949/tid=11950] ppid=11948 vsize=932552 CPUtime=5021.82 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36835 0 0 0 502136 46 0 0 25 0 5 0 912346539 954933248 162570 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=932552 CPUtime=5022.37 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 45207 0 0 0 502171 66 0 0 25 0 5 0 912346539 954933248 162570 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=932552 CPUtime=5022.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 33977 0 0 0 502195 44 0 0 25 0 5 0 912346539 954933248 162570 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=932552 CPUtime=5022.32 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 50477 0 0 0 502176 56 0 0 25 0 5 0 912346539 954933248 162570 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 941252

[startup+5082.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/180 12101
/proc/meminfo: memFree=11506456/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=934004 CPUtime=20329 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 168869 0 0 0 2032680 216 0 0 25 0 5 0 912346538 956420096 163443 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 233501 163443 419 389 0 229251 0
[pid=11949/tid=11950] ppid=11948 vsize=934004 CPUtime=5081.82 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36836 0 0 0 508136 46 0 0 25 0 5 0 912346539 956420096 163443 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=934004 CPUtime=5082.38 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 45585 0 0 0 508171 67 0 0 25 0 5 0 912346539 956420096 163443 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=934004 CPUtime=5082.39 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 34057 0 0 0 508195 44 0 0 25 0 5 0 912346539 956420096 163443 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=934004 CPUtime=5082.33 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 50891 0 0 0 508176 57 0 0 25 0 5 0 912346539 956420096 163443 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20329
Current children cumulated vsize (KiB) 942704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.01 4.01 4.00 5/180 12102
/proc/meminfo: memFree=11505832/32951124 swapFree=67054536/67111528
[pid=11948] ppid=11946 vsize=8700 CPUtime=0 cores=0-7
/proc/11948/stat : 11948 (priss.sh) S 11946 11948 11126 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912346538 8908800 252 33554432000 4194304 4922060 140733369145840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11948/statm: 2175 252 211 178 0 68 0
[pid=11949] ppid=11948 vsize=934400 CPUtime=20399.8 cores=0-7
/proc/11949/stat : 11949 (priss) S 11948 11948 11126 0 -1 4202496 169040 0 0 0 2039762 216 0 0 25 0 5 0 912346538 956825600 163614 33554432000 4194304 5787044 140733845051760 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11949/statm: 233600 163614 419 389 0 229350 0
[pid=11949/tid=11950] ppid=11948 vsize=934400 CPUtime=5099.53 cores=0-7
/proc/11949/task/11950/stat : 11950 (priss) R 11948 11948 11126 0 -1 4202560 36836 0 0 0 509907 46 0 0 25 0 5 0 912346539 956825600 163614 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=934400 CPUtime=5100.09 cores=0-7
/proc/11949/task/11951/stat : 11951 (priss) R 11948 11948 11126 0 -1 4202560 45715 0 0 0 509941 68 0 0 25 0 5 0 912346539 956825600 163614 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=934400 CPUtime=5100.1 cores=0-7
/proc/11949/task/11952/stat : 11952 (priss) R 11948 11948 11126 0 -1 4202560 34071 0 0 0 509966 44 0 0 25 0 5 0 912346539 956825600 163614 33554432000 4194304 5787044 140733845051760 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=934400 CPUtime=5100.04 cores=0-7
/proc/11949/task/11953/stat : 11953 (priss) R 11948 11948 11126 0 -1 4202560 50918 0 0 0 509947 57 0 0 25 0 5 0 912346539 956825600 163614 33554432000 4194304 5787044 140733845051760 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.8
Current children cumulated vsize (KiB) 943100

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 11948 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20399.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.8
CPU user time (s): 20397.6
CPU system time (s): 2.16
CPU usage (%): 399.994
Max. virtual memory (cumulated for all children) (KiB): 943100

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

runsolver used 7.30089 second user time and 20.5199 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-14 01:24:47
IDJOB=3499601
IDBENCH=85304
IDSOLVER=1994
FILE ID=node133/3499601-1308007487
RUNJOBID= node133-1307987077-11140
PBS_JOBID= 13559799
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499601-1308007487/watcher-3499601-1308007487 -o /var/tmp/evaluation-result-3499601-1308007487/solver-3499601-1308007487 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499601-1308007487.cnf 618123914 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=618123914

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12159616 kB
Buffers:        123868 kB
Cached:       19968800 kB
SwapCached:      10304 kB
Active:        4307676 kB
Inactive:     15804088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12159616 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:       17084 kB
Mapped:          12552 kB
Slab:           614676 kB
PageTables:       4408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186380 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node133 at 2011-06-14 02:49:49