Trace number 3499511

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20399.7 5100.02

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.939
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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: 24358
0.00/0.02	c parsetime: 18415us
0.00/0.02	c parsed 72812 clauses with 7534 variables
0.00/0.02	c NW started thread 0 successfully (1111492928)
0.00/0.03	c NW started thread 1 successfully (1121982784)
0.00/0.04	c NW started thread 2 successfully (1132472640)
0.00/0.05	c NW started thread 3 successfully (1095203136)
12.95/3.38	c preprocessor returned 10006 variables
12.95/3.38	c preprocessing returned UNKNOWN
12.95/3.38	c PP set 0 variables
12.95/3.38	c pp time: 3347957us (3s)
13.31/3.43	c preprocessor returned 10006 variables
13.31/3.43	c preprocessing returned UNKNOWN
13.31/3.43	c PP set 0 variables
13.31/3.43	c pp time: 3403252us (3s)
13.31/3.43	c preprocessor returned 10006 variables
13.31/3.43	c preprocessing returned UNKNOWN
13.31/3.43	c PP set 0 variables
13.31/3.43	c pp time: 3385099us (3s)
70.11/17.60	c preprocessor returned 30007 variables
70.11/17.60	c preprocessing returned UNKNOWN
70.11/17.60	c PP set 0 variables
70.11/17.60	c pp time: 17543973us (17s)

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-3499511-1308003666/watcher-3499511-1308003666 -o /var/tmp/evaluation-result-3499511-1308003666/solver-3499511-1308003666 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499511-1308003666.cnf 590949690 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.99 3/170 24357
/proc/meminfo: memFree=11470440/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0

[startup+0.00930809 s]
/proc/loadavg: 4.00 4.00 3.99 3/170 24357
/proc/meminfo: memFree=11470440/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100299 s]
/proc/loadavg: 4.00 4.00 3.99 3/170 24357
/proc/meminfo: memFree=11470440/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300253 s]
/proc/loadavg: 4.00 4.00 3.99 3/170 24357
/proc/meminfo: memFree=11470440/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700164 s]
/proc/loadavg: 4.00 4.00 3.99 3/170 24357
/proc/meminfo: memFree=11470440/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24363
/proc/meminfo: memFree=11427884/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=283936 CPUtime=5.72 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 17016 0 0 0 563 9 0 0 19 0 5 0 892782515 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 70984 10875 355 389 0 66734 0
[pid=24358/tid=24360] ppid=24357 vsize=283936 CPUtime=1.42 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 3211 0 0 0 140 2 0 0 19 0 5 0 892782518 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=283936 CPUtime=1.42 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 2673 0 0 0 140 2 0 0 19 0 5 0 892782518 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=283936 CPUtime=1.41 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 2941 0 0 0 140 1 0 0 20 0 5 0 892782519 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=283936 CPUtime=1.39 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 4168 0 0 0 137 2 0 0 19 0 5 0 892782521 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 292636

[startup+3.10072 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24363
/proc/meminfo: memFree=11427636/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=283936 CPUtime=12.12 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 17016 0 0 0 1203 9 0 0 19 0 5 0 892782515 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 70984 10875 355 389 0 66734 0
[pid=24358/tid=24360] ppid=24357 vsize=283936 CPUtime=3.02 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 3211 0 0 0 300 2 0 0 22 0 5 0 892782518 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=283936 CPUtime=3.02 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 2673 0 0 0 300 2 0 0 25 0 5 0 892782518 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 233509991395 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=283936 CPUtime=3.01 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 2941 0 0 0 300 1 0 0 25 0 5 0 892782519 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=283936 CPUtime=2.99 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 4168 0 0 0 297 2 0 0 24 0 5 0 892782521 290750464 10875 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 292636

[startup+6.30115 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24363
/proc/meminfo: memFree=11417468/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=283936 CPUtime=24.91 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 24672 0 0 0 2475 16 0 0 19 0 5 0 892782515 290750464 14121 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 70984 14121 405 389 0 66734 0
[pid=24358/tid=24360] ppid=24357 vsize=283936 CPUtime=6.21 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 5700 0 0 0 618 3 0 0 18 0 5 0 892782518 290750464 14121 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=283936 CPUtime=6.21 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 5305 0 0 0 616 5 0 0 18 0 5 0 892782518 290750464 14121 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=283936 CPUtime=6.21 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 5476 0 0 0 618 3 0 0 18 0 5 0 892782519 290750464 14121 33554432000 4194304 5787044 140737279998672 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=283936 CPUtime=6.19 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 4168 0 0 0 617 2 0 0 25 0 5 0 892782521 290750464 14121 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 292636

[startup+12.701 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24363
/proc/meminfo: memFree=11397756/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=288036 CPUtime=50.5 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 29356 0 0 0 5028 22 0 0 19 0 5 0 892782515 294948864 18805 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 72009 18805 405 389 0 67759 0
[pid=24358/tid=24360] ppid=24357 vsize=288036 CPUtime=12.61 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 7003 0 0 0 1257 4 0 0 18 0 5 0 892782518 294948864 18805 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=288036 CPUtime=12.6 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 6554 0 0 0 1251 9 0 0 18 0 5 0 892782518 294948864 18805 33554432000 4194304 5787044 140737279998672 18446744073709551615 5585346 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=288036 CPUtime=12.6 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 7608 0 0 0 1256 4 0 0 18 0 5 0 892782519 294948864 18805 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=288036 CPUtime=12.59 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 4168 0 0 0 1257 2 0 0 25 0 5 0 892782521 294948864 18805 33554432000 4194304 5787044 140737279998672 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 296736

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24363
/proc/meminfo: memFree=11369984/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=298128 CPUtime=101.66 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 38971 0 0 0 10132 34 0 0 19 0 5 0 892782515 305283072 26009 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 74532 26009 419 389 0 70282 0
[pid=24358/tid=24360] ppid=24357 vsize=298128 CPUtime=25.41 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 8654 0 0 0 2535 6 0 0 18 0 5 0 892782518 305283072 26009 33554432000 4194304 5787044 140737279998672 18446744073709551615 5592640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=298128 CPUtime=25.39 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 8099 0 0 0 2524 15 0 0 18 0 5 0 892782518 305283072 26009 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=298128 CPUtime=25.41 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 9149 0 0 0 2534 7 0 0 18 0 5 0 892782519 305283072 26009 33554432000 4194304 5787044 140737279998672 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=298128 CPUtime=25.39 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 9046 0 0 0 2534 5 0 0 25 0 5 0 892782521 305283072 26009 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 306828

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24364
/proc/meminfo: memFree=11314636/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=316612 CPUtime=204.01 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 52820 0 0 0 20341 60 0 0 19 0 5 0 892782515 324210688 39856 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 79153 39856 419 389 0 74903 0
[pid=24358/tid=24360] ppid=24357 vsize=316612 CPUtime=51.01 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 11910 0 0 0 5089 12 0 0 18 0 5 0 892782518 324210688 39856 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=316612 CPUtime=50.94 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 11298 0 0 0 5067 27 0 0 18 0 5 0 892782518 324210688 39856 33554432000 4194304 5787044 140737279998672 18446744073709551615 5588249 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=316612 CPUtime=51 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 11975 0 0 0 5088 12 0 0 18 0 5 0 892782519 324210688 39856 33554432000 4194304 5787044 140737279998672 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=316612 CPUtime=50.97 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 13614 0 0 0 5090 7 0 0 25 0 5 0 892782521 324210688 39856 33554432000 4194304 5787044 140737279998672 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 325312

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24365
/proc/meminfo: memFree=11214148/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=342368 CPUtime=408.78 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 77871 0 0 0 40781 97 0 0 19 0 5 0 892782515 350584832 64838 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 85592 64838 419 389 0 81342 0
[pid=24358/tid=24360] ppid=24357 vsize=342368 CPUtime=102.21 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 18431 0 0 0 10204 17 0 0 18 0 5 0 892782518 350584832 64838 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=342368 CPUtime=102.12 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 18594 0 0 0 10163 49 0 0 20 0 5 0 892782518 350584832 64838 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=342368 CPUtime=102.2 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 17835 0 0 0 10201 19 0 0 18 0 5 0 892782519 350584832 64838 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=342368 CPUtime=102.17 cores=0-7

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

/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 149819 0 0 0 471748 451 0 0 25 0 5 0 892782518 2549600256 589530 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2489844 CPUtime=4722.24 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 141674 0 0 0 472036 188 0 0 25 0 5 0 892782519 2549600256 589530 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2489844 CPUtime=4722.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 155153 0 0 0 472127 96 0 0 25 0 5 0 892782521 2549600256 589530 33554432000 4194304 5787044 140737279998672 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18888.8
Current children cumulated vsize (KiB) 2498544

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24505
/proc/meminfo: memFree=9086132/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2493944 CPUtime=19128.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 611679 0 0 0 1911936 944 0 0 19 0 5 0 892782515 2553798656 595486 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 623486 595486 419 389 0 619236 0
[pid=24358/tid=24360] ppid=24357 vsize=2493944 CPUtime=4782.27 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 155071 0 0 0 478033 194 0 0 25 0 5 0 892782518 2553798656 595486 33554432000 4194304 5787044 140737279998672 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2493944 CPUtime=4781.99 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 154639 0 0 0 477736 463 0 0 25 0 5 0 892782518 2553798656 595486 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2493944 CPUtime=4782.23 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 142793 0 0 0 478034 189 0 0 18 0 5 0 892782519 2553798656 595486 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2493944 CPUtime=4782.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 155153 0 0 0 478127 96 0 0 25 0 5 0 892782521 2553798656 595486 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 2502644

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24507
/proc/meminfo: memFree=9044296/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2559480 CPUtime=19368.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 622116 0 0 0 1935915 966 0 0 19 0 5 0 892782515 2620907520 605923 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 639870 605923 419 389 0 635620 0
[pid=24358/tid=24360] ppid=24357 vsize=2559480 CPUtime=4842.28 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 158504 0 0 0 484030 198 0 0 25 0 5 0 892782518 2620907520 605923 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2559480 CPUtime=4841.99 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 158328 0 0 0 483724 475 0 0 25 0 5 0 892782518 2620907520 605923 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2559480 CPUtime=4842.24 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 146108 0 0 0 484029 195 0 0 25 0 5 0 892782519 2620907520 605923 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2559480 CPUtime=4842.22 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 155153 0 0 0 484126 96 0 0 25 0 5 0 892782521 2620907520 605923 33554432000 4194304 5787044 140737279998672 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 2568180

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24508
/proc/meminfo: memFree=8997624/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2694652 CPUtime=19608.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 633830 0 0 0 1959895 986 0 0 19 0 5 0 892782515 2759323648 617637 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 673663 617637 419 389 0 669413 0
[pid=24358/tid=24360] ppid=24357 vsize=2694652 CPUtime=4902.27 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 162188 0 0 0 490024 203 0 0 25 0 5 0 892782518 2759323648 617637 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2694652 CPUtime=4901.99 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 161960 0 0 0 489713 486 0 0 25 0 5 0 892782518 2759323648 617637 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2694652 CPUtime=4902.23 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 149480 0 0 0 490025 198 0 0 23 0 5 0 892782519 2759323648 617637 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2694652 CPUtime=4902.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 156179 0 0 0 490126 97 0 0 25 0 5 0 892782521 2759323648 617637 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19608.8
Current children cumulated vsize (KiB) 2703352

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24510
/proc/meminfo: memFree=8955052/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2694652 CPUtime=19848.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 644402 0 0 0 1983877 1005 0 0 19 0 5 0 892782515 2759323648 628209 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 673663 628209 419 389 0 669413 0
[pid=24358/tid=24360] ppid=24357 vsize=2694652 CPUtime=4962.27 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 165842 0 0 0 496019 208 0 0 25 0 5 0 892782518 2759323648 628209 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2694652 CPUtime=4961.99 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 165637 0 0 0 495703 496 0 0 25 0 5 0 892782518 2759323648 628209 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2694652 CPUtime=4962.24 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 152721 0 0 0 496022 202 0 0 25 0 5 0 892782519 2759323648 628209 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2694652 CPUtime=4962.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 156179 0 0 0 496126 97 0 0 25 0 5 0 892782521 2759323648 628209 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19848.8
Current children cumulated vsize (KiB) 2703352

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24511
/proc/meminfo: memFree=8910232/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2698752 CPUtime=20088.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 655623 0 0 0 2007857 1025 0 0 19 0 5 0 892782515 2763522048 639430 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 674688 639430 419 389 0 670438 0
[pid=24358/tid=24360] ppid=24357 vsize=2698752 CPUtime=5022.28 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 169188 0 0 0 502013 215 0 0 25 0 5 0 892782518 2763522048 639430 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591582 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2698752 CPUtime=5022 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 169187 0 0 0 501694 506 0 0 25 0 5 0 892782518 2763522048 639430 33554432000 4194304 5787044 140737279998672 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2698752 CPUtime=5022.24 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 156010 0 0 0 502018 206 0 0 25 0 5 0 892782519 2763522048 639430 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2698752 CPUtime=5022.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 157215 0 0 0 502126 97 0 0 25 0 5 0 892782521 2763522048 639430 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20088.8
Current children cumulated vsize (KiB) 2707452

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24513
/proc/meminfo: memFree=8868640/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2706944 CPUtime=20328.8 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 667918 0 0 0 2031838 1045 0 0 19 0 5 0 892782515 2771910656 649675 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 676736 649675 419 389 0 672486 0
[pid=24358/tid=24360] ppid=24357 vsize=2706944 CPUtime=5082.28 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 172773 0 0 0 508008 220 0 0 25 0 5 0 892782518 2771910656 649675 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2706944 CPUtime=5081.99 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 173702 0 0 0 507684 515 0 0 25 0 5 0 892782518 2771910656 649675 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2706944 CPUtime=5082.24 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 160190 0 0 0 508013 211 0 0 25 0 5 0 892782519 2771910656 649675 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2706944 CPUtime=5082.23 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 157230 0 0 0 508126 97 0 0 25 0 5 0 892782521 2771910656 649675 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20328.8
Current children cumulated vsize (KiB) 2715644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24514
/proc/meminfo: memFree=8857096/32951124 swapFree=67054264/67111528
[pid=24357] ppid=24355 vsize=8700 CPUtime=0 cores=0-7
/proc/24357/stat : 24357 (priss.sh) S 24355 24357 23695 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 892782515 8908800 252 33554432000 4194304 4922060 140733372162416 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24357/statm: 2175 252 211 178 0 68 0
[pid=24358] ppid=24357 vsize=2706944 CPUtime=20399.7 cores=0-7
/proc/24358/stat : 24358 (priss) S 24357 24357 23695 0 -1 4202496 670800 0 0 0 2038916 1049 0 0 19 0 5 0 892782515 2771910656 652557 33554432000 4194304 5787044 140737279998672 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24358/statm: 676736 652557 419 389 0 672486 0
[pid=24358/tid=24360] ppid=24357 vsize=2706944 CPUtime=5099.99 cores=0-7
/proc/24358/task/24360/stat : 24360 (priss) R 24357 24357 23695 0 -1 4202560 173762 0 0 0 509778 221 0 0 25 0 5 0 892782518 2771910656 652557 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24358/tid=24361] ppid=24357 vsize=2706944 CPUtime=5099.7 cores=0-7
/proc/24358/task/24361/stat : 24361 (priss) R 24357 24357 23695 0 -1 4202560 174695 0 0 0 509452 518 0 0 25 0 5 0 892782518 2771910656 652557 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24358/tid=24362] ppid=24357 vsize=2706944 CPUtime=5099.95 cores=0-7
/proc/24358/task/24362/stat : 24362 (priss) R 24357 24357 23695 0 -1 4202560 161086 0 0 0 509783 212 0 0 25 0 5 0 892782519 2771910656 652557 33554432000 4194304 5787044 140737279998672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24358/tid=24363] ppid=24357 vsize=2706944 CPUtime=5099.94 cores=0-7
/proc/24358/task/24363/stat : 24363 (priss) R 24357 24357 23695 0 -1 4202560 157234 0 0 0 509897 97 0 0 25 0 5 0 892782521 2771910656 652557 33554432000 4194304 5787044 140737279998672 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20399.7
Current children cumulated vsize (KiB) 2715644

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 24357 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20399.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): 20399.7
CPU user time (s): 20389.2
CPU system time (s): 10.49
CPU usage (%): 399.992
Max. virtual memory (cumulated for all children) (KiB): 2715644

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.99578 second user time and 18.3702 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-14 00:21:07
IDJOB=3499511
IDBENCH=83797
IDSOLVER=1994
FILE ID=node145/3499511-1308003666
RUNJOBID= node145-1307988358-23709
PBS_JOBID= 13559808
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499511-1308003666/watcher-3499511-1308003666 -o /var/tmp/evaluation-result-3499511-1308003666/solver-3499511-1308003666 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499511-1308003666.cnf 590949690 40000 31000 8

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=590949690

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11471108 kB
Buffers:        132480 kB
Cached:       20612984 kB
SwapCached:       9904 kB
Active:        5349212 kB
Inactive:     15414460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11471108 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       16696 kB
Mapped:          12556 kB
Slab:           649728 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185632 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 node145 at 2011-06-14 01:46:09