Trace number 3258424

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.1 1201.72

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 16313
0.00/0.01	c parsetime: 11243us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1115547968)
0.00/0.02	c NW started thread 1 successfully (1126037824)
0.00/0.03	c NW started thread 2 successfully (1091774784)
0.00/0.03	c NW started thread 3 successfully (1136527680)
7.07/1.82	c preprocessor returned 10006 variables
7.07/1.82	c preprocessing returned UNKNOWN
7.07/1.82	c PP set 0 variables
7.07/1.82	c pp time: 1803635us (1s)
7.07/1.83	c preprocessor returned 10006 variables
7.07/1.83	c preprocessing returned UNKNOWN
7.07/1.83	c PP set 0 variables
7.07/1.83	c pp time: 1812713us (1s)
7.07/1.85	c preprocessor returned 10006 variables
7.07/1.85	c preprocessing returned UNKNOWN
7.07/1.85	c PP set 0 variables
7.07/1.85	c pp time: 1819326us (1s)
68.58/17.20	c preprocessor returned 30038 variables
68.58/17.20	c preprocessing returned UNKNOWN
68.58/17.20	c PP set 0 variables
68.58/17.20	c pp time: 17161795us (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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258424-1304045635/watcher-3258424-1304045635 -o /tmp/evaluation-result-3258424-1304045635/solver-3258424-1304045635 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258424-1304045635.cnf 900375277 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.81 8.07 8.03 5/182 16312
/proc/meminfo: memFree=16305852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0

[startup+0.0226859 s]
/proc/loadavg: 7.81 8.07 8.03 5/182 16312
/proc/meminfo: memFree=16305852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.222642 s]
/proc/loadavg: 7.81 8.07 8.03 5/182 16312
/proc/meminfo: memFree=16305852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300607 s]
/proc/loadavg: 7.81 8.07 8.03 5/182 16312
/proc/meminfo: memFree=16305852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700531 s]
/proc/loadavg: 7.81 8.07 8.03 5/182 16312
/proc/meminfo: memFree=16305852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 7.81 8.07 8.03 9/188 16318
/proc/meminfo: memFree=16280268/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=286024 CPUtime=5.87 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 16465 0 0 0 583 4 0 0 19 0 5 0 594794099 292888576 10369 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 71506 10369 355 389 0 67256 0
[pid=16313/tid=16315] ppid=16312 vsize=286024 CPUtime=1.46 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 3017 0 0 0 146 0 0 0 20 0 5 0 594794101 292888576 10369 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=286024 CPUtime=1.46 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 2619 0 0 0 146 0 0 0 20 0 5 0 594794101 292888576 10369 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=286024 CPUtime=1.43 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 2770 0 0 0 143 0 0 0 18 0 5 0 594794102 292888576 10369 33554432000 4194304 5787044 140735367953856 18446744073709551615 260020089842 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=286024 CPUtime=1.44 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 4177 0 0 0 143 1 0 0 19 0 5 0 594794102 292888576 10369 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 294724

[startup+3.10109 s]
/proc/loadavg: 7.81 8.07 8.03 9/188 16318
/proc/meminfo: memFree=16258320/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=288268 CPUtime=12.26 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 23029 0 0 0 1221 5 0 0 19 0 5 0 594794099 295186432 12449 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 72067 12449 404 389 0 67817 0
[pid=16313/tid=16315] ppid=16312 vsize=288268 CPUtime=3.07 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 5407 0 0 0 306 1 0 0 25 0 5 0 594794101 295186432 12449 33554432000 4194304 5787044 140735367953856 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=288268 CPUtime=3.05 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 4885 0 0 0 304 1 0 0 25 0 5 0 594794101 295186432 12449 33554432000 4194304 5787044 140735367953856 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=288268 CPUtime=3.04 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 4671 0 0 0 303 1 0 0 19 0 5 0 594794102 295186432 12449 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=288268 CPUtime=3.04 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 4184 0 0 0 303 1 0 0 25 0 5 0 594794102 295186432 12449 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 296968

[startup+6.3005 s]
/proc/loadavg: 7.83 8.07 8.03 9/188 16318
/proc/meminfo: memFree=16254000/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=289456 CPUtime=25.05 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 23792 0 0 0 2499 6 0 0 19 0 5 0 594794099 296402944 13212 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 72364 13212 404 389 0 68114 0
[pid=16313/tid=16315] ppid=16312 vsize=289456 CPUtime=6.27 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 5657 0 0 0 626 1 0 0 25 0 5 0 594794101 296402944 13212 33554432000 4194304 5787044 140735367953856 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=289456 CPUtime=6.23 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 5108 0 0 0 622 1 0 0 25 0 5 0 594794101 296402944 13212 33554432000 4194304 5787044 140735367953856 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=289456 CPUtime=6.24 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 4961 0 0 0 623 1 0 0 25 0 5 0 594794102 296402944 13212 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=289456 CPUtime=6.24 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 4184 0 0 0 623 1 0 0 25 0 5 0 594794102 296402944 13212 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 298156

[startup+12.7003 s]
/proc/loadavg: 7.84 8.07 8.03 9/188 16318
/proc/meminfo: memFree=16242852/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=295724 CPUtime=50.6 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 26425 0 0 0 5053 7 0 0 19 0 5 0 594794099 302821376 15845 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 73931 15845 404 389 0 69681 0
[pid=16313/tid=16315] ppid=16312 vsize=295724 CPUtime=12.67 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 6199 0 0 0 1266 1 0 0 25 0 5 0 594794101 302821376 15845 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=295724 CPUtime=12.6 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 6659 0 0 0 1258 2 0 0 25 0 5 0 594794101 302821376 15845 33554432000 4194304 5787044 140735367953856 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=295724 CPUtime=12.64 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 5501 0 0 0 1262 2 0 0 25 0 5 0 594794102 302821376 15845 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=295724 CPUtime=12.64 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 4184 0 0 0 1263 1 0 0 25 0 5 0 594794102 302821376 15845 33554432000 4194304 5787044 140735367953856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 304424

[startup+25.501 s]
/proc/loadavg: 7.88 8.06 8.03 9/188 16319
/proc/meminfo: memFree=16223380/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=303372 CPUtime=101.72 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 33611 0 0 0 10162 10 0 0 19 0 5 0 594794099 310652928 20804 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 75843 20804 418 389 0 71593 0
[pid=16313/tid=16315] ppid=16312 vsize=303372 CPUtime=25.46 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 6900 0 0 0 2545 1 0 0 25 0 5 0 594794101 310652928 20804 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=303372 CPUtime=25.33 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 8405 0 0 0 2530 3 0 0 25 0 5 0 594794101 310652928 20804 33554432000 4194304 5787044 140735367953856 18446744073709551615 5586610 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=303372 CPUtime=25.43 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 6359 0 0 0 2541 2 0 0 25 0 5 0 594794102 310652928 20804 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=303372 CPUtime=25.44 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 8065 0 0 0 2542 2 0 0 25 0 5 0 594794102 310652928 20804 33554432000 4194304 5787044 140735367953856 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 312072

[startup+51.1012 s]
/proc/loadavg: 7.92 8.06 8.03 9/188 16319
/proc/meminfo: memFree=16197160/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=313192 CPUtime=203.99 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 40065 0 0 0 20381 18 0 0 19 0 5 0 594794099 320708608 27254 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 78298 27254 418 389 0 74048 0
[pid=16313/tid=16315] ppid=16312 vsize=313192 CPUtime=51.07 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 8132 0 0 0 5103 4 0 0 25 0 5 0 594794101 320708608 27254 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=313192 CPUtime=50.79 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 9662 0 0 0 5074 5 0 0 25 0 5 0 594794101 320708608 27254 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=313192 CPUtime=51.03 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 7734 0 0 0 5100 3 0 0 25 0 5 0 594794102 320708608 27254 33554432000 4194304 5787044 140735367953856 18446744073709551615 4213839 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=313192 CPUtime=51.04 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 10655 0 0 0 5100 4 0 0 25 0 5 0 594794102 320708608 27254 33554432000 4194304 5787044 140735367953856 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 321892

[startup+102.301 s]
/proc/loadavg: 7.96 8.05 8.02 9/188 16321
/proc/meminfo: memFree=16139216/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=332380 CPUtime=408.51 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 51929 0 0 0 40815 36 0 0 19 0 5 0 594794099 340357120 38956 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 83095 38956 418 389 0 78845 0
[pid=16313/tid=16315] ppid=16312 vsize=332380 CPUtime=102.27 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 12361 0 0 0 10217 10 0 0 25 0 5 0 594794101 340357120 38956 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=332380 CPUtime=101.7 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 11825 0 0 0 10161 9 0 0 25 0 5 0 594794101 340357120 38956 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=332380 CPUtime=102.24 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 10398 0 0 0 10218 6 0 0 25 0 5 0 594794102 340357120 38956 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=332380 CPUtime=102.24 cores=1,3,5,7

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

/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 28819 0 0 0 81741 36 0 0 25 0 5 0 594794101 668798976 105791 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=653124 CPUtime=822.21 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 30177 0 0 0 82201 20 0 0 25 0 5 0 594794102 668798976 105791 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=653124 CPUtime=822.24 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 30344 0 0 0 82187 37 0 0 25 0 5 0 594794102 668798976 105791 33554432000 4194304 5787044 140735367953856 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 661824

[startup+882.307 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 16384
/proc/meminfo: memFree=15926264/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=666084 CPUtime=3524.22 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 128301 0 0 0 352281 141 0 0 19 0 5 0 594794099 682070016 113995 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 166521 113995 419 389 0 162271 0
[pid=16313/tid=16315] ppid=16312 vsize=666084 CPUtime=882.26 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 29624 0 0 0 88187 39 0 0 25 0 5 0 594794101 682070016 113995 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=666084 CPUtime=877.45 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 31678 0 0 0 87704 41 0 0 25 0 5 0 594794101 682070016 113995 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=666084 CPUtime=882.22 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 30936 0 0 0 88201 21 0 0 25 0 5 0 594794102 682070016 113995 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=666084 CPUtime=882.25 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 32181 0 0 0 88185 40 0 0 25 0 5 0 594794102 682070016 113995 33554432000 4194304 5787044 140735367953856 18446744073709551615 5528656 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 674784

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 16385
/proc/meminfo: memFree=15879588/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=676304 CPUtime=3763.87 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 134802 0 0 0 376238 149 0 0 19 0 5 0 594794099 692535296 119821 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 169076 119821 419 389 0 164826 0
[pid=16313/tid=16315] ppid=16312 vsize=676304 CPUtime=942.25 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31051 0 0 0 94184 41 0 0 25 0 5 0 594794101 692535296 119821 33554432000 4194304 5787044 140735367953856 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=676304 CPUtime=937.11 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32237 0 0 0 93670 41 0 0 25 0 5 0 594794101 692535296 119821 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=676304 CPUtime=942.21 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 33513 0 0 0 94198 23 0 0 25 0 5 0 594794102 692535296 119821 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=676304 CPUtime=942.23 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34119 0 0 0 94181 42 0 0 25 0 5 0 594794102 692535296 119821 33554432000 4194304 5787044 140735367953856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 685004

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.02 9/188 16387
/proc/meminfo: memFree=15865904/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=686140 CPUtime=4003.55 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 137265 0 0 0 400203 152 0 0 19 0 5 0 594794099 702607360 122284 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 171535 122284 419 389 0 167285 0
[pid=16313/tid=16315] ppid=16312 vsize=686140 CPUtime=1002.25 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31051 0 0 0 100184 41 0 0 25 0 5 0 594794101 702607360 122284 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=686140 CPUtime=996.78 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32238 0 0 0 99637 41 0 0 25 0 5 0 594794101 702607360 122284 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=686140 CPUtime=1002.21 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 35975 0 0 0 100196 25 0 0 25 0 5 0 594794102 702607360 122284 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=686140 CPUtime=1002.23 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34119 0 0 0 100181 42 0 0 25 0 5 0 594794102 702607360 122284 33554432000 4194304 5787044 140735367953856 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.55
Current children cumulated vsize (KiB) 694840

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/188 16388
/proc/meminfo: memFree=15814404/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=694296 CPUtime=4243.22 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 139160 0 0 0 424169 153 0 0 19 0 5 0 594794099 710959104 124179 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 173574 124179 419 389 0 169324 0
[pid=16313/tid=16315] ppid=16312 vsize=694296 CPUtime=1061.97 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31062 0 0 0 106156 41 0 0 25 0 5 0 594794101 710959104 124179 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=694296 CPUtime=1056.74 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32245 0 0 0 105633 41 0 0 25 0 5 0 594794101 710959104 124179 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=694296 CPUtime=1062.21 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 37851 0 0 0 106195 26 0 0 25 0 5 0 594794102 710959104 124179 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=694296 CPUtime=1062.23 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34120 0 0 0 106181 42 0 0 25 0 5 0 594794102 710959104 124179 33554432000 4194304 5787044 140735367953856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 702996

[startup+1122.3 s]
/proc/loadavg: 8.15 8.09 8.02 9/188 16390
/proc/meminfo: memFree=15782120/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=694296 CPUtime=4482.91 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 139212 0 0 0 448137 154 0 0 19 0 5 0 594794099 710959104 124231 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 173574 124231 419 389 0 169324 0
[pid=16313/tid=16315] ppid=16312 vsize=694296 CPUtime=1121.64 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31098 0 0 0 112123 41 0 0 25 0 5 0 594794101 710959104 124231 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=694296 CPUtime=1116.74 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32259 0 0 0 111633 41 0 0 25 0 5 0 594794101 710959104 124231 33554432000 4194304 5787044 140735367953856 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=694296 CPUtime=1122.21 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 37851 0 0 0 112195 26 0 0 25 0 5 0 594794102 710959104 124231 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=694296 CPUtime=1122.24 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34122 0 0 0 112181 43 0 0 25 0 5 0 594794102 710959104 124231 33554432000 4194304 5787044 140735367953856 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 702996

[startup+1182.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/188 16392
/proc/meminfo: memFree=15767084/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=694296 CPUtime=4722.58 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 139301 0 0 0 472104 154 0 0 19 0 5 0 594794099 710959104 124320 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 173574 124320 419 389 0 169324 0
[pid=16313/tid=16315] ppid=16312 vsize=694296 CPUtime=1181.32 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31120 0 0 0 118090 42 0 0 25 0 5 0 594794101 710959104 124320 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=694296 CPUtime=1176.75 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32318 0 0 0 117633 42 0 0 25 0 5 0 594794101 710959104 124320 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=694296 CPUtime=1182.22 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 37851 0 0 0 118195 27 0 0 25 0 5 0 594794102 710959104 124320 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=694296 CPUtime=1182.24 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34130 0 0 0 118181 43 0 0 25 0 5 0 594794102 710959104 124320 33554432000 4194304 5787044 140735367953856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 702996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.09 8.03 9/188 16392
/proc/meminfo: memFree=15763724/32951124 swapFree=67111528/67111528
[pid=16312] ppid=16310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16312/stat : 16312 (priss.sh) S 16310 16312 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594794099 8908800 251 33554432000 4194304 4922060 140733842735184 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16312/statm: 2175 251 211 178 0 68 0
[pid=16313] ppid=16312 vsize=694296 CPUtime=4800.1 cores=1,3,5,7
/proc/16313/stat : 16313 (priss) S 16312 16312 15086 0 -1 4202496 139344 0 0 0 479856 154 0 0 19 0 5 0 594794099 710959104 124363 33554432000 4194304 5787044 140735367953856 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16313/statm: 173574 124363 419 389 0 169324 0
[pid=16313/tid=16315] ppid=16312 vsize=694296 CPUtime=1200.62 cores=1,3,5,7
/proc/16313/task/16315/stat : 16315 (priss) R 16312 16312 15086 0 -1 4202560 31125 0 0 0 120020 42 0 0 25 0 5 0 594794101 710959104 124363 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16313/tid=16316] ppid=16312 vsize=694296 CPUtime=1196.16 cores=1,3,5,7
/proc/16313/task/16316/stat : 16316 (priss) R 16312 16312 15086 0 -1 4202560 32346 0 0 0 119574 42 0 0 25 0 5 0 594794101 710959104 124363 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16313/tid=16317] ppid=16312 vsize=694296 CPUtime=1201.63 cores=1,3,5,7
/proc/16313/task/16317/stat : 16317 (priss) R 16312 16312 15086 0 -1 4202560 37851 0 0 0 120136 27 0 0 25 0 5 0 594794102 710959104 124363 33554432000 4194304 5787044 140735367953856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16313/tid=16318] ppid=16312 vsize=694296 CPUtime=1201.65 cores=1,3,5,7
/proc/16313/task/16318/stat : 16318 (priss) R 16312 16312 15086 0 -1 4202560 34140 0 0 0 120122 43 0 0 25 0 5 0 594794102 710959104 124363 33554432000 4194304 5787044 140735367953856 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 702996

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 16312 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 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.1
CPU user time (s): 4798.56
CPU system time (s): 1.54
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 702996

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= 330
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= 6
involuntary context switches= 3

runsolver used 1.56076 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 04:53:55
IDJOB=3258424
IDBENCH=71354
IDSOLVER=1603
FILE ID=node110/3258424-1304045635
RUNJOBID= node110-1304039990-15105
PBS_JOBID= 13170381
Free space on /tmp= 72836 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258424-1304045635/watcher-3258424-1304045635 -o /tmp/evaluation-result-3258424-1304045635/solver-3258424-1304045635 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258424-1304045635.cnf 900375277 4800 15500 4

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=900375277

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16306132 kB
Buffers:       2333712 kB
Cached:       13265792 kB
SwapCached:          0 kB
Active:        8242212 kB
Inactive:      7831904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16306132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:      474036 kB
Mapped:          15620 kB
Slab:           506264 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   662736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72836 MiB
End job on node110 at 2011-04-29 05:13:59