Trace number 3312405

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? (TO) 4800.73 1204.13

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
MD5SUM7d95438154723bef0aaca7f7f26ea8e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.34849
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	47:52 INFO : Reading from input HOME/instance-3312405-1304113672.cnf
0.62/0.45	Executor set job limit to 1000000
0.62/0.45	Executor set job limit to 1000000
0.62/0.45	Executor set job limit to 1000000
0.62/0.45	Executor set job limit to 1000000
0.62/0.45	Starting Executor!
0.62/0.45	Starting Executor!
0.62/0.45	Starting Executor!
0.62/0.45	Starting Executor!
2.30/1.19	47:53 INFO : 9972 variables remaining out of 10000
2.30/1.19	47:53 INFO : 167268 literals remaining out of 168000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3312405-1304113672/watcher-3312405-1304113672 -o /tmp/evaluation-result-3312405-1304113672/solver-3312405-1304113672 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312405-1304113672.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: 6.91 7.84 7.94 2/186 5654
/proc/meminfo: memFree=24787312/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 1422 0 0 0 0 0 0 0 24 0 2 0 601597675 27824128 893 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 6793 893 684 9 0 381 0
[pid=5654/tid=5656] ppid=5652 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) R 5652 5654 4980 0 -1 4202560 90 0 0 0 0 0 0 0 25 0 2 0 601597675 31313920 915 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252453103381 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0343191 s]
/proc/loadavg: 6.91 7.84 7.94 2/186 5654
/proc/meminfo: memFree=24787312/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 3673 0 1 0 2 0 0 0 24 0 13 0 601597675 15978749952 3113 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3901062 3114 1677 9 0 3891810 0
[pid=5654/tid=5656] ppid=5652 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) R 5652 5654 4980 0 -1 4202560 2284 0 1 0 2 0 0 0 25 0 13 0 601597675 15978749952 3114 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469892555 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100308 s]
/proc/loadavg: 6.91 7.84 7.94 2/186 5654
/proc/meminfo: memFree=24787312/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15676884 CPUtime=0.1 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 5616 0 1 0 9 1 0 0 24 0 18 0 601597675 16053129216 5056 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3919221 5056 2117 9 0 3909940 0
[pid=5654/tid=5656] ppid=5652 vsize=15676884 CPUtime=0.08 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) R 5652 5654 4980 0 -1 4202560 3497 0 1 0 8 0 0 0 18 0 18 0 601597675 16053129216 5057 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 47807414383363 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676884

[startup+0.300308 s]
/proc/loadavg: 6.91 7.84 7.94 2/186 5654
/proc/meminfo: memFree=24787312/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15680832 CPUtime=0.52 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 15886 0 1 0 50 2 0 0 24 0 18 0 601597675 16057171968 14343 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3920208 14350 2206 9 0 3910927 0
[pid=5654/tid=5656] ppid=5652 vsize=15680832 CPUtime=0.28 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) R 5652 5654 4980 0 -1 4202560 11064 0 1 0 27 1 0 0 18 0 18 0 601597675 16057171968 14354 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505640403 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680832

[startup+0.700217 s]
/proc/loadavg: 6.91 7.84 7.94 2/186 5654
/proc/meminfo: memFree=24787312/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15699008 CPUtime=1.21 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 44144 0 1 0 116 5 0 0 24 0 22 0 601597675 16075784192 40973 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3924752 40973 2254 9 0 3915471 0
[pid=5654/tid=5656] ppid=5652 vsize=15699008 CPUtime=0.68 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) R 5652 5654 4980 0 -1 4202560 33957 0 1 0 64 4 0 0 20 0 22 0 601597675 16075784192 40973 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505203263 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 15699008

[startup+1.50599 s]
/proc/loadavg: 6.91 7.84 7.94 9/220 5688
/proc/meminfo: memFree=24478528/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15710512 CPUtime=3.33 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 54560 0 1 0 326 7 0 0 24 0 22 0 601597675 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3927628 45453 2274 9 0 3918347 0
[pid=5654/tid=5656] ppid=5652 vsize=15710512 CPUtime=1.17 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) S 5652 5654 4980 0 -1 4202560 34016 0 1 0 113 4 0 0 21 0 22 0 601597675 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5660] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5660/stat : 5660 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5661] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5661/stat : 5661 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5662] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 363 0 0 0 0 0 0 0 18 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 59 0 0 0 0 0 0 0 21 0 22 0 601597676 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5668] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5668/stat : 5668 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601597677 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 0 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5669] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5669/stat : 5669 (java) S 5652 5654 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5670] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5670/stat : 5670 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5676] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5676/stat : 5676 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469889457 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5677] ppid=5652 vsize=15710512 CPUtime=0.86 cores=0,2,4,6
/proc/5654/task/5677/stat : 5677 (java) S 5652 5654 4980 0 -1 4202560 10571 0 0 0 86 0 0 0 16 0 22 0 601597679 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5678] ppid=5652 vsize=15710512 CPUtime=0.77 cores=0,2,4,6
/proc/5654/task/5678/stat : 5678 (java) S 5652 5654 4980 0 -1 4202560 8064 0 0 0 76 1 0 0 15 0 22 0 601597679 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5679] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5679/stat : 5679 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5680] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5680/stat : 5680 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601597679 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5685] ppid=5652 vsize=15710512 CPUtime=0.12 cores=0,2,4,6
/proc/5654/task/5685/stat : 5685 (java) S 5652 5654 4980 0 -1 4202560 45 0 0 0 12 0 0 0 15 0 22 0 601597720 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=15710512 CPUtime=0.05 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 22 0 601597720 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506265797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5654/tid=5687] ppid=5652 vsize=15710512 CPUtime=0.16 cores=0,2,4,6
/proc/5654/task/5687/stat : 5687 (java) R 5652 5654 4980 0 -1 4202560 14 0 0 0 16 0 0 0 15 0 22 0 601597720 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506269994 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5654/tid=5688] ppid=5652 vsize=15710512 CPUtime=0.15 cores=0,2,4,6
/proc/5654/task/5688/stat : 5688 (java) R 5652 5654 4980 0 -1 4202560 10 0 0 0 15 0 0 0 16 0 22 0 601597720 16087564288 45453 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506012915 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 15710512

[startup+3.10069 s]
/proc/loadavg: 6.91 7.84 7.94 10/220 5688
/proc/meminfo: memFree=24100208/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15710512 CPUtime=9.66 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 138455 0 1 0 949 17 0 0 24 0 22 0 601597675 16087564288 128739 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3927628 128741 2274 9 0 3918347 0
[pid=5654/tid=5656] ppid=5652 vsize=15710512 CPUtime=1.17 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) S 5652 5654 4980 0 -1 4202560 34016 0 1 0 113 4 0 0 21 0 22 0 601597675 16087564288 128743 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5660] ppid=5652 vsize=15710512 CPUtime=0.01 cores=0,2,4,6
/proc/5654/task/5660/stat : 5660 (java) S 5652 5654 4980 0 -1 4202560 4780 0 0 0 1 0 0 0 15 0 22 0 601597676 16087564288 128744 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5661] ppid=5652 vsize=15710512 CPUtime=0.01 cores=0,2,4,6
/proc/5654/task/5661/stat : 5661 (java) S 5652 5654 4980 0 -1 4202560 1898 0 0 0 1 0 0 0 15 0 22 0 601597676 16087564288 128745 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5662] ppid=5652 vsize=15710512 CPUtime=0.02 cores=0,2,4,6
/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 5866 0 0 0 2 0 0 0 15 0 22 0 601597676 16087564288 128747 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=0.03 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 6062 0 0 0 3 0 0 0 15 0 22 0 601597676 16087564288 128749 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=0.02 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 8248 0 0 0 2 0 0 0 15 0 22 0 601597676 16087564288 128750 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=0.06 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 14430 0 0 0 4 2 0 0 15 0 22 0 601597676 16087564288 128751 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=0.02 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 5898 0 0 0 2 0 0 0 15 0 22 0 601597676 16087564288 128753 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=0.04 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 8775 0 0 0 3 1 0 0 15 0 22 0 601597676 16087564288 128755 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5668] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5668/stat : 5668 (java) S 5652 5654 4980 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 601597677 16087564288 128756 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 0 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5669] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5669/stat : 5669 (java) S 5652 5654 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 128758 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5670] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5670/stat : 5670 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 128759 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5676] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5676/stat : 5676 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 128761 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469889457 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5677] ppid=5652 vsize=15710512 CPUtime=0.89 cores=0,2,4,6
/proc/5654/task/5677/stat : 5677 (java) S 5652 5654 4980 0 -1 4202560 10573 0 0 0 89 0 0 0 15 0 22 0 601597679 16087564288 128762 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5678] ppid=5652 vsize=15710512 CPUtime=0.83 cores=0,2,4,6
/proc/5654/task/5678/stat : 5678 (java) S 5652 5654 4980 0 -1 4202560 8646 0 0 0 82 1 0 0 15 0 22 0 601597679 16087564288 128764 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5679] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5679/stat : 5679 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 128766 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5680] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5680/stat : 5680 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601597679 16087564288 128768 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5685] ppid=5652 vsize=15710512 CPUtime=1.57 cores=0,2,4,6
/proc/5654/task/5685/stat : 5685 (java) R 5652 5654 4980 0 -1 4202560 5830 0 0 0 157 0 0 0 16 0 22 0 601597720 16087564288 128768 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506016297 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=15710512 CPUtime=1.52 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4202560 7413 0 0 0 152 0 0 0 16 0 22 0 601597720 16087564288 128770 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506266302 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5654/tid=5687] ppid=5652 vsize=15710512 CPUtime=1.67 cores=0,2,4,6
/proc/5654/task/5687/stat : 5687 (java) R 5652 5654 4980 0 -1 4202560 7780 0 0 0 167 0 0 0 16 0 22 0 601597720 16087564288 128772 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506090675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5654/tid=5688] ppid=5652 vsize=15710512 CPUtime=1.63 cores=0,2,4,6
/proc/5654/task/5688/stat : 5688 (java) R 5652 5654 4980 0 -1 4202560 6629 0 0 0 163 0 0 0 16 0 22 0 601597720 16087564288 128773 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506090824 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 15710512

[startup+6.30109 s]
/proc/loadavg: 7.00 7.84 7.94 11/220 5688
/proc/meminfo: memFree=22206868/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15710512 CPUtime=22.43 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 376675 0 1 0 2191 52 0 0 24 0 22 0 601597675 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3927628 366829 2274 9 0 3918347 0
[pid=5654/tid=5656] ppid=5652 vsize=15710512 CPUtime=1.17 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) S 5652 5654 4980 0 -1 4202560 34016 0 1 0 113 4 0 0 21 0 22 0 601597675 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5660] ppid=5652 vsize=15710512 CPUtime=0.04 cores=0,2,4,6
/proc/5654/task/5660/stat : 5660 (java) S 5652 5654 4980 0 -1 4202560 11380 0 0 0 3 1 0 0 15 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5661] ppid=5652 vsize=15710512 CPUtime=0.04 cores=0,2,4,6
/proc/5654/task/5661/stat : 5661 (java) S 5652 5654 4980 0 -1 4202560 7771 0 0 0 3 1 0 0 15 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5662] ppid=5652 vsize=15710512 CPUtime=0.11 cores=0,2,4,6
/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 24109 0 0 0 7 4 0 0 16 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=0.1 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 20402 0 0 0 7 3 0 0 16 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=0.11 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 28799 0 0 0 7 4 0 0 16 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=0.14 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 38733 0 0 0 9 5 0 0 16 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=0.1 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 25024 0 0 0 6 4 0 0 16 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=0.04 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 8775 0 0 0 3 1 0 0 15 0 22 0 601597676 16087564288 366829 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0

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

/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 330667 0 0 0 293 57 0 0 15 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=2.74 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 205604 0 0 0 239 35 0 0 15 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=3.1 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 235683 0 0 0 271 39 0 0 15 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=3.26 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 293207 0 0 0 275 51 0 0 16 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=3.06 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 252949 0 0 0 262 44 0 0 16 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=3.04 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 257169 0 0 0 259 45 0 0 16 0 22 0 601597676 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5668] ppid=5652 vsize=15710512 CPUtime=1.67 cores=0,2,4,6
/proc/5654/task/5668/stat : 5668 (java) S 5652 5654 4980 0 -1 4202560 102215 0 0 0 145 22 0 0 15 0 22 0 601597677 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 0 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5669] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5669/stat : 5669 (java) S 5652 5654 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5670] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5670/stat : 5670 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5676] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5676/stat : 5676 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469889457 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5677] ppid=5652 vsize=15710512 CPUtime=1.29 cores=0,2,4,6
/proc/5654/task/5677/stat : 5677 (java) S 5652 5654 4980 0 -1 4202560 10663 0 0 0 128 1 0 0 15 0 22 0 601597679 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5678] ppid=5652 vsize=15710512 CPUtime=0.86 cores=0,2,4,6
/proc/5654/task/5678/stat : 5678 (java) S 5652 5654 4980 0 -1 4202560 8648 0 0 0 85 1 0 0 16 0 22 0 601597679 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5679] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5679/stat : 5679 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5680] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5680/stat : 5680 (java) S 5652 5654 4980 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601597679 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5685] ppid=5652 vsize=15710512 CPUtime=1112.63 cores=0,2,4,6
/proc/5654/task/5685/stat : 5685 (java) R 5652 5654 4980 0 -1 4202560 132681 0 0 0 111248 15 0 0 25 0 22 0 601597720 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505583035 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=15710512 CPUtime=1107.39 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4202560 140515 0 0 0 110723 16 0 0 25 0 22 0 601597720 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505834755 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5654/tid=5687] ppid=5652 vsize=15710512 CPUtime=1112.8 cores=0,2,4,6
/proc/5654/task/5687/stat : 5687 (java) R 5652 5654 4980 0 -1 4202560 126822 0 0 0 111263 17 0 0 25 0 22 0 601597720 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505809435 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5654/tid=5688] ppid=5652 vsize=15710512 CPUtime=1111.59 cores=0,2,4,6
/proc/5654/task/5688/stat : 5688 (java) R 5652 5654 4980 0 -1 4202560 130888 0 0 0 111146 13 0 0 25 0 22 0 601597720 16087564288 1978229 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505583029 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.83
Current children cumulated vsize (KiB) 15710512

[startup+1182.3 s]
/proc/loadavg: 8.07 8.09 8.03 10/220 5728
/proc/meminfo: memFree=13942596/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15710512 CPUtime=4714.48 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 2828363 0 1 0 470980 468 0 0 24 0 22 0 601597675 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3927628 2006506 2295 9 0 3918347 0
[pid=5654/tid=5656] ppid=5652 vsize=15710512 CPUtime=1.17 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) S 5652 5654 4980 0 -1 4202560 34016 0 1 0 113 4 0 0 21 0 22 0 601597675 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5660] ppid=5652 vsize=15710512 CPUtime=3.22 cores=0,2,4,6
/proc/5654/task/5660/stat : 5660 (java) S 5652 5654 4980 0 -1 4202560 271791 0 0 0 273 49 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5661] ppid=5652 vsize=15710512 CPUtime=3.49 cores=0,2,4,6
/proc/5654/task/5661/stat : 5661 (java) S 5652 5654 4980 0 -1 4202560 265763 0 0 0 301 48 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5662] ppid=5652 vsize=15710512 CPUtime=3.59 cores=0,2,4,6
/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 331862 0 0 0 302 57 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=2.9 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 226222 0 0 0 252 38 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=3.19 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 237867 0 0 0 280 39 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=3.37 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 294560 0 0 0 286 51 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=3.18 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 254936 0 0 0 274 44 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=3.13 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 257209 0 0 0 268 45 0 0 16 0 22 0 601597676 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5668] ppid=5652 vsize=15710512 CPUtime=1.67 cores=0,2,4,6
/proc/5654/task/5668/stat : 5668 (java) S 5652 5654 4980 0 -1 4202560 102247 0 0 0 145 22 0 0 15 0 22 0 601597677 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 0 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5669] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5669/stat : 5669 (java) S 5652 5654 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5670] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5670/stat : 5670 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5676] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5676/stat : 5676 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469889457 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5677] ppid=5652 vsize=15710512 CPUtime=1.29 cores=0,2,4,6
/proc/5654/task/5677/stat : 5677 (java) S 5652 5654 4980 0 -1 4202560 10663 0 0 0 128 1 0 0 15 0 22 0 601597679 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5678] ppid=5652 vsize=15710512 CPUtime=0.86 cores=0,2,4,6
/proc/5654/task/5678/stat : 5678 (java) S 5652 5654 4980 0 -1 4202560 8648 0 0 0 85 1 0 0 16 0 22 0 601597679 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5679] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5679/stat : 5679 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5680] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5680/stat : 5680 (java) S 5652 5654 4980 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 601597679 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5685] ppid=5652 vsize=15710512 CPUtime=1172.42 cores=0,2,4,6
/proc/5654/task/5685/stat : 5685 (java) R 5652 5654 4980 0 -1 4202560 132682 0 0 0 117227 15 0 0 25 0 22 0 601597720 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506300105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=15710512 CPUtime=1167.19 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4202560 140732 0 0 0 116703 16 0 0 25 0 22 0 601597720 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505780504 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5654/tid=5687] ppid=5652 vsize=15710512 CPUtime=1172.6 cores=0,2,4,6
/proc/5654/task/5687/stat : 5687 (java) R 5652 5654 4980 0 -1 4202560 126823 0 0 0 117243 17 0 0 25 0 22 0 601597720 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505834890 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5654/tid=5688] ppid=5652 vsize=15710512 CPUtime=1171.06 cores=0,2,4,6
/proc/5654/task/5688/stat : 5688 (java) R 5652 5654 4980 0 -1 4202560 130889 0 0 0 117093 13 0 0 25 0 22 0 601597720 16087564288 2006506 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505601196 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.48
Current children cumulated vsize (KiB) 15710512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.10 8.10 8.03 5/197 5732
/proc/meminfo: memFree=16755584/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=15710512 CPUtime=4800.38 cores=0,2,4,6
/proc/5654/stat : 5654 (java) S 5652 5654 4980 0 -1 4202496 2828373 0 1 0 479570 468 0 0 24 0 22 0 601597675 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 3927628 2006500 2295 9 0 3918347 0
[pid=5654/tid=5656] ppid=5652 vsize=15710512 CPUtime=1.17 cores=0,2,4,6
/proc/5654/task/5656/stat : 5656 (java) S 5652 5654 4980 0 -1 4202560 34016 0 1 0 113 4 0 0 21 0 22 0 601597675 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5660] ppid=5652 vsize=15710512 CPUtime=3.26 cores=0,2,4,6
/proc/5654/task/5660/stat : 5660 (java) S 5652 5654 4980 0 -1 4202560 271796 0 0 0 277 49 0 0 16 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 6 0 0 0
[pid=5654/tid=5661] ppid=5652 vsize=15710512 CPUtime=3.49 cores=0,2,4,6
/proc/5654/task/5661/stat : 5661 (java) S 5652 5654 4980 0 -1 4202560 265763 0 0 0 301 48 0 0 15 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5662] ppid=5652 vsize=15710512 CPUtime=3.59 cores=0,2,4,6
/proc/5654/task/5662/stat : 5662 (java) S 5652 5654 4980 0 -1 4202560 331862 0 0 0 302 57 0 0 15 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5663] ppid=5652 vsize=15710512 CPUtime=2.9 cores=0,2,4,6
/proc/5654/task/5663/stat : 5663 (java) S 5652 5654 4980 0 -1 4202560 226222 0 0 0 252 38 0 0 15 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5664] ppid=5652 vsize=15710512 CPUtime=3.23 cores=0,2,4,6
/proc/5654/task/5664/stat : 5664 (java) S 5652 5654 4980 0 -1 4202560 237867 0 0 0 284 39 0 0 16 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5665] ppid=5652 vsize=15710512 CPUtime=3.39 cores=0,2,4,6
/proc/5654/task/5665/stat : 5665 (java) S 5652 5654 4980 0 -1 4202560 294560 0 0 0 288 51 0 0 16 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5666] ppid=5652 vsize=15710512 CPUtime=3.22 cores=0,2,4,6
/proc/5654/task/5666/stat : 5666 (java) S 5652 5654 4980 0 -1 4202560 254936 0 0 0 278 44 0 0 16 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5667] ppid=5652 vsize=15710512 CPUtime=3.14 cores=0,2,4,6
/proc/5654/task/5667/stat : 5667 (java) S 5652 5654 4980 0 -1 4202560 257209 0 0 0 269 45 0 0 16 0 22 0 601597676 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5668] ppid=5652 vsize=15710512 CPUtime=1.67 cores=0,2,4,6
/proc/5654/task/5668/stat : 5668 (java) S 5652 5654 4980 0 -1 4202560 102249 0 0 0 145 22 0 0 15 0 22 0 601597677 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 0 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5669] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5669/stat : 5669 (java) S 5652 5654 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5670] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5670/stat : 5670 (java) S 5652 5654 4980 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 601597677 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5676] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5676/stat : 5676 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469889457 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5677] ppid=5652 vsize=15710512 CPUtime=1.29 cores=0,2,4,6
/proc/5654/task/5677/stat : 5677 (java) S 5652 5654 4980 0 -1 4202560 10663 0 0 0 128 1 0 0 15 0 22 0 601597679 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 0 0 0 0
[pid=5654/tid=5678] ppid=5652 vsize=15710512 CPUtime=0.86 cores=0,2,4,6
/proc/5654/task/5678/stat : 5678 (java) S 5652 5654 4980 0 -1 4202560 8648 0 0 0 85 1 0 0 16 0 22 0 601597679 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5679] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5679/stat : 5679 (java) S 5652 5654 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601597679 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469881753 0 4 0 16800975 18446604453870895360 0 0 -1 4 0 0 0
[pid=5654/tid=5680] ppid=5652 vsize=15710512 CPUtime=0 cores=0,2,4,6
/proc/5654/task/5680/stat : 5680 (java) S 5652 5654 4980 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601597679 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 252469882368 0 4 0 16800975 18446604453870895360 0 0 -1 2 0 0 0
[pid=5654/tid=5685] ppid=5652 vsize=15710512 CPUtime=1193.89 cores=0,2,4,6
/proc/5654/task/5685/stat : 5685 (java) R 5652 5654 4980 0 -1 4202560 132682 0 0 0 119374 15 0 0 25 0 22 0 601597720 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505808813 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=15710512 CPUtime=1188.66 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4202560 140733 0 0 0 118850 16 0 0 25 0 22 0 601597720 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505780480 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5654/tid=5687] ppid=5652 vsize=15710512 CPUtime=1194.07 cores=0,2,4,6
/proc/5654/task/5687/stat : 5687 (java) R 5652 5654 4980 0 -1 4202560 126823 0 0 0 119390 17 0 0 25 0 22 0 601597720 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912505583093 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5654/tid=5688] ppid=5652 vsize=15710512 CPUtime=1192.4 cores=0,2,4,6
/proc/5654/task/5688/stat : 5688 (java) R 5652 5654 4980 0 -1 4202560 130889 0 0 0 119227 13 0 0 25 0 22 0 601597720 16087564288 2006500 33554432000 1073741824 1073778376 140734171124048 18446744073709551615 46912506239082 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15710512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1204 s]
/proc/loadavg: 8.10 8.10 8.03 5/197 5732
/proc/meminfo: memFree=16755584/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=0 CPUtime=4800.59 cores=0,2,4,6
/proc/5654/stat : 5654 (java) Z 5652 5654 4980 0 -1 4203548 2828400 0 1 0 479572 487 0 0 18 0 2 0 601597675 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 0 0 0 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=0 CPUtime=1188.86 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4203588 140733 0 0 0 118851 35 0 0 25 0 2 0 601597720 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.59
Current children cumulated vsize (KiB) 0

[startup+1204.1 s]
/proc/loadavg: 8.10 8.10 8.03 5/197 5732
/proc/meminfo: memFree=16755584/32951124 swapFree=67111348/67111528
[pid=5654] ppid=5652 vsize=0 CPUtime=4800.69 cores=0,2,4,6
/proc/5654/stat : 5654 (java) Z 5652 5654 4980 0 -1 4203548 2828400 0 1 0 479572 497 0 0 18 0 2 0 601597675 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5654/statm: 0 0 0 0 0 0 0
[pid=5654/tid=5686] ppid=5652 vsize=0 CPUtime=1188.96 cores=0,2,4,6
/proc/5654/task/5686/stat : 5686 (java) R 5652 5654 4980 0 -1 4203588 140733 0 0 0 118851 45 0 0 25 0 2 0 601597720 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.69
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1204.13
CPU time (s): 4800.73
CPU user time (s): 4795.73
CPU system time (s): 5.00124
CPU usage (%): 398.69
Max. virtual memory (cumulated for all children) (KiB): 15713292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.73
system time used= 5.00124
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2828400
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= 32054
involuntary context switches= 68361

runsolver used 2.04369 second user time and 4.5743 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 23:47:52
IDJOB=3312405
IDBENCH=82590
IDSOLVER=1699
FILE ID=node111/3312405-1304113672
RUNJOBID= node111-1304113672-5625
PBS_JOBID= 13170676
Free space on /tmp= 70896 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312405-1304113672/watcher-3312405-1304113672 -o /tmp/evaluation-result-3312405-1304113672/solver-3312405-1304113672 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312405-1304113672.cnf

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

MD5SUM BENCH= 7d95438154723bef0aaca7f7f26ea8e2
RANDOM SEED=206307239

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24787832 kB
Buffers:       1284608 kB
Cached:        6321936 kB
SwapCached:        124 kB
Active:        3285432 kB
Inactive:      4389708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24787832 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4424 kB
Writeback:           0 kB
AnonPages:       67416 kB
Mapped:          20308 kB
Slab:           425808 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   761052 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= 70892 MiB
End job on node111 at 2011-04-30 00:07:58