Trace number 3499315

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
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: 26037
0.00/0.01	c parsetime: 8628us
0.00/0.01	c parsed 34235 clauses with 820 variables
0.00/0.01	c NW started thread 0 successfully (1090484544)
0.00/0.01	c NW started thread 1 successfully (1109756224)
0.00/0.02	c NW started thread 2 successfully (1120246080)
0.00/0.03	c NW started thread 3 successfully (1130735936)
7.50/1.92	c preprocessor returned 10011 variables
7.50/1.92	c preprocessing returned UNKNOWN
7.50/1.92	c PP set 0 variables
7.50/1.92	c pp time: 1908816us (1s)
7.50/1.92	c preprocessor returned 10011 variables
7.50/1.92	c preprocessing returned UNKNOWN
7.50/1.92	c PP set 0 variables
7.50/1.93	c pp time: 1902589us (1s)
7.90/2.09	c preprocessor returned 10011 variables
7.90/2.09	c preprocessing returned UNKNOWN
7.90/2.09	c PP set 0 variables
7.90/2.09	c pp time: 2070847us (2s)
62.24/15.61	c preprocessor returned 30007 variables
62.24/15.61	c preprocessing returned UNKNOWN
62.24/15.61	c PP set 0 variables
62.24/15.61	c pp time: 15579727us (15s)
7681.00/1921.94	c HTE
8536.57/2135.84	c subsumption
13629.28/3409.24	c simplified formula contains 0 unit clauses

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-3499315-1307998302/watcher-3499315-1307998302 -o /var/tmp/evaluation-result-3499315-1307998302/solver-3499315-1307998302 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499315-1307998302.cnf 362848385 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.19 3.81 3.86 1/170 26036
/proc/meminfo: memFree=15135664/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0

[startup+0.0383591 s]
/proc/loadavg: 3.19 3.81 3.86 1/170 26036
/proc/meminfo: memFree=15135664/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100343 s]
/proc/loadavg: 3.19 3.81 3.86 1/170 26036
/proc/meminfo: memFree=15135664/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300311 s]
/proc/loadavg: 3.19 3.81 3.86 1/170 26036
/proc/meminfo: memFree=15135664/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700236 s]
/proc/loadavg: 3.19 3.81 3.86 1/170 26036
/proc/meminfo: memFree=15135664/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 3.19 3.81 3.86 5/176 26042
/proc/meminfo: memFree=15109236/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=285336 CPUtime=5.9 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 11877 0 0 0 586 4 0 0 18 0 5 0 892245553 292184064 10673 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 71334 10673 355 389 0 67084 0
[pid=26037/tid=26039] ppid=26036 vsize=285336 CPUtime=1.47 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 1881 0 0 0 147 0 0 0 18 0 5 0 892245554 292184064 10673 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261310445 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=285336 CPUtime=1.46 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 1823 0 0 0 145 1 0 0 21 0 5 0 892245555 292184064 10673 33554432000 4194304 5787044 140737159696016 18446744073709551615 4390726 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=285336 CPUtime=1.46 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 1677 0 0 0 145 1 0 0 18 0 5 0 892245556 292184064 10673 33554432000 4194304 5787044 140737159696016 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=285336 CPUtime=1.45 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 3773 0 0 0 144 1 0 0 18 0 5 0 892245557 292184064 10673 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261310420 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 294036

[startup+3.10081 s]
/proc/loadavg: 3.19 3.81 3.86 5/176 26042
/proc/meminfo: memFree=15087188/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=285336 CPUtime=12.29 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 18963 0 0 0 1221 8 0 0 18 0 5 0 892245553 292184064 14685 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 71334 14685 404 389 0 67084 0
[pid=26037/tid=26039] ppid=26036 vsize=285336 CPUtime=3.07 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 4473 0 0 0 305 2 0 0 18 0 5 0 892245554 292184064 14685 33554432000 4194304 5787044 140737159696016 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=285336 CPUtime=3.05 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 4116 0 0 0 303 2 0 0 25 0 5 0 892245555 292184064 14685 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=285336 CPUtime=3.06 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 3871 0 0 0 304 2 0 0 18 0 5 0 892245556 292184064 14685 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=285336 CPUtime=3.05 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 3780 0 0 0 304 1 0 0 18 0 5 0 892245557 292184064 14686 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261310435 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 294036

[startup+6.30125 s]
/proc/loadavg: 3.25 3.81 3.86 5/176 26042
/proc/meminfo: memFree=15055036/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=289436 CPUtime=25.07 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 28561 0 0 0 2491 16 0 0 18 0 5 0 892245553 296382464 24283 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 72359 24283 404 389 0 68109 0
[pid=26037/tid=26039] ppid=26036 vsize=289436 CPUtime=6.26 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 7585 0 0 0 621 5 0 0 18 0 5 0 892245554 296382464 24283 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=289436 CPUtime=6.24 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 6621 0 0 0 620 4 0 0 21 0 5 0 892245555 296382464 24283 33554432000 4194304 5787044 140737159696016 18446744073709551615 4220264 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=289436 CPUtime=6.26 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 7849 0 0 0 621 5 0 0 18 0 5 0 892245556 296382464 24283 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=289436 CPUtime=6.25 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 3783 0 0 0 624 1 0 0 25 0 5 0 892245557 296382464 24283 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261310415 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 298136

[startup+12.7011 s]
/proc/loadavg: 3.31 3.81 3.86 5/176 26043
/proc/meminfo: memFree=14994060/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=289436 CPUtime=50.65 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 42762 0 0 0 5036 29 0 0 18 0 5 0 892245553 296382464 38484 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 72359 38484 404 389 0 68109 0
[pid=26037/tid=26039] ppid=26036 vsize=289436 CPUtime=12.66 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 12809 0 0 0 1257 9 0 0 18 0 5 0 892245554 296382464 38484 33554432000 4194304 5787044 140737159696016 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=289436 CPUtime=12.63 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 10873 0 0 0 1255 8 0 0 25 0 5 0 892245555 296382464 38484 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261307344 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=289436 CPUtime=12.66 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 12574 0 0 0 1256 10 0 0 18 0 5 0 892245556 296382464 38484 33554432000 4194304 5787044 140737159696016 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=289436 CPUtime=12.65 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 3783 0 0 0 1264 1 0 0 25 0 5 0 892245557 296382464 38485 33554432000 4194304 5787044 140737159696016 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 298136

[startup+25.5009 s]
/proc/loadavg: 3.46 3.82 3.86 5/176 26043
/proc/meminfo: memFree=14834764/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=526820 CPUtime=101.65 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 82013 0 0 0 10108 57 0 0 18 0 5 0 892245553 539463680 77004 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 131705 77004 417 389 0 127455 0
[pid=26037/tid=26039] ppid=26036 vsize=526820 CPUtime=25.43 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 23026 0 0 0 2528 15 0 0 18 0 5 0 892245554 539463680 77004 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=526820 CPUtime=25.41 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 20557 0 0 0 2526 15 0 0 25 0 5 0 892245555 539463680 77004 33554432000 4194304 5787044 140737159696016 18446744073709551615 4228875 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=526820 CPUtime=25.44 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 23104 0 0 0 2524 20 0 0 18 0 5 0 892245556 539463680 77004 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=526820 CPUtime=25.3 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 12603 0 0 0 2525 5 0 0 18 0 5 0 892245557 539463680 77004 33554432000 4194304 5787044 140737159696016 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 535520

[startup+51.1003 s]
/proc/loadavg: 3.65 3.83 3.86 5/176 26044
/proc/meminfo: memFree=14605580/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=720016 CPUtime=203.73 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 141650 0 0 0 20259 114 0 0 18 0 5 0 892245553 737296384 136451 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 180004 136452 417 389 0 175754 0
[pid=26037/tid=26039] ppid=26036 vsize=720016 CPUtime=50.99 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 39426 0 0 0 5069 30 0 0 18 0 5 0 892245554 737296384 136452 33554432000 4194304 5787044 140737159696016 18446744073709551615 4692735 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=720016 CPUtime=50.97 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 34673 0 0 0 5060 37 0 0 18 0 5 0 892245555 737296384 136452 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=720016 CPUtime=50.99 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 37772 0 0 0 5064 35 0 0 18 0 5 0 892245556 737296384 136453 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=720016 CPUtime=50.72 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 27057 0 0 0 5062 10 0 0 18 0 5 0 892245557 737296384 136453 33554432000 4194304 5787044 140737159696016 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 728716

[startup+102.306 s]
/proc/loadavg: 3.84 3.86 3.87 5/176 26045
/proc/meminfo: memFree=14269624/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=1071908 CPUtime=407.81 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 223299 0 0 0 40515 266 0 0 18 0 5 0 892245553 1097633792 217713 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 267977 217713 417 389 0 263727 0
[pid=26037/tid=26039] ppid=26036 vsize=1071908 CPUtime=102.05 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 60631 0 0 0 10134 71 0 0 18 0 5 0 892245554 1097633792 217713 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=1071908 CPUtime=101.98 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 57632 0 0 0 10088 110 0 0 18 0 5 0 892245555 1097633792 217713 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=1071908 CPUtime=101.98 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 56229 0 0 0 10132 66 0 0 18 0 5 0 892245556 1097633792 217713 33554432000 4194304 5787044 140737159696016 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=1071908 CPUtime=101.74 cores=0-7

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

/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774038 0 0 0 469509 2503 0 0 21 0 5 0 892245555 11901186048 2823234 33554432000 4194304 5787044 140737159696016 18446744073709551615 4217502 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11622252 CPUtime=4719.73 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 733018 0 0 0 470109 1864 0 0 25 0 5 0 892245556 11901186048 2823234 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11622252 CPUtime=4720.24 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554258 0 0 0 471831 193 0 0 22 0 5 0 892245557 11901186048 2823234 33554432000 4194304 5787044 140737159696016 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18880.1
Current children cumulated vsize (KiB) 11630952

[startup+4782.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/176 26191
/proc/meminfo: memFree=3774024/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11687788 CPUtime=19120.1 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2864894 0 0 0 1905669 6339 0 0 18 0 5 0 892245553 11968294912 2835404 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2921947 2835404 417 389 0 2917697 0
[pid=26037/tid=26039] ppid=26036 vsize=11687788 CPUtime=4779.96 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788695 0 0 0 476273 1723 0 0 25 0 5 0 892245554 11968294912 2835404 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11687788 CPUtime=4780.11 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774047 0 0 0 475507 2504 0 0 25 0 5 0 892245555 11968294912 2835404 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11687788 CPUtime=4779.72 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 745167 0 0 0 476054 1918 0 0 25 0 5 0 892245556 11968294912 2835404 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11687788 CPUtime=4780.22 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554262 0 0 0 477829 193 0 0 25 0 5 0 892245557 11968294912 2835404 33554432000 4194304 5787044 140737159696016 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19120.1
Current children cumulated vsize (KiB) 11696488

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26193
/proc/meminfo: memFree=3727000/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=19360.1 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2876533 0 0 0 1929610 6395 0 0 18 0 5 0 892245553 12035403776 2847043 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2847043 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=4839.95 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788704 0 0 0 482272 1723 0 0 25 0 5 0 892245554 12035403776 2847043 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=4840.1 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774067 0 0 0 481506 2504 0 0 25 0 5 0 892245555 12035403776 2847043 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=4839.72 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 756771 0 0 0 481999 1973 0 0 25 0 5 0 892245556 12035403776 2847043 33554432000 4194304 5787044 140737159696016 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=4840.23 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554268 0 0 0 483829 194 0 0 25 0 5 0 892245557 12035403776 2847043 33554432000 4194304 5787044 140737159696016 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19360
Current children cumulated vsize (KiB) 11762024

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26194
/proc/meminfo: memFree=3702796/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=19600 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2884113 0 0 0 1953578 6420 0 0 18 0 5 0 892245553 12035403776 2853016 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2853016 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=4899.91 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788733 0 0 0 488268 1723 0 0 25 0 5 0 892245554 12035403776 2853016 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=4900.08 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774088 0 0 0 487504 2504 0 0 25 0 5 0 892245555 12035403776 2853016 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=4899.71 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 764291 0 0 0 487974 1997 0 0 25 0 5 0 892245556 12035403776 2853016 33554432000 4194304 5787044 140737159696016 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=4900.21 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554278 0 0 0 489827 194 0 0 25 0 5 0 892245557 12035403776 2853016 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440112 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19600
Current children cumulated vsize (KiB) 11762024

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26196
/proc/meminfo: memFree=3702156/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=19840 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2884274 0 0 0 1977578 6421 0 0 18 0 5 0 892245553 12035403776 2853177 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2853177 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=4959.92 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788764 0 0 0 494268 1724 0 0 25 0 5 0 892245554 12035403776 2853177 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=4960.07 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774102 0 0 0 493503 2504 0 0 25 0 5 0 892245555 12035403776 2853177 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=4959.71 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 764291 0 0 0 493974 1997 0 0 25 0 5 0 892245556 12035403776 2853177 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=4960.21 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554394 0 0 0 495827 194 0 0 25 0 5 0 892245557 12035403776 2853177 33554432000 4194304 5787044 140737159696016 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19840
Current children cumulated vsize (KiB) 11762024

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26197
/proc/meminfo: memFree=3701512/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=20080 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2884401 0 0 0 2001578 6422 0 0 18 0 5 0 892245553 12035403776 2853304 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2853304 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=5019.92 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788799 0 0 0 500268 1724 0 0 25 0 5 0 892245554 12035403776 2853304 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=5020.08 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774133 0 0 0 499503 2505 0 0 25 0 5 0 892245555 12035403776 2853304 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=5019.72 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 764291 0 0 0 499975 1997 0 0 25 0 5 0 892245556 12035403776 2853304 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=5020.21 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554455 0 0 0 501827 194 0 0 25 0 5 0 892245557 12035403776 2853304 33554432000 4194304 5787044 140737159696016 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20080
Current children cumulated vsize (KiB) 11762024

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26199
/proc/meminfo: memFree=3700364/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=20320 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2884769 0 0 0 2025577 6423 0 0 18 0 5 0 892245553 12035403776 2853672 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2853672 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=5079.92 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788906 0 0 0 506268 1724 0 0 25 0 5 0 892245554 12035403776 2853672 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=5080.08 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774262 0 0 0 505503 2505 0 0 25 0 5 0 892245555 12035403776 2853672 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=5079.72 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 764291 0 0 0 505974 1998 0 0 25 0 5 0 892245556 12035403776 2853672 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=5080.22 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554587 0 0 0 507827 195 0 0 25 0 5 0 892245557 12035403776 2853672 33554432000 4194304 5787044 140737159696016 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20320
Current children cumulated vsize (KiB) 11762024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 26199
/proc/meminfo: memFree=3699984/32951124 swapFree=67057920/67111528
[pid=26036] ppid=26034 vsize=8700 CPUtime=0 cores=0-7
/proc/26036/stat : 26036 (priss.sh) S 26034 26036 26006 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 892245553 8908800 251 33554432000 4194304 4922060 140734118550336 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26036/statm: 2175 251 211 178 0 68 0
[pid=26037] ppid=26036 vsize=11753324 CPUtime=20390.8 cores=0-7
/proc/26037/stat : 26037 (priss) S 26036 26036 26006 0 -1 4202496 2884857 0 0 0 2032659 6424 0 0 18 0 5 0 892245553 12035403776 2853760 33554432000 4194304 5787044 140737159696016 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 2938331 2853760 417 389 0 2934081 0
[pid=26037/tid=26039] ppid=26036 vsize=11753324 CPUtime=5097.62 cores=0-7
/proc/26037/task/26039/stat : 26039 (priss) R 26036 26036 26006 0 -1 4202560 788920 0 0 0 508038 1724 0 0 25 0 5 0 892245554 12035403776 2853760 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26037/tid=26040] ppid=26036 vsize=11753324 CPUtime=5097.79 cores=0-7
/proc/26037/task/26040/stat : 26040 (priss) R 26036 26036 26006 0 -1 4202560 774278 0 0 0 507274 2505 0 0 25 0 5 0 892245555 12035403776 2853760 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26037/tid=26041] ppid=26036 vsize=11753324 CPUtime=5097.43 cores=0-7
/proc/26037/task/26041/stat : 26041 (priss) R 26036 26036 26006 0 -1 4202560 764291 0 0 0 507745 1998 0 0 25 0 5 0 892245556 12035403776 2853760 33554432000 4194304 5787044 140737159696016 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26037/tid=26042] ppid=26036 vsize=11753324 CPUtime=5097.93 cores=0-7
/proc/26037/task/26042/stat : 26042 (priss) R 26036 26036 26006 0 -1 4202560 554645 0 0 0 509598 195 0 0 25 0 5 0 892245557 12035403776 2853760 33554432000 4194304 5787044 140737159696016 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20390.8
Current children cumulated vsize (KiB) 11762024

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 26036 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20390.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): 20390.8
CPU user time (s): 20326.6
CPU system time (s): 64.24
CPU usage (%): 399.819
Max. virtual memory (cumulated for all children) (KiB): 11762024

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

runsolver used 7.83481 second user time and 19.676 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-13 22:51:42
IDJOB=3499315
IDBENCH=83163
IDSOLVER=1994
FILE ID=node140/3499315-1307998302
RUNJOBID= node140-1307998302-26020
PBS_JOBID= 13559826
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499315-1307998302/watcher-3499315-1307998302 -o /var/tmp/evaluation-result-3499315-1307998302/solver-3499315-1307998302 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499315-1307998302.cnf 362848385 40000 31000 8

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=362848385

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      15136340 kB
Buffers:        117936 kB
Cached:       17049236 kB
SwapCached:       6704 kB
Active:        1746028 kB
Inactive:     15439176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15136340 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:            2524 kB
Writeback:           0 kB
AnonPages:       16564 kB
Mapped:          12620 kB
Slab:           562872 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187392 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 /var/tmp at the end= 2908 MiB
End job on node140 at 2011-06-14 00:16:44