Trace number 3311441

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
STRUCTure 0.1 (hbr=2)SAT 320.323 80.8759

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S879384975-017.SATISFIABLE.cnf
MD5SUM8d243f7b89f03da297d04e97452d717b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.10/0.12	49:12 INFO : Reading from input HOME/instance-3311441-1307656152.cnf
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.72/0.48	49:13 INFO : 50 variables remaining out of 50
0.72/0.48	49:13 INFO : 35600 literals remaining out of 35600
320.05/80.86	c Elapsed time 80.746
320.05/80.86	s SATISFIABLE
320.05/80.86	v 1 2 3 -4 -5 -6 -7 8 9 10 11 -12 -13 14 -15 -16 17 -18 -19 -20 -21 22 -23 24 -25 26 -27 28 -29 -30 -31 32 -33 -34 35 -36 -37 -38 -39 40 -41 42 -43 -44 45 46 47 48 49 50 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3311441-1307656152/watcher-3311441-1307656152 -o /tmp/evaluation-result-3311441-1307656152/solver-3311441-1307656152 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311441-1307656152.cnf -hbr 2 

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: 8.07 8.15 8.10 2/178 30493
/proc/meminfo: memFree=32114164/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/30493/stat : 30493 (java) R 30491 30493 29691 0 -1 4202496 785 0 0 0 0 0 0 0 25 0 1 0 877213104 23580672 271 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271545575189 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30493/statm: 5757 285 226 9 0 124 0

[startup+0.062916 s]
/proc/loadavg: 8.07 8.15 8.10 2/178 30493
/proc/meminfo: memFree=32114164/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15676176 CPUtime=0.04 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 4259 0 1 0 4 0 0 0 25 0 18 0 877213104 16052404224 3698 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3919044 3699 1768 9 0 3909763 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15676176

[startup+0.101296 s]
/proc/loadavg: 8.07 8.15 8.10 2/178 30493
/proc/meminfo: memFree=32114164/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15677200 CPUtime=0.1 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 5527 0 1 0 9 1 0 0 25 0 18 0 877213104 16053452800 4966 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3919300 4966 2116 9 0 3910019 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677200

[startup+0.300863 s]
/proc/loadavg: 8.07 8.15 8.10 2/178 30493
/proc/meminfo: memFree=32114164/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15682320 CPUtime=0.5 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 14253 0 1 0 49 1 0 0 25 0 18 0 877213104 16058695680 13040 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3920580 13047 2207 9 0 3911299 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682320

[startup+0.73777 s]
/proc/loadavg: 8.07 8.15 8.10 2/178 30493
/proc/meminfo: memFree=32114164/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=1.8 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 29354 0 1 0 176 4 0 0 25 0 22 0 877213104 16076537856 24998 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 25002 2260 9 0 3915655 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 15699744

[startup+1.50162 s]
/proc/loadavg: 8.07 8.15 8.10 12/224 30564
/proc/meminfo: memFree=31829040/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=4.84 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 52061 0 1 0 478 6 0 0 25 0 22 0 877213104 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 47699 2274 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 464 0 0 0 0 0 0 0 16 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 576 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 565 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 263 0 0 0 0 0 0 0 16 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 478 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 877213106 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=0.73 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) R 30491 30493 29691 0 -1 4202560 7181 0 0 0 72 1 0 0 19 0 22 0 877213109 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 47518104429700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=0.5 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) R 30491 30493 29691 0 -1 4202560 5385 0 0 0 50 0 0 0 18 0 22 0 877213109 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271550230224 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=0.8 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 8284 0 0 0 80 0 0 0 17 0 22 0 877213135 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505794536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=0.58 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 1997 0 0 0 58 0 0 0 17 0 22 0 877213135 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505807824 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=0.73 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 4938 0 0 0 73 0 0 0 17 0 22 0 877213135 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505985587 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=0.95 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 9340 0 0 0 95 0 0 0 16 0 22 0 877213135 16076537856 47699 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505794643 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 15699744

[startup+3.10132 s]
/proc/loadavg: 8.07 8.15 8.10 13/224 30564
/proc/meminfo: memFree=31713400/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=11.2 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 56207 0 1 0 1113 7 0 0 25 0 22 0 877213104 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 47792 2288 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 493 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 576 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 749 0 0 0 0 0 0 0 16 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 1210 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 877213106 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=0.94 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) S 30491 30493 29691 0 -1 4202560 8154 0 0 0 93 1 0 0 15 0 22 0 877213109 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=1.03 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) S 30491 30493 29691 0 -1 4202560 5531 0 0 0 103 0 0 0 15 0 22 0 877213109 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=2.3 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 8313 0 0 0 230 0 0 0 18 0 22 0 877213135 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728337 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=2.05 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 2001 0 0 0 205 0 0 0 19 0 22 0 877213135 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505717077 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=2.06 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 4992 0 0 0 206 0 0 0 18 0 22 0 877213135 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=2.27 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 9413 0 0 0 226 1 0 0 18 0 22 0 877213135 16076537856 47792 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728095 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 15699744

[startup+6.30074 s]
/proc/loadavg: 8.38 8.22 8.12 9/224 30564
/proc/meminfo: memFree=31385460/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=23.92 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 57291 0 1 0 2384 8 0 0 25 0 22 0 877213104 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 32554 2288 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 663 0 0 0 0 0 0 0 16 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0.01 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 309 0 0 0 1 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0.01 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 889 0 0 0 1 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0.01 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 873 0 0 0 1 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0.01 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 839 0 0 0 1 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 1312 0 0 0 0 0 0 0 15 0 22 0 877213105 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 877213106 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=0.99 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) S 30491 30493 29691 0 -1 4202560 8160 0 0 0 98 1 0 0 15 0 22 0 877213109 16076537856 32554 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0

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

/proc/30493/task/30517/stat : 30517 (java) S 30491 30493 29691 0 -1 4202560 8165 0 0 0 100 1 0 0 16 0 22 0 877213109 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=1.11 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) S 30491 30493 29691 0 -1 4202560 5547 0 0 0 111 0 0 0 16 0 22 0 877213109 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=77.96 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 24948 0 0 0 7793 3 0 0 25 0 22 0 877213135 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505827722 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=77.89 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 18223 0 0 0 7787 2 0 0 25 0 22 0 877213135 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505828091 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=77.94 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 21624 0 0 0 7790 4 0 0 25 0 22 0 877213135 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=78.24 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 25487 0 0 0 7820 4 0 0 25 0 22 0 877213135 16076537856 70713 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728035 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 316.47
Current children cumulated vsize (KiB) 15699744

[startup+80.3073 s]
/proc/loadavg: 8.27 8.21 8.12 9/224 30566
/proc/meminfo: memFree=31159176/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=318.09 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 167567 0 1 0 31777 32 0 0 25 0 22 0 877213104 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 70531 2290 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 6247 0 0 0 17 1 0 0 15 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 6046 0 0 0 17 1 0 0 16 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 6314 0 0 0 19 0 0 0 15 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0.2 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 5420 0 0 0 20 0 0 0 15 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 6307 0 0 0 20 1 0 0 15 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 7126 0 0 0 20 1 0 0 16 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 6403 0 0 0 20 1 0 0 16 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 7050 0 0 0 18 1 0 0 15 0 22 0 877213105 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0.15 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 223 0 0 0 12 3 0 0 15 0 22 0 877213106 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=1.01 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) S 30491 30493 29691 0 -1 4202560 8165 0 0 0 100 1 0 0 16 0 22 0 877213109 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=1.11 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) S 30491 30493 29691 0 -1 4202560 5547 0 0 0 111 0 0 0 16 0 22 0 877213109 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=78.35 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 24949 0 0 0 7832 3 0 0 25 0 22 0 877213135 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505949099 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=78.29 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 18223 0 0 0 7827 2 0 0 25 0 22 0 877213135 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505986085 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=78.35 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 21625 0 0 0 7831 4 0 0 25 0 22 0 877213135 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728035 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=78.64 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 25487 0 0 0 7860 4 0 0 25 0 22 0 877213135 16076537856 70531 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505727995 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 318.09
Current children cumulated vsize (KiB) 15699744

[startup+80.7232 s]
/proc/loadavg: 8.27 8.21 8.12 9/224 30566
/proc/meminfo: memFree=31159176/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=319.74 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 167745 0 1 0 31942 32 0 0 25 0 22 0 877213104 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 70463 2290 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 6249 0 0 0 17 1 0 0 15 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 6051 0 0 0 17 1 0 0 16 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 6433 0 0 0 19 0 0 0 16 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0.2 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 5431 0 0 0 20 0 0 0 15 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0.23 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 6308 0 0 0 21 2 0 0 15 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 7126 0 0 0 20 1 0 0 15 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 6415 0 0 0 20 1 0 0 16 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 7050 0 0 0 18 1 0 0 15 0 22 0 877213105 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0.15 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 226 0 0 0 12 3 0 0 16 0 22 0 877213106 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=1.11 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) R 30491 30493 29691 0 -1 4202560 8185 0 0 0 110 1 0 0 15 0 22 0 877213109 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 47518104113060 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=1.2 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) R 30491 30493 29691 0 -1 4202560 5547 0 0 0 120 0 0 0 15 0 22 0 877213109 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 47518102062895 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=78.67 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 24952 0 0 0 7864 3 0 0 25 0 22 0 877213135 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505164275 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=78.7 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 18223 0 0 0 7868 2 0 0 25 0 22 0 877213135 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=78.76 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 21627 0 0 0 7872 4 0 0 25 0 22 0 877213135 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505727980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=78.96 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 25487 0 0 0 7892 4 0 0 25 0 22 0 877213135 16076537856 70463 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562363573 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 319.74
Current children cumulated vsize (KiB) 15699744

[startup+80.8012 s]
/proc/loadavg: 8.27 8.21 8.12 9/224 30566
/proc/meminfo: memFree=31159176/32951124 swapFree=67054536/67111528
[pid=30493] ppid=30491 vsize=15699744 CPUtime=320.05 cores=1,3,5,7
/proc/30493/stat : 30493 (java) S 30491 30493 29691 0 -1 4202496 167762 0 1 0 31973 32 0 0 25 0 22 0 877213104 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30493/statm: 3924936 70480 2290 9 0 3915655 0
[pid=30493/tid=30495] ppid=30491 vsize=15699744 CPUtime=0.45 cores=1,3,5,7
/proc/30493/task/30495/stat : 30495 (java) S 30491 30493 29691 0 -1 4202560 11039 0 1 0 44 1 0 0 20 0 22 0 877213104 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30496] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30496/stat : 30496 (java) S 30491 30493 29691 0 -1 4202560 6249 0 0 0 17 1 0 0 15 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30497] ppid=30491 vsize=15699744 CPUtime=0.18 cores=1,3,5,7
/proc/30493/task/30497/stat : 30497 (java) S 30491 30493 29691 0 -1 4202560 6051 0 0 0 17 1 0 0 16 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30498] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30498/stat : 30498 (java) S 30491 30493 29691 0 -1 4202560 6433 0 0 0 19 0 0 0 16 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30493/tid=30499] ppid=30491 vsize=15699744 CPUtime=0.2 cores=1,3,5,7
/proc/30493/task/30499/stat : 30499 (java) S 30491 30493 29691 0 -1 4202560 5431 0 0 0 20 0 0 0 15 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30500] ppid=30491 vsize=15699744 CPUtime=0.23 cores=1,3,5,7
/proc/30493/task/30500/stat : 30500 (java) S 30491 30493 29691 0 -1 4202560 6308 0 0 0 21 2 0 0 15 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30501] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30501/stat : 30501 (java) S 30491 30493 29691 0 -1 4202560 7126 0 0 0 20 1 0 0 15 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30502] ppid=30491 vsize=15699744 CPUtime=0.21 cores=1,3,5,7
/proc/30493/task/30502/stat : 30502 (java) S 30491 30493 29691 0 -1 4202560 6415 0 0 0 20 1 0 0 16 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30503] ppid=30491 vsize=15699744 CPUtime=0.19 cores=1,3,5,7
/proc/30493/task/30503/stat : 30503 (java) S 30491 30493 29691 0 -1 4202560 7050 0 0 0 18 1 0 0 15 0 22 0 877213105 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30504] ppid=30491 vsize=15699744 CPUtime=0.15 cores=1,3,5,7
/proc/30493/task/30504/stat : 30504 (java) S 30491 30493 29691 0 -1 4202560 226 0 0 0 12 3 0 0 16 0 22 0 877213106 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30505] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30505/stat : 30505 (java) S 30491 30493 29691 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30506] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30506/stat : 30506 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213106 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30516] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30516/stat : 30516 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 877213109 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30517] ppid=30491 vsize=15699744 CPUtime=1.11 cores=1,3,5,7
/proc/30493/task/30517/stat : 30517 (java) S 30491 30493 29691 0 -1 4202560 8186 0 0 0 110 1 0 0 15 0 22 0 877213109 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30493/tid=30518] ppid=30491 vsize=15699744 CPUtime=1.28 cores=1,3,5,7
/proc/30493/task/30518/stat : 30518 (java) R 30491 30493 29691 0 -1 4202560 5563 0 0 0 128 0 0 0 16 0 22 0 877213109 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 47518103930763 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30493/tid=30519] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30519/stat : 30519 (java) S 30491 30493 29691 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 877213109 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30493/tid=30520] ppid=30491 vsize=15699744 CPUtime=0 cores=1,3,5,7
/proc/30493/task/30520/stat : 30520 (java) S 30491 30493 29691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 877213109 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30493/tid=30557] ppid=30491 vsize=15699744 CPUtime=78.74 cores=1,3,5,7
/proc/30493/task/30557/stat : 30557 (java) R 30491 30493 29691 0 -1 4202560 24952 0 0 0 7871 3 0 0 25 0 22 0 877213135 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505757264 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30493/tid=30558] ppid=30491 vsize=15699744 CPUtime=78.78 cores=1,3,5,7
/proc/30493/task/30558/stat : 30558 (java) R 30491 30493 29691 0 -1 4202560 18223 0 0 0 7876 2 0 0 25 0 22 0 877213135 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505827710 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30493/tid=30559] ppid=30491 vsize=15699744 CPUtime=78.83 cores=1,3,5,7
/proc/30493/task/30559/stat : 30559 (java) R 30491 30493 29691 0 -1 4202560 21627 0 0 0 7879 4 0 0 25 0 22 0 877213135 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 46912505728192 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30493/tid=30560] ppid=30491 vsize=15699744 CPUtime=78.96 cores=1,3,5,7
/proc/30493/task/30560/stat : 30560 (java) R 30491 30493 29691 0 -1 4202560 25487 0 0 0 7892 4 0 0 25 0 22 0 877213135 16076537856 70480 33554432000 1073741824 1073778376 140733511498864 18446744073709551615 271562363573 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 320.05
Current children cumulated vsize (KiB) 15699744

Child status: 10
Real time (s): 80.8759
CPU time (s): 320.323
CPU user time (s): 319.983
CPU system time (s): 0.339948
CPU usage (%): 396.068
Max. virtual memory (cumulated for all children) (KiB): 15699744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.983
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23180
involuntary context switches= 12438

runsolver used 0.132979 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-09 23:49:12
IDJOB=3311441
IDBENCH=82826
IDSOLVER=1698
FILE ID=node133/3311441-1307656152
RUNJOBID= node133-1307654942-30338
PBS_JOBID= 13549417
Free space on /tmp= 74168 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S879384975-017.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311441-1307656152/watcher-3311441-1307656152 -o /tmp/evaluation-result-3311441-1307656152/solver-3311441-1307656152 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311441-1307656152.cnf -hbr 2

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

MD5SUM BENCH= 8d243f7b89f03da297d04e97452d717b
RANDOM SEED=194094943

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32114848 kB
Buffers:        198040 kB
Cached:         419836 kB
SwapCached:      10420 kB
Active:         342384 kB
Inactive:       297068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32114848 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            1628 kB
Writeback:           0 kB
AnonPages:       19288 kB
Mapped:          12516 kB
Slab:           132460 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node133 at 2011-06-09 23:50:33