Trace number 3313090

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.1SAT 44.3903 19.0071

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK10.cnf
MD5SUM0d32a4893e12fa46a8943c5daeb46b88
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses75600
Sum of the clauses size907200
Maximum clause length12
Minimum clause length12
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 575600

Solver Data

0.09/0.13	12:23 INFO : Reading from input HOME/instance-3313090-1304079142.cnf
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Executor set job limit to 1000000
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
1.23/1.07	Starting Executor!
6.38/5.34	12:28 INFO : 45 variables remaining out of 45
6.38/5.34	12:28 INFO : 982800 literals remaining out of 982800
44.03/18.98	c Elapsed time 18.814
44.03/18.98	s SATISFIABLE
44.03/18.98	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 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-3313090-1304079142/watcher-3313090-1304079142 -o /tmp/evaluation-result-3313090-1304079142/solver-3313090-1304079142 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313090-1304079142.cnf 

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: 4.64 6.47 8.34 3/173 17336
/proc/meminfo: memFree=30555092/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/17336/stat : 17336 (java) R 17334 17336 16189 0 -1 4202496 658 0 0 0 0 0 0 0 21 0 1 0 519516603 9318400 147 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212436015104 0 2147483391 4096 0 0 0 0 17 2 0 0 0
/proc/17336/statm: 2276 154 124 9 0 68 0

[startup+0.0399551 s]
/proc/loadavg: 4.64 6.47 8.34 3/173 17336
/proc/meminfo: memFree=30555092/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 3592 0 1 0 2 0 0 0 21 0 13 0 519516603 15978749952 3031 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3901062 3031 1670 9 0 3891810 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.101042 s]
/proc/loadavg: 4.64 6.47 8.34 3/173 17336
/proc/meminfo: memFree=30555092/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15676036 CPUtime=0.09 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 5418 0 1 0 8 1 0 0 21 0 18 0 519516603 16052260864 4857 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3919009 4857 2115 9 0 3909728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676036

[startup+0.300939 s]
/proc/loadavg: 4.64 6.47 8.34 3/173 17336
/proc/meminfo: memFree=30555092/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15681740 CPUtime=0.5 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 13736 0 1 0 47 3 0 0 21 0 18 0 519516603 16058101760 12207 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3920435 12210 2207 9 0 3911154 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681740

[startup+0.700879 s]
/proc/loadavg: 4.64 6.47 8.34 3/173 17336
/proc/meminfo: memFree=30555092/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15681740 CPUtime=0.91 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 41818 0 1 0 85 6 0 0 21 0 18 0 519516603 16058101760 40081 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3920435 40081 2223 9 0 3911154 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15681740

[startup+1.50071 s]
/proc/loadavg: 4.64 6.47 8.34 3/216 17380
/proc/meminfo: memFree=30235768/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15688408 CPUtime=2.06 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 64956 0 1 0 197 9 0 0 21 0 22 0 519516603 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3922102 61999 2255 9 0 3912821 0
[pid=17336/tid=17342] ppid=17334 vsize=15688408 CPUtime=1.46 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) R 17334 17336 16189 0 -1 4202560 51885 0 1 0 139 7 0 0 21 0 22 0 519516604 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505708612 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 701 0 0 0 0 0 0 0 16 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 1299 0 0 0 0 0 0 0 17 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 22 0 519516605 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 71 0 0 0 0 0 0 0 17 0 22 0 519516606 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519516606 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519516606 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15688408 CPUtime=0.25 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) R 17334 17336 16189 0 -1 4202560 3138 0 0 0 25 0 0 0 16 0 22 0 519516609 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 47715065583676 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15688408 CPUtime=0.3 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) S 17334 17336 16189 0 -1 4202560 5614 0 0 0 30 0 0 0 15 0 22 0 519516609 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15688408 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16064929792 61999 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 15688408

[startup+3.10138 s]
/proc/loadavg: 4.64 6.47 8.34 5/220 17384
/proc/meminfo: memFree=30104792/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15692416 CPUtime=4.16 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 70859 0 1 0 407 9 0 0 21 0 22 0 519516603 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3923104 66696 2260 9 0 3913823 0
[pid=17336/tid=17342] ppid=17334 vsize=15692416 CPUtime=3.06 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) R 17334 17336 16189 0 -1 4202560 54238 0 1 0 299 7 0 0 25 0 22 0 519516604 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869674 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 701 0 0 0 0 0 0 0 16 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 1299 0 0 0 0 0 0 0 17 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 22 0 519516605 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519516606 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519516606 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519516606 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15692416 CPUtime=0.56 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) S 17334 17336 16189 0 -1 4202560 4765 0 0 0 56 0 0 0 15 0 22 0 519516609 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15692416 CPUtime=0.51 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) S 17334 17336 16189 0 -1 4202560 7488 0 0 0 50 1 0 0 16 0 22 0 519516609 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17381] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17381/stat : 17381 (java) S 17334 17336 16189 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 519516711 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17382] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17382/stat : 17382 (java) S 17334 17336 16189 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 519516711 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17383] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) S 17334 17336 16189 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 519516711 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17384] ppid=17334 vsize=15692416 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17384/stat : 17384 (java) S 17334 17336 16189 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 519516711 16069033984 66696 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 15692416

[startup+6.30077 s]
/proc/loadavg: 4.83 6.48 8.33 7/220 17384
/proc/meminfo: memFree=29637376/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15684072 CPUtime=7.64 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 83719 0 1 0 753 11 0 0 21 0 22 0 519516603 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3921018 77294 2276 9 0 3911737 0
[pid=17336/tid=17342] ppid=17334 vsize=15684072 CPUtime=5.31 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) S 17334 17336 16189 0 -1 4202560 54310 0 1 0 524 7 0 0 18 0 22 0 519516604 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 1717 0 0 0 0 0 0 0 16 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 2458 0 0 0 0 0 0 0 16 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 1285 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 872 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 1306 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 22 0 519516605 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 519516606 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519516606 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519516606 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15684072 CPUtime=0.66 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) S 17334 17336 16189 0 -1 4202560 4773 0 0 0 66 0 0 0 15 0 22 0 519516609 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15684072 CPUtime=0.7 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) S 17334 17336 16189 0 -1 4202560 7520 0 0 0 69 1 0 0 16 0 22 0 519516609 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15684072 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17381] ppid=17334 vsize=15684072 CPUtime=0.89 cores=0,2,4,6
/proc/17336/task/17381/stat : 17381 (java) R 17334 17336 16189 0 -1 4202560 7037 0 0 0 89 0 0 0 16 0 22 0 519516711 16060489728 77294 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869613 0 4 0 16800975 0 0 0 -1 4 0 0 0

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

[pid=17336/tid=17383] ppid=17334 vsize=15684072 CPUtime=8.07 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) R 17334 17336 16189 0 -1 4202560 1990 0 0 0 807 0 0 0 25 0 22 0 519516711 16060489728 107386 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869640 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17336/tid=17384] ppid=17334 vsize=15684072 CPUtime=8.33 cores=0,2,4,6
/proc/17336/task/17384/stat : 17384 (java) R 17334 17336 16189 0 -1 4202560 1239 0 0 0 833 0 0 0 25 0 22 0 519516711 16060489728 107386 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869669 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.47
Current children cumulated vsize (KiB) 15684072

[startup+18.3234 s]
/proc/loadavg: 5.01 6.47 8.31 9/220 17384
/proc/meminfo: memFree=29006944/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15688376 CPUtime=41.73 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 120002 0 1 0 4155 18 0 0 21 0 22 0 519516603 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3922094 108442 2277 9 0 3912813 0
[pid=17336/tid=17342] ppid=17334 vsize=15688376 CPUtime=5.31 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) S 17334 17336 16189 0 -1 4202560 54310 0 1 0 524 7 0 0 18 0 22 0 519516604 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15688376 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 8688 0 0 0 1 1 0 0 16 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 3654 0 0 0 0 0 0 0 15 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15688376 CPUtime=0.03 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 10293 0 0 0 1 2 0 0 16 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 4891 0 0 0 0 0 0 0 16 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 872 0 0 0 0 0 0 0 15 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15688376 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 5160 0 0 0 0 1 0 0 15 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15688376 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 5014 0 0 0 0 1 0 0 16 0 22 0 519516605 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 22 0 519516606 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519516606 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519516606 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15688376 CPUtime=0.76 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) R 17334 17336 16189 0 -1 4202560 5813 0 0 0 76 0 0 0 15 0 22 0 519516609 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 47715068465371 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15688376 CPUtime=0.9 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) R 17334 17336 16189 0 -1 4202560 7539 0 0 0 89 1 0 0 15 0 22 0 519516609 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 47715064099657 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15688376 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) R 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17336/tid=17381] ppid=17334 vsize=15688376 CPUtime=10.32 cores=0,2,4,6
/proc/17336/task/17381/stat : 17381 (java) R 17334 17336 16189 0 -1 4202560 8881 0 0 0 1032 0 0 0 24 0 22 0 519516711 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17336/tid=17382] ppid=17334 vsize=15688376 CPUtime=6.29 cores=0,2,4,6
/proc/17336/task/17382/stat : 17382 (java) R 17334 17336 16189 0 -1 4202560 65 0 0 0 629 0 0 0 24 0 22 0 519516711 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869674 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17336/tid=17383] ppid=17334 vsize=15688376 CPUtime=8.79 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) R 17334 17336 16189 0 -1 4202560 1990 0 0 0 879 0 0 0 25 0 22 0 519516711 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869640 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17336/tid=17384] ppid=17334 vsize=15688376 CPUtime=9.14 cores=0,2,4,6
/proc/17336/task/17384/stat : 17384 (java) R 17334 17336 16189 0 -1 4202560 1249 0 0 0 914 0 0 0 25 0 22 0 519516711 16064897024 108442 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 47715066247511 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 41.73
Current children cumulated vsize (KiB) 15688376

[startup+18.7074 s]
/proc/loadavg: 5.25 6.49 8.31 7/220 17384
/proc/meminfo: memFree=28947672/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15685552 CPUtime=43.25 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 135607 0 1 0 4304 21 0 0 21 0 22 0 519516603 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3921388 122490 2290 9 0 3912107 0
[pid=17336/tid=17342] ppid=17334 vsize=15685552 CPUtime=5.31 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) S 17334 17336 16189 0 -1 4202560 54310 0 1 0 524 7 0 0 18 0 22 0 519516604 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 8688 0 0 0 1 1 0 0 15 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15685552 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 4002 0 0 0 1 0 0 0 16 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 7370 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15685552 CPUtime=0.03 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 10293 0 0 0 1 2 0 0 15 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 7616 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 872 0 0 0 0 0 0 0 15 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15685552 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 5160 0 0 0 0 1 0 0 15 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 9298 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 519516606 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519516606 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519516606 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15685552 CPUtime=1.09 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) S 17334 17336 16189 0 -1 4202560 6635 0 0 0 109 0 0 0 16 0 22 0 519516609 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15685552 CPUtime=1.21 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) R 17334 17336 16189 0 -1 4202560 7577 0 0 0 120 1 0 0 15 0 22 0 519516609 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 47715065441117 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17381] ppid=17334 vsize=15685552 CPUtime=10.66 cores=0,2,4,6
/proc/17336/task/17381/stat : 17381 (java) R 17334 17336 16189 0 -1 4202560 8881 0 0 0 1066 0 0 0 25 0 22 0 519516711 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869599 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17336/tid=17382] ppid=17334 vsize=15685552 CPUtime=6.35 cores=0,2,4,6
/proc/17336/task/17382/stat : 17382 (java) R 17334 17336 16189 0 -1 4202560 65 0 0 0 635 0 0 0 24 0 22 0 519516711 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17336/tid=17383] ppid=17334 vsize=15685552 CPUtime=8.89 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) R 17334 17336 16189 0 -1 4202560 1990 0 0 0 889 0 0 0 25 0 22 0 519516711 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869653 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17336/tid=17384] ppid=17334 vsize=15685552 CPUtime=9.47 cores=0,2,4,6
/proc/17336/task/17384/stat : 17384 (java) R 17334 17336 16189 0 -1 4202560 1268 0 0 0 947 0 0 0 25 0 22 0 519516711 16062005248 122490 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447842997 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.25
Current children cumulated vsize (KiB) 15685552

[startup+18.9013 s]
/proc/loadavg: 5.25 6.49 8.31 7/220 17384
/proc/meminfo: memFree=28947672/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=15685552 CPUtime=44.03 cores=0,2,4,6
/proc/17336/stat : 17336 (java) S 17334 17336 16189 0 -1 4202496 135616 0 1 0 4382 21 0 0 21 0 22 0 519516603 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 3921388 122499 2290 9 0 3912107 0
[pid=17336/tid=17342] ppid=17334 vsize=15685552 CPUtime=5.31 cores=0,2,4,6
/proc/17336/task/17342/stat : 17342 (java) S 17334 17336 16189 0 -1 4202560 54310 0 1 0 524 7 0 0 18 0 22 0 519516604 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17345] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17345/stat : 17345 (java) S 17334 17336 16189 0 -1 4202560 8688 0 0 0 1 1 0 0 15 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17346] ppid=17334 vsize=15685552 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17346/stat : 17346 (java) S 17334 17336 16189 0 -1 4202560 4002 0 0 0 1 0 0 0 16 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17347] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17347/stat : 17347 (java) S 17334 17336 16189 0 -1 4202560 7370 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17348] ppid=17334 vsize=15685552 CPUtime=0.03 cores=0,2,4,6
/proc/17336/task/17348/stat : 17348 (java) S 17334 17336 16189 0 -1 4202560 10293 0 0 0 1 2 0 0 15 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17349] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17349/stat : 17349 (java) S 17334 17336 16189 0 -1 4202560 7616 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17350] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17350/stat : 17350 (java) S 17334 17336 16189 0 -1 4202560 872 0 0 0 0 0 0 0 15 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17351] ppid=17334 vsize=15685552 CPUtime=0.01 cores=0,2,4,6
/proc/17336/task/17351/stat : 17351 (java) S 17334 17336 16189 0 -1 4202560 5160 0 0 0 0 1 0 0 15 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17352] ppid=17334 vsize=15685552 CPUtime=0.02 cores=0,2,4,6
/proc/17336/task/17352/stat : 17352 (java) S 17334 17336 16189 0 -1 4202560 9298 0 0 0 1 1 0 0 16 0 22 0 519516605 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17361] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17361/stat : 17361 (java) S 17334 17336 16189 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 519516606 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 0 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17362] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17362/stat : 17362 (java) S 17334 17336 16189 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519516606 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17363] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17363/stat : 17363 (java) S 17334 17336 16189 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519516606 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17367] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17367/stat : 17367 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447840689 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17368] ppid=17334 vsize=15685552 CPUtime=1.09 cores=0,2,4,6
/proc/17336/task/17368/stat : 17368 (java) S 17334 17336 16189 0 -1 4202560 6635 0 0 0 109 0 0 0 16 0 22 0 519516609 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 6 0 0 0
[pid=17336/tid=17369] ppid=17334 vsize=15685552 CPUtime=1.27 cores=0,2,4,6
/proc/17336/task/17369/stat : 17369 (java) S 17334 17336 16189 0 -1 4202560 7585 0 0 0 126 1 0 0 16 0 22 0 519516609 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 4 0 0 0
[pid=17336/tid=17370] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17370/stat : 17370 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519516609 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447832985 0 4 0 16800975 18446604443718478592 0 0 -1 2 0 0 0
[pid=17336/tid=17371] ppid=17334 vsize=15685552 CPUtime=0 cores=0,2,4,6
/proc/17336/task/17371/stat : 17371 (java) S 17334 17336 16189 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519516609 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 212447833600 0 4 0 16800975 18446604443718478592 0 0 -1 0 0 0 0
[pid=17336/tid=17381] ppid=17334 vsize=15685552 CPUtime=10.86 cores=0,2,4,6
/proc/17336/task/17381/stat : 17381 (java) R 17334 17336 16189 0 -1 4202560 8881 0 0 0 1086 0 0 0 25 0 22 0 519516711 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869679 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17336/tid=17382] ppid=17334 vsize=15685552 CPUtime=6.54 cores=0,2,4,6
/proc/17336/task/17382/stat : 17382 (java) R 17334 17336 16189 0 -1 4202560 66 0 0 0 654 0 0 0 25 0 22 0 519516711 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912506268853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17336/tid=17383] ppid=17334 vsize=15685552 CPUtime=9.08 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) R 17334 17336 16189 0 -1 4202560 1990 0 0 0 908 0 0 0 25 0 22 0 519516711 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505869669 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17336/tid=17384] ppid=17334 vsize=15685552 CPUtime=9.61 cores=0,2,4,6
/proc/17336/task/17384/stat : 17384 (java) R 17334 17336 16189 0 -1 4202560 1268 0 0 0 961 0 0 0 25 0 22 0 519516711 16062005248 122499 33554432000 1073741824 1073778376 140736623630240 18446744073709551615 46912505211264 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.03
Current children cumulated vsize (KiB) 15685552

[startup+19.0014 s]
/proc/loadavg: 5.25 6.49 8.31 7/220 17384
/proc/meminfo: memFree=28947672/32951124 swapFree=67111416/67111528
[pid=17336] ppid=17334 vsize=0 CPUtime=44.37 cores=0,2,4,6
/proc/17336/stat : 17336 (java) Z 17334 17336 16189 0 -1 4203548 135651 0 1 0 4414 23 0 0 18 0 2 0 519516603 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17336/statm: 0 0 0 0 0 0 0
[pid=17336/tid=17383] ppid=17334 vsize=0 CPUtime=9.18 cores=0,2,4,6
/proc/17336/task/17383/stat : 17383 (java) R 17334 17336 16189 0 -1 4203588 1990 0 0 0 916 2 0 0 25 0 2 0 519516711 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.37
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 19.0071
CPU time (s): 44.3903
CPU user time (s): 44.1493
CPU system time (s): 0.240963
CPU usage (%): 233.546
Max. virtual memory (cumulated for all children) (KiB): 15694528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.1493
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135651
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= 1727
involuntary context switches= 710

runsolver used 0.026995 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 14:12:23
IDJOB=3313090
IDBENCH=71129
IDSOLVER=1699
FILE ID=node102/3313090-1304079142
RUNJOBID= node102-1304079142-17321
PBS_JOBID= 13170484
Free space on /tmp= 71556 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK10.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313090-1304079142/watcher-3313090-1304079142 -o /tmp/evaluation-result-3313090-1304079142/solver-3313090-1304079142 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313090-1304079142.cnf

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

MD5SUM BENCH= 0d32a4893e12fa46a8943c5daeb46b88
RANDOM SEED=521032354

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      30556496 kB
Buffers:        644256 kB
Cached:        1261776 kB
SwapCached:          8 kB
Active:         256256 kB
Inactive:      1714144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30556496 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            7788 kB
Writeback:           0 kB
AnonPages:       64228 kB
Mapped:          14492 kB
Slab:           359952 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188008 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= 71552 MiB
End job on node102 at 2011-04-29 14:12:42