Trace number 3311589

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)SAT 174.724 44.2109

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
MD5SUMf54f75ab88c77b4cc676aaab44569f75
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
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 51597
Number of clauses of size over 50

Solver Data

0.09/0.12	13:32 INFO : Reading from input HOME/instance-3311589-1304176412.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.47/0.36	13:32 INFO : 75 variables remaining out of 75
0.47/0.36	13:32 INFO : 9582 literals remaining out of 9582
174.36/44.18	c Elapsed time 44.062
174.36/44.18	s SATISFIABLE
174.36/44.18	v 1 2 3 4 -5 6 -7 -8 -9 -10 11 -12 -13 -14 -15 -16 17 18 19 20 -21 -22 23 24 25 -26 -27 -28 -29 -30 -31 32 33 -34 35 36 37 -38 -39 40 -41 -42 -43 44 45 46 47 -48 -49 -50 51 -52 -53 -54 55 56 -57 58 -59 60 61 62 -63 64 -65 66 67 -68 69 -70 71 72 -73 74 75 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-3311589-1304176412/watcher-3311589-1304176412 -o /tmp/evaluation-result-3311589-1304176412/solver-3311589-1304176412 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311589-1304176412.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 4.13 7.03 7.66 2/173 27732
/proc/meminfo: memFree=18752180/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/27732/stat : 27732 (java) R 27730 27732 27699 0 -1 4202496 916 0 0 0 0 0 0 0 20 0 1 0 529243790 23580672 403 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216629552917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27732/statm: 5757 416 321 9 0 124 0

[startup+0.0555329 s]
/proc/loadavg: 4.13 7.03 7.66 2/173 27732
/proc/meminfo: memFree=18752180/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 4067 0 1 0 3 1 0 0 20 0 18 0 529243790 15984275456 3507 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3902411 3507 1754 9 0 3893130 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100499 s]
/proc/loadavg: 4.13 7.03 7.66 2/173 27732
/proc/meminfo: memFree=18752180/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15676512 CPUtime=0.09 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 5512 0 1 0 8 1 0 0 20 0 18 0 529243790 16052748288 4914 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3919128 4914 2116 9 0 3909847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676512

[startup+0.311509 s]
/proc/loadavg: 4.13 7.03 7.66 2/173 27732
/proc/meminfo: memFree=18752180/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15682544 CPUtime=0.47 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 9186 0 1 0 44 3 0 0 20 0 22 0 529243790 16058925056 8466 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3920636 8468 2213 9 0 3911355 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15682544

[startup+0.700386 s]
/proc/loadavg: 4.13 7.03 7.66 2/173 27732
/proc/meminfo: memFree=18752180/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15704792 CPUtime=1.82 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 28449 0 1 0 176 6 0 0 20 0 22 0 529243790 16081707008 22500 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3926198 22500 2254 9 0 3916917 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 15704792

[startup+1.50125 s]
/proc/loadavg: 4.13 7.03 7.66 12/220 27780
/proc/meminfo: memFree=18470388/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=5 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 60307 0 1 0 491 9 0 0 20 0 22 0 529243790 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 50109 2280 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 641 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 106 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 529243792 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.1 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 10997 0 0 0 109 1 0 0 18 0 22 0 529243795 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27765] ppid=27730 vsize=15771864 CPUtime=0.81 cores=1,3,5,7
/proc/27732/task/27765/stat : 27765 (java) S 27730 27732 27699 0 -1 4202560 11429 0 0 0 80 1 0 0 19 0 22 0 529243795 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27766] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27766/stat : 27766 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529243795 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27767] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27767/stat : 27767 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529243795 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27773] ppid=27730 vsize=15771864 CPUtime=1.01 cores=1,3,5,7
/proc/27732/task/27773/stat : 27773 (java) R 27730 27732 27699 0 -1 4202560 11008 0 0 0 100 1 0 0 19 0 22 0 529243816 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505673022 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27732/tid=27774] ppid=27730 vsize=15771864 CPUtime=0.94 cores=1,3,5,7
/proc/27732/task/27774/stat : 27774 (java) R 27730 27732 27699 0 -1 4202560 11063 0 0 0 93 1 0 0 20 0 22 0 529243816 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505607384 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=0.45 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 6164 0 0 0 45 0 0 0 19 0 22 0 529243816 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505682280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=0.28 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 1010 0 0 0 28 0 0 0 19 0 22 0 529243816 16150388736 50109 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 15771864

[startup+3.10097 s]
/proc/loadavg: 4.13 7.03 7.66 11/220 27780
/proc/meminfo: memFree=18263060/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=11.36 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 62910 0 1 0 1126 10 0 0 20 0 22 0 529243790 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 50511 2287 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 167 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 1124 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 616 0 0 0 0 0 0 0 16 0 22 0 529243791 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 529243792 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.22 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 11211 0 0 0 121 1 0 0 16 0 22 0 529243795 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27765] ppid=27730 vsize=15771864 CPUtime=0.9 cores=1,3,5,7
/proc/27732/task/27765/stat : 27765 (java) S 27730 27732 27699 0 -1 4202560 11474 0 0 0 89 1 0 0 16 0 22 0 529243795 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27766] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27766/stat : 27766 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529243795 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27767] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27767/stat : 27767 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529243795 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27773] ppid=27730 vsize=15771864 CPUtime=2.6 cores=1,3,5,7
/proc/27732/task/27773/stat : 27773 (java) R 27730 27732 27699 0 -1 4202560 11051 0 0 0 259 1 0 0 22 0 22 0 529243816 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505865143 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27732/tid=27774] ppid=27730 vsize=15771864 CPUtime=2.43 cores=1,3,5,7
/proc/27732/task/27774/stat : 27774 (java) R 27730 27732 27699 0 -1 4202560 11110 0 0 0 242 1 0 0 25 0 22 0 529243816 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=1.92 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 6166 0 0 0 192 0 0 0 22 0 22 0 529243816 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505673035 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=1.87 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 1017 0 0 0 187 0 0 0 22 0 22 0 529243816 16150388736 50511 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505638687 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 15771864

[startup+6.3014 s]
/proc/loadavg: 4.52 7.06 7.67 9/220 27780
/proc/meminfo: memFree=17966576/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=24.09 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 64339 0 1 0 2398 11 0 0 20 0 22 0 529243790 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 45594 2289 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0.01 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 498 0 0 0 1 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0.01 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 1342 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0.01 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 427 0 0 0 1 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 22 0 529243791 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 529243792 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.24 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 11342 0 0 0 123 1 0 0 16 0 22 0 529243795 16150388736 45594 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0

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

[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=39.81 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 11837 0 0 0 3979 2 0 0 25 0 22 0 529243816 16150388736 55522 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505729469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=39.83 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 6645 0 0 0 3982 1 0 0 25 0 22 0 529243816 16150388736 55522 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505673349 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 164.02
Current children cumulated vsize (KiB) 15771864

[startup+43.1009 s]
/proc/loadavg: 6.22 7.18 7.68 9/220 27781
/proc/meminfo: memFree=17891516/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=170.38 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 107404 0 1 0 17013 25 0 0 20 0 22 0 529243790 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 56069 2289 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 2784 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 3525 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 2821 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0.09 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 2777 0 0 0 9 0 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 2963 0 0 0 11 0 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 3743 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0.09 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 2865 0 0 0 9 0 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0.12 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 3915 0 0 0 12 0 0 0 15 0 22 0 529243791 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0.08 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 126 0 0 0 6 2 0 0 15 0 22 0 529243792 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.25 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 11342 0 0 0 124 1 0 0 15 0 22 0 529243795 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27765] ppid=27730 vsize=15771864 CPUtime=0.95 cores=1,3,5,7
/proc/27732/task/27765/stat : 27765 (java) S 27730 27732 27699 0 -1 4202560 11491 0 0 0 94 1 0 0 16 0 22 0 529243795 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27766] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27766/stat : 27766 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529243795 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27767] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27767/stat : 27767 (java) S 27730 27732 27699 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 529243795 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27773] ppid=27730 vsize=15771864 CPUtime=41.99 cores=1,3,5,7
/proc/27732/task/27773/stat : 27773 (java) R 27730 27732 27699 0 -1 4202560 16289 0 0 0 4197 2 0 0 25 0 22 0 529243816 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505878674 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27732/tid=27774] ppid=27730 vsize=15771864 CPUtime=41.96 cores=1,3,5,7
/proc/27732/task/27774/stat : 27774 (java) R 27730 27732 27699 0 -1 4202560 16640 0 0 0 4194 2 0 0 25 0 22 0 529243816 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=41.4 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 11841 0 0 0 4138 2 0 0 25 0 22 0 529243816 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505661568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=41.41 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 6654 0 0 0 4140 1 0 0 25 0 22 0 529243816 16150388736 56069 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505672972 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 170.38
Current children cumulated vsize (KiB) 15771864

[startup+43.9008 s]
/proc/loadavg: 6.22 7.18 7.68 9/220 27781
/proc/meminfo: memFree=17887548/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=173.58 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 108379 0 1 0 17333 25 0 0 20 0 22 0 529243790 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 56462 2289 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0.12 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 2899 0 0 0 11 1 0 0 16 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 3611 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 2977 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 2853 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 3030 0 0 0 11 0 0 0 16 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 3779 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 2977 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0.12 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 4077 0 0 0 12 0 0 0 16 0 22 0 529243791 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0.08 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 127 0 0 0 6 2 0 0 15 0 22 0 529243792 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.25 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 11494 0 0 0 124 1 0 0 15 0 22 0 529243795 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27765] ppid=27730 vsize=15771864 CPUtime=0.95 cores=1,3,5,7
/proc/27732/task/27765/stat : 27765 (java) S 27730 27732 27699 0 -1 4202560 11491 0 0 0 94 1 0 0 16 0 22 0 529243795 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27766] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27766/stat : 27766 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529243795 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27767] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27767/stat : 27767 (java) S 27730 27732 27699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 529243795 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27773] ppid=27730 vsize=15771864 CPUtime=42.78 cores=1,3,5,7
/proc/27732/task/27773/stat : 27773 (java) R 27730 27732 27699 0 -1 4202560 16291 0 0 0 4276 2 0 0 25 0 22 0 529243816 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505785094 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27732/tid=27774] ppid=27730 vsize=15771864 CPUtime=42.76 cores=1,3,5,7
/proc/27732/task/27774/stat : 27774 (java) R 27730 27732 27699 0 -1 4202560 16643 0 0 0 4274 2 0 0 25 0 22 0 529243816 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 47982282956970 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=42.2 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 11842 0 0 0 4218 2 0 0 25 0 22 0 529243816 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505638604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=42.2 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 6658 0 0 0 4219 1 0 0 25 0 22 0 529243816 16150388736 56462 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505865143 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 173.58
Current children cumulated vsize (KiB) 15771864

[startup+44.1008 s]
/proc/loadavg: 6.22 7.18 7.68 9/220 27781
/proc/meminfo: memFree=17887548/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=15771864 CPUtime=174.36 cores=1,3,5,7
/proc/27732/stat : 27732 (java) S 27730 27732 27699 0 -1 4202496 110073 0 1 0 17411 25 0 0 20 0 22 0 529243790 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 3942966 57423 2290 9 0 3933685 0
[pid=27732/tid=27734] ppid=27730 vsize=15771864 CPUtime=0.33 cores=1,3,5,7
/proc/27732/task/27734/stat : 27734 (java) S 27730 27732 27699 0 -1 4202560 6240 0 1 0 31 2 0 0 18 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27739] ppid=27730 vsize=15771864 CPUtime=0.12 cores=1,3,5,7
/proc/27732/task/27739/stat : 27739 (java) S 27730 27732 27699 0 -1 4202560 2960 0 0 0 11 1 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27740] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27740/stat : 27740 (java) S 27730 27732 27699 0 -1 4202560 3637 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27741] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27741/stat : 27741 (java) S 27730 27732 27699 0 -1 4202560 3008 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27742] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27742/stat : 27742 (java) S 27730 27732 27699 0 -1 4202560 2853 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27743] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27743/stat : 27743 (java) S 27730 27732 27699 0 -1 4202560 3030 0 0 0 11 0 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27744] ppid=27730 vsize=15771864 CPUtime=0.11 cores=1,3,5,7
/proc/27732/task/27744/stat : 27744 (java) S 27730 27732 27699 0 -1 4202560 3779 0 0 0 10 1 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27745] ppid=27730 vsize=15771864 CPUtime=0.1 cores=1,3,5,7
/proc/27732/task/27745/stat : 27745 (java) S 27730 27732 27699 0 -1 4202560 3002 0 0 0 10 0 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27746] ppid=27730 vsize=15771864 CPUtime=0.12 cores=1,3,5,7
/proc/27732/task/27746/stat : 27746 (java) S 27730 27732 27699 0 -1 4202560 4077 0 0 0 12 0 0 0 15 0 22 0 529243791 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27757] ppid=27730 vsize=15771864 CPUtime=0.08 cores=1,3,5,7
/proc/27732/task/27757/stat : 27757 (java) S 27730 27732 27699 0 -1 4202560 127 0 0 0 6 2 0 0 15 0 22 0 529243792 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 0 0 16800975 18446604471118964864 0 0 -1 1 0 0 0
[pid=27732/tid=27758] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27758/stat : 27758 (java) S 27730 27732 27699 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27759] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27759/stat : 27759 (java) S 27730 27732 27699 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529243793 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 7 0 0 0
[pid=27732/tid=27763] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27763/stat : 27763 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529243795 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646338993 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27764] ppid=27730 vsize=15771864 CPUtime=1.36 cores=1,3,5,7
/proc/27732/task/27764/stat : 27764 (java) S 27730 27732 27699 0 -1 4202560 12986 0 0 0 135 1 0 0 16 0 22 0 529243795 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 5 0 0 0
[pid=27732/tid=27765] ppid=27730 vsize=15771864 CPUtime=1.08 cores=1,3,5,7
/proc/27732/task/27765/stat : 27765 (java) R 27730 27732 27699 0 -1 4202560 11547 0 0 0 107 1 0 0 16 0 22 0 529243795 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 47982283034500 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27732/tid=27766] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27766/stat : 27766 (java) S 27730 27732 27699 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529243795 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27767] ppid=27730 vsize=15771864 CPUtime=0 cores=1,3,5,7
/proc/27732/task/27767/stat : 27767 (java) S 27730 27732 27699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 529243795 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331904 0 4 0 16800975 18446604471118964864 0 0 -1 3 0 0 0
[pid=27732/tid=27773] ppid=27730 vsize=15771864 CPUtime=42.88 cores=1,3,5,7
/proc/27732/task/27773/stat : 27773 (java) R 27730 27732 27699 0 -1 4202560 16292 0 0 0 4286 2 0 0 25 0 22 0 529243816 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505817437 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27732/tid=27774] ppid=27730 vsize=15771864 CPUtime=42.93 cores=1,3,5,7
/proc/27732/task/27774/stat : 27774 (java) R 27730 27732 27699 0 -1 4202560 16644 0 0 0 4291 2 0 0 25 0 22 0 529243816 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505673173 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27732/tid=27775] ppid=27730 vsize=15771864 CPUtime=42.39 cores=1,3,5,7
/proc/27732/task/27775/stat : 27775 (java) R 27730 27732 27699 0 -1 4202560 11843 0 0 0 4237 2 0 0 25 0 22 0 529243816 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 46912505673097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=15771864 CPUtime=42.26 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4202560 6658 0 0 0 4225 1 0 0 25 0 22 0 529243816 16150388736 57423 33554432000 1073741824 1073778376 140735922345120 18446744073709551615 216646331289 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 174.36
Current children cumulated vsize (KiB) 15771864

[startup+44.2008 s]
/proc/loadavg: 6.22 7.18 7.68 9/220 27781
/proc/meminfo: memFree=17887548/32951124 swapFree=67111528/67111528
[pid=27732] ppid=27730 vsize=0 CPUtime=174.7 cores=1,3,5,7
/proc/27732/stat : 27732 (java) Z 27730 27732 27699 0 -1 4203548 110169 0 1 0 17445 25 0 0 18 0 2 0 529243790 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27732/statm: 0 0 0 0 0 0 0
[pid=27732/tid=27776] ppid=27730 vsize=0 CPUtime=42.29 cores=1,3,5,7
/proc/27732/task/27776/stat : 27776 (java) R 27730 27732 27699 0 -1 4203588 6658 0 0 0 4228 1 0 0 25 0 2 0 529243816 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 174.7
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 44.2109
CPU time (s): 174.724
CPU user time (s): 174.457
CPU system time (s): 0.266959
CPU usage (%): 395.206
Max. virtual memory (cumulated for all children) (KiB): 15774436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.457
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110169
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= 17045
involuntary context switches= 7939

runsolver used 0.076988 second user time and 0.171973 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 17:13:32
IDJOB=3311589
IDBENCH=82974
IDSOLVER=1698
FILE ID=node103/3311589-1304176412
RUNJOBID= node103-1304176412-27718
PBS_JOBID= 13172417
Free space on /tmp= 72608 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311589-1304176412/watcher-3311589-1304176412 -o /tmp/evaluation-result-3311589-1304176412/solver-3311589-1304176412 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311589-1304176412.cnf -hbr 2

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

MD5SUM BENCH= f54f75ab88c77b4cc676aaab44569f75
RANDOM SEED=717360292

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      18752568 kB
Buffers:       2152280 kB
Cached:       11395000 kB
SwapCached:          0 kB
Active:        5678388 kB
Inactive:      7932644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18752568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1832 kB
Writeback:           0 kB
AnonPages:       63720 kB
Mapped:          14408 kB
Slab:           520848 kB
PageTables:       4580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185264 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= 72604 MiB
End job on node103 at 2011-04-30 17:14:16