Trace number 3313464

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) 3141.18 1302.56

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications 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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	12:52 INFO : Reading from input HOME/instance-3313464-1304075571.cnf
2.40/2.20	Executor set job limit to 1000000
2.40/2.20	Executor set job limit to 1000000
2.40/2.20	Executor set job limit to 1000000
2.40/2.20	Executor set job limit to 1000000
2.40/2.20	Starting Executor!
2.53/2.20	Starting Executor!
2.53/2.20	Starting Executor!
2.53/2.20	Starting Executor!
37.59/35.00	13:27 INFO : 199906 variables remaining out of 200440
37.59/35.00	13:27 INFO : 23623498 literals remaining out of 1996714
3107.57/1270.59	34:02 ERROR: Failed to solve instance
3107.57/1270.59	java.lang.OutOfMemoryError: Java heap space
3107.57/1270.59		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3107.57/1270.59		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3107.57/1270.59		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
3107.57/1270.59		at ibis.structure.Solver.addBinary(Solver.java:97)
3107.57/1270.59		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
3107.57/1270.59		at ibis.structure.Solver.simplify(Solver.java:191)
3107.57/1270.59		at ibis.structure.Solver.solve(Solver.java:113)
3107.57/1270.59		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3107.57/1270.59		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3107.57/1270.59		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3107.57/1270.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3107.57/1270.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3107.57/1270.59		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3107.57/1270.59		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3107.57/1270.59		at ibis.constellation.Executor.processActivities(Executor.java:75)
3107.57/1270.59		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3107.57/1270.59		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3107.57/1270.59		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-3313464-1304075571/watcher-3313464-1304075571 -o /tmp/evaluation-result-3313464-1304075571/solver-3313464-1304075571 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313464-1304075571.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: 4.29 6.84 7.46 3/192 23461
/proc/meminfo: memFree=25050560/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 1413 0 0 0 0 0 0 0 21 0 2 0 519156806 26714112 885 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 6522 885 678 9 0 381 0
[pid=23461/tid=23462] ppid=23459 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 64 0 0 0 0 0 0 0 24 0 2 0 519156806 27824128 892 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274659845888 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.00851301 s]
/proc/loadavg: 4.29 6.84 7.46 3/192 23461
/proc/meminfo: memFree=25050560/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 1626 0 1 0 0 0 0 0 21 0 2 0 519156806 37810176 1072 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 9231 1072 833 9 0 387 0
[pid=23461/tid=23462] ppid=23459 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) S 23459 23461 23406 0 -1 4202560 269 0 1 0 0 0 0 0 24 0 2 0 519156806 37810176 1072 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274664806459 0 2147483391 0 16784584 18446744071699109054 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.100501 s]
/proc/loadavg: 4.29 6.84 7.46 3/192 23461
/proc/meminfo: memFree=25050560/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15676436 CPUtime=0.1 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 5583 0 1 0 9 1 0 0 21 0 18 0 519156806 16052670464 4994 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3919109 4997 2116 9 0 3909828 0
[pid=23461/tid=23462] ppid=23459 vsize=15676436 CPUtime=0.09 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 3431 0 1 0 8 1 0 0 18 0 18 0 519156806 16052670464 4997 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 47432411369477 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676436

[startup+0.300468 s]
/proc/loadavg: 4.29 6.84 7.46 3/192 23461
/proc/meminfo: memFree=25050560/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15679148 CPUtime=0.51 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 15733 0 1 0 48 3 0 0 21 0 18 0 519156806 16055447552 14201 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3919787 14209 2206 9 0 3910506 0
[pid=23461/tid=23462] ppid=23459 vsize=15679148 CPUtime=0.28 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 10647 0 1 0 26 2 0 0 18 0 18 0 519156806 16055447552 14213 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 46912505634609 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679148

[startup+0.700408 s]
/proc/loadavg: 4.29 6.84 7.46 3/192 23461
/proc/meminfo: memFree=25050560/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15679148 CPUtime=0.92 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 42127 0 1 0 86 6 0 0 21 0 18 0 519156806 16055447552 40593 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3919787 40593 2222 9 0 3910506 0
[pid=23461/tid=23462] ppid=23459 vsize=15679148 CPUtime=0.67 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 35518 0 1 0 63 4 0 0 18 0 18 0 519156806 16055447552 40593 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679148

[startup+1.50127 s]
/proc/loadavg: 4.18 6.78 7.44 4/214 23483
/proc/meminfo: memFree=24742244/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15679148 CPUtime=1.74 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 48997 0 1 0 167 7 0 0 21 0 18 0 519156806 16055447552 47446 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3919787 47452 2222 9 0 3910506 0
[pid=23461/tid=23462] ppid=23459 vsize=15679148 CPUtime=1.47 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 39172 0 1 0 141 6 0 0 19 0 18 0 519156806 16055447552 47455 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 46912505632224 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23461/tid=23464] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23464/stat : 23464 (java) S 23459 23461 23406 0 -1 4202560 679 0 0 0 0 0 0 0 16 0 18 0 519156807 16055447552 47459 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23465] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23465/stat : 23465 (java) S 23459 23461 23406 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 519156807 16055447552 47460 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23466] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23466/stat : 23466 (java) S 23459 23461 23406 0 -1 4202560 1967 0 0 0 0 0 0 0 16 0 18 0 519156807 16055447552 47464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23467] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23467/stat : 23467 (java) S 23459 23461 23406 0 -1 4202560 848 0 0 0 0 0 0 0 16 0 18 0 519156807 16055447552 47467 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23468] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23468/stat : 23468 (java) S 23459 23461 23406 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 519156807 16055447552 47471 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23469] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23469/stat : 23469 (java) S 23459 23461 23406 0 -1 4202560 588 0 0 0 0 0 0 0 15 0 18 0 519156807 16055447552 47475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23470] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23470/stat : 23470 (java) S 23459 23461 23406 0 -1 4202560 227 0 0 0 0 0 0 0 16 0 18 0 519156807 16055447552 47478 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23471] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23471/stat : 23471 (java) S 23459 23461 23406 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 18 0 519156807 16055447552 47482 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23472] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23472/stat : 23472 (java) S 23459 23461 23406 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 519156808 16055447552 47486 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23473] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23473/stat : 23473 (java) S 23459 23461 23406 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519156808 16055447552 47490 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23474] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519156808 16055447552 47492 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519156810 16055447552 47496 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15679148 CPUtime=0.12 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 2367 0 0 0 12 0 0 0 17 0 18 0 519156810 16055447552 47500 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15679148 CPUtime=0.09 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) S 23459 23461 23406 0 -1 4202560 1339 0 0 0 9 0 0 0 16 0 18 0 519156810 16055447552 47504 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519156810 16055447552 47507 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15679148 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519156810 16055447552 47511 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15679148

[startup+3.10099 s]
/proc/loadavg: 4.18 6.78 7.44 6/214 23483
/proc/meminfo: memFree=24603576/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15715448 CPUtime=4.14 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 111674 0 1 0 399 15 0 0 21 0 22 0 519156806 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3928862 105488 2265 9 0 3919581 0
[pid=23461/tid=23462] ppid=23459 vsize=15715448 CPUtime=3.06 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 86182 0 1 0 295 11 0 0 25 0 22 0 519156806 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 47432411390854 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23461/tid=23464] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23464/stat : 23464 (java) S 23459 23461 23406 0 -1 4202560 3258 0 0 0 0 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23465] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23465/stat : 23465 (java) S 23459 23461 23406 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23466] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23466/stat : 23466 (java) S 23459 23461 23406 0 -1 4202560 1967 0 0 0 0 0 0 0 16 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23467] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23467/stat : 23467 (java) S 23459 23461 23406 0 -1 4202560 881 0 0 0 0 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23468] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23468/stat : 23468 (java) S 23459 23461 23406 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23469] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23469/stat : 23469 (java) S 23459 23461 23406 0 -1 4202560 589 0 0 0 0 0 0 0 16 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23470] ppid=23459 vsize=15715448 CPUtime=0.01 cores=1,3,5,7
/proc/23461/task/23470/stat : 23470 (java) S 23459 23461 23406 0 -1 4202560 424 0 0 0 1 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23471] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23471/stat : 23471 (java) S 23459 23461 23406 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 22 0 519156807 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23472] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23472/stat : 23472 (java) S 23459 23461 23406 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 519156808 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23473] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23473/stat : 23473 (java) S 23459 23461 23406 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519156808 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23474] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519156808 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15715448 CPUtime=0.23 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 2447 0 0 0 23 0 0 0 15 0 22 0 519156810 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15715448 CPUtime=0.75 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) R 23459 23461 23406 0 -1 4202560 13918 0 0 0 74 1 0 0 16 0 22 0 519156810 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 47432415092153 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15715448 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519156810 16092618752 105488 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 15715448

[startup+6.30143 s]
/proc/loadavg: 4.18 6.78 7.44 7/218 23487
/proc/meminfo: memFree=24360628/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15707800 CPUtime=7.93 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 131814 0 1 0 775 18 0 0 21 0 22 0 519156806 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3926950 120032 2275 9 0 3917669 0
[pid=23461/tid=23462] ppid=23459 vsize=15707800 CPUtime=6.25 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) R 23459 23461 23406 0 -1 4202560 102237 0 1 0 612 13 0 0 18 0 22 0 519156806 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 46912506075757 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23461/tid=23464] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23464/stat : 23464 (java) S 23459 23461 23406 0 -1 4202560 3258 0 0 0 0 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23465] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23465/stat : 23465 (java) S 23459 23461 23406 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23466] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23466/stat : 23466 (java) S 23459 23461 23406 0 -1 4202560 1967 0 0 0 0 0 0 0 16 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23467] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23467/stat : 23467 (java) S 23459 23461 23406 0 -1 4202560 881 0 0 0 0 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23468] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23468/stat : 23468 (java) S 23459 23461 23406 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23469] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23469/stat : 23469 (java) S 23459 23461 23406 0 -1 4202560 589 0 0 0 0 0 0 0 16 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23470] ppid=23459 vsize=15707800 CPUtime=0.01 cores=1,3,5,7
/proc/23461/task/23470/stat : 23470 (java) S 23459 23461 23406 0 -1 4202560 424 0 0 0 1 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23471] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23471/stat : 23471 (java) S 23459 23461 23406 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 22 0 519156807 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23472] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23472/stat : 23472 (java) S 23459 23461 23406 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 519156808 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23473] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23473/stat : 23473 (java) S 23459 23461 23406 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519156808 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23474] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519156808 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15707800 CPUtime=0.51 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 4631 0 0 0 51 0 0 0 15 0 22 0 519156810 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15707800 CPUtime=1.05 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) S 23459 23461 23406 0 -1 4202560 15816 0 0 0 104 1 0 0 15 0 22 0 519156810 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15707800 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519156810 16084787200 120032 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0

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

[pid=23461/tid=23474] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519156808 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15765108 CPUtime=1.06 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 4688 0 0 0 106 0 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15765108 CPUtime=1.79 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) S 23459 23461 23406 0 -1 4202560 15883 0 0 0 178 1 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23484] ppid=23459 vsize=15765108 CPUtime=603.05 cores=1,3,5,7
/proc/23461/task/23484/stat : 23484 (java) S 23459 23461 23406 0 -1 4202560 212 0 0 0 60304 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23485] ppid=23459 vsize=15765108 CPUtime=605.46 cores=1,3,5,7
/proc/23461/task/23485/stat : 23485 (java) S 23459 23461 23406 0 -1 4202560 324 0 0 0 60545 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23486] ppid=23459 vsize=15765108 CPUtime=608.44 cores=1,3,5,7
/proc/23461/task/23486/stat : 23486 (java) S 23459 23461 23406 0 -1 4202560 2219 0 0 0 60843 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23487] ppid=23459 vsize=15765108 CPUtime=606.27 cores=1,3,5,7
/proc/23461/task/23487/stat : 23487 (java) S 23459 23461 23406 0 -1 4202560 2739 0 0 0 60626 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3019.35
Current children cumulated vsize (KiB) 15765108

[startup+1242.3 s]
/proc/loadavg: 4.65 5.42 6.49 6/218 23571
/proc/meminfo: memFree=7888304/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15765108 CPUtime=3079.36 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 3945699 0 1 0 307299 637 0 0 21 0 22 0 519156806 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3941277 3812464 2295 9 0 3931996 0
[pid=23461/tid=23462] ppid=23459 vsize=15765108 CPUtime=34.83 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) S 23459 23461 23406 0 -1 4202560 126629 0 1 0 3467 16 0 0 25 0 22 0 519156806 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23464] ppid=23459 vsize=15765108 CPUtime=8.09 cores=1,3,5,7
/proc/23461/task/23464/stat : 23464 (java) S 23459 23461 23406 0 -1 4202560 487306 0 0 0 732 77 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23465] ppid=23459 vsize=15765108 CPUtime=8.42 cores=1,3,5,7
/proc/23461/task/23465/stat : 23465 (java) S 23459 23461 23406 0 -1 4202560 457490 0 0 0 776 66 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23466] ppid=23459 vsize=15765108 CPUtime=7.62 cores=1,3,5,7
/proc/23461/task/23466/stat : 23466 (java) S 23459 23461 23406 0 -1 4202560 355701 0 0 0 702 60 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23467] ppid=23459 vsize=15765108 CPUtime=8.09 cores=1,3,5,7
/proc/23461/task/23467/stat : 23467 (java) S 23459 23461 23406 0 -1 4202560 379373 0 0 0 748 61 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23468] ppid=23459 vsize=15765108 CPUtime=8.54 cores=1,3,5,7
/proc/23461/task/23468/stat : 23468 (java) S 23459 23461 23406 0 -1 4202560 523025 0 0 0 770 84 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23469] ppid=23459 vsize=15765108 CPUtime=8.31 cores=1,3,5,7
/proc/23461/task/23469/stat : 23469 (java) S 23459 23461 23406 0 -1 4202560 545573 0 0 0 745 86 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23470] ppid=23459 vsize=15765108 CPUtime=7.17 cores=1,3,5,7
/proc/23461/task/23470/stat : 23470 (java) S 23459 23461 23406 0 -1 4202560 534433 0 0 0 636 81 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23471] ppid=23459 vsize=15765108 CPUtime=7.98 cores=1,3,5,7
/proc/23461/task/23471/stat : 23471 (java) S 23459 23461 23406 0 -1 4202560 347069 0 0 0 740 58 0 0 16 0 22 0 519156807 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23472] ppid=23459 vsize=15765108 CPUtime=554.02 cores=1,3,5,7
/proc/23461/task/23472/stat : 23472 (java) R 23459 23461 23406 0 -1 4202560 161405 0 0 0 55370 32 0 0 18 0 22 0 519156808 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 47432412266812 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=23461/tid=23473] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23473/stat : 23473 (java) S 23459 23461 23406 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 519156808 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23474] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519156808 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15765108 CPUtime=1.06 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 4688 0 0 0 106 0 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15765108 CPUtime=1.79 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) S 23459 23461 23406 0 -1 4202560 15883 0 0 0 178 1 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519156810 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23484] ppid=23459 vsize=15765108 CPUtime=603.06 cores=1,3,5,7
/proc/23461/task/23484/stat : 23484 (java) S 23459 23461 23406 0 -1 4202560 262 0 0 0 60305 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23485] ppid=23459 vsize=15765108 CPUtime=605.47 cores=1,3,5,7
/proc/23461/task/23485/stat : 23485 (java) S 23459 23461 23406 0 -1 4202560 361 0 0 0 60545 2 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23486] ppid=23459 vsize=15765108 CPUtime=608.45 cores=1,3,5,7
/proc/23461/task/23486/stat : 23486 (java) S 23459 23461 23406 0 -1 4202560 2267 0 0 0 60844 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23487] ppid=23459 vsize=15765108 CPUtime=606.28 cores=1,3,5,7
/proc/23461/task/23487/stat : 23487 (java) S 23459 23461 23406 0 -1 4202560 2777 0 0 0 60627 1 0 0 15 0 22 0 519157026 16143470592 3812464 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3079.36
Current children cumulated vsize (KiB) 15765108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 5.28 5.47 6.44 6/218 23573
/proc/meminfo: memFree=2727636/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=15765108 CPUtime=3138.62 cores=1,3,5,7
/proc/23461/stat : 23461 (java) S 23459 23461 23406 0 -1 4202496 3945872 0 1 0 313223 639 0 0 21 0 22 0 519156806 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 3941277 3812475 2295 9 0 3931996 0
[pid=23461/tid=23462] ppid=23459 vsize=15765108 CPUtime=34.83 cores=1,3,5,7
/proc/23461/task/23462/stat : 23462 (java) S 23459 23461 23406 0 -1 4202560 126629 0 1 0 3467 16 0 0 25 0 22 0 519156806 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23464] ppid=23459 vsize=15765108 CPUtime=8.09 cores=1,3,5,7
/proc/23461/task/23464/stat : 23464 (java) S 23459 23461 23406 0 -1 4202560 487306 0 0 0 732 77 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23465] ppid=23459 vsize=15765108 CPUtime=8.42 cores=1,3,5,7
/proc/23461/task/23465/stat : 23465 (java) S 23459 23461 23406 0 -1 4202560 457490 0 0 0 776 66 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23466] ppid=23459 vsize=15765108 CPUtime=7.62 cores=1,3,5,7
/proc/23461/task/23466/stat : 23466 (java) S 23459 23461 23406 0 -1 4202560 355701 0 0 0 702 60 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23467] ppid=23459 vsize=15765108 CPUtime=8.09 cores=1,3,5,7
/proc/23461/task/23467/stat : 23467 (java) S 23459 23461 23406 0 -1 4202560 379373 0 0 0 748 61 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23468] ppid=23459 vsize=15765108 CPUtime=8.54 cores=1,3,5,7
/proc/23461/task/23468/stat : 23468 (java) S 23459 23461 23406 0 -1 4202560 523025 0 0 0 770 84 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23469] ppid=23459 vsize=15765108 CPUtime=8.31 cores=1,3,5,7
/proc/23461/task/23469/stat : 23469 (java) S 23459 23461 23406 0 -1 4202560 545573 0 0 0 745 86 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23470] ppid=23459 vsize=15765108 CPUtime=7.17 cores=1,3,5,7
/proc/23461/task/23470/stat : 23470 (java) S 23459 23461 23406 0 -1 4202560 534433 0 0 0 636 81 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23471] ppid=23459 vsize=15765108 CPUtime=7.98 cores=1,3,5,7
/proc/23461/task/23471/stat : 23471 (java) S 23459 23461 23406 0 -1 4202560 347069 0 0 0 740 58 0 0 16 0 22 0 519156807 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23472] ppid=23459 vsize=15765108 CPUtime=611.21 cores=1,3,5,7
/proc/23461/task/23472/stat : 23472 (java) R 23459 23461 23406 0 -1 4202560 161409 0 0 0 61087 34 0 0 18 0 22 0 519156808 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 47432414959974 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=23461/tid=23473] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23473/stat : 23473 (java) S 23459 23461 23406 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 519156808 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23474] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23474/stat : 23474 (java) S 23459 23461 23406 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519156808 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23475] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23475/stat : 23475 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23476] ppid=23459 vsize=15765108 CPUtime=1.06 cores=1,3,5,7
/proc/23461/task/23476/stat : 23476 (java) S 23459 23461 23406 0 -1 4202560 4688 0 0 0 106 0 0 0 15 0 22 0 519156810 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=23461/tid=23477] ppid=23459 vsize=15765108 CPUtime=1.79 cores=1,3,5,7
/proc/23461/task/23477/stat : 23477 (java) S 23459 23461 23406 0 -1 4202560 15883 0 0 0 178 1 0 0 15 0 22 0 519156810 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) S 23459 23461 23406 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519156810 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23479] ppid=23459 vsize=15765108 CPUtime=0 cores=1,3,5,7
/proc/23461/task/23479/stat : 23479 (java) S 23459 23461 23406 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519156810 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23484] ppid=23459 vsize=15765108 CPUtime=603.58 cores=1,3,5,7
/proc/23461/task/23484/stat : 23484 (java) S 23459 23461 23406 0 -1 4202560 303 0 0 0 60357 1 0 0 15 0 22 0 519157026 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23485] ppid=23459 vsize=15765108 CPUtime=605.99 cores=1,3,5,7
/proc/23461/task/23485/stat : 23485 (java) S 23459 23461 23406 0 -1 4202560 405 0 0 0 60597 2 0 0 15 0 22 0 519157026 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=23461/tid=23486] ppid=23459 vsize=15765108 CPUtime=608.96 cores=1,3,5,7
/proc/23461/task/23486/stat : 23486 (java) S 23459 23461 23406 0 -1 4202560 2327 0 0 0 60895 1 0 0 15 0 22 0 519157026 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=23461/tid=23487] ppid=23459 vsize=15765108 CPUtime=606.8 cores=1,3,5,7
/proc/23461/task/23487/stat : 23487 (java) S 23459 23461 23406 0 -1 4202560 2795 0 0 0 60679 1 0 0 15 0 22 0 519157026 16143470592 3812475 33554432000 1073741824 1073778376 140734589266656 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3138.62
Current children cumulated vsize (KiB) 15765108

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23461

[startup+1302.3 s]
/proc/loadavg: 5.26 5.46 6.43 6/198 23574
/proc/meminfo: memFree=4592608/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=0 CPUtime=3140.91 cores=1,3,5,7
/proc/23461/stat : 23461 (java) Z 23459 23461 23406 0 -1 4203548 3945884 0 1 0 313424 667 0 0 18 0 2 0 519156806 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 0 0 0 0 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=0 CPUtime=0.27 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) R 23459 23461 23406 0 -1 4203588 1 0 0 0 0 27 0 0 18 0 2 0 519156810 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) 3140.91
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.26 5.46 6.43 6/198 23574
/proc/meminfo: memFree=4592608/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=0 CPUtime=3141.01 cores=1,3,5,7
/proc/23461/stat : 23461 (java) Z 23459 23461 23406 0 -1 4203548 3945884 0 1 0 313424 677 0 0 18 0 2 0 519156806 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 0 0 0 0 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=0 CPUtime=0.37 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) R 23459 23461 23406 0 -1 4203588 1 0 0 0 0 37 0 0 18 0 2 0 519156810 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) 3141.01
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.26 5.46 6.43 6/198 23574
/proc/meminfo: memFree=4592608/32951132 swapFree=67111524/67111528
[pid=23461] ppid=23459 vsize=0 CPUtime=3141.11 cores=1,3,5,7
/proc/23461/stat : 23461 (java) Z 23459 23461 23406 0 -1 4203548 3945884 0 1 0 313424 687 0 0 18 0 2 0 519156806 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23461/statm: 0 0 0 0 0 0 0
[pid=23461/tid=23478] ppid=23459 vsize=0 CPUtime=0.47 cores=1,3,5,7
/proc/23461/task/23478/stat : 23478 (java) R 23459 23461 23406 0 -1 4203588 1 0 0 0 0 47 0 0 18 0 2 0 519156810 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) 3141.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 3141.18
CPU user time (s): 3134.24
CPU system time (s): 6.93894
CPU usage (%): 241.154
Max. virtual memory (cumulated for all children) (KiB): 15765108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3134.24
system time used= 6.93895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3945884
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= 58893
involuntary context switches= 48952

runsolver used 2.07268 second user time and 5.07623 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 13:12:52
IDJOB=3313464
IDBENCH=70815
IDSOLVER=1699
FILE ID=node131/3313464-1304075571
RUNJOBID= node131-1304075571-23425
PBS_JOBID= 13170501
Free space on /tmp= 71372 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313464-1304075571/watcher-3313464-1304075571 -o /tmp/evaluation-result-3313464-1304075571/solver-3313464-1304075571 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313464-1304075571.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1005147355

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      25051708 kB
Buffers:        960436 kB
Cached:        6335864 kB
SwapCached:          4 kB
Active:         375344 kB
Inactive:      7027568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25051708 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16388 kB
Writeback:           0 kB
AnonPages:      106012 kB
Mapped:          23208 kB
Slab:           432648 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   788548 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= 71364 MiB
End job on node131 at 2011-04-29 13:34:34