Trace number 3499683

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

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_80.shuffled.cnf
MD5SUM53a7d1541ad9c0dde902ec3a505ae8fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses634
Sum of the clauses size1900
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3632
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: 26666
0.00/0.00	c parsetime: 230us
0.00/0.00	c parsed 634 clauses with 238 variables
0.00/0.00	c NW started thread 0 successfully (1111521600)
0.00/0.00	c NW started thread 1 successfully (1122011456)
0.00/0.00	c NW started thread 2 successfully (1132501312)
0.00/0.00	c NW started thread 3 successfully (1142991168)
0.00/0.58	c preprocessor returned 10028 variables
0.00/0.58	c preprocessing returned UNKNOWN
0.00/0.58	c PP set 0 variables
0.00/0.58	c pp time: 579012us (0s)
0.00/0.59	c preprocessor returned 10028 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 585244us (0s)
0.00/0.59	c preprocessor returned 10028 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 588840us (0s)
23.45/5.92	c preprocessor returned 30034 variables
23.45/5.92	c preprocessing returned UNKNOWN
23.45/5.92	c PP set 0 variables
23.45/5.92	c pp time: 5915204us (5s)
5502.01/1375.80	c HTE
5525.60/1381.78	c subsumption
5530.00/1382.83	c simplified formula contains 0 unit clauses
20315.43/5079.26	c HTE
20395.43/5099.25	c subsumption

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 /tmp/evaluation-result-3499683-1308516155/watcher-3499683-1308516155 -o /tmp/evaluation-result-3499683-1308516155/solver-3499683-1308516155 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499683-1308516155.cnf 1622901537 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: 4.00 4.00 3.93 1/170 26665
/proc/meminfo: memFree=28741684/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0

[startup+0.0830519 s]
/proc/loadavg: 4.00 4.00 3.93 1/170 26665
/proc/meminfo: memFree=28741684/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101049 s]
/proc/loadavg: 4.00 4.00 3.93 1/170 26665
/proc/meminfo: memFree=28741684/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301013 s]
/proc/loadavg: 4.00 4.00 3.93 1/170 26665
/proc/meminfo: memFree=28741684/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700944 s]
/proc/loadavg: 4.00 4.00 3.93 1/170 26665
/proc/meminfo: memFree=28741684/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 4.00 4.00 3.93 4/176 26671
/proc/meminfo: memFree=28716872/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=212844 CPUtime=5.91 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 8891 0 0 0 582 9 0 0 25 0 5 0 695806740 217952256 7655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 53211 7655 404 389 0 48961 0
[pid=26666/tid=26667] ppid=26665 vsize=212844 CPUtime=1.45 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 1548 0 0 0 142 3 0 0 18 0 5 0 695806740 217952256 7655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=212844 CPUtime=1.46 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 1969 0 0 0 144 2 0 0 18 0 5 0 695806740 217952256 7655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268660360098 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=212844 CPUtime=1.46 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 1867 0 0 0 145 1 0 0 18 0 5 0 695806740 217952256 7655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=212844 CPUtime=1.48 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 2009 0 0 0 148 0 0 0 25 0 5 0 695806740 217952256 7655 33554432000 4194304 5787044 140737241082192 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 221544

[startup+3.10056 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26671
/proc/meminfo: memFree=28709556/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=219568 CPUtime=12.28 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 12012 0 0 0 1213 15 0 0 25 0 5 0 695806740 224837632 10776 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 54892 10776 404 389 0 50642 0
[pid=26666/tid=26667] ppid=26665 vsize=219568 CPUtime=3.05 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 2201 0 0 0 300 5 0 0 18 0 5 0 695806740 224837632 10776 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=219568 CPUtime=3.05 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 3686 0 0 0 300 5 0 0 18 0 5 0 695806740 224837632 10776 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=219568 CPUtime=3.06 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 2618 0 0 0 303 3 0 0 18 0 5 0 695806740 224837632 10776 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=219568 CPUtime=3.08 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 2009 0 0 0 308 0 0 0 25 0 5 0 695806740 224837632 10776 33554432000 4194304 5787044 140737241082192 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 228268

[startup+6.30101 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26671
/proc/meminfo: memFree=28690936/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=224996 CPUtime=25.04 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 16553 0 0 0 2482 22 0 0 25 0 5 0 695806740 230395904 14612 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 56249 14612 417 389 0 51999 0
[pid=26666/tid=26667] ppid=26665 vsize=224996 CPUtime=6.23 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 3263 0 0 0 617 6 0 0 18 0 5 0 695806740 230395904 14612 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672488117 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=224996 CPUtime=6.24 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 4715 0 0 0 616 8 0 0 18 0 5 0 695806740 230395904 14612 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=224996 CPUtime=6.25 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 3398 0 0 0 620 5 0 0 18 0 5 0 695806740 230395904 14612 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=224996 CPUtime=6.28 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 3679 0 0 0 627 1 0 0 18 0 5 0 695806740 230395904 14612 33554432000 4194304 5787044 140737241082192 18446744073709551615 268660767263 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 233696

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26671
/proc/meminfo: memFree=28653476/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=304128 CPUtime=50.48 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 25249 0 0 0 5002 46 0 0 25 0 5 0 695806740 311427072 23282 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 76032 23282 417 389 0 71782 0
[pid=26666/tid=26667] ppid=26665 vsize=304128 CPUtime=12.59 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 6065 0 0 0 1246 13 0 0 18 0 5 0 695806740 311427072 23282 33554432000 4194304 5787044 140737241082192 18446744073709551615 268660360188 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=304128 CPUtime=12.61 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 6688 0 0 0 1248 13 0 0 18 0 5 0 695806740 311427072 23282 33554432000 4194304 5787044 140737241082192 18446744073709551615 268660360172 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=304128 CPUtime=12.61 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 4226 0 0 0 1252 9 0 0 18 0 5 0 695806740 311427072 23282 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=304128 CPUtime=12.63 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 6772 0 0 0 1255 8 0 0 18 0 5 0 695806740 311427072 23283 33554432000 4194304 5787044 140737241082192 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 312828

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26672
/proc/meminfo: memFree=28616400/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=319840 CPUtime=101.53 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 34382 0 0 0 10083 70 0 0 25 0 5 0 695806740 327516160 32339 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 79960 32339 417 389 0 75710 0
[pid=26666/tid=26667] ppid=26665 vsize=319840 CPUtime=25.35 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 8018 0 0 0 2515 20 0 0 18 0 5 0 695806740 327516160 32339 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=319840 CPUtime=25.35 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 9436 0 0 0 2516 19 0 0 19 0 5 0 695806740 327516160 32339 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=319840 CPUtime=25.38 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 5740 0 0 0 2524 14 0 0 18 0 5 0 695806740 327516160 32339 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=319840 CPUtime=25.4 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 9690 0 0 0 2526 14 0 0 18 0 5 0 695806740 327516160 32339 33554432000 4194304 5787044 140737241082192 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 328540

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26673
/proc/meminfo: memFree=28559672/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=341840 CPUtime=203.76 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 48722 0 0 0 20276 100 0 0 25 0 5 0 695806740 350044160 46468 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 85460 46468 417 389 0 81210 0
[pid=26666/tid=26667] ppid=26665 vsize=341840 CPUtime=50.92 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 10665 0 0 0 5068 24 0 0 18 0 5 0 695806740 350044160 46468 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=341840 CPUtime=50.9 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 13602 0 0 0 5065 25 0 0 25 0 5 0 695806740 350044160 46468 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=341840 CPUtime=50.95 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 8293 0 0 0 5073 22 0 0 18 0 5 0 695806740 350044160 46468 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=341840 CPUtime=50.96 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 14664 0 0 0 5068 28 0 0 20 0 5 0 695806740 350044160 46468 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 350540

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26674
/proc/meminfo: memFree=28488968/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=372352 CPUtime=408.46 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 66429 0 0 0 40724 122 0 0 25 0 5 0 695806740 381288448 63981 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 93088 63981 417 389 0 88838 0
[pid=26666/tid=26667] ppid=26665 vsize=372352 CPUtime=102.11 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 15163 0 0 0 10180 31 0 0 18 0 5 0 695806740 381288448 63981 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=372352 CPUtime=102.1 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 17865 0 0 0 10180 30 0 0 25 0 5 0 695806740 381288448 63981 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=372352 CPUtime=102.14 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 11444 0 0 0 10190 24 0 0 18 0 5 0 695806740 381288448 63981 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=372352 CPUtime=102.08 cores=0-7

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

/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 93581 0 0 0 472086 111 0 0 25 0 5 0 695806740 1991704576 417533 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1945024 CPUtime=4722.09 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 108577 0 0 0 472070 139 0 0 25 0 5 0 695806740 1991704576 417533 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1945024 CPUtime=4721.75 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 138416 0 0 0 471916 259 0 0 25 0 5 0 695806740 1991704576 417533 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18887.9
Current children cumulated vsize (KiB) 1953724

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 26823
/proc/meminfo: memFree=27053132/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=1948060 CPUtime=19127.9 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 438287 0 0 0 1912141 647 0 0 25 0 5 0 695806740 1994813440 421629 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 487015 421629 417 389 0 482765 0
[pid=26666/tid=26667] ppid=26665 vsize=1948060 CPUtime=4782.05 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 93009 0 0 0 478075 130 0 0 25 0 5 0 695806740 1994813440 421629 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=1948060 CPUtime=4781.96 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 94412 0 0 0 478084 112 0 0 25 0 5 0 695806740 1994813440 421629 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1948060 CPUtime=4782.09 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 109904 0 0 0 478069 140 0 0 20 0 5 0 695806740 1994813440 421629 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1948060 CPUtime=4781.74 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 139464 0 0 0 477911 263 0 0 19 0 5 0 695806740 1994813440 421629 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19127.9
Current children cumulated vsize (KiB) 1956760

[startup+4842.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/176 26824
/proc/meminfo: memFree=27035264/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=1967348 CPUtime=19367.9 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 446697 0 0 0 1936130 657 0 0 25 0 5 0 695806740 2014564352 425941 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 491837 425941 417 389 0 487587 0
[pid=26666/tid=26667] ppid=26665 vsize=1967348 CPUtime=4842.04 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 96192 0 0 0 484072 132 0 0 18 0 5 0 695806740 2014564352 425941 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=1967348 CPUtime=4841.96 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 95207 0 0 0 484083 113 0 0 25 0 5 0 695806740 2014564352 425941 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1967348 CPUtime=4842.09 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 112195 0 0 0 484069 140 0 0 21 0 5 0 695806740 2014564352 425941 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1967348 CPUtime=4841.74 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 141605 0 0 0 483905 269 0 0 20 0 5 0 695806740 2014564352 425941 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19367.9
Current children cumulated vsize (KiB) 1976048

[startup+4902.3 s]
/proc/loadavg: 4.02 4.01 3.96 5/176 26826
/proc/meminfo: memFree=27010436/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=1971552 CPUtime=19607.9 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 455074 0 0 0 1960121 666 0 0 25 0 5 0 695806740 2018869248 432332 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 492888 432332 417 389 0 488638 0
[pid=26666/tid=26667] ppid=26665 vsize=1971552 CPUtime=4902.04 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 98752 0 0 0 490071 133 0 0 25 0 5 0 695806740 2018869248 432332 33554432000 4194304 5787044 140737241082192 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=1971552 CPUtime=4901.96 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 96211 0 0 0 490082 114 0 0 25 0 5 0 695806740 2018869248 432332 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1971552 CPUtime=4902.09 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 114719 0 0 0 490068 141 0 0 25 0 5 0 695806740 2018869248 432332 33554432000 4194304 5787044 140737241082192 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1971552 CPUtime=4901.74 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 143894 0 0 0 489898 276 0 0 18 0 5 0 695806740 2018869248 432332 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19607.9
Current children cumulated vsize (KiB) 1980252

[startup+4962.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 26827
/proc/meminfo: memFree=27005336/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=1975148 CPUtime=19847.9 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 457397 0 0 0 1984120 668 0 0 25 0 5 0 695806740 2022551552 434655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 493787 434655 417 389 0 489537 0
[pid=26666/tid=26667] ppid=26665 vsize=1975148 CPUtime=4962.04 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 98752 0 0 0 496071 133 0 0 25 0 5 0 695806740 2022551552 434655 33554432000 4194304 5787044 140737241082192 18446744073709551615 268660360147 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=1975148 CPUtime=4961.97 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 97107 0 0 0 496082 115 0 0 25 0 5 0 695806740 2022551552 434655 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1975148 CPUtime=4962.09 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 114719 0 0 0 496068 141 0 0 25 0 5 0 695806740 2022551552 434655 33554432000 4194304 5787044 140737241082192 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1975148 CPUtime=4961.74 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 145321 0 0 0 495897 277 0 0 25 0 5 0 695806740 2022551552 434655 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19847.9
Current children cumulated vsize (KiB) 1983848

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 26829
/proc/meminfo: memFree=26993520/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=1978332 CPUtime=20087.8 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 459351 0 0 0 2008107 675 0 0 25 0 5 0 695806740 2025811968 436609 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 494583 436609 417 389 0 490333 0
[pid=26666/tid=26667] ppid=26665 vsize=1978332 CPUtime=5022.04 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 98765 0 0 0 502070 134 0 0 25 0 5 0 695806740 2025811968 436609 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=1978332 CPUtime=5021.96 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 97809 0 0 0 502080 116 0 0 25 0 5 0 695806740 2025811968 436609 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=1978332 CPUtime=5022.05 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 114719 0 0 0 502064 141 0 0 20 0 5 0 695806740 2025811968 436609 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=1978332 CPUtime=5021.73 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 146560 0 0 0 501891 282 0 0 25 0 5 0 695806740 2025811968 436609 33554432000 4194304 5787044 140737241082192 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20087.8
Current children cumulated vsize (KiB) 1987032

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 26831
/proc/meminfo: memFree=26824252/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=2193336 CPUtime=20327.8 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 504006 0 0 0 2032095 688 0 0 25 0 5 0 695806740 2245976064 478842 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 548334 478842 417 389 0 544084 0
[pid=26666/tid=26667] ppid=26665 vsize=2193336 CPUtime=5082.04 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 98766 0 0 0 508070 134 0 0 25 0 5 0 695806740 2245976064 478842 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=2193336 CPUtime=5081.96 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 98408 0 0 0 508080 116 0 0 25 0 5 0 695806740 2245976064 478842 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=2193336 CPUtime=5082.05 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 114719 0 0 0 508064 141 0 0 25 0 5 0 695806740 2245976064 478842 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=2193336 CPUtime=5081.74 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 190615 0 0 0 507879 295 0 0 25 0 5 0 695806740 2245976064 478842 33554432000 4194304 5787044 140737241082192 18446744073709551615 4332843 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20327.8
Current children cumulated vsize (KiB) 2202036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 26831
/proc/meminfo: memFree=26822624/32951124 swapFree=67055716/67111528
[pid=26665] ppid=26663 vsize=8700 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (priss.sh) S 26663 26665 26353 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 695806740 8908800 252 33554432000 4194304 4922060 140735744800432 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26665/statm: 2175 252 211 178 0 68 0
[pid=26666] ppid=26665 vsize=2194616 CPUtime=20398.7 cores=0-7
/proc/26666/stat : 26666 (priss) S 26665 26665 26353 0 -1 4202496 504919 0 0 0 2039178 688 0 0 25 0 5 0 695806740 2247286784 479083 33554432000 4194304 5787044 140737241082192 18446744073709551615 268672485809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26666/statm: 548654 479083 417 389 0 544404 0
[pid=26666/tid=26667] ppid=26665 vsize=2194616 CPUtime=5099.75 cores=0-7
/proc/26666/task/26667/stat : 26667 (priss) R 26665 26665 26353 0 -1 4202560 98766 0 0 0 509841 134 0 0 25 0 5 0 695806740 2247286784 479083 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26666/tid=26668] ppid=26665 vsize=2194616 CPUtime=5099.67 cores=0-7
/proc/26666/task/26668/stat : 26668 (priss) R 26665 26665 26353 0 -1 4202560 98617 0 0 0 509851 116 0 0 25 0 5 0 695806740 2247286784 479083 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26666/tid=26669] ppid=26665 vsize=2194616 CPUtime=5099.76 cores=0-7
/proc/26666/task/26669/stat : 26669 (priss) R 26665 26665 26353 0 -1 4202560 114719 0 0 0 509835 141 0 0 25 0 5 0 695806740 2247286784 479083 33554432000 4194304 5787044 140737241082192 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26666/tid=26671] ppid=26665 vsize=2194616 CPUtime=5099.45 cores=0-7
/proc/26666/task/26671/stat : 26671 (priss) R 26665 26665 26353 0 -1 4202560 191319 0 0 0 509650 295 0 0 25 0 5 0 695806740 2247286784 479083 33554432000 4194304 5787044 140737241082192 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20398.7
Current children cumulated vsize (KiB) 2203316

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 26665 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 20398.7
#
# 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): 20398.7
CPU user time (s): 20391.8
CPU system time (s): 6.88
CPU usage (%): 399.972
Max. virtual memory (cumulated for all children) (KiB): 2203316

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.30389 second user time and 20.5019 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-19 22:42:35
IDJOB=3499683
IDBENCH=87811
IDSOLVER=1994
FILE ID=node107/3499683-1308516155
RUNJOBID= node107-1308511050-26367
PBS_JOBID= 13608247
Free space on /tmp= 73740 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_80.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499683-1308516155/watcher-3499683-1308516155 -o /tmp/evaluation-result-3499683-1308516155/solver-3499683-1308516155 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499683-1308516155.cnf 1622901537 40000 31000 8

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=1622901537

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28742112 kB
Buffers:        485332 kB
Cached:        3330364 kB
SwapCached:      20424 kB
Active:        1108688 kB
Inactive:      2735564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28742112 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:       26024 kB
Mapped:          12500 kB
Slab:           299760 kB
PageTables:       3880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182936 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= 73740 MiB
End job on node107 at 2011-06-20 00:07:37