Trace number 3313375

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.1UNSAT 1589.91 400.188

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.09/0.13	28:34 INFO : Reading from input HOME/instance-3313375-1304188114.cnf
0.25/0.25	Executor set job limit to 1000000
0.25/0.25	Executor set job limit to 1000000
0.25/0.25	Executor set job limit to 1000000
0.25/0.25	Executor set job limit to 1000000
0.25/0.25	Starting Executor!
0.25/0.25	Starting Executor!
0.25/0.25	Starting Executor!
0.25/0.25	Starting Executor!
0.43/0.36	28:34 INFO : 300 variables remaining out of 300
0.43/0.36	28:34 INFO : 12930 literals remaining out of 6630
1589.65/400.15	c Elapsed time 400.03
1589.65/400.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 7.42 7.92 7.88 5/196 21444
/proc/meminfo: memFree=30745288/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 530410033 26714112 885 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 6522 885 678 9 0 381 0
[pid=21444/tid=21445] ppid=21442 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 530410034 27824128 894 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242965626503 0 2147483391 4096 0 18446744071699109054 0 0 -1 5 0 0 0

[startup+0.0793351 s]
/proc/loadavg: 7.42 7.92 7.88 5/196 21444
/proc/meminfo: memFree=30745288/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15675040 CPUtime=0.06 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 4368 0 1 0 5 1 0 0 25 0 18 0 530410033 16051240960 3808 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3918760 3809 1778 9 0 3909479 0
[pid=21444/tid=21445] ppid=21442 vsize=15675040 CPUtime=0.04 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) R 21442 21444 20448 0 -1 4202560 2953 0 1 0 4 0 0 0 25 0 18 0 530410034 16051240960 3809 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301931206168 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15675040

[startup+0.100327 s]
/proc/loadavg: 7.42 7.92 7.88 5/196 21444
/proc/meminfo: memFree=30745288/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15676100 CPUtime=0.09 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 5404 0 1 0 8 1 0 0 25 0 18 0 530410033 16052326400 4820 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3919025 4821 2115 9 0 3909744 0
[pid=21444/tid=21445] ppid=21442 vsize=15676100 CPUtime=0.07 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) R 21442 21444 20448 0 -1 4202560 3270 0 1 0 6 1 0 0 18 0 18 0 530410034 16052326400 4821 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301931206138 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676100

[startup+0.300294 s]
/proc/loadavg: 7.42 7.92 7.88 5/196 21444
/proc/meminfo: memFree=30745288/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15683524 CPUtime=0.43 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 9076 0 1 0 41 2 0 0 25 0 22 0 530410033 16059928576 8321 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3920881 8321 2219 9 0 3911600 0
[pid=21444/tid=21445] ppid=21442 vsize=15683524 CPUtime=0.27 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) R 21442 21444 20448 0 -1 4202560 5512 0 1 0 25 2 0 0 20 0 22 0 530410034 16059928576 8321 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301930543123 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 15683524

[startup+1.11966 s]
/proc/loadavg: 7.42 7.92 7.88 5/196 21444
/proc/meminfo: memFree=30745288/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15767280 CPUtime=3.45 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 41998 0 1 0 338 7 0 0 25 0 22 0 530410033 16145694720 38064 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3941820 38064 2255 9 0 3932539 0
[pid=21444/tid=21445] ppid=21442 vsize=15767280 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16145694720 38064 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 15767280

[startup+1.50106 s]
/proc/loadavg: 7.55 7.94 7.89 13/218 21466
/proc/meminfo: memFree=30430648/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769272 CPUtime=5 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 52745 0 1 0 491 9 0 0 25 0 22 0 530410033 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942318 47964 2266 9 0 3933037 0
[pid=21444/tid=21445] ppid=21442 vsize=15769272 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 87 0 0 0 0 0 0 0 18 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 99 0 0 0 0 0 0 0 18 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 30 0 0 0 0 0 0 0 17 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 62 0 0 0 0 0 0 0 18 0 22 0 530410034 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21455] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21455/stat : 21455 (java) S 21442 21444 20448 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 22 0 530410035 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21456] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21456/stat : 21456 (java) R 21442 21444 20448 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530410036 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505164128 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21457] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21457/stat : 21457 (java) S 21442 21444 20448 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 530410036 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21458] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21458/stat : 21458 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21459] ppid=21442 vsize=15769272 CPUtime=0.39 cores=1,3,5,7
/proc/21444/task/21459/stat : 21459 (java) R 21442 21444 20448 0 -1 4202560 8758 0 0 0 38 1 0 0 25 0 22 0 530410039 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301928994230 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769272 CPUtime=0.38 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) R 21442 21444 20448 0 -1 4202560 7075 0 0 0 38 0 0 0 25 0 22 0 530410039 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301930834075 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769272 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530410039 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769272 CPUtime=0.97 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 7000 0 0 0 97 0 0 0 19 0 22 0 530410059 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505121159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769272 CPUtime=0.92 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 7099 0 0 0 92 0 0 0 16 0 22 0 530410059 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505216612 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769272 CPUtime=0.89 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 7389 0 0 0 88 1 0 0 19 0 22 0 530410059 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505121166 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769272 CPUtime=1.04 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 7845 0 0 0 103 1 0 0 17 0 22 0 530410059 16147734528 47964 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505215680 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 15769272

[startup+3.10078 s]
/proc/loadavg: 7.55 7.94 7.89 12/218 21466
/proc/meminfo: memFree=30171540/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769896 CPUtime=11.34 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 61137 0 1 0 1124 10 0 0 25 0 22 0 530410033 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942474 50084 2283 9 0 3933193 0
[pid=21444/tid=21445] ppid=21442 vsize=15769896 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 122 0 0 0 0 0 0 0 16 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 179 0 0 0 0 0 0 0 16 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21455] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21455/stat : 21455 (java) S 21442 21444 20448 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 22 0 530410035 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21456] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21456/stat : 21456 (java) S 21442 21444 20448 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 530410036 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21457] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21457/stat : 21457 (java) S 21442 21444 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530410036 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21458] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21458/stat : 21458 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21459] ppid=21442 vsize=15769896 CPUtime=1.39 cores=1,3,5,7
/proc/21444/task/21459/stat : 21459 (java) R 21442 21444 20448 0 -1 4202560 13417 0 0 0 137 2 0 0 25 0 22 0 530410039 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301927743552 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769896 CPUtime=0.55 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) R 21442 21444 20448 0 -1 4202560 9733 0 0 0 54 1 0 0 25 0 22 0 530410039 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301928727150 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530410039 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769896 CPUtime=2.15 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 7373 0 0 0 215 0 0 0 22 0 22 0 530410059 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505664448 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769896 CPUtime=2.49 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 7184 0 0 0 249 0 0 0 18 0 22 0 530410059 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505654098 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769896 CPUtime=1.89 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 7391 0 0 0 188 1 0 0 20 0 22 0 530410059 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505657426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769896 CPUtime=2.47 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 8032 0 0 0 246 1 0 0 17 0 22 0 530410059 16148373504 50084 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 47301931310544 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15769896

[startup+6.30123 s]
/proc/loadavg: 7.58 7.94 7.89 10/218 21466
/proc/meminfo: memFree=29093616/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769896 CPUtime=24.04 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 70478 0 1 0 2391 13 0 0 25 0 22 0 530410033 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942474 55372 2290 9 0 3933193 0
[pid=21444/tid=21445] ppid=21442 vsize=15769896 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769896 CPUtime=0.01 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 596 0 0 0 1 0 0 0 16 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769896 CPUtime=0.01 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 914 0 0 0 1 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769896 CPUtime=0.01 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 436 0 0 0 1 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 485 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 483 0 0 0 0 0 0 0 15 0 22 0 530410034 16148373504 55372 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0

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

/proc/21444/task/21459/stat : 21459 (java) S 21442 21444 20448 0 -1 4202560 13490 0 0 0 182 2 0 0 18 0 22 0 530410039 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769896 CPUtime=0.78 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) S 21442 21444 20448 0 -1 4202560 9774 0 0 0 77 1 0 0 15 0 22 0 530410039 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 530410039 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769896 CPUtime=392.62 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 47984 0 0 0 39245 17 0 0 25 0 22 0 530410059 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505756077 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769896 CPUtime=392.97 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 47512 0 0 0 39278 19 0 0 25 0 22 0 530410059 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505688152 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769896 CPUtime=392.89 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 47044 0 0 0 39269 20 0 0 25 0 22 0 530410059 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505633134 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769896 CPUtime=393.55 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 47151 0 0 0 39337 18 0 0 25 0 22 0 530410059 16148373504 184604 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505654137 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1584.53
Current children cumulated vsize (KiB) 15769896

[startup+399.602 s]
/proc/loadavg: 8.02 7.98 7.91 9/218 21477
/proc/meminfo: memFree=28745316/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769896 CPUtime=1587.71 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 367705 0 1 0 158625 146 0 0 25 0 22 0 530410033 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942474 184731 2290 9 0 3933193 0
[pid=21444/tid=21445] ppid=21442 vsize=15769896 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769896 CPUtime=1.12 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 18342 0 0 0 106 6 0 0 16 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769896 CPUtime=1.08 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 18400 0 0 0 103 5 0 0 16 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769896 CPUtime=1.03 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 18641 0 0 0 97 6 0 0 15 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769896 CPUtime=1.09 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 17644 0 0 0 104 5 0 0 15 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769896 CPUtime=1.11 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 18109 0 0 0 105 6 0 0 16 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769896 CPUtime=1.13 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 17954 0 0 0 108 5 0 0 15 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769896 CPUtime=1.14 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 19255 0 0 0 109 5 0 0 15 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769896 CPUtime=1.1 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 18467 0 0 0 105 5 0 0 16 0 22 0 530410034 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21455] ppid=21442 vsize=15769896 CPUtime=0.61 cores=1,3,5,7
/proc/21444/task/21455/stat : 21455 (java) S 21442 21444 20448 0 -1 4202560 749 0 0 0 45 16 0 0 16 0 22 0 530410035 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21456] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21456/stat : 21456 (java) S 21442 21444 20448 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 530410036 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21457] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21457/stat : 21457 (java) S 21442 21444 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530410036 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21458] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21458/stat : 21458 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21459] ppid=21442 vsize=15769896 CPUtime=1.84 cores=1,3,5,7
/proc/21444/task/21459/stat : 21459 (java) S 21442 21444 20448 0 -1 4202560 13490 0 0 0 182 2 0 0 18 0 22 0 530410039 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769896 CPUtime=0.78 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) S 21442 21444 20448 0 -1 4202560 9774 0 0 0 77 1 0 0 15 0 22 0 530410039 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 530410039 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769896 CPUtime=393.41 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 47985 0 0 0 39324 17 0 0 25 0 22 0 530410059 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912506074641 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769896 CPUtime=393.76 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 47513 0 0 0 39357 19 0 0 25 0 22 0 530410059 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505664482 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769896 CPUtime=393.68 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 47046 0 0 0 39348 20 0 0 25 0 22 0 530410059 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769896 CPUtime=394.34 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 47153 0 0 0 39416 18 0 0 25 0 22 0 530410059 16148373504 184731 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912506074418 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1587.71
Current children cumulated vsize (KiB) 15769896

[startup+400.001 s]
/proc/loadavg: 8.02 7.98 7.91 9/218 21477
/proc/meminfo: memFree=28745192/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769896 CPUtime=1589.25 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 367979 0 1 0 158779 146 0 0 25 0 22 0 530410033 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942474 184788 2290 9 0 3933193 0
[pid=21444/tid=21445] ppid=21442 vsize=15769896 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769896 CPUtime=1.12 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 18347 0 0 0 106 6 0 0 15 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769896 CPUtime=1.08 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 18408 0 0 0 103 5 0 0 15 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769896 CPUtime=1.03 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 18739 0 0 0 97 6 0 0 16 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769896 CPUtime=1.09 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 17703 0 0 0 104 5 0 0 16 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769896 CPUtime=1.11 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 18130 0 0 0 105 6 0 0 16 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769896 CPUtime=1.13 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 17954 0 0 0 108 5 0 0 15 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769896 CPUtime=1.14 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 19255 0 0 0 109 5 0 0 15 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769896 CPUtime=1.1 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 18546 0 0 0 105 5 0 0 15 0 22 0 530410034 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21455] ppid=21442 vsize=15769896 CPUtime=0.61 cores=1,3,5,7
/proc/21444/task/21455/stat : 21455 (java) S 21442 21444 20448 0 -1 4202560 749 0 0 0 45 16 0 0 15 0 22 0 530410035 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21456] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21456/stat : 21456 (java) S 21442 21444 20448 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 530410036 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21457] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21457/stat : 21457 (java) S 21442 21444 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530410036 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21458] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21458/stat : 21458 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21459] ppid=21442 vsize=15769896 CPUtime=1.84 cores=1,3,5,7
/proc/21444/task/21459/stat : 21459 (java) S 21442 21444 20448 0 -1 4202560 13490 0 0 0 182 2 0 0 18 0 22 0 530410039 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769896 CPUtime=0.78 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) S 21442 21444 20448 0 -1 4202560 9774 0 0 0 77 1 0 0 15 0 22 0 530410039 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 530410039 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769896 CPUtime=393.76 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 47985 0 0 0 39359 17 0 0 25 0 22 0 530410059 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505653815 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769896 CPUtime=394.15 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 47514 0 0 0 39396 19 0 0 25 0 22 0 530410059 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505664405 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769896 CPUtime=394.07 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 47047 0 0 0 39387 20 0 0 25 0 22 0 530410059 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505762565 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769896 CPUtime=394.74 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 47155 0 0 0 39456 18 0 0 25 0 22 0 530410059 16148373504 184788 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505736865 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1589.25
Current children cumulated vsize (KiB) 15769896

[startup+400.101 s]
/proc/loadavg: 8.02 7.98 7.91 9/218 21477
/proc/meminfo: memFree=28745192/32951132 swapFree=67111364/67111528
[pid=21444] ppid=21442 vsize=15769896 CPUtime=1589.65 cores=1,3,5,7
/proc/21444/stat : 21444 (java) S 21442 21444 20448 0 -1 4202496 368070 0 1 0 158819 146 0 0 25 0 22 0 530410033 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21444/statm: 3942474 184874 2290 9 0 3933193 0
[pid=21444/tid=21445] ppid=21442 vsize=15769896 CPUtime=0.33 cores=1,3,5,7
/proc/21444/task/21445/stat : 21445 (java) S 21442 21444 20448 0 -1 4202560 5773 0 1 0 31 2 0 0 20 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21447] ppid=21442 vsize=15769896 CPUtime=1.13 cores=1,3,5,7
/proc/21444/task/21447/stat : 21447 (java) S 21442 21444 20448 0 -1 4202560 18391 0 0 0 107 6 0 0 16 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21448] ppid=21442 vsize=15769896 CPUtime=1.08 cores=1,3,5,7
/proc/21444/task/21448/stat : 21448 (java) S 21442 21444 20448 0 -1 4202560 18408 0 0 0 103 5 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21449] ppid=21442 vsize=15769896 CPUtime=1.03 cores=1,3,5,7
/proc/21444/task/21449/stat : 21449 (java) S 21442 21444 20448 0 -1 4202560 18739 0 0 0 97 6 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21450] ppid=21442 vsize=15769896 CPUtime=1.09 cores=1,3,5,7
/proc/21444/task/21450/stat : 21450 (java) S 21442 21444 20448 0 -1 4202560 17718 0 0 0 104 5 0 0 16 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21451] ppid=21442 vsize=15769896 CPUtime=1.11 cores=1,3,5,7
/proc/21444/task/21451/stat : 21451 (java) S 21442 21444 20448 0 -1 4202560 18147 0 0 0 105 6 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21452] ppid=21442 vsize=15769896 CPUtime=1.13 cores=1,3,5,7
/proc/21444/task/21452/stat : 21452 (java) S 21442 21444 20448 0 -1 4202560 17954 0 0 0 108 5 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21453] ppid=21442 vsize=15769896 CPUtime=1.14 cores=1,3,5,7
/proc/21444/task/21453/stat : 21453 (java) S 21442 21444 20448 0 -1 4202560 19269 0 0 0 109 5 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21454] ppid=21442 vsize=15769896 CPUtime=1.1 cores=1,3,5,7
/proc/21444/task/21454/stat : 21454 (java) S 21442 21444 20448 0 -1 4202560 18546 0 0 0 105 5 0 0 15 0 22 0 530410034 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21455] ppid=21442 vsize=15769896 CPUtime=0.61 cores=1,3,5,7
/proc/21444/task/21455/stat : 21455 (java) S 21442 21444 20448 0 -1 4202560 749 0 0 0 45 16 0 0 15 0 22 0 530410035 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21456] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21456/stat : 21456 (java) S 21442 21444 20448 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 530410036 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21457] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21457/stat : 21457 (java) S 21442 21444 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530410036 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21458] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21458/stat : 21458 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 5 0 0 0
[pid=21444/tid=21459] ppid=21442 vsize=15769896 CPUtime=1.84 cores=1,3,5,7
/proc/21444/task/21459/stat : 21459 (java) S 21442 21444 20448 0 -1 4202560 13490 0 0 0 182 2 0 0 18 0 22 0 530410039 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21460] ppid=21442 vsize=15769896 CPUtime=0.78 cores=1,3,5,7
/proc/21444/task/21460/stat : 21460 (java) S 21442 21444 20448 0 -1 4202560 9774 0 0 0 77 1 0 0 15 0 22 0 530410039 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 7 0 0 0
[pid=21444/tid=21461] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21461/stat : 21461 (java) S 21442 21444 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530410039 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=21444/tid=21462] ppid=21442 vsize=15769896 CPUtime=0 cores=1,3,5,7
/proc/21444/task/21462/stat : 21462 (java) S 21442 21444 20448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 530410039 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=21444/tid=21463] ppid=21442 vsize=15769896 CPUtime=393.85 cores=1,3,5,7
/proc/21444/task/21463/stat : 21463 (java) R 21442 21444 20448 0 -1 4202560 47985 0 0 0 39368 17 0 0 25 0 22 0 530410059 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505664745 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21444/tid=21464] ppid=21442 vsize=15769896 CPUtime=394.25 cores=1,3,5,7
/proc/21444/task/21464/stat : 21464 (java) R 21442 21444 20448 0 -1 4202560 47515 0 0 0 39406 19 0 0 25 0 22 0 530410059 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505664462 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21444/tid=21465] ppid=21442 vsize=15769896 CPUtime=394.17 cores=1,3,5,7
/proc/21444/task/21465/stat : 21465 (java) R 21442 21444 20448 0 -1 4202560 47047 0 0 0 39397 20 0 0 25 0 22 0 530410059 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21444/tid=21466] ppid=21442 vsize=15769896 CPUtime=394.84 cores=1,3,5,7
/proc/21444/task/21466/stat : 21466 (java) R 21442 21444 20448 0 -1 4202560 47155 0 0 0 39466 18 0 0 25 0 22 0 530410059 16148373504 184874 33554432000 1073741824 1073778376 140734120479872 18446744073709551615 46912505687760 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1589.65
Current children cumulated vsize (KiB) 15769896

Child status: 20
Real time (s): 400.188
CPU time (s): 1589.91
CPU user time (s): 1588.42
CPU system time (s): 1.49277
CPU usage (%): 397.291
Max. virtual memory (cumulated for all children) (KiB): 15771316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1588.42
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368099
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= 131921
involuntary context switches= 60470

runsolver used 0.711891 second user time and 1.49177 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 20:28:34
IDJOB=3313375
IDBENCH=87935
IDSOLVER=1699
FILE ID=node128/3313375-1304188114
RUNJOBID= node128-1304188113-21355
PBS_JOBID= 13172455
Free space on /tmp= 67528 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313375-1304188114/watcher-3313375-1304188114 -o /tmp/evaluation-result-3313375-1304188114/solver-3313375-1304188114 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313375-1304188114.cnf

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1518176909

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30745560 kB
Buffers:        471356 kB
Cached:        1090176 kB
SwapCached:          0 kB
Active:         345132 kB
Inactive:      1445588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30745560 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3544 kB
Writeback:           0 kB
AnonPages:      229012 kB
Mapped:          23780 kB
Slab:           353224 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   806428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67528 MiB
End job on node128 at 2011-04-30 20:35:14