Trace number 3312172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2872.63 1302.51

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.150-SAT.cnf
MD5SUM9ba83f2e11d7a652e344b7b5e520dcb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.7327
Satisfiable
(Un)Satisfiability was proved
Number of variables645431
Number of clauses11795567
Sum of the clauses size25676417
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 211349750
Number of clauses of size 3421800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522500

Solver Data

0.09/0.12	28:07 INFO : Reading from input HOME/instance-3312172-1307633279.cnf
32.95/32.27	Executor set job limit to 1000000
32.95/32.27	Executor set job limit to 1000000
32.95/32.27	Executor set job limit to 1000000
32.95/32.27	Executor set job limit to 1000000
32.95/32.28	Starting Executor!
32.95/32.28	Starting Executor!
32.95/32.28	Starting Executor!
32.95/32.28	Starting Executor!
133.46/128.80	30:16 INFO : 442869 variables remaining out of 645431
133.46/128.80	30:16 INFO : 52762710 literals remaining out of 37471984
2284.40/845.31	42:13 ERROR: Failed to solve instance
2284.40/845.31	java.lang.OutOfMemoryError: GC overhead limit exceeded
2284.40/845.31		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2284.40/845.31		at gnu.trove.THash.postInsertHook(THash.java:370)
2284.40/845.31		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2284.40/845.31		at ibis.structure.WatchLists.build(WatchLists.java:56)
2284.40/845.31		at ibis.structure.Solver.<init>(Solver.java:45)
2284.40/845.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2284.40/845.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2284.40/845.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2284.40/845.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2284.40/845.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2284.40/845.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2284.40/845.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2284.40/845.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
2284.40/845.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2284.40/845.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2284.40/845.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2313.15/871.01	42:38 ERROR: Failed to solve instance
2313.15/871.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
2313.15/871.01		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2313.15/871.01		at gnu.trove.THash.postInsertHook(THash.java:370)
2313.15/871.01		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2313.15/871.01		at ibis.structure.WatchLists.build(WatchLists.java:56)
2313.15/871.01		at ibis.structure.Solver.<init>(Solver.java:45)
2313.15/871.01		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2313.15/871.01		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2313.15/871.01		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2313.15/871.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2313.15/871.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2313.15/871.01		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2313.15/871.01		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2313.15/871.01		at ibis.constellation.Executor.processActivities(Executor.java:75)
2313.15/871.01		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2313.15/871.01		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2313.15/871.01		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2365.88/914.14	43:21 ERROR: Failed to solve instance
2365.88/914.14	java.lang.OutOfMemoryError: Java heap space
2365.88/914.14		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2365.88/914.14		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2365.88/914.14		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2365.88/914.14		at ibis.structure.WatchLists.build(WatchLists.java:58)
2365.88/914.14		at ibis.structure.Solver.<init>(Solver.java:45)
2365.88/914.14		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2365.88/914.14		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2365.88/914.14		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2365.88/914.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2365.88/914.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2365.88/914.14		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2365.88/914.14		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2365.88/914.14		at ibis.constellation.Executor.processActivities(Executor.java:75)
2365.88/914.14		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2365.88/914.14		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2365.88/914.14		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2455.78/984.95	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: Java heap space
2455.78/984.95		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2455.78/984.95		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2455.78/984.95		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
2455.78/984.95		at ibis.structure.Solver.core(Solver.java:177)
2455.78/984.95		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
2455.78/984.95		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2455.78/984.95		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2455.78/984.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2455.78/984.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2455.78/984.95		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2455.78/984.95		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2455.78/984.95		at ibis.constellation.Executor.processActivities(Executor.java:75)
2455.78/984.95		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2455.78/984.95		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2455.78/984.95		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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/10751/stat : 10751 (java) R 10749 10751 10687 0 -1 4202496 1288 0 0 0 0 0 0 0 22 0 1 0 874929166 23580672 776 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 47056640124880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10751/statm: 5757 795 601 9 0 124 0

[startup+0.027569 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 3446 0 1 0 1 0 0 0 22 0 13 0 874929166 15978614784 2887 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3901029 2887 1636 9 0 3891777 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100554 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15677048 CPUtime=0.09 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 5556 0 1 0 9 0 0 0 22 0 18 0 874929166 16053297152 4969 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3919262 4969 2117 9 0 3909981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15677048

[startup+0.30052 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=0.5 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 14837 0 1 0 49 1 0 0 22 0 18 0 874929166 16058990592 13025 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 13032 2207 9 0 3911371 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682608

[startup+0.700447 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=0.92 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 43159 0 1 0 87 5 0 0 22 0 18 0 874929166 16058990592 41345 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 41345 2223 9 0 3911371 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682608

[startup+1.90623 s]
/proc/loadavg: 0.32 0.18 0.20 2/194 10751
/proc/meminfo: memFree=32072412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=2.18 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 82661 0 1 0 207 11 0 0 22 0 18 0 874929166 16058990592 80833 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 80840 2230 9 0 3911371 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 15682608

[startup+3.10101 s]
/proc/loadavg: 0.61 0.24 0.22 3/212 10769
/proc/meminfo: memFree=31364412/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=3.43 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 146796 0 1 0 324 19 0 0 22 0 18 0 874929166 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 144962 2241 9 0 3911371 0
[pid=10751/tid=10752] ppid=10749 vsize=15682608 CPUtime=3.04 cores=1,3,5,7
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 10687 0 -1 4202560 125343 0 1 0 288 16 0 0 23 0 18 0 874929167 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 46912505560988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 10687 0 -1 4202560 675 0 0 0 1 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 10687 0 -1 4202560 1360 0 0 0 1 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 10687 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 10687 0 -1 4202560 674 0 0 0 0 0 0 0 15 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10758] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 10687 0 -1 4202560 3284 0 0 0 1 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10759] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 10687 0 -1 4202560 1560 0 0 0 0 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10760] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 10687 0 -1 4202560 7753 0 0 0 1 0 0 0 16 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10761] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 365 0 0 0 0 0 0 0 15 0 18 0 874929168 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 10687 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 874929169 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 0 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15682608 CPUtime=0.14 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 1202 0 0 0 14 0 0 0 15 0 18 0 874929172 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15682608 CPUtime=0.13 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2687 0 0 0 13 0 0 0 15 0 18 0 874929172 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 874929172 16058990592 144962 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15682608

[startup+6.30142 s]
/proc/loadavg: 0.61 0.24 0.22 3/212 10769
/proc/meminfo: memFree=30663624/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=6.69 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 285155 0 1 0 633 36 0 0 22 0 18 0 874929166 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 283036 2241 9 0 3911371 0
[pid=10751/tid=10752] ppid=10749 vsize=15682608 CPUtime=6.22 cores=1,3,5,7
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 10687 0 -1 4202560 253189 0 1 0 590 32 0 0 25 0 18 0 874929167 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 46912505638814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=15682608 CPUtime=0.02 cores=1,3,5,7
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 10687 0 -1 4202560 675 0 0 0 2 0 0 0 16 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=15682608 CPUtime=0.02 cores=1,3,5,7
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 10687 0 -1 4202560 1360 0 0 0 2 0 0 0 16 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 10687 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 10687 0 -1 4202560 674 0 0 0 1 0 0 0 15 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10758] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 10687 0 -1 4202560 3285 0 0 0 1 0 0 0 15 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10759] ppid=10749 vsize=15682608 CPUtime=0.02 cores=1,3,5,7
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 10687 0 -1 4202560 1560 0 0 0 2 0 0 0 15 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10760] ppid=10749 vsize=15682608 CPUtime=0.01 cores=1,3,5,7
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 10687 0 -1 4202560 7753 0 0 0 1 0 0 0 16 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10761] ppid=10749 vsize=15682608 CPUtime=0.02 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 10606 0 0 0 1 1 0 0 16 0 18 0 874929168 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 10687 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 18 0 874929169 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 0 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15682608 CPUtime=0.14 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 1202 0 0 0 14 0 0 0 15 0 18 0 874929172 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15682608 CPUtime=0.13 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2687 0 0 0 13 0 0 0 15 0 18 0 874929172 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 874929172 16058990592 283036 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15682608

[startup+12.7013 s]
/proc/loadavg: 0.83 0.30 0.24 3/216 10773
/proc/meminfo: memFree=30399748/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15682608 CPUtime=13.21 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 305935 0 1 0 1280 41 0 0 22 0 18 0 874929166 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3920652 300945 2241 9 0 3911371 0
[pid=10751/tid=10752] ppid=10749 vsize=15682608 CPUtime=12.58 cores=1,3,5,7
/proc/10751/task/10752/stat : 10752 (java) R 10749 10751 10687 0 -1 4202560 253195 0 1 0 1224 34 0 0 25 0 18 0 874929167 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 46912505513328 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=15682608 CPUtime=0.05 cores=1,3,5,7
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 10687 0 -1 4202560 21156 0 0 0 3 2 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=15682608 CPUtime=0.04 cores=1,3,5,7
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 10687 0 -1 4202560 1360 0 0 0 4 0 0 0 16 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=15682608 CPUtime=0.03 cores=1,3,5,7
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 10687 0 -1 4202560 72 0 0 0 3 0 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=15682608 CPUtime=0.02 cores=1,3,5,7
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 10687 0 -1 4202560 674 0 0 0 2 0 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10758] ppid=10749 vsize=15682608 CPUtime=0.03 cores=1,3,5,7
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 10687 0 -1 4202560 3285 0 0 0 3 0 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10759] ppid=10749 vsize=15682608 CPUtime=0.03 cores=1,3,5,7
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 10687 0 -1 4202560 1560 0 0 0 3 0 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10760] ppid=10749 vsize=15682608 CPUtime=0.04 cores=1,3,5,7
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 10687 0 -1 4202560 7753 0 0 0 3 1 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10761] ppid=10749 vsize=15682608 CPUtime=0.04 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 10606 0 0 0 3 1 0 0 15 0 18 0 874929168 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) S 10749 10751 10687 0 -1 4202560 1000 0 0 0 0 0 0 0 15 0 18 0 874929169 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 0 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 874929169 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15682608 CPUtime=0.14 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 1202 0 0 0 14 0 0 0 15 0 18 0 874929172 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15682608 CPUtime=0.13 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2687 0 0 0 13 0 0 0 15 0 18 0 874929172 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874929172 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15682608 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 874929172 16058990592 300945 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.21

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

[pid=10751/tid=10761] ppid=10749 vsize=15689672 CPUtime=9.76 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 424549 0 0 0 912 64 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15689672 CPUtime=419.41 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) R 10749 10751 10687 0 -1 4202560 321587 0 0 0 41895 46 0 0 20 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 47056644435220 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15689672 CPUtime=1.98 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 17490 0 0 0 196 2 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15689672 CPUtime=0.91 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2791 0 0 0 91 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10775] ppid=10749 vsize=15689672 CPUtime=470.59 cores=1,3,5,7
/proc/10751/task/10775/stat : 10775 (java) S 10749 10751 10687 0 -1 4202560 93 0 0 0 47059 0 0 0 15 0 21 0 874932394 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10776] ppid=10749 vsize=15689672 CPUtime=548.24 cores=1,3,5,7
/proc/10751/task/10776/stat : 10776 (java) S 10749 10751 10687 0 -1 4202560 27860 0 0 0 54821 3 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10777] ppid=10749 vsize=15689672 CPUtime=548.05 cores=1,3,5,7
/proc/10751/task/10777/stat : 10777 (java) S 10749 10751 10687 0 -1 4202560 157 0 0 0 54805 0 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2752.39
Current children cumulated vsize (KiB) 15689672

[startup+1242.31 s]
/proc/loadavg: 5.15 5.65 4.43 6/219 10810
/proc/meminfo: memFree=3059272/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15689672 CPUtime=2812.4 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 4208702 0 1 0 280587 653 0 0 22 0 21 0 874929166 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3922418 3864415 2299 9 0 3913137 0
[pid=10751/tid=10752] ppid=10749 vsize=15689672 CPUtime=126.19 cores=1,3,5,7
/proc/10751/task/10752/stat : 10752 (java) S 10749 10751 10687 0 -1 4202560 434823 0 1 0 12556 63 0 0 25 0 21 0 874929167 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=15689672 CPUtime=8.81 cores=1,3,5,7
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 10687 0 -1 4202560 317855 0 0 0 831 50 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=15689672 CPUtime=10 cores=1,3,5,7
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 10687 0 -1 4202560 372710 0 0 0 940 60 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=15689672 CPUtime=9.32 cores=1,3,5,7
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 10687 0 -1 4202560 398868 0 0 0 867 65 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=15689672 CPUtime=10.81 cores=1,3,5,7
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 10687 0 -1 4202560 396890 0 0 0 1019 62 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10758] ppid=10749 vsize=15689672 CPUtime=9.89 cores=1,3,5,7
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 10687 0 -1 4202560 556978 0 0 0 904 85 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10759] ppid=10749 vsize=15689672 CPUtime=10.09 cores=1,3,5,7
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 10687 0 -1 4202560 526122 0 0 0 926 83 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10760] ppid=10749 vsize=15689672 CPUtime=9.14 cores=1,3,5,7
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 10687 0 -1 4202560 380715 0 0 0 854 60 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10761] ppid=10749 vsize=15689672 CPUtime=9.76 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 424549 0 0 0 912 64 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15689672 CPUtime=479.41 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) R 10749 10751 10687 0 -1 4202560 321589 0 0 0 47895 46 0 0 18 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 47056639775335 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15689672 CPUtime=1.98 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 17490 0 0 0 196 2 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15689672 CPUtime=0.91 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2791 0 0 0 91 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10775] ppid=10749 vsize=15689672 CPUtime=470.59 cores=1,3,5,7
/proc/10751/task/10775/stat : 10775 (java) S 10749 10751 10687 0 -1 4202560 98 0 0 0 47059 0 0 0 15 0 21 0 874932394 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10776] ppid=10749 vsize=15689672 CPUtime=548.24 cores=1,3,5,7
/proc/10751/task/10776/stat : 10776 (java) S 10749 10751 10687 0 -1 4202560 27934 0 0 0 54821 3 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10777] ppid=10749 vsize=15689672 CPUtime=548.05 cores=1,3,5,7
/proc/10751/task/10777/stat : 10777 (java) S 10749 10751 10687 0 -1 4202560 172 0 0 0 54805 0 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2812.4
Current children cumulated vsize (KiB) 15689672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.78 5.49 4.45 3/215 10869
/proc/meminfo: memFree=16534616/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=15689672 CPUtime=2870.11 cores=1,3,5,7
/proc/10751/stat : 10751 (java) S 10749 10751 10687 0 -1 4202496 4208798 0 1 0 286357 654 0 0 22 0 21 0 874929166 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 3922418 3864415 2299 9 0 3913137 0
[pid=10751/tid=10752] ppid=10749 vsize=15689672 CPUtime=126.19 cores=1,3,5,7
/proc/10751/task/10752/stat : 10752 (java) S 10749 10751 10687 0 -1 4202560 434823 0 1 0 12556 63 0 0 25 0 21 0 874929167 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10754] ppid=10749 vsize=15689672 CPUtime=8.81 cores=1,3,5,7
/proc/10751/task/10754/stat : 10754 (java) S 10749 10751 10687 0 -1 4202560 317855 0 0 0 831 50 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10755] ppid=10749 vsize=15689672 CPUtime=10 cores=1,3,5,7
/proc/10751/task/10755/stat : 10755 (java) S 10749 10751 10687 0 -1 4202560 372710 0 0 0 940 60 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10756] ppid=10749 vsize=15689672 CPUtime=9.32 cores=1,3,5,7
/proc/10751/task/10756/stat : 10756 (java) S 10749 10751 10687 0 -1 4202560 398868 0 0 0 867 65 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10757] ppid=10749 vsize=15689672 CPUtime=10.81 cores=1,3,5,7
/proc/10751/task/10757/stat : 10757 (java) S 10749 10751 10687 0 -1 4202560 396890 0 0 0 1019 62 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10758] ppid=10749 vsize=15689672 CPUtime=9.89 cores=1,3,5,7
/proc/10751/task/10758/stat : 10758 (java) S 10749 10751 10687 0 -1 4202560 556978 0 0 0 904 85 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10759] ppid=10749 vsize=15689672 CPUtime=10.09 cores=1,3,5,7
/proc/10751/task/10759/stat : 10759 (java) S 10749 10751 10687 0 -1 4202560 526122 0 0 0 926 83 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10760] ppid=10749 vsize=15689672 CPUtime=9.14 cores=1,3,5,7
/proc/10751/task/10760/stat : 10760 (java) S 10749 10751 10687 0 -1 4202560 380715 0 0 0 854 60 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10761] ppid=10749 vsize=15689672 CPUtime=9.76 cores=1,3,5,7
/proc/10751/task/10761/stat : 10761 (java) S 10749 10751 10687 0 -1 4202560 424549 0 0 0 912 64 0 0 16 0 21 0 874929168 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10762] ppid=10749 vsize=15689672 CPUtime=537.11 cores=1,3,5,7
/proc/10751/task/10762/stat : 10762 (java) R 10749 10751 10687 0 -1 4202560 321594 0 0 0 53665 46 0 0 19 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 47056641741174 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=10751/tid=10763] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10763/stat : 10763 (java) S 10749 10751 10687 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10764] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10764/stat : 10764 (java) S 10749 10751 10687 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 874929169 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10765] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10765/stat : 10765 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820989361 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10766] ppid=10749 vsize=15689672 CPUtime=1.98 cores=1,3,5,7
/proc/10751/task/10766/stat : 10766 (java) S 10749 10751 10687 0 -1 4202560 17490 0 0 0 196 2 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10767] ppid=10749 vsize=15689672 CPUtime=0.91 cores=1,3,5,7
/proc/10751/task/10767/stat : 10767 (java) S 10749 10751 10687 0 -1 4202560 2791 0 0 0 91 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 7 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) S 10749 10751 10687 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10769] ppid=10749 vsize=15689672 CPUtime=0 cores=1,3,5,7
/proc/10751/task/10769/stat : 10769 (java) S 10749 10751 10687 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 21 0 874929172 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820982272 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10775] ppid=10749 vsize=15689672 CPUtime=470.6 cores=1,3,5,7
/proc/10751/task/10775/stat : 10775 (java) S 10749 10751 10687 0 -1 4202560 101 0 0 0 47060 0 0 0 15 0 21 0 874932394 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 3 0 0 0
[pid=10751/tid=10776] ppid=10749 vsize=15689672 CPUtime=548.25 cores=1,3,5,7
/proc/10751/task/10776/stat : 10776 (java) S 10749 10751 10687 0 -1 4202560 27995 0 0 0 54821 4 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 1 0 0 0
[pid=10751/tid=10777] ppid=10749 vsize=15689672 CPUtime=548.05 cores=1,3,5,7
/proc/10751/task/10777/stat : 10777 (java) S 10749 10751 10687 0 -1 4202560 196 0 0 0 54805 0 0 0 15 0 21 0 874932395 16066224128 3864415 33554432000 1073741824 1073778376 140735321937152 18446744073709551615 230820981657 0 4 0 16800975 18446604456253852480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2870.11
Current children cumulated vsize (KiB) 15689672

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10751

[startup+1302.3 s]
/proc/loadavg: 4.56 5.43 4.43 3/220 10874
/proc/meminfo: memFree=16290772/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=0 CPUtime=2872.4 cores=1,3,5,7
/proc/10751/stat : 10751 (java) Z 10749 10751 10687 0 -1 4203548 4208808 0 1 0 286558 682 0 0 18 0 2 0 874929166 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 0 0 0 0 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) R 10749 10751 10687 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 874929172 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2872.4
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.56 5.43 4.43 3/220 10874
/proc/meminfo: memFree=16290772/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=0 CPUtime=2872.5 cores=1,3,5,7
/proc/10751/stat : 10751 (java) Z 10749 10751 10687 0 -1 4203548 4208808 0 1 0 286558 692 0 0 18 0 2 0 874929166 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 0 0 0 0 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) R 10749 10751 10687 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 874929172 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2872.5
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.56 5.43 4.43 3/220 10874
/proc/meminfo: memFree=16290772/32951124 swapFree=67052920/67111528
[pid=10751] ppid=10749 vsize=0 CPUtime=2872.6 cores=1,3,5,7
/proc/10751/stat : 10751 (java) Z 10749 10751 10687 0 -1 4203548 4208808 0 1 0 286558 702 0 0 18 0 2 0 874929166 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10751/statm: 0 0 0 0 0 0 0
[pid=10751/tid=10768] ppid=10749 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/10751/task/10768/stat : 10768 (java) R 10749 10751 10687 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 874929172 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2872.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.51
CPU time (s): 2872.63
CPU user time (s): 2865.59
CPU system time (s): 7.03893
CPU usage (%): 220.545
Max. virtual memory (cumulated for all children) (KiB): 15689672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2865.59
system time used= 7.03893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4208808
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= 64777
involuntary context switches= 71872

runsolver used 2.20566 second user time and 4.94125 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-09 17:28:07
IDJOB=3312172
IDBENCH=82408
IDSOLVER=1698
FILE ID=node104/3312172-1307633279
RUNJOBID= node104-1307633278-10706
PBS_JOBID= 13549387
Free space on /tmp= 73924 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.150-SAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312172-1307633279/watcher-3312172-1307633279 -o /tmp/evaluation-result-3312172-1307633279/solver-3312172-1307633279 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312172-1307633279.cnf -hbr 2

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

MD5SUM BENCH= 9ba83f2e11d7a652e344b7b5e520dcb2
RANDOM SEED=2112848629

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32072584 kB
Buffers:         21568 kB
Cached:         394660 kB
SwapCached:      10260 kB
Active:         637860 kB
Inactive:        91920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32072584 kB
SwapTotal:    67111528 kB
SwapFree:     67052920 kB
Dirty:          265132 kB
Writeback:           0 kB
AnonPages:      310416 kB
Mapped:          17252 kB
Slab:            82780 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1149324 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node104 at 2011-06-09 17:49:50