Trace number 3313442

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) 2320.96 1302.74

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.16/1.00	49:56 INFO : Reading from input HOME/instance-3313442-1304102983.cnf
32.03/32.65	Executor set job limit to 1000000
32.03/32.66	Executor set job limit to 1000000
32.03/32.66	Executor set job limit to 1000000
32.03/32.66	Executor set job limit to 1000000
32.03/32.66	Starting Executor!
32.03/32.66	Starting Executor!
32.03/32.66	Starting Executor!
32.03/32.66	Starting Executor!
102.60/100.10	51:35 INFO : 363963 variables remaining out of 559571
102.60/100.10	51:35 INFO : 38947398 literals remaining out of 32476124
1478.03/562.77	59:17 ERROR: Failed to solve instance
1478.03/562.77	java.lang.OutOfMemoryError: GC overhead limit exceeded
1478.03/562.77		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1478.03/562.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1478.03/562.77		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1478.03/562.77		at ibis.structure.WatchLists.build(WatchLists.java:56)
1478.03/562.77		at ibis.structure.Solver.<init>(Solver.java:45)
1478.03/562.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1478.03/562.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1478.03/562.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1478.03/562.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1478.03/562.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1478.03/562.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1478.03/562.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1478.03/562.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1478.03/562.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1478.24/562.87		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1478.24/562.87		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1510.68/623.34	00:18 ERROR: Failed to solve instance
1510.68/623.34	java.lang.OutOfMemoryError: GC overhead limit exceeded
1510.68/623.34		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1510.68/623.34		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1510.68/623.34		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
1510.68/623.34		at ibis.structure.Solver.addBinary(Solver.java:97)
1510.68/623.34		at ibis.structure.Solver.propagate(Solver.java:261)
1510.68/623.34		at ibis.structure.Solver.simplify(Solver.java:188)
1510.68/623.34		at ibis.structure.Solver.solve(Solver.java:113)
1510.68/623.34		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1510.68/623.34		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1510.68/623.34		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1510.68/623.34		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1510.68/623.34		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1510.68/623.34		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1510.68/623.34		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1510.68/623.34		at ibis.constellation.Executor.processActivities(Executor.java:75)
1510.68/623.34		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1510.68/623.34		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1510.68/623.34		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1567.49/669.94	01:05 ERROR: Failed to solve instance
1567.49/669.94	java.lang.OutOfMemoryError: GC overhead limit exceeded
1567.49/669.94		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1567.49/669.94		at gnu.trove.THash.postInsertHook(THash.java:370)
1567.49/669.94		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1567.49/669.94		at ibis.structure.WatchLists.build(WatchLists.java:56)
1567.49/669.94		at ibis.structure.Solver.<init>(Solver.java:45)
1567.49/669.94		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1567.49/669.94		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1567.49/669.94		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1567.49/669.94		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1567.49/669.94		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1567.49/669.94		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1567.49/669.94		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1567.49/669.94		at ibis.constellation.Executor.processActivities(Executor.java:75)
1567.49/669.94		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1567.49/669.94		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1567.49/669.94		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1842.29/835.93	03:51 ERROR: Failed to solve instance
1842.29/835.93	java.lang.OutOfMemoryError: GC overhead limit exceeded
1842.29/835.93		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1842.29/835.93		at gnu.trove.THash.postInsertHook(THash.java:370)
1842.29/835.93		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1842.29/835.93		at ibis.structure.WatchLists.build(WatchLists.java:56)
1842.29/835.93		at ibis.structure.Solver.<init>(Solver.java:45)
1842.29/835.93		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1842.29/835.93		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1842.29/835.93		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1842.29/835.93		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1842.29/835.93		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1842.29/835.93		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1842.29/835.93		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1842.29/835.93		at ibis.constellation.Executor.processActivities(Executor.java:75)
1842.29/835.93		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1842.29/835.93		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1842.29/835.93		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-3313442-1304102983/watcher-3313442-1304102983 -o /tmp/evaluation-result-3313442-1304102983/solver-3313442-1304102983 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313442-1304102983.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: 6.07 7.54 7.51 4/196 9508
/proc/meminfo: memFree=17126444/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/9508/stat : 9508 (runsolver) S 9506 9508 8608 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 1 0 521899090 12083200 52 33554432000 4194304 5434984 140737345561232 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 5 0 0 0
/proc/9508/statm: 2950 52 31 303 0 2644 0

[startup+0.010473 s]
/proc/loadavg: 6.07 7.54 7.51 4/196 9508
/proc/meminfo: memFree=17126444/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/9508/stat : 9508 (runsolver) S 9506 9508 8608 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 1 0 521899090 12083200 52 33554432000 4194304 5434984 140737345561232 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 5 0 0 0
/proc/9508/statm: 2950 52 31 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.10044 s]
/proc/loadavg: 6.07 7.54 7.51 4/196 9508
/proc/meminfo: memFree=17126444/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/9508/stat : 9508 (runsolver) S 9506 9508 8608 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 1 0 521899090 12083200 52 33554432000 4194304 5434984 140737345561232 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 5 0 0 0
/proc/9508/statm: 2950 52 31 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.300416 s]
/proc/loadavg: 6.07 7.54 7.51 4/196 9508
/proc/meminfo: memFree=17126444/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4194304 366 0 0 0 0 0 0 0 18 0 1 0 521899090 2523136 44 33554432000 1073741824 1073778376 140733818452880 18446744073709551615 210642222727 0 2147483391 4096 0 18446744071699109054 0 0 17 1 0 0 0
/proc/9508/statm: 616 44 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2464

[startup+0.700337 s]
/proc/loadavg: 6.07 7.54 7.51 4/196 9508
/proc/meminfo: memFree=17126444/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=9100 CPUtime=0.01 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 493 0 0 0 0 1 0 0 15 0 1 0 521899090 9318400 154 33554432000 1073741824 1073778376 140733818452880 18446744073709551615 210646967287 0 2147483391 4096 0 18446744071699109054 0 0 17 1 0 0 0
/proc/9508/statm: 2275 154 125 9 0 67 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9100

[startup+1.50121 s]
/proc/loadavg: 6.07 7.54 7.51 4/214 9526
/proc/meminfo: memFree=17100208/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=15680304 CPUtime=0.83 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 41654 0 1 0 74 9 0 0 16 0 18 0 521899090 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3920076 40050 2223 9 0 3910795 0
[pid=9508/tid=9510] ppid=9506 vsize=15680304 CPUtime=0.52 cores=1,3,5,7
/proc/9508/task/9510/stat : 9510 (java) R 9506 9508 8608 0 -1 4202560 35536 0 1 0 47 5 0 0 17 0 18 0 521899179 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 46912505609234 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9508/tid=9511] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9511/stat : 9511 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9512] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9512/stat : 9512 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9513] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9513/stat : 9513 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9514] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9514/stat : 9514 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9515] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9515/stat : 9515 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9516] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9516/stat : 9516 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9517] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9517/stat : 9517 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9518] ppid=9506 vsize=15680304 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9518/stat : 9518 (java) S 9506 9508 8608 0 -1 4202560 942 0 0 0 1 0 0 0 15 0 18 0 521899180 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9519] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9519/stat : 9519 (java) S 9506 9508 8608 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 18 0 521899181 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 0 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9520] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9520/stat : 9520 (java) S 9506 9508 8608 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 521899181 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9521] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 521899181 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 521899183 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15680304 CPUtime=0.1 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 1152 0 0 0 10 0 0 0 16 0 18 0 521899183 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9524] ppid=9506 vsize=15680304 CPUtime=0.12 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 2561 0 0 0 12 0 0 0 15 0 18 0 521899183 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521899183 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 521899183 16056631296 40050 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 15680304

[startup+3.10093 s]
/proc/loadavg: 6.07 7.54 7.51 4/214 9526
/proc/meminfo: memFree=16955728/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=15680304 CPUtime=2.26 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 78079 0 1 0 207 19 0 0 16 0 18 0 521899090 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3920076 76472 2223 9 0 3910795 0
[pid=9508/tid=9510] ppid=9506 vsize=15680304 CPUtime=1.76 cores=1,3,5,7
/proc/9508/task/9510/stat : 9510 (java) R 9506 9508 8608 0 -1 4202560 66783 0 1 0 165 11 0 0 19 0 18 0 521899179 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 46912505513675 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9508/tid=9511] ppid=9506 vsize=15680304 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9511/stat : 9511 (java) S 9506 9508 8608 0 -1 4202560 1314 0 0 0 2 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9512] ppid=9506 vsize=15680304 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9512/stat : 9512 (java) S 9506 9508 8608 0 -1 4202560 552 0 0 0 1 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9513] ppid=9506 vsize=15680304 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9513/stat : 9513 (java) S 9506 9508 8608 0 -1 4202560 38 0 0 0 2 0 0 0 16 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9514] ppid=9506 vsize=15680304 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9514/stat : 9514 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9515] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9515/stat : 9515 (java) S 9506 9508 8608 0 -1 4202560 548 0 0 0 0 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9516] ppid=9506 vsize=15680304 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9516/stat : 9516 (java) S 9506 9508 8608 0 -1 4202560 1898 0 0 0 2 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9517] ppid=9506 vsize=15680304 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9517/stat : 9517 (java) S 9506 9508 8608 0 -1 4202560 708 0 0 0 1 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9518] ppid=9506 vsize=15680304 CPUtime=0.03 cores=1,3,5,7
/proc/9508/task/9518/stat : 9518 (java) S 9506 9508 8608 0 -1 4202560 942 0 0 0 3 0 0 0 15 0 18 0 521899180 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9519] ppid=9506 vsize=15680304 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9519/stat : 9519 (java) S 9506 9508 8608 0 -1 4202560 197 0 0 0 0 1 0 0 15 0 18 0 521899181 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 0 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9520] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9520/stat : 9520 (java) S 9506 9508 8608 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 521899181 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9521] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 521899181 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 521899183 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15680304 CPUtime=0.1 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 1152 0 0 0 10 0 0 0 16 0 18 0 521899183 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9524] ppid=9506 vsize=15680304 CPUtime=0.12 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 2561 0 0 0 12 0 0 0 15 0 18 0 521899183 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15680304 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521899183 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15680304 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 1 1 0 0 15 0 18 0 521899183 16056631296 76472 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15680304
heavy processes:

[startup+6.3014 s]
/proc/loadavg: 6.14 7.53 7.51 3/214 9526
/proc/meminfo: memFree=16024264/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=15679104 CPUtime=5.57 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 275264 0 1 0 510 47 0 0 16 0 18 0 521899090 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3919776 272728 2241 9 0 3910495 0
[pid=9508/tid=9510] ppid=9506 vsize=15679104 CPUtime=4.89 cores=1,3,5,7
/proc/9508/task/9510/stat : 9510 (java) R 9506 9508 8608 0 -1 4202560 251091 0 1 0 455 34 0 0 19 0 18 0 521899179 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 46912505639496 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9508/tid=9511] ppid=9506 vsize=15679104 CPUtime=0.03 cores=1,3,5,7
/proc/9508/task/9511/stat : 9511 (java) S 9506 9508 8608 0 -1 4202560 1907 0 0 0 3 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9512] ppid=9506 vsize=15679104 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9512/stat : 9512 (java) S 9506 9508 8608 0 -1 4202560 552 0 0 0 1 1 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9513] ppid=9506 vsize=15679104 CPUtime=0.04 cores=1,3,5,7
/proc/9508/task/9513/stat : 9513 (java) S 9506 9508 8608 0 -1 4202560 3213 0 0 0 4 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9514] ppid=9506 vsize=15679104 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9514/stat : 9514 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 2 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9515] ppid=9506 vsize=15679104 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9515/stat : 9515 (java) S 9506 9508 8608 0 -1 4202560 6282 0 0 0 2 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9516] ppid=9506 vsize=15679104 CPUtime=0.03 cores=1,3,5,7
/proc/9508/task/9516/stat : 9516 (java) S 9506 9508 8608 0 -1 4202560 4481 0 0 0 3 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9517] ppid=9506 vsize=15679104 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9517/stat : 9517 (java) S 9506 9508 8608 0 -1 4202560 708 0 0 0 2 0 0 0 16 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9518] ppid=9506 vsize=15679104 CPUtime=0.03 cores=1,3,5,7
/proc/9508/task/9518/stat : 9518 (java) S 9506 9508 8608 0 -1 4202560 942 0 0 0 3 0 0 0 15 0 18 0 521899180 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9519] ppid=9506 vsize=15679104 CPUtime=0.01 cores=1,3,5,7
/proc/9508/task/9519/stat : 9519 (java) S 9506 9508 8608 0 -1 4202560 944 0 0 0 0 1 0 0 15 0 18 0 521899181 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 0 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9520] ppid=9506 vsize=15679104 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9520/stat : 9520 (java) S 9506 9508 8608 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 521899181 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9521] ppid=9506 vsize=15679104 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 521899181 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15679104 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 521899183 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15679104 CPUtime=0.12 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 1175 0 0 0 12 0 0 0 16 0 18 0 521899183 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9524] ppid=9506 vsize=15679104 CPUtime=0.15 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 2583 0 0 0 15 0 0 0 16 0 18 0 521899183 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15679104 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521899183 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15679104 CPUtime=0.02 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 1 1 0 0 15 0 18 0 521899183 16055402496 272728 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 15679104

[startup+12.7013 s]
/proc/loadavg: 6.21 7.52 7.51 4/214 9527
/proc/meminfo: memFree=14789588/32951132 swapFree=67111400/67111528
[pid=9508] ppid=9506 vsize=15679104 CPUtime=11.99 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 560234 0 1 0 1111 88 0 0 16 0 18 0 521899090 16055402496 557441 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3919776 557441 2241 9 0 3910495 0

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

[pid=9508/tid=9521] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15759120 CPUtime=1.24 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 5364 0 1 0 124 0 0 0 16 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 20
[pid=9508/tid=9524] ppid=9506 vsize=15759120 CPUtime=1.52 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 18356 0 0 0 150 2 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15759120 CPUtime=0.5 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 66 0 0 0 16 34 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9528] ppid=9506 vsize=15759120 CPUtime=363.67 cores=1,3,5,7
/proc/9508/task/9528/stat : 9528 (java) S 9506 9508 8608 0 -1 4202560 89 0 0 0 36270 97 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9529] ppid=9506 vsize=15759120 CPUtime=342.94 cores=1,3,5,7
/proc/9508/task/9529/stat : 9529 (java) S 9506 9508 8608 0 -1 4202560 158 0 0 0 34259 35 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 3
[pid=9508/tid=9530] ppid=9506 vsize=15759120 CPUtime=381.81 cores=1,3,5,7
/proc/9508/task/9530/stat : 9530 (java) S 9506 9508 8608 0 -1 4202560 478 0 0 0 38149 32 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9531] ppid=9506 vsize=15759120 CPUtime=309.34 cores=1,3,5,7
/proc/9508/task/9531/stat : 9531 (java) S 9506 9508 8608 0 -1 4202560 79 0 0 0 30892 42 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2200.49
Current children cumulated vsize (KiB) 15759120

[startup+1242.3 s]
/proc/loadavg: 2.66 4.63 6.05 3/218 9576
/proc/meminfo: memFree=130480/32951132 swapFree=66783420/67111528
[pid=9508] ppid=9506 vsize=15759120 CPUtime=2260.5 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 5234799 0 3132 0 224628 1422 0 0 16 0 22 0 521899090 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3939780 3848765 2263 9 0 3930499 0
[pid=9508/tid=9510] ppid=9506 vsize=15759120 CPUtime=95.01 cores=1,3,5,7
/proc/9508/task/9510/stat : 9510 (java) S 9506 9508 8608 0 -1 4202560 1263126 0 1 0 9333 168 0 0 25 0 22 0 521899179 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9511] ppid=9506 vsize=15759120 CPUtime=7.52 cores=1,3,5,7
/proc/9508/task/9511/stat : 9511 (java) S 9506 9508 8608 0 -1 4202560 441247 0 0 0 646 106 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9512] ppid=9506 vsize=15759120 CPUtime=7.03 cores=1,3,5,7
/proc/9508/task/9512/stat : 9512 (java) S 9506 9508 8608 0 -1 4202560 372288 0 0 0 594 109 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9513] ppid=9506 vsize=15759120 CPUtime=5.81 cores=1,3,5,7
/proc/9508/task/9513/stat : 9513 (java) S 9506 9508 8608 0 -1 4202560 466579 0 0 0 477 104 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9514] ppid=9506 vsize=15759120 CPUtime=6.3 cores=1,3,5,7
/proc/9508/task/9514/stat : 9514 (java) S 9506 9508 8608 0 -1 4202560 424453 0 0 0 533 97 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9515] ppid=9506 vsize=15759120 CPUtime=7.16 cores=1,3,5,7
/proc/9508/task/9515/stat : 9515 (java) S 9506 9508 8608 0 -1 4202560 346106 0 0 0 609 107 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9516] ppid=9506 vsize=15759120 CPUtime=6.73 cores=1,3,5,7
/proc/9508/task/9516/stat : 9516 (java) S 9506 9508 8608 0 -1 4202560 594545 0 0 0 541 132 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 16
[pid=9508/tid=9517] ppid=9506 vsize=15759120 CPUtime=6.86 cores=1,3,5,7
/proc/9508/task/9517/stat : 9517 (java) S 9506 9508 8608 0 -1 4202560 590791 0 0 0 561 125 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 7
[pid=9508/tid=9518] ppid=9506 vsize=15759120 CPUtime=6.01 cores=1,3,5,7
/proc/9508/task/9518/stat : 9518 (java) S 9506 9508 8608 0 -1 4202560 594490 0 0 0 473 128 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9519] ppid=9506 vsize=15759120 CPUtime=710.82 cores=1,3,5,7
/proc/9508/task/9519/stat : 9519 (java) R 9506 9508 8608 0 -1 4202560 115106 0 3130 0 70991 91 0 0 18 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 46950239519069 0 0 0 16800975 0 0 0 -1 3 0 0 3145
[pid=9508/tid=9520] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9520/stat : 9520 (java) S 9506 9508 8608 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9521] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15759120 CPUtime=1.24 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 5364 0 1 0 124 0 0 0 16 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 20
[pid=9508/tid=9524] ppid=9506 vsize=15759120 CPUtime=1.52 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 18356 0 0 0 150 2 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15759120 CPUtime=0.5 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 70 0 0 0 16 34 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9528] ppid=9506 vsize=15759120 CPUtime=363.69 cores=1,3,5,7
/proc/9508/task/9528/stat : 9528 (java) S 9506 9508 8608 0 -1 4202560 89 0 0 0 36271 98 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9529] ppid=9506 vsize=15759120 CPUtime=342.94 cores=1,3,5,7
/proc/9508/task/9529/stat : 9529 (java) S 9506 9508 8608 0 -1 4202560 158 0 0 0 34259 35 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 3
[pid=9508/tid=9530] ppid=9506 vsize=15759120 CPUtime=381.81 cores=1,3,5,7
/proc/9508/task/9530/stat : 9530 (java) S 9506 9508 8608 0 -1 4202560 568 0 0 0 38149 32 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9531] ppid=9506 vsize=15759120 CPUtime=309.34 cores=1,3,5,7
/proc/9508/task/9531/stat : 9531 (java) S 9506 9508 8608 0 -1 4202560 79 0 0 0 30892 42 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2260.5
Current children cumulated vsize (KiB) 15759120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.16 4.14 5.79 2/191 9596
/proc/meminfo: memFree=15529584/32951132 swapFree=66859604/67111528
[pid=9508] ppid=9506 vsize=15759120 CPUtime=2318.21 cores=1,3,5,7
/proc/9508/stat : 9508 (java) S 9506 9508 8608 0 -1 4202496 5234893 0 3132 0 230398 1423 0 0 16 0 22 0 521899090 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 3939780 3848765 2263 9 0 3930499 0
[pid=9508/tid=9510] ppid=9506 vsize=15759120 CPUtime=95.01 cores=1,3,5,7
/proc/9508/task/9510/stat : 9510 (java) S 9506 9508 8608 0 -1 4202560 1263126 0 1 0 9333 168 0 0 25 0 22 0 521899179 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9511] ppid=9506 vsize=15759120 CPUtime=7.52 cores=1,3,5,7
/proc/9508/task/9511/stat : 9511 (java) S 9506 9508 8608 0 -1 4202560 441247 0 0 0 646 106 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9512] ppid=9506 vsize=15759120 CPUtime=7.03 cores=1,3,5,7
/proc/9508/task/9512/stat : 9512 (java) S 9506 9508 8608 0 -1 4202560 372288 0 0 0 594 109 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9513] ppid=9506 vsize=15759120 CPUtime=5.81 cores=1,3,5,7
/proc/9508/task/9513/stat : 9513 (java) S 9506 9508 8608 0 -1 4202560 466579 0 0 0 477 104 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9514] ppid=9506 vsize=15759120 CPUtime=6.3 cores=1,3,5,7
/proc/9508/task/9514/stat : 9514 (java) S 9506 9508 8608 0 -1 4202560 424453 0 0 0 533 97 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9515] ppid=9506 vsize=15759120 CPUtime=7.16 cores=1,3,5,7
/proc/9508/task/9515/stat : 9515 (java) S 9506 9508 8608 0 -1 4202560 346106 0 0 0 609 107 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
[pid=9508/tid=9516] ppid=9506 vsize=15759120 CPUtime=6.73 cores=1,3,5,7
/proc/9508/task/9516/stat : 9516 (java) S 9506 9508 8608 0 -1 4202560 594545 0 0 0 541 132 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 16
[pid=9508/tid=9517] ppid=9506 vsize=15759120 CPUtime=6.86 cores=1,3,5,7
/proc/9508/task/9517/stat : 9517 (java) S 9506 9508 8608 0 -1 4202560 590791 0 0 0 561 125 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 7
[pid=9508/tid=9518] ppid=9506 vsize=15759120 CPUtime=6.01 cores=1,3,5,7
/proc/9508/task/9518/stat : 9518 (java) S 9506 9508 8608 0 -1 4202560 594490 0 0 0 473 128 0 0 16 0 22 0 521899180 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9519] ppid=9506 vsize=15759120 CPUtime=768.53 cores=1,3,5,7
/proc/9508/task/9519/stat : 9519 (java) R 9506 9508 8608 0 -1 4202560 115110 0 3130 0 76761 92 0 0 18 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 46950242236484 0 0 0 16800975 0 0 0 -1 3 0 0 3145
[pid=9508/tid=9520] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9520/stat : 9520 (java) S 9506 9508 8608 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9521] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9521/stat : 9521 (java) S 9506 9508 8608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521899181 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9522] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9522/stat : 9522 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658970033 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9523] ppid=9506 vsize=15759120 CPUtime=1.24 cores=1,3,5,7
/proc/9508/task/9523/stat : 9523 (java) S 9506 9508 8608 0 -1 4202560 5364 0 1 0 124 0 0 0 16 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 20
[pid=9508/tid=9524] ppid=9506 vsize=15759120 CPUtime=1.52 cores=1,3,5,7
/proc/9508/task/9524/stat : 9524 (java) S 9506 9508 8608 0 -1 4202560 18356 0 0 0 150 2 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=15759120 CPUtime=0 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) S 9506 9508 8608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 7 0 0 0
[pid=9508/tid=9526] ppid=9506 vsize=15759120 CPUtime=0.5 cores=1,3,5,7
/proc/9508/task/9526/stat : 9526 (java) S 9506 9508 8608 0 -1 4202560 74 0 0 0 16 34 0 0 15 0 22 0 521899183 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962944 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9528] ppid=9506 vsize=15759120 CPUtime=363.69 cores=1,3,5,7
/proc/9508/task/9528/stat : 9528 (java) S 9506 9508 8608 0 -1 4202560 89 0 0 0 36271 98 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 5 0 0 0
[pid=9508/tid=9529] ppid=9506 vsize=15759120 CPUtime=342.94 cores=1,3,5,7
/proc/9508/task/9529/stat : 9529 (java) S 9506 9508 8608 0 -1 4202560 158 0 0 0 34259 35 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 3
[pid=9508/tid=9530] ppid=9506 vsize=15759120 CPUtime=381.81 cores=1,3,5,7
/proc/9508/task/9530/stat : 9530 (java) S 9506 9508 8608 0 -1 4202560 654 0 0 0 38149 32 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 3 0 0 0
[pid=9508/tid=9531] ppid=9506 vsize=15759120 CPUtime=309.35 cores=1,3,5,7
/proc/9508/task/9531/stat : 9531 (java) S 9506 9508 8608 0 -1 4202560 79 0 0 0 30893 42 0 0 15 0 22 0 521902356 16137338880 3848765 33554432000 1073741824 1073778376 140733706972192 18446744073709551615 210658962329 0 4 0 16800975 18446604471001494848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2318.21
Current children cumulated vsize (KiB) 15759120

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9508

[startup+1302.3 s]
/proc/loadavg: 2.16 4.14 5.79 2/192 9597
/proc/meminfo: memFree=15529980/32951132 swapFree=66859604/67111528
[pid=9508] ppid=9506 vsize=0 CPUtime=2320.51 cores=1,3,5,7
/proc/9508/stat : 9508 (java) Z 9506 9508 8608 0 -1 4203548 5234915 0 3132 0 230599 1452 0 0 15 0 2 0 521899090 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 0 0 0 0 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) R 9506 9508 8608 0 -1 4203588 2 0 0 0 0 28 0 0 18 0 2 0 521899183 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2320.51
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.16 4.14 5.79 2/192 9597
/proc/meminfo: memFree=15529980/32951132 swapFree=66859604/67111528
[pid=9508] ppid=9506 vsize=0 CPUtime=2320.71 cores=1,3,5,7
/proc/9508/stat : 9508 (java) Z 9506 9508 8608 0 -1 4203548 5234915 0 3132 0 230599 1472 0 0 15 0 2 0 521899090 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 0 0 0 0 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) R 9506 9508 8608 0 -1 4203588 2 0 0 0 0 48 0 0 18 0 2 0 521899183 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2320.71
Current children cumulated vsize (KiB) 0

[startup+1302.7 s]
/proc/loadavg: 2.16 4.14 5.79 2/192 9597
/proc/meminfo: memFree=15529980/32951132 swapFree=66859604/67111528
[pid=9508] ppid=9506 vsize=0 CPUtime=2320.91 cores=1,3,5,7
/proc/9508/stat : 9508 (java) Z 9506 9508 8608 0 -1 4203548 5234915 0 3132 0 230599 1492 0 0 15 0 2 0 521899090 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9508/statm: 0 0 0 0 0 0 0
[pid=9508/tid=9525] ppid=9506 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/9508/task/9525/stat : 9525 (java) R 9506 9508 8608 0 -1 4203588 2 0 0 0 0 68 0 0 18 0 2 0 521899183 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2320.91
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.74
CPU time (s): 2320.96
CPU user time (s): 2306
CPU system time (s): 14.9577
CPU usage (%): 178.16
Max. virtual memory (cumulated for all children) (KiB): 15759120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2306
system time used= 14.9577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5234915
page faults= 3132
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155661
involuntary context switches= 52579

runsolver used 2.07668 second user time and 5.19521 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 20:49:49
IDJOB=3313442
IDBENCH=82399
IDSOLVER=1699
FILE ID=node129/3313442-1304102983
RUNJOBID= node129-1304102983-9468
PBS_JOBID= 13170600
Free space on /tmp= 66140 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313442-1304102983/watcher-3313442-1304102983 -o /tmp/evaluation-result-3313442-1304102983/solver-3313442-1304102983 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313442-1304102983.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1880678709

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17126616 kB
Buffers:       1254852 kB
Cached:       12088108 kB
SwapCached:        128 kB
Active:        4238812 kB
Inactive:     10910500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17126616 kB
SwapTotal:    67111528 kB
SwapFree:     67111400 kB
Dirty:          239584 kB
Writeback:           0 kB
AnonPages:     1805756 kB
Mapped:          23584 kB
Slab:           608456 kB
PageTables:       8288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2277560 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= 66188 MiB
End job on node129 at 2011-04-29 21:11:38