Trace number 3311496

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 933.769 235.054

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1786071619-083.SATISFIABLE.cnf
MD5SUM4c9b0d97324ee5d84961ef01705e1399
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
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	33:45 INFO : Reading from input HOME/instance-3311496-1304130825.cnf
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.74/0.47	33:45 INFO : 50 variables remaining out of 50
0.74/0.47	33:45 INFO : 35600 literals remaining out of 35600
933.61/235.03	c Elapsed time 234.919
933.61/235.03	s SATISFIABLE
933.61/235.03	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: 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-3311496-1304130825/watcher-3311496-1304130825 -o /tmp/evaluation-result-3311496-1304130825/solver-3311496-1304130825 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311496-1304130825.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: 5.24 7.29 7.74 2/186 6489
/proc/meminfo: memFree=31196472/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 1429 0 0 0 0 0 0 0 24 0 2 0 524681234 29065216 898 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 7096 898 686 9 0 381 0
[pid=6489/tid=6490] ppid=6487 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) R 6487 6489 5028 0 -1 4202560 107 0 0 0 0 0 0 0 25 0 2 0 524681234 31260672 927 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235589943351 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0506889 s]
/proc/loadavg: 5.24 7.29 7.74 2/186 6489
/proc/meminfo: memFree=31196472/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15609648 CPUtime=0.04 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 4058 0 1 0 4 0 0 0 24 0 18 0 524681234 15984279552 3497 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3902412 3497 1754 9 0 3893131 0
[pid=6489/tid=6490] ppid=6487 vsize=15609648 CPUtime=0.03 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) R 6487 6489 5028 0 -1 4202560 2640 0 1 0 3 0 0 0 25 0 18 0 524681234 15984279552 3498 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 47444396475139 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.100681 s]
/proc/loadavg: 5.24 7.29 7.74 2/186 6489
/proc/meminfo: memFree=31196472/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15676844 CPUtime=0.1 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 5577 0 1 0 10 0 0 0 24 0 18 0 524681234 16053088256 5016 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3919211 5016 2117 9 0 3909930 0
[pid=6489/tid=6490] ppid=6487 vsize=15676844 CPUtime=0.08 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) R 6487 6489 5028 0 -1 4202560 3471 0 1 0 8 0 0 0 18 0 18 0 524681234 16053088256 5016 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606693323 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676844

[startup+0.300708 s]
/proc/loadavg: 5.24 7.29 7.74 2/186 6489
/proc/meminfo: memFree=31196472/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15680708 CPUtime=0.51 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 15325 0 1 0 50 1 0 0 24 0 18 0 524681234 16057044992 13672 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3920177 13672 2207 9 0 3910896 0
[pid=6489/tid=6490] ppid=6487 vsize=15680708 CPUtime=0.28 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) R 6487 6489 5028 0 -1 4202560 10161 0 1 0 27 1 0 0 18 0 18 0 524681234 16057044992 13672 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606693431 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680708

[startup+0.900519 s]
/proc/loadavg: 5.24 7.29 7.74 2/186 6489
/proc/meminfo: memFree=31196472/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=2.46 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 43451 0 1 0 241 5 0 0 24 0 22 0 524681234 16073388032 39079 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 39079 2263 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 39080 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 15696668

[startup+1.50144 s]
/proc/loadavg: 5.24 7.29 7.74 14/220 6523
/proc/meminfo: memFree=30853092/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=4.83 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 52789 0 1 0 477 6 0 0 24 0 22 0 524681234 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 46506 2282 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 442 0 0 0 0 0 0 0 16 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 566 0 0 0 0 0 0 0 16 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 588 0 0 0 0 0 0 0 17 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6503] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6503/stat : 6503 (java) S 6487 6489 5028 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524681236 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 0 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6504] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6504/stat : 6504 (java) S 6487 6489 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524681236 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6505] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6505/stat : 6505 (java) S 6487 6489 5028 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524681236 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6511] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6511/stat : 6511 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606690225 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6512] ppid=6487 vsize=15696668 CPUtime=0.98 cores=1,3,5,7
/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 5765 0 0 0 98 0 0 0 17 0 22 0 524681238 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.53 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) R 6487 6489 5028 0 -1 4202560 7414 0 0 0 52 1 0 0 25 0 22 0 524681238 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 47444396123300 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=0.86 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 6118 0 0 0 85 1 0 0 17 0 22 0 524681265 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505955557 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=0.7 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 4770 0 0 0 70 0 0 0 16 0 22 0 524681265 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505724062 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=0.74 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 6394 0 0 0 74 0 0 0 18 0 22 0 524681265 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505753958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=0.49 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 7373 0 0 0 49 0 0 0 18 0 22 0 524681265 16073388032 46506 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505181552 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 15696668

[startup+3.10116 s]
/proc/loadavg: 5.24 7.29 7.74 12/220 6523
/proc/meminfo: memFree=30642664/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=11.2 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 56161 0 1 0 1113 7 0 0 24 0 22 0 524681234 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 44729 2289 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 1148 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 1352 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 245 0 0 0 0 0 0 0 16 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 1087 0 0 0 0 0 0 0 16 0 22 0 524681235 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6503] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6503/stat : 6503 (java) S 6487 6489 5028 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524681236 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 0 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6504] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6504/stat : 6504 (java) S 6487 6489 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524681236 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6505] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6505/stat : 6505 (java) S 6487 6489 5028 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524681236 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6511] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6511/stat : 6511 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606690225 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6512] ppid=6487 vsize=15696668 CPUtime=1.16 cores=1,3,5,7
/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 6269 0 0 0 116 0 0 0 16 0 22 0 524681238 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.55 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) S 6487 6489 5028 0 -1 4202560 7435 0 0 0 54 1 0 0 21 0 22 0 524681238 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=2.44 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 6118 0 0 0 243 1 0 0 20 0 22 0 524681265 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796647 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=2.27 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 4775 0 0 0 227 0 0 0 18 0 22 0 524681265 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505982702 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=2.31 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 6403 0 0 0 231 0 0 0 20 0 22 0 524681265 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796357 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=1.9 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 7430 0 0 0 190 0 0 0 21 0 22 0 524681265 16073388032 44729 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505718239 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) 15696668

[startup+6.3016 s]
/proc/loadavg: 5.54 7.31 7.75 9/220 6523
/proc/meminfo: memFree=30509324/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=23.92 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 57221 0 1 0 2383 9 0 0 24 0 22 0 524681234 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 29700 2289 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 1221 0 0 0 0 0 0 0 15 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 1536 0 0 0 1 0 0 0 15 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 292 0 0 0 1 0 0 0 15 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 270 0 0 0 0 0 0 0 16 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 415 0 0 0 1 0 0 0 15 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 496 0 0 0 1 0 0 0 16 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 899 0 0 0 1 0 0 0 16 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0.01 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 1180 0 0 0 1 0 0 0 15 0 22 0 524681235 16073388032 29700 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0

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

/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 6306 0 0 0 129 0 0 0 15 0 22 0 524681238 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.61 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) S 6487 6489 5028 0 -1 4202560 7447 0 0 0 60 1 0 0 15 0 22 0 524681238 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=230.4 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 39719 0 0 0 23034 6 0 0 25 0 22 0 524681265 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505692596 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=229.91 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 37991 0 0 0 22986 5 0 0 25 0 22 0 524681265 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505798048 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=230.14 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 40926 0 0 0 23007 7 0 0 25 0 22 0 524681265 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505956133 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=229.47 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 41663 0 0 0 22940 7 0 0 25 0 22 0 524681265 16073388032 128706 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505798191 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 928.43
Current children cumulated vsize (KiB) 15696668

[startup+234.508 s]
/proc/loadavg: 8.06 7.71 7.80 10/220 6529
/proc/meminfo: memFree=30316416/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=931.64 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 329087 0 1 0 93092 72 0 0 24 0 22 0 524681234 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 128279 2291 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0.68 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 19323 0 0 0 64 4 0 0 16 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0.7 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 17358 0 0 0 67 3 0 0 15 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0.76 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 17347 0 0 0 72 4 0 0 16 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 16941 0 0 0 69 3 0 0 15 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 18667 0 0 0 68 4 0 0 15 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0.68 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 16750 0 0 0 65 3 0 0 16 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0.69 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 17701 0 0 0 66 3 0 0 15 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0.73 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 17917 0 0 0 69 4 0 0 15 0 22 0 524681235 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6503] ppid=6487 vsize=15696668 CPUtime=0.33 cores=1,3,5,7
/proc/6489/task/6503/stat : 6503 (java) S 6487 6489 5028 0 -1 4202560 609 0 0 0 24 9 0 0 15 0 22 0 524681236 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 0 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6504] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6504/stat : 6504 (java) S 6487 6489 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524681236 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6505] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6505/stat : 6505 (java) S 6487 6489 5028 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524681236 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6511] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6511/stat : 6511 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606690225 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6512] ppid=6487 vsize=15696668 CPUtime=1.29 cores=1,3,5,7
/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 6306 0 0 0 129 0 0 0 15 0 22 0 524681238 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.61 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) S 6487 6489 5028 0 -1 4202560 7447 0 0 0 60 1 0 0 15 0 22 0 524681238 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=231.2 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 39721 0 0 0 23114 6 0 0 25 0 22 0 524681265 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505834617 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=230.71 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 37991 0 0 0 23066 5 0 0 25 0 22 0 524681265 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796844 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=230.93 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 40926 0 0 0 23086 7 0 0 25 0 22 0 524681265 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505785964 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=230.27 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 41664 0 0 0 23020 7 0 0 25 0 22 0 524681265 16073388032 128279 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505929654 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 931.64
Current children cumulated vsize (KiB) 15696668

[startup+234.901 s]
/proc/loadavg: 8.06 7.71 7.80 10/220 6529
/proc/meminfo: memFree=30316416/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=933.21 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 329150 0 1 0 93249 72 0 0 24 0 22 0 524681234 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 128081 2291 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0.69 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 19324 0 0 0 65 4 0 0 16 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0.7 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 17358 0 0 0 67 3 0 0 15 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0.76 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 17348 0 0 0 72 4 0 0 16 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 16943 0 0 0 69 3 0 0 15 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 18667 0 0 0 68 4 0 0 15 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0.68 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 16752 0 0 0 65 3 0 0 16 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0.69 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 17701 0 0 0 66 3 0 0 15 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0.73 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 17954 0 0 0 69 4 0 0 16 0 22 0 524681235 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6503] ppid=6487 vsize=15696668 CPUtime=0.33 cores=1,3,5,7
/proc/6489/task/6503/stat : 6503 (java) S 6487 6489 5028 0 -1 4202560 609 0 0 0 24 9 0 0 16 0 22 0 524681236 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 0 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6504] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6504/stat : 6504 (java) S 6487 6489 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524681236 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6505] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6505/stat : 6505 (java) S 6487 6489 5028 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524681236 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6511] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6511/stat : 6511 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606690225 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6512] ppid=6487 vsize=15696668 CPUtime=1.39 cores=1,3,5,7
/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 6317 0 0 0 139 0 0 0 16 0 22 0 524681238 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.71 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) R 6487 6489 5028 0 -1 4202560 7452 0 0 0 70 1 0 0 15 0 22 0 524681238 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 47444396111956 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=231.49 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 39722 0 0 0 23143 6 0 0 25 0 22 0 524681265 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912506066810 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=231.1 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 37991 0 0 0 23105 5 0 0 25 0 22 0 524681265 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=231.32 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 40928 0 0 0 23125 7 0 0 25 0 22 0 524681265 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505785606 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=230.56 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 41665 0 0 0 23049 7 0 0 25 0 22 0 524681265 16073388032 128081 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505786054 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 933.21
Current children cumulated vsize (KiB) 15696668

[startup+235.001 s]
/proc/loadavg: 8.06 7.71 7.80 10/220 6529
/proc/meminfo: memFree=30316416/32950928 swapFree=67111404/67111528
[pid=6489] ppid=6487 vsize=15696668 CPUtime=933.61 cores=1,3,5,7
/proc/6489/stat : 6489 (java) S 6487 6489 5028 0 -1 4202496 329162 0 1 0 93289 72 0 0 24 0 22 0 524681234 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6489/statm: 3924167 128093 2291 9 0 3914886 0
[pid=6489/tid=6490] ppid=6487 vsize=15696668 CPUtime=0.46 cores=1,3,5,7
/proc/6489/task/6490/stat : 6490 (java) S 6487 6489 5028 0 -1 4202560 11019 0 1 0 45 1 0 0 20 0 22 0 524681234 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6493] ppid=6487 vsize=15696668 CPUtime=0.69 cores=1,3,5,7
/proc/6489/task/6493/stat : 6493 (java) S 6487 6489 5028 0 -1 4202560 19324 0 0 0 65 4 0 0 16 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6494] ppid=6487 vsize=15696668 CPUtime=0.7 cores=1,3,5,7
/proc/6489/task/6494/stat : 6494 (java) S 6487 6489 5028 0 -1 4202560 17358 0 0 0 67 3 0 0 15 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6495] ppid=6487 vsize=15696668 CPUtime=0.76 cores=1,3,5,7
/proc/6489/task/6495/stat : 6495 (java) S 6487 6489 5028 0 -1 4202560 17348 0 0 0 72 4 0 0 16 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6496] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6496/stat : 6496 (java) S 6487 6489 5028 0 -1 4202560 16943 0 0 0 69 3 0 0 15 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 7 0 0 0
[pid=6489/tid=6497] ppid=6487 vsize=15696668 CPUtime=0.72 cores=1,3,5,7
/proc/6489/task/6497/stat : 6497 (java) S 6487 6489 5028 0 -1 4202560 18667 0 0 0 68 4 0 0 15 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6498] ppid=6487 vsize=15696668 CPUtime=0.68 cores=1,3,5,7
/proc/6489/task/6498/stat : 6498 (java) S 6487 6489 5028 0 -1 4202560 16752 0 0 0 65 3 0 0 16 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6499] ppid=6487 vsize=15696668 CPUtime=0.69 cores=1,3,5,7
/proc/6489/task/6499/stat : 6499 (java) S 6487 6489 5028 0 -1 4202560 17701 0 0 0 66 3 0 0 15 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6500] ppid=6487 vsize=15696668 CPUtime=0.73 cores=1,3,5,7
/proc/6489/task/6500/stat : 6500 (java) S 6487 6489 5028 0 -1 4202560 17954 0 0 0 69 4 0 0 16 0 22 0 524681235 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6503] ppid=6487 vsize=15696668 CPUtime=0.33 cores=1,3,5,7
/proc/6489/task/6503/stat : 6503 (java) S 6487 6489 5028 0 -1 4202560 609 0 0 0 24 9 0 0 16 0 22 0 524681236 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 0 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6504] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6504/stat : 6504 (java) S 6487 6489 5028 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524681236 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 1 0 0 0
[pid=6489/tid=6505] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6505/stat : 6505 (java) S 6487 6489 5028 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524681236 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6511] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6511/stat : 6511 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606690225 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6512] ppid=6487 vsize=15696668 CPUtime=1.39 cores=1,3,5,7
/proc/6489/task/6512/stat : 6512 (java) S 6487 6489 5028 0 -1 4202560 6317 0 0 0 139 0 0 0 16 0 22 0 524681238 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 3 0 0 0
[pid=6489/tid=6513] ppid=6487 vsize=15696668 CPUtime=0.81 cores=1,3,5,7
/proc/6489/task/6513/stat : 6513 (java) R 6487 6489 5028 0 -1 4202560 7464 0 0 0 80 1 0 0 16 0 22 0 524681238 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 47444397295554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6489/tid=6514] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6514/stat : 6514 (java) S 6487 6489 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524681238 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606682521 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6515] ppid=6487 vsize=15696668 CPUtime=0 cores=1,3,5,7
/proc/6489/task/6515/stat : 6515 (java) S 6487 6489 5028 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 524681238 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606683136 0 4 0 16800975 18446604470356800832 0 0 -1 5 0 0 0
[pid=6489/tid=6520] ppid=6487 vsize=15696668 CPUtime=231.59 cores=1,3,5,7
/proc/6489/task/6520/stat : 6520 (java) R 6487 6489 5028 0 -1 4202560 39722 0 0 0 23153 6 0 0 25 0 22 0 524681265 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6489/tid=6521] ppid=6487 vsize=15696668 CPUtime=231.2 cores=1,3,5,7
/proc/6489/task/6521/stat : 6521 (java) R 6487 6489 5028 0 -1 4202560 37991 0 0 0 23115 5 0 0 25 0 22 0 524681265 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796647 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6489/tid=6522] ppid=6487 vsize=15696668 CPUtime=231.42 cores=1,3,5,7
/proc/6489/task/6522/stat : 6522 (java) R 6487 6489 5028 0 -1 4202560 40928 0 0 0 23135 7 0 0 25 0 22 0 524681265 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 46912505796647 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6489/tid=6523] ppid=6487 vsize=15696668 CPUtime=230.56 cores=1,3,5,7
/proc/6489/task/6523/stat : 6523 (java) R 6487 6489 5028 0 -1 4202560 41665 0 0 0 23049 7 0 0 25 0 22 0 524681265 16073388032 128093 33554432000 1073741824 1073778376 140734257614080 18446744073709551615 235606692533 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 933.61
Current children cumulated vsize (KiB) 15696668

Child status: 10
Real time (s): 235.054
CPU time (s): 933.769
CPU user time (s): 933.017
CPU system time (s): 0.751885
CPU usage (%): 397.257
Max. virtual memory (cumulated for all children) (KiB): 15698080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 933.017
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329201
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= 51371
involuntary context switches= 28809

runsolver used 0.432934 second user time and 0.859869 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 04:33:45
IDJOB=3311496
IDBENCH=82881
IDSOLVER=1698
FILE ID=node120/3311496-1304130825
RUNJOBID= node120-1304130825-6461
PBS_JOBID= 13170760
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= 4c9b0d97324ee5d84961ef01705e1399
RANDOM SEED=1897438747

node120.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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:     32950928 kB
MemFree:      31196620 kB
Buffers:        513984 kB
Cached:         813128 kB
SwapCached:          8 kB
Active:         415060 kB
Inactive:       979584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31196620 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:       67500 kB
Mapped:          18576 kB
Slab:           296336 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   759012 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= 73164 MiB
End job on node120 at 2011-04-30 04:37:40