Trace number 3311769

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.65 1216.3

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	06:07 INFO : Reading from input HOME/instance-3311769-1304183166.cnf
3.51/3.28	Executor set job limit to 1000000
3.51/3.28	Executor set job limit to 1000000
3.51/3.28	Executor set job limit to 1000000
3.51/3.28	Executor set job limit to 1000000
3.51/3.28	Starting Executor!
3.51/3.28	Starting Executor!
3.51/3.28	Starting Executor!
3.51/3.28	Starting Executor!
12.01/9.74	06:16 INFO : 3360 variables remaining out of 3360
12.01/9.74	06:16 INFO : 3310440 literals remaining out of 3295320

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

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

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


[startup+0 s]
/proc/loadavg: 7.91 8.10 8.07 3/196 20836
/proc/meminfo: memFree=30328416/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 1373 0 0 0 0 0 0 0 21 0 2 0 529915303 24580096 852 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 6002 853 650 9 0 382 0
[pid=20836/tid=20837] ppid=20834 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 39 0 0 0 0 0 0 0 22 0 2 0 529915303 26767360 875 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242965587612 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.075211 s]
/proc/loadavg: 7.91 8.10 8.07 3/196 20836
/proc/meminfo: memFree=30328416/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15675172 CPUtime=0.07 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 4696 0 1 0 6 1 0 0 21 0 18 0 529915303 16051376128 4134 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3918793 4134 1937 9 0 3909512 0
[pid=20836/tid=20837] ppid=20834 vsize=15675172 CPUtime=0.05 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 3076 0 1 0 5 0 0 0 25 0 18 0 529915303 16051376128 4134 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912505181296 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675172

[startup+0.100206 s]
/proc/loadavg: 7.91 8.10 8.07 3/196 20836
/proc/meminfo: memFree=30328416/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15675776 CPUtime=0.1 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 5558 0 1 0 9 1 0 0 21 0 18 0 529915303 16051994624 4971 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3918944 4971 2117 9 0 3909663 0
[pid=20836/tid=20837] ppid=20834 vsize=15675776 CPUtime=0.08 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 3411 0 1 0 7 1 0 0 25 0 18 0 529915303 16051994624 4971 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912505219227 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675776

[startup+0.304233 s]
/proc/loadavg: 7.91 8.10 8.07 3/196 20836
/proc/meminfo: memFree=30328416/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15679016 CPUtime=0.52 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 15754 0 1 0 48 4 0 0 21 0 18 0 529915303 16055312384 14193 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3919754 14200 2213 9 0 3910473 0
[pid=20836/tid=20837] ppid=20834 vsize=15679016 CPUtime=0.28 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 10643 0 1 0 25 3 0 0 18 0 18 0 529915303 16055312384 14203 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912505365719 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679016

[startup+0.70114 s]
/proc/loadavg: 7.91 8.10 8.07 3/196 20836
/proc/meminfo: memFree=30328416/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15679016 CPUtime=0.92 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 41820 0 1 0 85 7 0 0 21 0 18 0 529915303 16055312384 40257 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3919754 40257 2229 9 0 3910473 0
[pid=20836/tid=20837] ppid=20834 vsize=15679016 CPUtime=0.68 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 35517 0 1 0 62 6 0 0 18 0 18 0 529915303 16055312384 40257 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912505644621 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679016

[startup+1.50101 s]
/proc/loadavg: 7.91 8.10 8.07 4/214 20854
/proc/meminfo: memFree=30168860/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15679016 CPUtime=1.73 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 75713 0 1 0 162 11 0 0 21 0 18 0 529915303 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3919754 74147 2229 9 0 3910473 0
[pid=20836/tid=20837] ppid=20834 vsize=15679016 CPUtime=1.47 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 66265 0 1 0 137 10 0 0 19 0 18 0 529915303 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982376907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 753 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 1295 0 0 0 0 0 0 0 15 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 697 0 0 0 0 0 0 0 15 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 1310 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529915304 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 529915305 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 529915305 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 529915305 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529915307 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15679016 CPUtime=0.11 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 1219 0 0 0 11 0 0 0 25 0 18 0 529915307 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15679016 CPUtime=0.1 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 2507 0 0 0 10 0 0 0 16 0 18 0 529915307 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529915307 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529915307 16055312384 74147 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15679016

[startup+3.10069 s]
/proc/loadavg: 7.91 8.10 8.07 7/214 20854
/proc/meminfo: memFree=29929956/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15679016 CPUtime=3.41 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 145420 0 1 0 323 18 0 0 21 0 18 0 529915303 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3919754 143792 2247 9 0 3910473 0
[pid=20836/tid=20837] ppid=20834 vsize=15679016 CPUtime=3.04 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 127840 0 1 0 288 16 0 0 23 0 18 0 529915303 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912505644117 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15679016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 753 0 0 0 1 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 1323 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 707 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15679016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 2679 0 0 0 1 0 0 0 15 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15679016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 1316 0 0 0 1 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15679016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 5172 0 0 0 1 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 18 0 529915304 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 420 0 0 0 0 0 0 0 16 0 18 0 529915305 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 529915305 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 529915305 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529915307 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15679016 CPUtime=0.13 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 1239 0 0 0 13 0 0 0 15 0 18 0 529915307 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15679016 CPUtime=0.13 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 2558 0 0 0 13 0 0 0 15 0 18 0 529915307 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529915307 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15679016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529915307 16055312384 143792 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15679016

[startup+6.3012 s]
/proc/loadavg: 8.00 8.12 8.08 6/218 20858
/proc/meminfo: memFree=29578644/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15691016 CPUtime=8.31 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 174386 0 1 0 804 27 0 0 21 0 22 0 529915303 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3922754 156780 2267 9 0 3913473 0
[pid=20836/tid=20837] ppid=20834 vsize=15691016 CPUtime=6.18 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) R 20834 20836 20448 0 -1 4202560 127964 0 1 0 601 17 0 0 25 0 22 0 529915303 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506211603 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 753 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 1323 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 707 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 2679 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 1316 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15691016 CPUtime=0.04 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 15837 0 0 0 3 1 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15691016 CPUtime=0.01 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 22 0 529915304 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 421 0 0 0 0 0 0 0 15 0 22 0 529915305 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529915305 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529915305 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15691016 CPUtime=1.09 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 14107 0 0 0 107 2 0 0 15 0 22 0 529915307 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15691016 CPUtime=0.72 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 7823 0 0 0 71 1 0 0 15 0 22 0 529915307 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529915307 16067600384 156780 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=11813000/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15691016 CPUtime=4426.34 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 2997402 0 1 0 442125 509 0 0 21 0 22 0 529915303 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3922754 2891796 2295 9 0 3913473 0
[pid=20836/tid=20837] ppid=20834 vsize=15691016 CPUtime=9.62 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) S 20834 20836 20448 0 -1 4202560 127989 0 1 0 945 17 0 0 25 0 22 0 529915303 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15691016 CPUtime=3.29 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 307091 0 0 0 273 56 0 0 15 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15691016 CPUtime=3.37 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 273122 0 0 0 290 47 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15691016 CPUtime=3.51 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 256328 0 0 0 306 45 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15691016 CPUtime=3.27 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 278434 0 0 0 277 50 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15691016 CPUtime=3.43 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 258712 0 0 0 296 47 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15691016 CPUtime=3.84 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 286921 0 0 0 332 52 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15691016 CPUtime=3.25 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 276341 0 0 0 274 51 0 0 16 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15691016 CPUtime=3.1 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 266170 0 0 0 265 45 0 0 15 0 22 0 529915304 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15691016 CPUtime=3 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 366624 0 0 0 261 39 0 0 15 0 22 0 529915305 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15691016 CPUtime=1.37 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 14150 0 0 0 135 2 0 0 16 0 22 0 529915307 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15691016 CPUtime=1.46 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 10254 0 0 0 145 1 0 0 15 0 22 0 529915307 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 529915307 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20855] ppid=20834 vsize=15691016 CPUtime=1091.87 cores=1,3,5,7
/proc/20836/task/20855/stat : 20855 (java) R 20834 20836 20448 0 -1 4202560 68578 0 0 0 109179 8 0 0 25 0 22 0 529915631 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506211594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20836/tid=20856] ppid=20834 vsize=15691016 CPUtime=1092.75 cores=1,3,5,7
/proc/20836/task/20856/stat : 20856 (java) R 20834 20836 20448 0 -1 4202560 57390 0 0 0 109267 8 0 0 25 0 22 0 529915631 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46919758223689 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20836/tid=20857] ppid=20834 vsize=15691016 CPUtime=1101.74 cores=1,3,5,7
/proc/20836/task/20857/stat : 20857 (java) R 20834 20836 20448 0 -1 4202560 84398 0 0 0 110165 9 0 0 25 0 22 0 529915631 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506059261 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20836/tid=20858] ppid=20834 vsize=15691016 CPUtime=1097.34 cores=1,3,5,7
/proc/20836/task/20858/stat : 20858 (java) R 20834 20836 20448 0 -1 4202560 63447 0 0 0 109708 26 0 0 25 0 22 0 529915631 16067600384 2891796 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506484881 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4426.34
Current children cumulated vsize (KiB) 15691016

[startup+1182.3 s]
/proc/loadavg: 8.17 8.16 8.09 9/218 20891
/proc/meminfo: memFree=11643580/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15691016 CPUtime=4666.01 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 3000843 0 1 0 466091 510 0 0 21 0 22 0 529915303 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3922754 2895214 2295 9 0 3913473 0
[pid=20836/tid=20837] ppid=20834 vsize=15691016 CPUtime=9.62 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) S 20834 20836 20448 0 -1 4202560 127989 0 1 0 945 17 0 0 25 0 22 0 529915303 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15691016 CPUtime=3.35 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 307098 0 0 0 279 56 0 0 15 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15691016 CPUtime=3.59 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 274790 0 0 0 312 47 0 0 16 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15691016 CPUtime=3.7 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 256344 0 0 0 325 45 0 0 15 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15691016 CPUtime=3.53 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 278454 0 0 0 303 50 0 0 16 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15691016 CPUtime=3.49 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 258714 0 0 0 302 47 0 0 15 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15691016 CPUtime=3.98 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 288580 0 0 0 346 52 0 0 16 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15691016 CPUtime=3.46 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 276384 0 0 0 295 51 0 0 16 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15691016 CPUtime=3.28 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 266170 0 0 0 283 45 0 0 15 0 22 0 529915304 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15691016 CPUtime=3 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 366643 0 0 0 261 39 0 0 15 0 22 0 529915305 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15691016 CPUtime=1.37 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 14150 0 0 0 135 2 0 0 16 0 22 0 529915307 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15691016 CPUtime=1.46 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 10254 0 0 0 145 1 0 0 15 0 22 0 529915307 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529915307 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20855] ppid=20834 vsize=15691016 CPUtime=1151.53 cores=1,3,5,7
/proc/20836/task/20855/stat : 20855 (java) R 20834 20836 20448 0 -1 4202560 68581 0 0 0 115145 8 0 0 25 0 22 0 529915631 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506446719 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20836/tid=20856] ppid=20834 vsize=15691016 CPUtime=1152.41 cores=1,3,5,7
/proc/20836/task/20856/stat : 20856 (java) R 20834 20836 20448 0 -1 4202560 57392 0 0 0 115233 8 0 0 25 0 22 0 529915631 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506211612 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20836/tid=20857] ppid=20834 vsize=15691016 CPUtime=1161.07 cores=1,3,5,7
/proc/20836/task/20857/stat : 20857 (java) R 20834 20836 20448 0 -1 4202560 84398 0 0 0 116098 9 0 0 25 0 22 0 529915631 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506211617 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20836/tid=20858] ppid=20834 vsize=15691016 CPUtime=1157 cores=1,3,5,7
/proc/20836/task/20858/stat : 20858 (java) R 20834 20836 20448 0 -1 4202560 63447 0 0 0 115674 26 0 0 25 0 22 0 529915631 16067600384 2895214 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506392113 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4666.01
Current children cumulated vsize (KiB) 15691016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1215.9 s]
/proc/loadavg: 7.32 7.97 8.03 5/191 20912
/proc/meminfo: memFree=19300848/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=15691016 CPUtime=4800.23 cores=1,3,5,7
/proc/20836/stat : 20836 (java) S 20834 20836 20448 0 -1 4202496 3002604 0 1 0 479513 510 0 0 21 0 22 0 529915303 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 3922754 2896962 2295 9 0 3913473 0
[pid=20836/tid=20837] ppid=20834 vsize=15691016 CPUtime=9.62 cores=1,3,5,7
/proc/20836/task/20837/stat : 20837 (java) S 20834 20836 20448 0 -1 4202560 127989 0 1 0 945 17 0 0 25 0 22 0 529915303 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20839] ppid=20834 vsize=15691016 CPUtime=3.36 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (java) S 20834 20836 20448 0 -1 4202560 307098 0 0 0 280 56 0 0 15 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20840] ppid=20834 vsize=15691016 CPUtime=3.74 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (java) S 20834 20836 20448 0 -1 4202560 274790 0 0 0 327 47 0 0 16 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20841] ppid=20834 vsize=15691016 CPUtime=3.8 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (java) S 20834 20836 20448 0 -1 4202560 256443 0 0 0 335 45 0 0 16 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20842] ppid=20834 vsize=15691016 CPUtime=3.76 cores=1,3,5,7
/proc/20836/task/20842/stat : 20842 (java) S 20834 20836 20448 0 -1 4202560 278454 0 0 0 326 50 0 0 16 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20843] ppid=20834 vsize=15691016 CPUtime=3.56 cores=1,3,5,7
/proc/20836/task/20843/stat : 20843 (java) S 20834 20836 20448 0 -1 4202560 258714 0 0 0 309 47 0 0 15 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20844] ppid=20834 vsize=15691016 CPUtime=4.06 cores=1,3,5,7
/proc/20836/task/20844/stat : 20844 (java) S 20834 20836 20448 0 -1 4202560 288580 0 0 0 354 52 0 0 16 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20845] ppid=20834 vsize=15691016 CPUtime=3.53 cores=1,3,5,7
/proc/20836/task/20845/stat : 20845 (java) S 20834 20836 20448 0 -1 4202560 276384 0 0 0 302 51 0 0 15 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20846] ppid=20834 vsize=15691016 CPUtime=3.48 cores=1,3,5,7
/proc/20836/task/20846/stat : 20846 (java) S 20834 20836 20448 0 -1 4202560 267819 0 0 0 303 45 0 0 16 0 22 0 529915304 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20847] ppid=20834 vsize=15691016 CPUtime=3 cores=1,3,5,7
/proc/20836/task/20847/stat : 20847 (java) S 20834 20836 20448 0 -1 4202560 366650 0 0 0 261 39 0 0 15 0 22 0 529915305 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 0 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20848] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20848/stat : 20848 (java) S 20834 20836 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20849] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20849/stat : 20849 (java) S 20834 20836 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529915305 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 5 0 0 0
[pid=20836/tid=20850] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20850/stat : 20850 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982373809 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20851] ppid=20834 vsize=15691016 CPUtime=1.37 cores=1,3,5,7
/proc/20836/task/20851/stat : 20851 (java) S 20834 20836 20448 0 -1 4202560 14150 0 0 0 135 2 0 0 16 0 22 0 529915307 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20852] ppid=20834 vsize=15691016 CPUtime=1.46 cores=1,3,5,7
/proc/20836/task/20852/stat : 20852 (java) S 20834 20836 20448 0 -1 4202560 10255 0 0 0 145 1 0 0 15 0 22 0 529915307 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 3 0 0 0
[pid=20836/tid=20853] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20853/stat : 20853 (java) S 20834 20836 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529915307 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366105 0 4 0 16800975 18446604470985982976 0 0 -1 7 0 0 0
[pid=20836/tid=20854] ppid=20834 vsize=15691016 CPUtime=0 cores=1,3,5,7
/proc/20836/task/20854/stat : 20854 (java) S 20834 20836 20448 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529915307 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 242982366720 0 4 0 16800975 18446604470985982976 0 0 -1 1 0 0 0
[pid=20836/tid=20855] ppid=20834 vsize=15691016 CPUtime=1184.91 cores=1,3,5,7
/proc/20836/task/20855/stat : 20855 (java) R 20834 20836 20448 0 -1 4202560 68581 0 0 0 118483 8 0 0 25 0 22 0 529915631 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506489269 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20836/tid=20856] ppid=20834 vsize=15691016 CPUtime=1185.78 cores=1,3,5,7
/proc/20836/task/20856/stat : 20856 (java) R 20834 20836 20448 0 -1 4202560 57392 0 0 0 118570 8 0 0 25 0 22 0 529915631 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506343530 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20836/tid=20857] ppid=20834 vsize=15691016 CPUtime=1194.26 cores=1,3,5,7
/proc/20836/task/20857/stat : 20857 (java) R 20834 20836 20448 0 -1 4202560 84400 0 0 0 119417 9 0 0 25 0 22 0 529915631 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506212176 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20836/tid=20858] ppid=20834 vsize=15691016 CPUtime=1190.38 cores=1,3,5,7
/proc/20836/task/20858/stat : 20858 (java) R 20834 20836 20448 0 -1 4202560 63448 0 0 0 119012 26 0 0 25 0 22 0 529915631 16067600384 2896962 33554432000 1073741824 1073778376 140736965889968 18446744073709551615 46912506211575 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) 15691016

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

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

[startup+1216.3 s]
/proc/loadavg: 7.32 7.97 8.03 5/191 20912
/proc/meminfo: memFree=19300848/32951132 swapFree=67111364/67111528
[pid=20836] ppid=20834 vsize=0 CPUtime=4800.64 cores=1,3,5,7
/proc/20836/stat : 20836 (java) Z 20834 20836 20448 0 -1 4203548 3002631 0 1 0 479515 549 0 0 17 0 2 0 529915303 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20836/statm: 0 0 0 0 0 0 0
[pid=20836/tid=20856] ppid=20834 vsize=0 CPUtime=1186.18 cores=1,3,5,7
/proc/20836/task/20856/stat : 20856 (java) R 20834 20836 20448 0 -1 4203588 57392 0 0 0 118571 47 0 0 25 0 2 0 529915631 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.64
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1216.3
CPU time (s): 4800.65
CPU user time (s): 4795.15
CPU system time (s): 5.49316
CPU usage (%): 394.692
Max. virtual memory (cumulated for all children) (KiB): 15715492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.16
system time used= 5.49316
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3002631
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= 29497
involuntary context switches= 65696

runsolver used 1.92371 second user time and 4.75028 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 19:06:07
IDJOB=3311769
IDBENCH=83166
IDSOLVER=1698
FILE ID=node128/3311769-1304183166
RUNJOBID= node128-1304180727-20467
PBS_JOBID= 13172455
Free space on /tmp= 67504 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311769-1304183166/watcher-3311769-1304183166 -o /tmp/evaluation-result-3311769-1304183166/solver-3311769-1304183166 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311769-1304183166.cnf -hbr 2

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1301402191

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30328688 kB
Buffers:        467752 kB
Cached:        1111052 kB
SwapCached:          0 kB
Active:         767740 kB
Inactive:      1437228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30328688 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           30064 kB
Writeback:         140 kB
AnonPages:      625864 kB
Mapped:          23724 kB
Slab:           353984 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1159524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67512 MiB
End job on node128 at 2011-04-30 19:26:24