Trace number 3311699

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 1142.71 287.489

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S969033069-088.SATISFIABLE.cnf
MD5SUM73d9fe7597a311fec40e782ce52bc60b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.101983
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.10/0.12	07:49 INFO : Reading from input HOME/instance-3311699-1304179668.cnf
0.50/0.33	Executor set job limit to 1000000
0.50/0.33	Executor set job limit to 1000000
0.50/0.33	Executor set job limit to 1000000
0.50/0.33	Executor set job limit to 1000000
0.50/0.33	Starting Executor!
0.50/0.33	Starting Executor!
0.50/0.33	Starting Executor!
0.50/0.33	Starting Executor!
0.97/0.52	07:49 INFO : 60 variables remaining out of 60
0.97/0.52	07:49 INFO : 42720 literals remaining out of 42720
1142.52/287.43	c Elapsed time 287.318
1142.52/287.43	s SATISFIABLE
1142.52/287.43	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 -51 -52 53 54 -55 56 57 58 -59 60 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-3311699-1304179668/watcher-3311699-1304179668 -o /tmp/evaluation-result-3311699-1304179668/solver-3311699-1304179668 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311699-1304179668.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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.08 8.09 8.05 6/198 23384
/proc/meminfo: memFree=23091588/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/23384/stat : 23384 (java) R 23382 23384 23046 0 -1 4202496 898 0 0 0 0 0 0 0 25 0 1 0 529567297 23580672 384 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244441982720 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23384/statm: 5757 397 308 9 0 124 0

[startup+0.0955441 s]
/proc/loadavg: 8.08 8.09 8.05 6/198 23384
/proc/meminfo: memFree=23091588/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15676748 CPUtime=0.09 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 5506 0 1 0 8 1 0 0 25 0 18 0 529567297 16052989952 4916 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3919187 4917 2116 9 0 3909906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676748

[startup+0.100541 s]
/proc/loadavg: 8.08 8.09 8.05 6/198 23384
/proc/meminfo: memFree=23091588/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15676748 CPUtime=0.1 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 5561 0 1 0 9 1 0 0 25 0 18 0 529567297 16052989952 4971 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3919187 4971 2117 9 0 3909906 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676748

[startup+0.300497 s]
/proc/loadavg: 8.08 8.09 8.05 6/198 23384
/proc/meminfo: memFree=23091588/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15679580 CPUtime=0.5 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 13773 0 1 0 48 2 0 0 25 0 18 0 529567297 16055889920 12185 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3919895 12188 2208 9 0 3910614 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15679580

[startup+0.700388 s]
/proc/loadavg: 8.08 8.09 8.05 6/198 23384
/proc/meminfo: memFree=23091588/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15699512 CPUtime=1.53 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 28411 0 1 0 149 4 0 0 25 0 22 0 529567297 16076300288 24009 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3924878 24011 2259 9 0 3915597 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 15699512

[startup+1.50124 s]
/proc/loadavg: 8.15 8.10 8.05 10/220 23406
/proc/meminfo: memFree=22916820/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=4.62 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 60081 0 1 0 453 9 0 0 25 0 22 0 529567297 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 50062 2279 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 611 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 705 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 379 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 409 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 529567299 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=0.93 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6037 0 0 0 93 0 0 0 15 0 22 0 529567302 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.02 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) S 23382 23384 23046 0 -1 4202560 14035 0 0 0 100 2 0 0 15 0 22 0 529567302 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=0.43 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) R 23382 23384 23046 0 -1 4202560 3027 0 0 0 43 0 0 0 22 0 22 0 529567330 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505810551 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=0.66 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 7855 0 0 0 66 0 0 0 24 0 22 0 529567330 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505810343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=0.47 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 5853 0 0 0 47 0 0 0 23 0 22 0 529567330 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505810320 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=0.54 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 6094 0 0 0 54 0 0 0 20 0 22 0 529567330 16079945728 50062 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 15703072

[startup+3.10094 s]
/proc/loadavg: 8.15 8.10 8.05 9/220 23406
/proc/meminfo: memFree=22879372/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=10.98 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 65249 0 1 0 1088 10 0 0 25 0 22 0 529567297 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 53073 2286 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 1049 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 1434 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 1012 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 1337 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 1115 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 683 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 22 0 529567299 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=1 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6047 0 0 0 100 0 0 0 15 0 22 0 529567302 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.08 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) S 23382 23384 23046 0 -1 4202560 14053 0 0 0 106 2 0 0 15 0 22 0 529567302 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=1.95 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) R 23382 23384 23046 0 -1 4202560 3234 0 0 0 195 0 0 0 25 0 22 0 529567330 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505860652 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=2.24 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 7880 0 0 0 224 0 0 0 25 0 22 0 529567330 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505550586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=1.98 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 5962 0 0 0 198 0 0 0 25 0 22 0 529567330 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505733130 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=2.12 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 6327 0 0 0 212 0 0 0 25 0 22 0 529567330 16079945728 53073 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 18446744073699065989 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 15703072

[startup+6.30134 s]
/proc/loadavg: 8.15 8.10 8.05 9/220 23406
/proc/meminfo: memFree=22873620/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=23.71 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 70181 0 1 0 2359 12 0 0 25 0 22 0 529567297 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 53905 2289 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0.01 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 2056 0 0 0 1 0 0 0 15 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 1374 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 1973 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 1467 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 1842 0 0 0 0 0 0 0 15 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 1246 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 1712 0 0 0 0 0 0 0 16 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0.01 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 1060 0 0 0 1 0 0 0 15 0 22 0 529567298 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 529567299 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=1.04 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6055 0 0 0 104 0 0 0 16 0 22 0 529567302 16079945728 53905 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0

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

/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6064 0 0 0 108 0 0 0 15 0 22 0 529567302 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.21 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) S 23382 23384 23046 0 -1 4202560 14072 0 0 0 119 2 0 0 16 0 22 0 529567302 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=281.87 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) R 23382 23384 23046 0 -1 4202560 40655 0 0 0 28179 8 0 0 25 0 22 0 529567330 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 47970541355529 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=282.17 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 45435 0 0 0 28209 8 0 0 25 0 22 0 529567330 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 47970541355692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=281.74 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 43228 0 0 0 28169 5 0 0 25 0 22 0 529567330 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505810703 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=282.02 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 44496 0 0 0 28195 7 0 0 25 0 22 0 529567330 16079945728 147786 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505733116 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1138.14
Current children cumulated vsize (KiB) 15703072

[startup+287.107 s]
/proc/loadavg: 8.07 8.10 8.07 9/220 23464
/proc/meminfo: memFree=22399036/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=1141.35 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 373092 0 1 0 114045 90 0 0 25 0 22 0 529567297 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 147760 2291 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0.9 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 22015 0 0 0 85 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0.91 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 20665 0 0 0 87 4 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0.92 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 21614 0 0 0 87 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0.86 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 19008 0 0 0 82 4 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0.89 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 21690 0 0 0 84 5 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0.87 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 18900 0 0 0 82 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0.84 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 20152 0 0 0 79 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0.88 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 20498 0 0 0 84 4 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0.36 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 768 0 0 0 24 12 0 0 15 0 22 0 529567299 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=1.08 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6064 0 0 0 108 0 0 0 15 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.21 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) S 23382 23384 23046 0 -1 4202560 14072 0 0 0 119 2 0 0 16 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=282.67 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) R 23382 23384 23046 0 -1 4202560 40656 0 0 0 28259 8 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505861989 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=282.96 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 45436 0 0 0 28288 8 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505809382 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=282.53 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 43230 0 0 0 28248 5 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505801157 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=282.82 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 44496 0 0 0 28275 7 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505832878 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1141.35
Current children cumulated vsize (KiB) 15703072

[startup+287.301 s]
/proc/loadavg: 8.07 8.10 8.07 9/220 23464
/proc/meminfo: memFree=22399036/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=1142.12 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 373092 0 1 0 114122 90 0 0 25 0 22 0 529567297 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 147760 2291 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0.9 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 22015 0 0 0 85 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0.91 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 20665 0 0 0 87 4 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0.92 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 21614 0 0 0 87 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0.86 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 19008 0 0 0 82 4 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0.89 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 21690 0 0 0 84 5 0 0 16 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0.87 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 18900 0 0 0 82 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0.84 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 20152 0 0 0 79 5 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0.88 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 20498 0 0 0 84 4 0 0 15 0 22 0 529567298 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0.36 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 768 0 0 0 24 12 0 0 15 0 22 0 529567299 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=1.08 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) S 23382 23384 23046 0 -1 4202560 6064 0 0 0 108 0 0 0 15 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.21 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) S 23382 23384 23046 0 -1 4202560 14072 0 0 0 119 2 0 0 16 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=282.86 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) R 23382 23384 23046 0 -1 4202560 40656 0 0 0 28278 8 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505733089 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=283.16 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 45436 0 0 0 28308 8 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505809778 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=282.72 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 43230 0 0 0 28267 5 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505808670 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=283.01 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 44496 0 0 0 28294 7 0 0 25 0 22 0 529567330 16079945728 147760 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 18446744073699065897 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1142.12
Current children cumulated vsize (KiB) 15703072

[startup+287.401 s]
/proc/loadavg: 8.07 8.10 8.07 9/220 23464
/proc/meminfo: memFree=22399036/32951124 swapFree=67111524/67111528
[pid=23384] ppid=23382 vsize=15703072 CPUtime=1142.52 cores=0,2,4,6
/proc/23384/stat : 23384 (java) S 23382 23384 23046 0 -1 4202496 373173 0 1 0 114162 90 0 0 25 0 22 0 529567297 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23384/statm: 3925768 147794 2291 9 0 3916487 0
[pid=23384/tid=23386] ppid=23382 vsize=15703072 CPUtime=0.49 cores=0,2,4,6
/proc/23384/task/23386/stat : 23386 (java) S 23382 23384 23046 0 -1 4202560 12427 0 1 0 47 2 0 0 25 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23387] ppid=23382 vsize=15703072 CPUtime=0.9 cores=0,2,4,6
/proc/23384/task/23387/stat : 23387 (java) S 23382 23384 23046 0 -1 4202560 22015 0 0 0 85 5 0 0 16 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23388] ppid=23382 vsize=15703072 CPUtime=0.91 cores=0,2,4,6
/proc/23384/task/23388/stat : 23388 (java) S 23382 23384 23046 0 -1 4202560 20665 0 0 0 87 4 0 0 15 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23389] ppid=23382 vsize=15703072 CPUtime=0.93 cores=0,2,4,6
/proc/23384/task/23389/stat : 23389 (java) S 23382 23384 23046 0 -1 4202560 21629 0 0 0 88 5 0 0 16 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23390] ppid=23382 vsize=15703072 CPUtime=0.87 cores=0,2,4,6
/proc/23384/task/23390/stat : 23390 (java) S 23382 23384 23046 0 -1 4202560 19008 0 0 0 83 4 0 0 15 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23391] ppid=23382 vsize=15703072 CPUtime=0.89 cores=0,2,4,6
/proc/23384/task/23391/stat : 23391 (java) S 23382 23384 23046 0 -1 4202560 21690 0 0 0 84 5 0 0 15 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23392] ppid=23382 vsize=15703072 CPUtime=0.88 cores=0,2,4,6
/proc/23384/task/23392/stat : 23392 (java) S 23382 23384 23046 0 -1 4202560 18925 0 0 0 83 5 0 0 16 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23393] ppid=23382 vsize=15703072 CPUtime=0.84 cores=0,2,4,6
/proc/23384/task/23393/stat : 23393 (java) S 23382 23384 23046 0 -1 4202560 20170 0 0 0 79 5 0 0 16 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23394] ppid=23382 vsize=15703072 CPUtime=0.88 cores=0,2,4,6
/proc/23384/task/23394/stat : 23394 (java) S 23382 23384 23046 0 -1 4202560 20498 0 0 0 84 4 0 0 15 0 22 0 529567298 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23395] ppid=23382 vsize=15703072 CPUtime=0.36 cores=0,2,4,6
/proc/23384/task/23395/stat : 23395 (java) S 23382 23384 23046 0 -1 4202560 768 0 0 0 24 12 0 0 15 0 22 0 529567299 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 0 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23396] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23396/stat : 23396 (java) S 23382 23384 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23397] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23397/stat : 23397 (java) S 23382 23384 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529567300 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 0 0 0 0
[pid=23384/tid=23398] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23398/stat : 23398 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458768817 0 4 0 16800975 18446604453856444800 0 0 -1 4 0 0 0
[pid=23384/tid=23399] ppid=23382 vsize=15703072 CPUtime=1.15 cores=0,2,4,6
/proc/23384/task/23399/stat : 23399 (java) R 23382 23384 23046 0 -1 4202560 6073 0 0 0 115 0 0 0 16 0 22 0 529567302 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 47970540727376 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23384/tid=23400] ppid=23382 vsize=15703072 CPUtime=1.28 cores=0,2,4,6
/proc/23384/task/23400/stat : 23400 (java) R 23382 23384 23046 0 -1 4202560 14081 0 0 0 126 2 0 0 16 0 22 0 529567302 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 47970540224173 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23384/tid=23401] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23401/stat : 23401 (java) S 23382 23384 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529567302 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 2 0 0 0
[pid=23384/tid=23402] ppid=23382 vsize=15703072 CPUtime=0 cores=0,2,4,6
/proc/23384/task/23402/stat : 23402 (java) S 23382 23384 23046 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 529567302 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761728 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23403] ppid=23382 vsize=15703072 CPUtime=282.89 cores=0,2,4,6
/proc/23384/task/23403/stat : 23403 (java) S 23382 23384 23046 0 -1 4202560 40656 0 0 0 28281 8 0 0 25 0 22 0 529567330 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 18446604453856444800 0 0 -1 6 0 0 0
[pid=23384/tid=23404] ppid=23382 vsize=15703072 CPUtime=283.25 cores=0,2,4,6
/proc/23384/task/23404/stat : 23404 (java) R 23382 23384 23046 0 -1 4202560 45436 0 0 0 28317 8 0 0 25 0 22 0 529567330 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 46912505710713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23384/tid=23405] ppid=23382 vsize=15703072 CPUtime=282.82 cores=0,2,4,6
/proc/23384/task/23405/stat : 23405 (java) R 23382 23384 23046 0 -1 4202560 43231 0 0 0 28276 6 0 0 25 0 22 0 529567330 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 47970541355967 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23384/tid=23406] ppid=23382 vsize=15703072 CPUtime=283.04 cores=0,2,4,6
/proc/23384/task/23406/stat : 23406 (java) R 23382 23384 23046 0 -1 4202560 44500 0 0 0 28297 7 0 0 25 0 22 0 529567330 16079945728 147794 33554432000 1073741824 1073778376 140736641514048 18446744073709551615 244458761113 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1142.52
Current children cumulated vsize (KiB) 15703072

Child status: 10
Real time (s): 287.489
CPU time (s): 1142.71
CPU user time (s): 1141.77
CPU system time (s): 0.936857
CPU usage (%): 397.48
Max. virtual memory (cumulated for all children) (KiB): 15705568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1141.77
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373204
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= 59728
involuntary context switches= 31963

runsolver used 0.461929 second user time and 1.11883 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 18:07:49
IDJOB=3311699
IDBENCH=83084
IDSOLVER=1698
FILE ID=node105/3311699-1304179668
RUNJOBID= node105-1304177250-23064
PBS_JOBID= 13172437
Free space on /tmp= 73040 MiB

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

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

MD5SUM BENCH= 73d9fe7597a311fec40e782ce52bc60b
RANDOM SEED=42850833

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      23091984 kB
Buffers:       2180924 kB
Cached:        6672056 kB
SwapCached:          4 kB
Active:        1054372 kB
Inactive:      8252756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23091984 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2020 kB
Writeback:           0 kB
AnonPages:      453980 kB
Mapped:          23484 kB
Slab:           488188 kB
PageTables:       6052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   664584 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= 73040 MiB
End job on node105 at 2011-04-30 18:12:36