Trace number 3313272

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) 3306.19 1302.9

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

0.10/0.12	48:53 INFO : Reading from input HOME/instance-3313272-1304074132.cnf
5.44/5.18	Executor set job limit to 1000000
5.44/5.18	Executor set job limit to 1000000
5.44/5.18	Executor set job limit to 1000000
5.44/5.18	Executor set job limit to 1000000
5.44/5.18	Starting Executor!
5.44/5.18	Starting Executor!
5.44/5.18	Starting Executor!
5.44/5.18	Starting Executor!
52.22/49.45	49:42 INFO : 481178 variables remaining out of 509512
52.22/49.45	49:42 INFO : 8337738 literals remaining out of 5097332
2847.92/856.17	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
2848.09/856.22		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2848.09/856.22		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2848.09/856.22		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
2848.09/856.22		at ibis.structure.Solver.core(Solver.java:177)
2848.09/856.22		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
2848.09/856.22		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2848.09/856.22		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2848.09/856.22		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2848.09/856.22		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2848.09/856.22		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2848.09/856.22		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2848.09/856.22		at ibis.constellation.Executor.processActivities(Executor.java:75)
2848.09/856.22		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2848.09/856.22		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2848.09/856.22		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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-3313272-1304074132/watcher-3313272-1304074132 -o /tmp/evaluation-result-3313272-1304074132/solver-3313272-1304074132 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313272-1304074132.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.06 7.86 7.92 6/194 24407
/proc/meminfo: memFree=22518032/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=24056 CPUtime=0 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 1391 0 0 0 0 0 0 0 22 0 2 0 519010357 24633344 870 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 6535 873 669 9 0 381 0
[pid=24407/tid=24408] ppid=24405 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) S 24405 24407 23667 0 -1 4202560 56 0 0 0 0 0 0 0 24 0 2 0 519010358 26714112 885 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.0629031 s]
/proc/loadavg: 7.06 7.86 7.92 6/194 24407
/proc/meminfo: memFree=22518032/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 4330 0 1 0 4 1 0 0 22 0 18 0 519010357 16051523584 3769 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3918829 3769 1778 9 0 3909548 0
[pid=24407/tid=24408] ppid=24405 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 2912 0 1 0 4 1 0 0 22 0 18 0 519010358 16051523584 3770 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 47504142408531 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675316

[startup+0.1021 s]
/proc/loadavg: 7.06 7.86 7.92 6/194 24407
/proc/meminfo: memFree=22518032/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15741788 CPUtime=0.1 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 5586 0 1 0 8 2 0 0 22 0 18 0 519010357 16119590912 4999 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3935447 4999 2116 9 0 3926166 0
[pid=24407/tid=24408] ppid=24405 vsize=15741788 CPUtime=0.08 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 3446 0 1 0 7 1 0 0 22 0 18 0 519010358 16119590912 4999 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488524255 0 2147483391 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741788

[startup+0.304843 s]
/proc/loadavg: 7.06 7.86 7.92 6/194 24407
/proc/meminfo: memFree=22518032/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15747232 CPUtime=0.52 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 16129 0 1 0 49 3 0 0 22 0 18 0 519010357 16125165568 14381 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3936808 14388 2212 9 0 3927527 0
[pid=24407/tid=24408] ppid=24405 vsize=15747232 CPUtime=0.28 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 10990 0 1 0 26 2 0 0 18 0 18 0 519010358 16125165568 14391 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 46912505590882 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15747232

[startup+0.700769 s]
/proc/loadavg: 7.06 7.86 7.92 6/194 24407
/proc/meminfo: memFree=22518032/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15747232 CPUtime=0.93 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 42826 0 1 0 86 7 0 0 22 0 18 0 519010357 16125165568 41076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3936808 41076 2228 9 0 3927527 0
[pid=24407/tid=24408] ppid=24405 vsize=15747232 CPUtime=0.67 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 35562 0 1 0 61 6 0 0 18 0 18 0 519010358 16125165568 41076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 46912505614763 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15747232

[startup+1.50162 s]
/proc/loadavg: 7.06 7.86 7.92 3/212 24425
/proc/meminfo: memFree=22169396/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15747232 CPUtime=1.74 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 76782 0 1 0 163 11 0 0 22 0 18 0 519010357 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3936808 75029 2228 9 0 3927527 0
[pid=24407/tid=24408] ppid=24405 vsize=15747232 CPUtime=1.46 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 65318 0 1 0 136 10 0 0 19 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 46912505644450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24407/tid=24410] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24410/stat : 24410 (java) S 24405 24407 23667 0 -1 4202560 1639 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24411] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24411/stat : 24411 (java) S 24405 24407 23667 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24412] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24412/stat : 24412 (java) S 24405 24407 23667 0 -1 4202560 526 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24413] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24413/stat : 24413 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24414] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24414/stat : 24414 (java) S 24405 24407 23667 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24415] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24415/stat : 24415 (java) S 24405 24407 23667 0 -1 4202560 1237 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24416] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24416/stat : 24416 (java) S 24405 24407 23667 0 -1 4202560 2344 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24417] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 519010358 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24418] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) S 24405 24407 23667 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 18 0 519010359 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 0 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24419] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519010360 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24420] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519010360 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519010362 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15747232 CPUtime=0.12 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) S 24405 24407 23667 0 -1 4202560 2394 0 0 0 12 0 0 0 15 0 18 0 519010362 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24423] ppid=24405 vsize=15747232 CPUtime=0.1 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 1360 0 0 0 10 0 0 0 17 0 18 0 519010362 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24424] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519010362 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519010362 16125165568 75029 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15747232

[startup+3.10131 s]
/proc/loadavg: 7.06 7.86 7.92 3/212 24425
/proc/meminfo: memFree=21680216/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15747232 CPUtime=3.44 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 146497 0 1 0 324 20 0 0 22 0 18 0 519010357 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3936808 144738 2246 9 0 3927527 0
[pid=24407/tid=24408] ppid=24405 vsize=15747232 CPUtime=3.04 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 125898 0 1 0 287 17 0 0 23 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 46912505644450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24407/tid=24410] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24410/stat : 24410 (java) S 24405 24407 23667 0 -1 4202560 1639 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24411] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24411/stat : 24411 (java) S 24405 24407 23667 0 -1 4202560 556 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24412] ppid=24405 vsize=15747232 CPUtime=0.01 cores=1,3,5,7
/proc/24407/task/24412/stat : 24412 (java) S 24405 24407 23667 0 -1 4202560 526 0 0 0 1 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24413] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24413/stat : 24413 (java) S 24405 24407 23667 0 -1 4202560 5124 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24414] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24414/stat : 24414 (java) S 24405 24407 23667 0 -1 4202560 325 0 0 0 0 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24415] ppid=24405 vsize=15747232 CPUtime=0.01 cores=1,3,5,7
/proc/24407/task/24415/stat : 24415 (java) S 24405 24407 23667 0 -1 4202560 1736 0 0 0 1 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24416] ppid=24405 vsize=15747232 CPUtime=0.01 cores=1,3,5,7
/proc/24407/task/24416/stat : 24416 (java) S 24405 24407 23667 0 -1 4202560 2387 0 0 0 1 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24417] ppid=24405 vsize=15747232 CPUtime=0.01 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 2665 0 0 0 1 0 0 0 16 0 18 0 519010358 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24418] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) S 24405 24407 23667 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 18 0 519010359 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 0 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24419] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519010360 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24420] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519010360 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519010362 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15747232 CPUtime=0.15 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) S 24405 24407 23667 0 -1 4202560 2443 0 0 0 15 0 0 0 15 0 18 0 519010362 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24423] ppid=24405 vsize=15747232 CPUtime=0.12 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 1373 0 0 0 12 0 0 0 15 0 18 0 519010362 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24424] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519010362 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15747232 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519010362 16125165568 144738 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15747232

[startup+6.30168 s]
/proc/loadavg: 6.65 7.76 7.89 3/220 24433
/proc/meminfo: memFree=20367648/32950928 swapFree=67087032/67111528
[pid=24407] ppid=24405 vsize=15781396 CPUtime=7.53 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 334981 0 1 0 710 43 0 0 22 0 22 0 519010357 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3945349 329643 2265 9 0 3936068 0
[pid=24407/tid=24408] ppid=24405 vsize=15781396 CPUtime=6.11 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) R 24405 24407 23667 0 -1 4202560 254028 0 1 0 579 32 0 0 17 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 46912505357924 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24407/tid=24410] ppid=24405 vsize=15781396 CPUtime=0.13 cores=1,3,5,7
/proc/24407/task/24410/stat : 24410 (java) S 24405 24407 23667 0 -1 4202560 14005 0 0 0 11 2 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24411] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24411/stat : 24411 (java) S 24405 24407 23667 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24412] ppid=24405 vsize=15781396 CPUtime=0.09 cores=1,3,5,7
/proc/24407/task/24412/stat : 24412 (java) S 24405 24407 23667 0 -1 4202560 10795 0 0 0 8 1 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24413] ppid=24405 vsize=15781396 CPUtime=0.13 cores=1,3,5,7
/proc/24407/task/24413/stat : 24413 (java) S 24405 24407 23667 0 -1 4202560 16174 0 0 0 11 2 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24414] ppid=24405 vsize=15781396 CPUtime=0.02 cores=1,3,5,7
/proc/24407/task/24414/stat : 24414 (java) S 24405 24407 23667 0 -1 4202560 1859 0 0 0 2 0 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24415] ppid=24405 vsize=15781396 CPUtime=0.01 cores=1,3,5,7
/proc/24407/task/24415/stat : 24415 (java) S 24405 24407 23667 0 -1 4202560 1736 0 0 0 1 0 0 0 15 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24416] ppid=24405 vsize=15781396 CPUtime=0.13 cores=1,3,5,7
/proc/24407/task/24416/stat : 24416 (java) S 24405 24407 23667 0 -1 4202560 16375 0 0 0 12 1 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24417] ppid=24405 vsize=15781396 CPUtime=0.02 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 3432 0 0 0 2 0 0 0 16 0 22 0 519010358 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24418] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) S 24405 24407 23667 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 22 0 519010359 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 0 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24419] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519010360 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24420] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519010360 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519010362 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15781396 CPUtime=0.57 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) R 24405 24407 23667 0 -1 4202560 12392 0 0 0 56 1 0 0 16 0 22 0 519010362 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 47504138731454 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24407/tid=24423] ppid=24405 vsize=15781396 CPUtime=0.21 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 1408 0 0 0 21 0 0 0 15 0 22 0 519010362 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24424] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519010362 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15781396 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519010362 16160149504 329643 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0

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

[pid=24407/tid=24417] ppid=24405 vsize=15771856 CPUtime=11.64 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 487956 0 0 0 1041 123 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 6
[pid=24407/tid=24418] ppid=24405 vsize=15771856 CPUtime=441.41 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) R 24405 24407 23667 0 -1 4202560 192572 0 131 0 44088 53 0 0 18 0 21 0 519010359 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239476392699 0 0 0 16800975 0 0 0 -1 5 0 0 6
[pid=24407/tid=24419] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 23 0 2 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 2
[pid=24407/tid=24420] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15771856 CPUtime=2.18 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) S 24405 24407 23667 0 -1 4202560 16890 0 8 0 216 2 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 4
[pid=24407/tid=24423] ppid=24405 vsize=15771856 CPUtime=0.85 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 5657 0 34 0 85 0 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 91
[pid=24407/tid=24424] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24430] ppid=24405 vsize=15771856 CPUtime=641.28 cores=1,3,5,7
/proc/24407/task/24430/stat : 24430 (java) S 24405 24407 23667 0 -1 4202560 761 0 0 0 64127 1 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24431] ppid=24405 vsize=15771856 CPUtime=640.51 cores=1,3,5,7
/proc/24407/task/24431/stat : 24431 (java) S 24405 24407 23667 0 -1 4202560 745 0 18 0 64049 2 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 11
[pid=24407/tid=24433] ppid=24405 vsize=15771856 CPUtime=665.02 cores=1,3,5,7
/proc/24407/task/24433/stat : 24433 (java) S 24405 24407 23667 0 -1 4202560 7278 0 0 0 66500 2 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3185.55
Current children cumulated vsize (KiB) 15771856

[startup+1242.3 s]
/proc/loadavg: 2.02 3.16 5.38 3/219 24478
/proc/meminfo: memFree=133160/32950928 swapFree=66998932/67111528
[pid=24407] ppid=24405 vsize=15771856 CPUtime=3245.58 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 3912959 0 198 0 323453 1105 0 0 22 0 21 0 519010357 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3942964 3823076 2148 9 0 3933683 0
[pid=24407/tid=24408] ppid=24405 vsize=15771856 CPUtime=49.26 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) S 24405 24407 23667 0 -1 4202560 254085 0 1 0 4894 32 0 0 25 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24410] ppid=24405 vsize=15771856 CPUtime=10.22 cores=1,3,5,7
/proc/24407/task/24410/stat : 24410 (java) S 24405 24407 23667 0 -1 4202560 415458 0 0 0 903 119 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24411] ppid=24405 vsize=15771856 CPUtime=11 cores=1,3,5,7
/proc/24407/task/24411/stat : 24411 (java) S 24405 24407 23667 0 -1 4202560 379325 0 0 0 982 118 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24412] ppid=24405 vsize=15771856 CPUtime=10.5 cores=1,3,5,7
/proc/24407/task/24412/stat : 24412 (java) S 24405 24407 23667 0 -1 4202560 421962 0 0 0 916 134 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 9
[pid=24407/tid=24413] ppid=24405 vsize=15771856 CPUtime=11.69 cores=1,3,5,7
/proc/24407/task/24413/stat : 24413 (java) S 24405 24407 23667 0 -1 4202560 393309 0 0 0 1041 128 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 35
[pid=24407/tid=24414] ppid=24405 vsize=15771856 CPUtime=10.59 cores=1,3,5,7
/proc/24407/task/24414/stat : 24414 (java) S 24405 24407 23667 0 -1 4202560 373211 0 0 0 948 111 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24415] ppid=24405 vsize=15771856 CPUtime=11.29 cores=1,3,5,7
/proc/24407/task/24415/stat : 24415 (java) S 24405 24407 23667 0 -1 4202560 436172 0 0 0 1007 122 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 30
[pid=24407/tid=24416] ppid=24405 vsize=15771856 CPUtime=11.24 cores=1,3,5,7
/proc/24407/task/24416/stat : 24416 (java) S 24405 24407 23667 0 -1 4202560 514863 0 0 0 980 144 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24417] ppid=24405 vsize=15771856 CPUtime=11.64 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 487956 0 0 0 1041 123 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 6
[pid=24407/tid=24418] ppid=24405 vsize=15771856 CPUtime=501.39 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) R 24405 24407 23667 0 -1 4202560 192576 0 131 0 50085 54 0 0 18 0 21 0 519010359 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239476392554 0 0 0 16800975 0 0 0 -1 5 0 0 6
[pid=24407/tid=24419] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 23 0 2 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 2
[pid=24407/tid=24420] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15771856 CPUtime=2.18 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) S 24405 24407 23667 0 -1 4202560 16890 0 8 0 216 2 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 4
[pid=24407/tid=24423] ppid=24405 vsize=15771856 CPUtime=0.85 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 5657 0 34 0 85 0 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 91
[pid=24407/tid=24424] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24430] ppid=24405 vsize=15771856 CPUtime=641.3 cores=1,3,5,7
/proc/24407/task/24430/stat : 24430 (java) S 24405 24407 23667 0 -1 4202560 833 0 0 0 64128 2 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24431] ppid=24405 vsize=15771856 CPUtime=640.53 cores=1,3,5,7
/proc/24407/task/24431/stat : 24431 (java) S 24405 24407 23667 0 -1 4202560 785 0 18 0 64050 3 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 11
[pid=24407/tid=24433] ppid=24405 vsize=15771856 CPUtime=665.04 cores=1,3,5,7
/proc/24407/task/24433/stat : 24433 (java) S 24405 24407 23667 0 -1 4202560 7319 0 0 0 66501 3 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3245.58
Current children cumulated vsize (KiB) 15771856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.95 5.17 3/220 24481
/proc/meminfo: memFree=133116/32950928 swapFree=66998932/67111528
[pid=24407] ppid=24405 vsize=15771856 CPUtime=3303.31 cores=1,3,5,7
/proc/24407/stat : 24407 (java) S 24405 24407 23667 0 -1 4202496 3913112 0 198 0 329225 1106 0 0 22 0 21 0 519010357 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 3942964 3823076 2148 9 0 3933683 0
[pid=24407/tid=24408] ppid=24405 vsize=15771856 CPUtime=49.26 cores=1,3,5,7
/proc/24407/task/24408/stat : 24408 (java) S 24405 24407 23667 0 -1 4202560 254085 0 1 0 4894 32 0 0 25 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24410] ppid=24405 vsize=15771856 CPUtime=10.22 cores=1,3,5,7
/proc/24407/task/24410/stat : 24410 (java) S 24405 24407 23667 0 -1 4202560 415458 0 0 0 903 119 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24411] ppid=24405 vsize=15771856 CPUtime=11 cores=1,3,5,7
/proc/24407/task/24411/stat : 24411 (java) S 24405 24407 23667 0 -1 4202560 379325 0 0 0 982 118 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24412] ppid=24405 vsize=15771856 CPUtime=10.5 cores=1,3,5,7
/proc/24407/task/24412/stat : 24412 (java) S 24405 24407 23667 0 -1 4202560 421962 0 0 0 916 134 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 9
[pid=24407/tid=24413] ppid=24405 vsize=15771856 CPUtime=11.69 cores=1,3,5,7
/proc/24407/task/24413/stat : 24413 (java) S 24405 24407 23667 0 -1 4202560 393309 0 0 0 1041 128 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 35
[pid=24407/tid=24414] ppid=24405 vsize=15771856 CPUtime=10.59 cores=1,3,5,7
/proc/24407/task/24414/stat : 24414 (java) S 24405 24407 23667 0 -1 4202560 373211 0 0 0 948 111 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24415] ppid=24405 vsize=15771856 CPUtime=11.29 cores=1,3,5,7
/proc/24407/task/24415/stat : 24415 (java) S 24405 24407 23667 0 -1 4202560 436172 0 0 0 1007 122 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 30
[pid=24407/tid=24416] ppid=24405 vsize=15771856 CPUtime=11.24 cores=1,3,5,7
/proc/24407/task/24416/stat : 24416 (java) S 24405 24407 23667 0 -1 4202560 514863 0 0 0 980 144 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 0
[pid=24407/tid=24417] ppid=24405 vsize=15771856 CPUtime=11.64 cores=1,3,5,7
/proc/24407/task/24417/stat : 24417 (java) S 24405 24407 23667 0 -1 4202560 487956 0 0 0 1041 123 0 0 16 0 21 0 519010358 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 6
[pid=24407/tid=24418] ppid=24405 vsize=15771856 CPUtime=559.09 cores=1,3,5,7
/proc/24407/task/24418/stat : 24418 (java) R 24405 24407 23667 0 -1 4202560 192580 0 131 0 55853 56 0 0 18 0 21 0 519010359 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239476392570 0 0 0 16800975 0 0 0 -1 3 0 0 6
[pid=24407/tid=24419] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24419/stat : 24419 (java) S 24405 24407 23667 0 -1 4202560 23 0 2 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 2
[pid=24407/tid=24420] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24420/stat : 24420 (java) S 24405 24407 23667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 519010360 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 0
[pid=24407/tid=24421] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24421/stat : 24421 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488518577 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=15771856 CPUtime=2.18 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) S 24405 24407 23667 0 -1 4202560 16890 0 8 0 216 2 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 7 0 0 4
[pid=24407/tid=24423] ppid=24405 vsize=15771856 CPUtime=0.85 cores=1,3,5,7
/proc/24407/task/24423/stat : 24423 (java) S 24405 24407 23667 0 -1 4202560 5657 0 34 0 85 0 0 0 16 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 91
[pid=24407/tid=24424] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24424/stat : 24424 (java) S 24405 24407 23667 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24425] ppid=24405 vsize=15771856 CPUtime=0 cores=1,3,5,7
/proc/24407/task/24425/stat : 24425 (java) S 24405 24407 23667 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 519010362 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488511488 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
[pid=24407/tid=24430] ppid=24405 vsize=15771856 CPUtime=641.31 cores=1,3,5,7
/proc/24407/task/24430/stat : 24430 (java) S 24405 24407 23667 0 -1 4202560 893 0 0 0 64129 2 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 5 0 0 0
[pid=24407/tid=24431] ppid=24405 vsize=15771856 CPUtime=640.55 cores=1,3,5,7
/proc/24407/task/24431/stat : 24431 (java) S 24405 24407 23667 0 -1 4202560 830 0 18 0 64052 3 0 0 16 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 1 0 0 11
[pid=24407/tid=24433] ppid=24405 vsize=15771856 CPUtime=665.05 cores=1,3,5,7
/proc/24407/task/24433/stat : 24433 (java) S 24405 24407 23667 0 -1 4202560 7359 0 0 0 66502 3 0 0 15 0 21 0 519010876 16150380544 3823076 33554432000 1073741824 1073778376 140735531084160 18446744073709551615 239488510873 0 4 0 16800975 18446604457665944320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3303.31
Current children cumulated vsize (KiB) 15771856

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24407

[startup+1302.3 s]
/proc/loadavg: 2.00 2.95 5.17 3/221 24482
/proc/meminfo: memFree=132612/32950928 swapFree=66998932/67111528
[pid=24407] ppid=24405 vsize=0 CPUtime=3305.58 cores=1,3,5,7
/proc/24407/stat : 24407 (java) Z 24405 24407 23667 0 -1 4203548 3913138 0 199 0 329424 1134 0 0 18 0 2 0 519010357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 0 0 0 0 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=0 CPUtime=2.47 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) R 24405 24407 23667 0 -1 4203588 16890 0 8 0 216 31 0 0 16 0 2 0 519010362 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 3305.58
Current children cumulated vsize (KiB) 0

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

[startup+1302.6 s]
/proc/loadavg: 2.00 2.95 5.17 3/221 24482
/proc/meminfo: memFree=132612/32950928 swapFree=66998932/67111528
[pid=24407] ppid=24405 vsize=0 CPUtime=3305.88 cores=1,3,5,7
/proc/24407/stat : 24407 (java) Z 24405 24407 23667 0 -1 4203548 3913138 0 199 0 329424 1164 0 0 18 0 2 0 519010357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 0 0 0 0 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=0 CPUtime=2.77 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) R 24405 24407 23667 0 -1 4203588 16890 0 8 0 216 61 0 0 16 0 2 0 519010362 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 3305.88
Current children cumulated vsize (KiB) 0

[startup+1302.8 s]
/proc/loadavg: 2.00 2.95 5.17 3/221 24482
/proc/meminfo: memFree=132612/32950928 swapFree=66998932/67111528
[pid=24407] ppid=24405 vsize=0 CPUtime=3306.08 cores=1,3,5,7
/proc/24407/stat : 24407 (java) Z 24405 24407 23667 0 -1 4203548 3913138 0 199 0 329424 1184 0 0 18 0 2 0 519010357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24407/statm: 0 0 0 0 0 0 0
[pid=24407/tid=24422] ppid=24405 vsize=0 CPUtime=2.97 cores=1,3,5,7
/proc/24407/task/24422/stat : 24422 (java) R 24405 24407 23667 0 -1 4203588 16890 0 8 0 216 81 0 0 16 0 2 0 519010362 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 4
Current children cumulated CPU time (s) 3306.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.9
CPU time (s): 3306.19
CPU user time (s): 3294.24
CPU system time (s): 11.9482
CPU usage (%): 253.756
Max. virtual memory (cumulated for all children) (KiB): 15784732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3294.24
system time used= 11.9482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3913138
page faults= 199
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44104
involuntary context switches= 49334

runsolver used 2.08668 second user time and 5.10822 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 12:48:53
IDJOB=3313272
IDBENCH=20423
IDSOLVER=1699
FILE ID=node148/3313272-1304074132
RUNJOBID= node148-1304074132-24371
PBS_JOBID= 13170479
Free space on /tmp= 71384 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313272-1304074132/watcher-3313272-1304074132 -o /tmp/evaluation-result-3313272-1304074132/solver-3313272-1304074132 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313272-1304074132.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=555006578

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22518312 kB
Buffers:       2021100 kB
Cached:        7787608 kB
SwapCached:       3548 kB
Active:        1859192 kB
Inactive:      8008504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22518312 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           53636 kB
Writeback:           0 kB
AnonPages:       57144 kB
Mapped:          21240 kB
Slab:           500932 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   775368 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= 71380 MiB
End job on node148 at 2011-04-29 13:10:36