Trace number 3312500

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.72 1205.86

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
MD5SUMd6c81b59e209c449a4578a840944dc82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4941
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	06:58 INFO : Reading from input HOME/instance-3312500-1304118417.cnf
0.82/0.60	Executor set job limit to 1000000
0.82/0.60	Executor set job limit to 1000000
0.82/0.60	Executor set job limit to 1000000
0.82/0.60	Executor set job limit to 1000000
0.82/0.60	Starting Executor!
0.82/0.60	Starting Executor!
0.82/0.60	Starting Executor!
0.82/0.60	Starting Executor!
2.98/1.69	06:59 INFO : 19918 variables remaining out of 20000
2.98/1.69	06:59 INFO : 333708 literals remaining out of 336000

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

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

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


[startup+0 s]
/proc/loadavg: 7.49 7.94 7.46 4/194 20338
/proc/meminfo: memFree=21147400/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 1421 0 0 0 0 0 0 0 22 0 2 0 504257370 27824128 890 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 6793 894 684 9 0 381 0
[pid=20338/tid=20339] ppid=20336 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 68 0 0 0 0 0 0 0 24 0 2 0 504257371 29065216 896 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264721425593 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0207629 s]
/proc/loadavg: 7.49 7.94 7.46 4/194 20338
/proc/meminfo: memFree=21147400/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 3303 0 1 0 0 1 0 0 22 0 11 0 504257370 15976509440 2743 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3900515 2743 1598 9 0 3891263 0
[pid=20338/tid=20339] ppid=20336 vsize=15602060 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 1934 0 1 0 0 0 0 0 25 0 11 0 504257371 15976509440 2743 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738231755 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.104764 s]
/proc/loadavg: 7.49 7.94 7.46 4/194 20338
/proc/meminfo: memFree=21147400/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15676680 CPUtime=0.11 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 5712 0 1 0 10 1 0 0 22 0 18 0 504257370 16052920320 5120 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3919170 5121 2120 9 0 3909889 0
[pid=20338/tid=20339] ppid=20336 vsize=15676680 CPUtime=0.08 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 3535 0 1 0 8 0 0 0 18 0 18 0 504257371 16052920320 5122 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 47129817455715 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676680

[startup+0.300716 s]
/proc/loadavg: 7.49 7.94 7.46 4/194 20338
/proc/meminfo: memFree=21147400/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15680024 CPUtime=0.51 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 16103 0 1 0 48 3 0 0 22 0 18 0 504257370 16056344576 14614 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3920006 14621 2207 9 0 3910725 0
[pid=20338/tid=20339] ppid=20336 vsize=15680024 CPUtime=0.28 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 11041 0 1 0 26 2 0 0 18 0 18 0 504257371 16056344576 14624 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505641427 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680024

[startup+0.70064 s]
/proc/loadavg: 7.49 7.94 7.46 4/194 20338
/proc/meminfo: memFree=21147400/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15684136 CPUtime=1.03 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 42814 0 1 0 98 5 0 0 22 0 22 0 504257370 16060555264 41322 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3921034 41322 2240 9 0 3911753 0
[pid=20338/tid=20339] ppid=20336 vsize=15684136 CPUtime=0.67 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 35620 0 1 0 63 4 0 0 19 0 22 0 504257371 16060555264 41322 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505659955 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 15684136

[startup+1.50149 s]
/proc/loadavg: 7.49 7.94 7.46 8/220 20365
/proc/meminfo: memFree=20798196/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15714320 CPUtime=2.76 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 56436 0 1 0 269 7 0 0 22 0 22 0 504257370 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3928580 49176 2266 9 0 3919299 0
[pid=20338/tid=20339] ppid=20336 vsize=15714320 CPUtime=1.48 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) R 20336 20338 19501 0 -1 4202560 35663 0 1 0 144 4 0 0 21 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506021884 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20338/tid=20341] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20341/stat : 20341 (java) S 20336 20338 19501 0 -1 4202560 446 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20342] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 553 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 802 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 165 0 0 0 0 0 0 0 19 0 22 0 504257371 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20349] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20349/stat : 20349 (java) S 20336 20338 19501 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 504257372 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 0 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20350] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20350/stat : 20350 (java) S 20336 20338 19501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20351] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20351/stat : 20351 (java) S 20336 20338 19501 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20352] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20352/stat : 20352 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504257375 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738228657 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20353] ppid=20336 vsize=15714320 CPUtime=0.44 cores=1,3,5,7
/proc/20338/task/20353/stat : 20353 (java) S 20336 20338 19501 0 -1 4202560 3923 0 0 0 44 0 0 0 16 0 22 0 504257375 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20354] ppid=20336 vsize=15714320 CPUtime=0.8 cores=1,3,5,7
/proc/20338/task/20354/stat : 20354 (java) S 20336 20338 19501 0 -1 4202560 13440 0 0 0 79 1 0 0 16 0 22 0 504257375 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20355] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20355/stat : 20355 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 504257375 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20356] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20356/stat : 20356 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504257375 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20361] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20361/stat : 20361 (java) S 20336 20338 19501 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 504257430 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20362] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20362/stat : 20362 (java) S 20336 20338 19501 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 504257430 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20363] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20363/stat : 20363 (java) S 20336 20338 19501 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 504257431 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20364] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20364/stat : 20364 (java) S 20336 20338 19501 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 504257431 16091463680 49176 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 15714320

[startup+3.1012 s]
/proc/loadavg: 7.49 7.94 7.46 8/220 20365
/proc/meminfo: memFree=20704824/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15714320 CPUtime=7.67 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 110079 0 1 0 753 14 0 0 22 0 22 0 504257370 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3928580 101977 2275 9 0 3919299 0
[pid=20338/tid=20339] ppid=20336 vsize=15714320 CPUtime=1.67 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) S 20336 20338 19501 0 -1 4202560 35686 0 1 0 163 4 0 0 21 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20341] ppid=20336 vsize=15714320 CPUtime=0.01 cores=1,3,5,7
/proc/20338/task/20341/stat : 20341 (java) S 20336 20338 19501 0 -1 4202560 3215 0 0 0 1 0 0 0 16 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20342] ppid=20336 vsize=15714320 CPUtime=0.04 cores=1,3,5,7
/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 8230 0 0 0 4 0 0 0 15 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 1909 0 0 0 0 0 0 0 15 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=0.07 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 9757 0 0 0 6 1 0 0 15 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=0.06 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 8358 0 0 0 5 1 0 0 15 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=0.07 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 10072 0 0 0 6 1 0 0 16 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=0.03 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 8152 0 0 0 3 0 0 0 16 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=0.03 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 5136 0 0 0 3 0 0 0 15 0 22 0 504257371 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20349] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20349/stat : 20349 (java) S 20336 20338 19501 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 0 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20350] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20350/stat : 20350 (java) S 20336 20338 19501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20351] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20351/stat : 20351 (java) S 20336 20338 19501 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20352] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20352/stat : 20352 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504257375 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738228657 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20353] ppid=20336 vsize=15714320 CPUtime=0.68 cores=1,3,5,7
/proc/20338/task/20353/stat : 20353 (java) S 20336 20338 19501 0 -1 4202560 4442 0 0 0 67 1 0 0 15 0 22 0 504257375 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20354] ppid=20336 vsize=15714320 CPUtime=1.17 cores=1,3,5,7
/proc/20338/task/20354/stat : 20354 (java) S 20336 20338 19501 0 -1 4202560 13518 0 0 0 116 1 0 0 15 0 22 0 504257375 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20355] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20355/stat : 20355 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 504257375 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20356] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20356/stat : 20356 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504257375 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20361] ppid=20336 vsize=15714320 CPUtime=0.88 cores=1,3,5,7
/proc/20338/task/20361/stat : 20361 (java) R 20336 20338 19501 0 -1 4202560 15 0 0 0 88 0 0 0 16 0 22 0 504257430 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506283119 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20338/tid=20362] ppid=20336 vsize=15714320 CPUtime=0.71 cores=1,3,5,7
/proc/20338/task/20362/stat : 20362 (java) R 20336 20338 19501 0 -1 4202560 7 0 0 0 71 0 0 0 16 0 22 0 504257430 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506054716 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20338/tid=20363] ppid=20336 vsize=15714320 CPUtime=1.08 cores=1,3,5,7
/proc/20338/task/20363/stat : 20363 (java) R 20336 20338 19501 0 -1 4202560 18 0 0 0 108 0 0 0 16 0 22 0 504257431 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506284283 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20338/tid=20364] ppid=20336 vsize=15714320 CPUtime=1.02 cores=1,3,5,7
/proc/20338/task/20364/stat : 20364 (java) R 20336 20338 19501 0 -1 4202560 19 0 0 0 102 0 0 0 16 0 22 0 504257431 16091463680 101977 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506146755 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 15714320

[startup+6.30155 s]
/proc/loadavg: 7.61 7.95 7.47 10/220 20365
/proc/meminfo: memFree=19139996/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15714320 CPUtime=20.44 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 266864 0 1 0 2004 40 0 0 22 0 22 0 504257370 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3928580 258691 2275 9 0 3919299 0
[pid=20338/tid=20339] ppid=20336 vsize=15714320 CPUtime=1.67 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) S 20336 20338 19501 0 -1 4202560 35686 0 1 0 163 4 0 0 21 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20341] ppid=20336 vsize=15714320 CPUtime=0.09 cores=1,3,5,7
/proc/20338/task/20341/stat : 20341 (java) S 20336 20338 19501 0 -1 4202560 21646 0 0 0 6 3 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20342] ppid=20336 vsize=15714320 CPUtime=0.09 cores=1,3,5,7
/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 13243 0 0 0 8 1 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=0.08 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 14989 0 0 0 6 2 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=0.1 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 12442 0 0 0 8 2 0 0 16 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=0.13 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 22092 0 0 0 10 3 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=0.17 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 31018 0 0 0 12 5 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=0.14 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 26945 0 0 0 10 4 0 0 15 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=0.15 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 32244 0 0 0 10 5 0 0 16 0 22 0 504257371 16091463680 258691 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0

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

/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 290924 0 0 0 439 49 0 0 16 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=4.77 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 294328 0 0 0 431 46 0 0 16 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=4.05 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 376028 0 0 0 341 64 0 0 15 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=5.18 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 384920 0 0 0 455 63 0 0 15 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=4.92 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 406261 0 0 0 424 68 0 0 15 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=4.62 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 385266 0 0 0 399 63 0 0 15 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=3.79 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 241301 0 0 0 338 41 0 0 16 0 22 0 504257371 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20349] ppid=20336 vsize=15714320 CPUtime=2.97 cores=1,3,5,7
/proc/20338/task/20349/stat : 20349 (java) S 20336 20338 19501 0 -1 4202560 474382 0 0 0 250 47 0 0 15 0 22 0 504257372 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 0 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20350] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20350/stat : 20350 (java) S 20336 20338 19501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20351] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20351/stat : 20351 (java) S 20336 20338 19501 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20352] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20352/stat : 20352 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504257375 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738228657 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20353] ppid=20336 vsize=15714320 CPUtime=0.78 cores=1,3,5,7
/proc/20338/task/20353/stat : 20353 (java) S 20336 20338 19501 0 -1 4202560 4458 0 0 0 77 1 0 0 15 0 22 0 504257375 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20354] ppid=20336 vsize=15714320 CPUtime=1.56 cores=1,3,5,7
/proc/20338/task/20354/stat : 20354 (java) S 20336 20338 19501 0 -1 4202560 13597 0 0 0 155 1 0 0 16 0 22 0 504257375 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20355] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20355/stat : 20355 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 504257375 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20356] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20356/stat : 20356 (java) S 20336 20338 19501 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 504257375 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20361] ppid=20336 vsize=15714320 CPUtime=1106.43 cores=1,3,5,7
/proc/20338/task/20361/stat : 20361 (java) R 20336 20338 19501 0 -1 4202560 90866 0 0 0 110632 11 0 0 25 0 22 0 504257430 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505746261 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20338/tid=20362] ppid=20336 vsize=15714320 CPUtime=1106.59 cores=1,3,5,7
/proc/20338/task/20362/stat : 20362 (java) R 20336 20338 19501 0 -1 4202560 96949 0 0 0 110649 10 0 0 25 0 22 0 504257430 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505817460 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20338/tid=20363] ppid=20336 vsize=15714320 CPUtime=1106.48 cores=1,3,5,7
/proc/20338/task/20363/stat : 20363 (java) R 20336 20338 19501 0 -1 4202560 93692 0 0 0 110636 12 0 0 25 0 22 0 504257431 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505788492 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20338/tid=20364] ppid=20336 vsize=15714320 CPUtime=1104.86 cores=1,3,5,7
/proc/20338/task/20364/stat : 20364 (java) R 20336 20338 19501 0 -1 4202560 84929 0 0 0 110476 10 0 0 25 0 22 0 504257431 16091463680 3332401 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505816813 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4468.43
Current children cumulated vsize (KiB) 15714320

[startup+1182.3 s]
/proc/loadavg: 8.14 8.14 7.92 9/220 20399
/proc/meminfo: memFree=8083792/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15714320 CPUtime=4707.98 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 3640747 0 1 0 470234 564 0 0 22 0 22 0 504257370 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3928580 3178410 2293 9 0 3919299 0
[pid=20338/tid=20339] ppid=20336 vsize=15714320 CPUtime=1.67 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) S 20336 20338 19501 0 -1 4202560 35686 0 1 0 163 4 0 0 21 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20341] ppid=20336 vsize=15714320 CPUtime=4.99 cores=1,3,5,7
/proc/20338/task/20341/stat : 20341 (java) S 20336 20338 19501 0 -1 4202560 354322 0 0 0 440 59 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20342] ppid=20336 vsize=15714320 CPUtime=5.15 cores=1,3,5,7
/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 291822 0 0 0 466 49 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=4.89 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 295472 0 0 0 442 47 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=4.27 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 382847 0 0 0 362 65 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=5.33 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 386678 0 0 0 469 64 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=5.09 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 406294 0 0 0 441 68 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=4.82 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 385989 0 0 0 419 63 0 0 15 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=3.87 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 241302 0 0 0 346 41 0 0 16 0 22 0 504257371 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20349] ppid=20336 vsize=15714320 CPUtime=3 cores=1,3,5,7
/proc/20338/task/20349/stat : 20349 (java) S 20336 20338 19501 0 -1 4202560 474384 0 0 0 251 49 0 0 15 0 22 0 504257372 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 0 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20350] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20350/stat : 20350 (java) S 20336 20338 19501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20351] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20351/stat : 20351 (java) S 20336 20338 19501 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20352] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20352/stat : 20352 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504257375 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738228657 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20353] ppid=20336 vsize=15714320 CPUtime=0.78 cores=1,3,5,7
/proc/20338/task/20353/stat : 20353 (java) S 20336 20338 19501 0 -1 4202560 4458 0 0 0 77 1 0 0 15 0 22 0 504257375 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20354] ppid=20336 vsize=15714320 CPUtime=1.56 cores=1,3,5,7
/proc/20338/task/20354/stat : 20354 (java) S 20336 20338 19501 0 -1 4202560 13597 0 0 0 155 1 0 0 16 0 22 0 504257375 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20355] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20355/stat : 20355 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 504257375 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20356] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20356/stat : 20356 (java) S 20336 20338 19501 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 504257375 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20361] ppid=20336 vsize=15714320 CPUtime=1165.7 cores=1,3,5,7
/proc/20338/task/20361/stat : 20361 (java) R 20336 20338 19501 0 -1 4202560 90867 0 0 0 116559 11 0 0 25 0 22 0 504257430 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505746240 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20338/tid=20362] ppid=20336 vsize=15714320 CPUtime=1166.18 cores=1,3,5,7
/proc/20338/task/20362/stat : 20362 (java) R 20336 20338 19501 0 -1 4202560 96949 0 0 0 116608 10 0 0 25 0 22 0 504257430 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505816813 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20338/tid=20363] ppid=20336 vsize=15714320 CPUtime=1166.07 cores=1,3,5,7
/proc/20338/task/20363/stat : 20363 (java) R 20336 20338 19501 0 -1 4202560 93694 0 0 0 116595 12 0 0 25 0 22 0 504257431 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505817417 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20338/tid=20364] ppid=20336 vsize=15714320 CPUtime=1164.45 cores=1,3,5,7
/proc/20338/task/20364/stat : 20364 (java) R 20336 20338 19501 0 -1 4202560 84931 0 0 0 116434 11 0 0 25 0 22 0 504257431 16091463680 3178410 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4707.98
Current children cumulated vsize (KiB) 15714320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.09 8.12 7.92 9/220 20400
/proc/meminfo: memFree=8260984/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=15714320 CPUtime=4800.23 cores=1,3,5,7
/proc/20338/stat : 20338 (java) S 20336 20338 19501 0 -1 4202496 3645474 0 1 0 479457 566 0 0 22 0 22 0 504257370 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 3928580 3128023 2293 9 0 3919299 0
[pid=20338/tid=20339] ppid=20336 vsize=15714320 CPUtime=1.67 cores=1,3,5,7
/proc/20338/task/20339/stat : 20339 (java) S 20336 20338 19501 0 -1 4202560 35686 0 1 0 163 4 0 0 21 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20341] ppid=20336 vsize=15714320 CPUtime=5.12 cores=1,3,5,7
/proc/20338/task/20341/stat : 20341 (java) S 20336 20338 19501 0 -1 4202560 355565 0 0 0 453 59 0 0 16 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20342] ppid=20336 vsize=15714320 CPUtime=5.26 cores=1,3,5,7
/proc/20338/task/20342/stat : 20342 (java) S 20336 20338 19501 0 -1 4202560 293093 0 0 0 477 49 0 0 16 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20343] ppid=20336 vsize=15714320 CPUtime=4.9 cores=1,3,5,7
/proc/20338/task/20343/stat : 20343 (java) S 20336 20338 19501 0 -1 4202560 295472 0 0 0 443 47 0 0 15 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20344] ppid=20336 vsize=15714320 CPUtime=4.35 cores=1,3,5,7
/proc/20338/task/20344/stat : 20344 (java) S 20336 20338 19501 0 -1 4202560 383957 0 0 0 370 65 0 0 16 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20345] ppid=20336 vsize=15714320 CPUtime=5.34 cores=1,3,5,7
/proc/20338/task/20345/stat : 20345 (java) S 20336 20338 19501 0 -1 4202560 386678 0 0 0 470 64 0 0 15 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20346] ppid=20336 vsize=15714320 CPUtime=5.09 cores=1,3,5,7
/proc/20338/task/20346/stat : 20346 (java) S 20336 20338 19501 0 -1 4202560 406294 0 0 0 441 68 0 0 15 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20347] ppid=20336 vsize=15714320 CPUtime=4.86 cores=1,3,5,7
/proc/20338/task/20347/stat : 20347 (java) S 20336 20338 19501 0 -1 4202560 385989 0 0 0 423 63 0 0 15 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 7 0 0 0
[pid=20338/tid=20348] ppid=20336 vsize=15714320 CPUtime=4 cores=1,3,5,7
/proc/20338/task/20348/stat : 20348 (java) S 20336 20338 19501 0 -1 4202560 242399 0 0 0 358 42 0 0 16 0 22 0 504257371 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20349] ppid=20336 vsize=15714320 CPUtime=3.01 cores=1,3,5,7
/proc/20338/task/20349/stat : 20349 (java) S 20336 20338 19501 0 -1 4202560 474386 0 0 0 251 50 0 0 15 0 22 0 504257372 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 0 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20350] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20350/stat : 20350 (java) S 20336 20338 19501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20351] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20351/stat : 20351 (java) S 20336 20338 19501 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 504257372 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20352] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20352/stat : 20352 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504257375 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738228657 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20353] ppid=20336 vsize=15714320 CPUtime=0.78 cores=1,3,5,7
/proc/20338/task/20353/stat : 20353 (java) S 20336 20338 19501 0 -1 4202560 4458 0 0 0 77 1 0 0 15 0 22 0 504257375 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20354] ppid=20336 vsize=15714320 CPUtime=1.56 cores=1,3,5,7
/proc/20338/task/20354/stat : 20354 (java) S 20336 20338 19501 0 -1 4202560 13597 0 0 0 155 1 0 0 16 0 22 0 504257375 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 3 0 0 0
[pid=20338/tid=20355] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20355/stat : 20355 (java) S 20336 20338 19501 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 504257375 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738220953 0 4 0 16800975 18446604462822132800 0 0 -1 5 0 0 0
[pid=20338/tid=20356] ppid=20336 vsize=15714320 CPUtime=0 cores=1,3,5,7
/proc/20338/task/20356/stat : 20356 (java) S 20336 20338 19501 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 504257375 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 264738221568 0 4 0 16800975 18446604462822132800 0 0 -1 1 0 0 0
[pid=20338/tid=20361] ppid=20336 vsize=15714320 CPUtime=1188.54 cores=1,3,5,7
/proc/20338/task/20361/stat : 20361 (java) R 20336 20338 19501 0 -1 4202560 90867 0 0 0 118843 11 0 0 25 0 22 0 504257430 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912506264247 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20338/tid=20362] ppid=20336 vsize=15714320 CPUtime=1189.15 cores=1,3,5,7
/proc/20338/task/20362/stat : 20362 (java) R 20336 20338 19501 0 -1 4202560 96949 0 0 0 118905 10 0 0 25 0 22 0 504257430 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505584000 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20338/tid=20363] ppid=20336 vsize=15714320 CPUtime=1189.04 cores=1,3,5,7
/proc/20338/task/20363/stat : 20363 (java) R 20336 20338 19501 0 -1 4202560 93694 0 0 0 118892 12 0 0 25 0 22 0 504257431 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505804596 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20338/tid=20364] ppid=20336 vsize=15714320 CPUtime=1187.42 cores=1,3,5,7
/proc/20338/task/20364/stat : 20364 (java) R 20336 20338 19501 0 -1 4202560 84933 0 0 0 118731 11 0 0 25 0 22 0 504257431 16091463680 3128023 33554432000 1073741824 1073778376 140736698026832 18446744073709551615 46912505584048 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15714320

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

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

[startup+1205.7 s]
/proc/loadavg: 8.09 8.12 7.92 9/220 20400
/proc/meminfo: memFree=8260984/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=0 CPUtime=4800.55 cores=1,3,5,7
/proc/20338/stat : 20338 (java) Z 20336 20338 19501 0 -1 4203548 3645500 0 1 0 479460 595 0 0 17 0 2 0 504257370 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.55
Current children cumulated vsize (KiB) 0

[startup+1205.8 s]
/proc/loadavg: 8.09 8.12 7.92 6/201 20403
/proc/meminfo: memFree=19267748/32951124 swapFree=67111524/67111528
[pid=20338] ppid=20336 vsize=0 CPUtime=4800.65 cores=1,3,5,7
/proc/20338/stat : 20338 (java) Z 20336 20338 19501 0 -1 4203548 3645500 0 1 0 479460 605 0 0 17 0 2 0 504257370 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20338/statm: 0 0 0 0 0 0 0
[pid=20338/tid=20402] ppid=20336 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/20338/task/20402/stat : 20402 (java) R 20336 20338 19501 0 -1 4203588 11 0 0 0 0 39 0 0 20 0 2 0 504377911 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.65
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.86
CPU time (s): 4800.72
CPU user time (s): 4794.6
CPU system time (s): 6.11007
CPU usage (%): 398.116
Max. virtual memory (cumulated for all children) (KiB): 15717120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.61
system time used= 6.11007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3645500
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= 28597
involuntary context switches= 59283

runsolver used 1.93471 second user time and 4.68929 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 01:06:58
IDJOB=3312500
IDBENCH=82685
IDSOLVER=1699
FILE ID=node141/3312500-1304118417
RUNJOBID= node141-1304118417-20302
PBS_JOBID= 13170684
Free space on /tmp= 71420 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312500-1304118417/watcher-3312500-1304118417 -o /tmp/evaluation-result-3312500-1304118417/solver-3312500-1304118417 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312500-1304118417.cnf

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

MD5SUM BENCH= d6c81b59e209c449a4578a840944dc82
RANDOM SEED=1302818265

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.75
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.806
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:      21147804 kB
Buffers:       1399556 kB
Cached:        9755584 kB
SwapCached:          4 kB
Active:        3016640 kB
Inactive:      8210408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21147804 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5092 kB
Writeback:           0 kB
AnonPages:       71828 kB
Mapped:          21076 kB
Slab:           512300 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   775948 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= 71420 MiB
End job on node141 at 2011-04-30 01:27:05