Trace number 3493029

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
Sat4j Resolution 2011-06-08? (TO) 1803.26 1798.45

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM6246a3a3522110451ca95f5d2be44880
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3493029-1307913861.wbo
0.10/0.10	c reading problem ... 
11.61/9.68	c ... done. Wall clock time 9.575s.
11.61/9.68	c #vars     1891398
11.61/9.68	c #constraints  1879259
11.61/9.68	c constraints type 
11.61/9.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1878918
11.61/9.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 340
11.61/9.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1802.76/1798.28	c starts		: 10
1802.76/1798.28	c conflicts		: 1612
1802.76/1798.28	c decisions		: 51725684
1802.76/1798.28	c propagations		: 51917265
1802.76/1798.28	c inspects		: 2953102
1802.76/1798.28	c shortcuts		: 0
1802.76/1798.28	c learnt literals	: 0
1802.76/1798.28	c learnt binary clauses	: 0
1802.76/1798.28	c learnt ternary clauses	: 0
1802.76/1798.28	c learnt constraints	: 1612
1802.76/1798.28	c ignored constraints	: 0
1802.76/1798.28	c root simplifications	: 0
1802.76/1798.28	c removed literals (reason simplification)	: 112
1802.76/1798.28	c reason swapping (by a shorter reason)	: 0
1802.76/1798.28	c Calls to reduceDB	: 0
1802.76/1798.28	c number of reductions to clauses (during analyze)	: 0
1802.76/1798.28	c number of learned constraints concerned by reduction	: 0
1802.76/1798.28	c number of learning phase by resolution	: 0
1802.76/1798.28	c number of learning phase by cutting planes	: 0
1802.76/1798.28	c speed (assignments/second)	: 29026.84229800486
1802.76/1798.28	c non guided choices	5518
1802.76/1798.28	c learnt constraints type 
1802.76/1798.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1612
1802.76/1798.28	c constraints type 
1802.76/1798.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1878918
1802.76/1798.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 340
1802.76/1798.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1802.76/1798.28	s UNKNOWN
1802.76/1798.28	c Total wall clock time (in seconds): 1798.177

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3493029-1307913861/watcher-3493029-1307913861 -o /tmp/evaluation-result-3493029-1307913861/solver-3493029-1307913861 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493029-1307913861.wbo 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.89 2.03 2.00 3/196 16236
/proc/meminfo: memFree=1490900/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 2 0 902984363 31260672 956 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 7632 956 730 9 0 383 0
[pid=16236/tid=16237] ppid=16234 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902984364 31260672 956 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246516834048 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.031618 s]
/proc/loadavg: 1.89 2.03 2.00 3/196 16236
/proc/meminfo: memFree=1490900/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10465424 CPUtime=0.02 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 10967 0 1 0 1 1 0 0 25 0 11 0 902984363 10716594176 10664 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2616356 10665 1600 9 0 2607104 0
[pid=16236/tid=16237] ppid=16234 vsize=10465424 CPUtime=0.01 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 9844 0 1 0 1 0 0 0 25 0 11 0 902984364 10716594176 10666 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805941669920 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100609 s]
/proc/loadavg: 1.89 2.03 2.00 3/196 16236
/proc/meminfo: memFree=1490900/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10540016 CPUtime=0.1 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 13100 0 1 0 9 1 0 0 25 0 18 0 902984363 10792976384 12780 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2635004 12780 2093 9 0 2625738 0
[pid=16236/tid=16237] ppid=16234 vsize=10540016 CPUtime=0.08 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 11178 0 1 0 7 1 0 0 18 0 18 0 902984364 10792976384 12780 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505219719 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540016

[startup+0.306596 s]
/proc/loadavg: 1.89 2.03 2.00 3/196 16236
/proc/meminfo: memFree=1490900/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10541372 CPUtime=0.57 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 27497 0 1 0 54 3 0 0 25 0 18 0 902984363 10794364928 25981 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2635343 25983 2204 9 0 2626077 0
[pid=16236/tid=16237] ppid=16234 vsize=10541372 CPUtime=0.28 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 22664 0 1 0 26 2 0 0 18 0 18 0 902984364 10794364928 25984 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505365698 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10541372

[startup+0.700526 s]
/proc/loadavg: 1.89 2.03 2.00 3/196 16236
/proc/meminfo: memFree=1490900/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10544172 CPUtime=1.25 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 62538 0 1 0 117 8 0 0 25 0 18 0 902984363 10797232128 60773 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636043 60778 2216 9 0 2626777 0
[pid=16236/tid=16237] ppid=16234 vsize=10544172 CPUtime=0.68 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 56830 0 1 0 61 7 0 0 18 0 18 0 902984364 10797232128 60780 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505619238 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10544172

[startup+1.50138 s]
/proc/loadavg: 1.89 2.03 2.00 3/214 16254
/proc/meminfo: memFree=1115308/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10544172 CPUtime=2.05 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 156785 0 1 0 181 24 0 0 25 0 18 0 902984363 10797232128 155019 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636043 155024 2217 9 0 2626777 0
[pid=16236/tid=16237] ppid=16234 vsize=10544172 CPUtime=1.48 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 151076 0 1 0 125 23 0 0 18 0 18 0 902984364 10797232128 155026 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505638477 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155029 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155032 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155035 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155038 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155041 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155044 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155046 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 155049 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 902984366 10797232128 155052 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 902984367 10797232128 155055 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 902984367 10797232128 155058 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10797232128 155061 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10544172 CPUtime=0.28 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 2985 0 0 0 28 0 0 0 16 0 18 0 902984369 10797232128 155063 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10544172 CPUtime=0.27 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1579 0 0 0 27 0 0 0 25 0 18 0 902984369 10797232128 155066 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10797232128 155069 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 902984369 10797232128 155072 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 10544172

[startup+3.10106 s]
/proc/loadavg: 1.89 2.03 2.00 3/214 16254
/proc/meminfo: memFree=607168/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10544172 CPUtime=3.66 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 340425 0 1 0 313 53 0 0 25 0 18 0 902984363 10797232128 338659 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636043 338663 2217 9 0 2626777 0
[pid=16236/tid=16237] ppid=16234 vsize=10544172 CPUtime=3.08 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 334715 0 1 0 256 52 0 0 21 0 18 0 902984364 10797232128 338665 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505703488 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338668 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338671 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338674 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338676 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338679 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338682 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338685 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984365 10797232128 338688 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 902984366 10797232128 338690 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 902984367 10797232128 338693 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 902984367 10797232128 338696 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10797232128 338698 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10544172 CPUtime=0.28 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 2985 0 0 0 28 0 0 0 16 0 18 0 902984369 10797232128 338701 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10544172 CPUtime=0.27 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1579 0 0 0 27 0 0 0 18 0 18 0 902984369 10797232128 338704 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10797232128 338704 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10544172 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 902984369 10797232128 338706 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 10544172

[startup+6.30151 s]
/proc/loadavg: 2.06 2.06 2.01 3/214 16254
/proc/meminfo: memFree=95916/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10543068 CPUtime=8.23 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 758591 0 1 0 712 111 0 0 25 0 18 0 902984363 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2635767 756458 2232 9 0 2626501 0
[pid=16236/tid=16237] ppid=16234 vsize=10543068 CPUtime=5.81 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 650835 0 1 0 487 94 0 0 16 0 18 0 902984364 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912505504196 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10543068 CPUtime=0.11 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) S 16234 16236 11440 0 -1 4202560 5754 0 0 0 10 1 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10543068 CPUtime=0.16 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) S 16234 16236 11440 0 -1 4202560 7821 0 0 0 15 1 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10543068 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) S 16234 16236 11440 0 -1 4202560 11694 0 0 0 18 1 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10543068 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) S 16234 16236 11440 0 -1 4202560 12063 0 0 0 19 0 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10543068 CPUtime=0.24 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) S 16234 16236 11440 0 -1 4202560 11989 0 0 0 22 2 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10543068 CPUtime=0.29 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) S 16234 16236 11440 0 -1 4202560 18205 0 0 0 27 2 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10543068 CPUtime=0.36 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) S 16234 16236 11440 0 -1 4202560 21667 0 0 0 33 3 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10543068 CPUtime=0.22 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) S 16234 16236 11440 0 -1 4202560 12846 0 0 0 20 2 0 0 18 0 18 0 902984365 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 902984366 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 902984367 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 902984367 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10543068 CPUtime=0.28 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 2985 0 0 0 28 0 0 0 16 0 18 0 902984369 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10543068 CPUtime=0.27 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1579 0 0 0 27 0 0 0 17 0 18 0 902984369 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902984369 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10543068 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 902984369 10796101632 756458 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0

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

/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902984367 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10544396 CPUtime=0.65 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 3042 0 0 0 65 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10544396 CPUtime=0.48 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1658 0 0 0 48 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16256] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16256/stat : 16256 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 902985401 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 10544396

[startup+1782.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/191 16330
/proc/meminfo: memFree=211032/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10544396 CPUtime=1784.85 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 759027 0 1 0 178373 112 0 0 25 0 19 0 902984363 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636099 756729 2251 9 0 2626833 0
[pid=16236/tid=16237] ppid=16234 vsize=10544396 CPUtime=1781.86 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 651022 0 1 0 178091 95 0 0 25 0 19 0 902984364 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912506092078 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10544396 CPUtime=0.11 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) S 16234 16236 11440 0 -1 4202560 5754 0 0 0 10 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10544396 CPUtime=0.16 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) S 16234 16236 11440 0 -1 4202560 7821 0 0 0 15 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10544396 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) S 16234 16236 11440 0 -1 4202560 11694 0 0 0 18 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10544396 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) S 16234 16236 11440 0 -1 4202560 12063 0 0 0 19 0 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10544396 CPUtime=0.24 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) S 16234 16236 11440 0 -1 4202560 11989 0 0 0 22 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10544396 CPUtime=0.29 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) S 16234 16236 11440 0 -1 4202560 18205 0 0 0 27 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10544396 CPUtime=0.36 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) S 16234 16236 11440 0 -1 4202560 21667 0 0 0 33 3 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10544396 CPUtime=0.22 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) S 16234 16236 11440 0 -1 4202560 12846 0 0 0 20 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902984366 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984367 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902984367 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10544396 CPUtime=0.65 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 3042 0 0 0 65 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10544396 CPUtime=0.48 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1658 0 0 0 48 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16256] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16256/stat : 16256 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 902985401 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 10544396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.03 1.48 1.78 2/191 16330
/proc/meminfo: memFree=211012/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10544396 CPUtime=1800.06 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 759027 0 1 0 179894 112 0 0 25 0 19 0 902984363 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636099 756729 2251 9 0 2626833 0
[pid=16236/tid=16237] ppid=16234 vsize=10544396 CPUtime=1797.07 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) R 16234 16236 11440 0 -1 4202560 651022 0 1 0 179612 95 0 0 25 0 19 0 902984364 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 46912506092014 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10544396 CPUtime=0.11 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) S 16234 16236 11440 0 -1 4202560 5754 0 0 0 10 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10544396 CPUtime=0.16 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) S 16234 16236 11440 0 -1 4202560 7821 0 0 0 15 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10544396 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) S 16234 16236 11440 0 -1 4202560 11694 0 0 0 18 1 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10544396 CPUtime=0.19 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) S 16234 16236 11440 0 -1 4202560 12063 0 0 0 19 0 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10544396 CPUtime=0.24 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) S 16234 16236 11440 0 -1 4202560 11989 0 0 0 22 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10544396 CPUtime=0.29 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) S 16234 16236 11440 0 -1 4202560 18205 0 0 0 27 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10544396 CPUtime=0.36 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) S 16234 16236 11440 0 -1 4202560 21667 0 0 0 33 3 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10544396 CPUtime=0.22 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) S 16234 16236 11440 0 -1 4202560 12846 0 0 0 20 2 0 0 18 0 19 0 902984365 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902984366 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984367 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902984367 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10544396 CPUtime=0.65 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 3042 0 0 0 65 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10544396 CPUtime=0.48 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1658 0 0 0 48 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902984369 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16256] ppid=16234 vsize=10544396 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16256/stat : 16256 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 902985401 10797461504 756729 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10544396

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

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

[startup+1798.2 s]
/proc/loadavg: 1.03 1.48 1.78 2/191 16330
/proc/meminfo: memFree=211012/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=10545424 CPUtime=1802.76 cores=0,2,4,6
/proc/16236/stat : 16236 (java) S 16234 16236 11440 0 -1 4202496 963384 0 1 0 180127 149 0 0 18 0 20 0 902984363 10798514176 961075 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 2636356 961081 2251 9 0 2627090 0
[pid=16236/tid=16237] ppid=16234 vsize=10545424 CPUtime=1797.07 cores=0,2,4,6
/proc/16236/task/16237/stat : 16237 (java) S 16234 16236 11440 0 -1 4202560 651022 0 1 0 179612 95 0 0 25 0 20 0 902984364 10798514176 961084 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16239] ppid=16234 vsize=10545424 CPUtime=0.44 cores=0,2,4,6
/proc/16236/task/16239/stat : 16239 (java) R 16234 16236 11440 0 -1 4202560 46060 0 0 0 37 7 0 0 18 0 20 0 902984365 10798514176 961089 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805940127433 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16240] ppid=16234 vsize=10545424 CPUtime=0.54 cores=0,2,4,6
/proc/16236/task/16240/stat : 16240 (java) R 16234 16236 11440 0 -1 4202560 39630 0 0 0 47 7 0 0 18 0 20 0 902984365 10798514176 961093 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805940127417 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16236/tid=16241] ppid=16234 vsize=10545424 CPUtime=0.42 cores=0,2,4,6
/proc/16236/task/16241/stat : 16241 (java) R 16234 16236 11440 0 -1 4202560 25677 0 0 0 38 4 0 0 18 0 20 0 902984365 10798514176 961096 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805940127433 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16236/tid=16242] ppid=16234 vsize=10545424 CPUtime=0.39 cores=0,2,4,6
/proc/16236/task/16242/stat : 16242 (java) R 16234 16236 11440 0 -1 4202560 23995 0 0 0 36 3 0 0 18 0 20 0 902984365 10798514176 961101 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805940127384 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=10545424 CPUtime=0.79 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) R 16234 16236 11440 0 -1 4202560 52136 0 0 0 70 9 0 0 18 0 20 0 902984365 10798514176 961105 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805941831855 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16236/tid=16244] ppid=16234 vsize=10545424 CPUtime=0.59 cores=0,2,4,6
/proc/16236/task/16244/stat : 16244 (java) R 16234 16236 11440 0 -1 4202560 38512 0 0 0 54 5 0 0 18 0 20 0 902984365 10798514176 961110 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805940127417 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16236/tid=16245] ppid=16234 vsize=10545424 CPUtime=0.65 cores=0,2,4,6
/proc/16236/task/16245/stat : 16245 (java) R 16234 16236 11440 0 -1 4202560 38858 0 0 0 58 7 0 0 18 0 20 0 902984365 10798514176 961113 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805944552364 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16236/tid=16246] ppid=16234 vsize=10545424 CPUtime=0.61 cores=0,2,4,6
/proc/16236/task/16246/stat : 16246 (java) R 16234 16236 11440 0 -1 4202560 41529 0 0 0 55 6 0 0 18 0 20 0 902984365 10798514176 961117 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 47805944554662 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16236/tid=16247] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16247/stat : 16247 (java) S 16234 16236 11440 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 20 0 902984366 10798514176 961122 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 0 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16248] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16248/stat : 16248 (java) S 16234 16236 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 902984367 10798514176 961126 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16249] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16249/stat : 16249 (java) S 16234 16236 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 902984367 10798514176 961130 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16250] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16250/stat : 16250 (java) S 16234 16236 11440 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 902984369 10798514176 961135 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528657841 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16251] ppid=16234 vsize=10545424 CPUtime=0.65 cores=0,2,4,6
/proc/16236/task/16251/stat : 16251 (java) S 16234 16236 11440 0 -1 4202560 3042 0 0 0 65 0 0 0 15 0 20 0 902984369 10798514176 961138 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 4 0 0 0
[pid=16236/tid=16252] ppid=16234 vsize=10545424 CPUtime=0.48 cores=0,2,4,6
/proc/16236/task/16252/stat : 16252 (java) S 16234 16236 11440 0 -1 4202560 1658 0 0 0 48 0 0 0 15 0 20 0 902984369 10798514176 961144 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16253] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16253/stat : 16253 (java) S 16234 16236 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 902984369 10798514176 961147 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650137 0 4 0 16800975 18446604453863887936 0 0 -1 2 0 0 0
[pid=16236/tid=16254] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16254/stat : 16254 (java) S 16234 16236 11440 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 20 0 902984369 10798514176 961150 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 0 0 0 0
[pid=16236/tid=16256] ppid=16234 vsize=10545424 CPUtime=0 cores=0,2,4,6
/proc/16236/task/16256/stat : 16256 (java) S 16234 16236 11440 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 20 0 902985401 10798514176 961156 33554432000 1073741824 1073778376 140735240978800 18446744073709551615 246528650752 0 4 0 16800975 18446604453863887936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1802.76
Current children cumulated vsize (KiB) 10545424

[startup+1798.4 s]
/proc/loadavg: 1.03 1.48 1.78 2/175 16333
/proc/meminfo: memFree=2892116/32951124 swapFree=67063552/67111528
[pid=16236] ppid=16234 vsize=0 CPUtime=1803.2 cores=0,2,4,6
/proc/16236/stat : 16236 (java) Z 16234 16236 11440 0 -1 4203548 976679 0 1 0 180157 163 0 0 15 0 2 0 902984363 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16236/statm: 0 0 0 0 0 0 0
[pid=16236/tid=16243] ppid=16234 vsize=0 CPUtime=0.92 cores=0,2,4,6
/proc/16236/task/16243/stat : 16243 (java) R 16234 16236 11440 0 -1 4203588 52600 0 0 0 71 21 0 0 18 0 2 0 902984365 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1803.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.45
CPU time (s): 1803.26
CPU user time (s): 1801.57
CPU system time (s): 1.68574
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 10545424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.57
system time used= 1.68574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 976679
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= 36730
involuntary context switches= 3065

runsolver used 3.55046 second user time and 6.27005 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 23:24:22
IDJOB=3493029
IDBENCH=79640
IDSOLVER=1982
FILE ID=node134/3493029-1307913861
RUNJOBID= node134-1307908842-14200
PBS_JOBID= 13559572
Free space on /tmp= 1368 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493029-1307913861/watcher-3493029-1307913861 -o /tmp/evaluation-result-3493029-1307913861/solver-3493029-1307913861 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493029-1307913861.wbo

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

MD5SUM BENCH= 6246a3a3522110451ca95f5d2be44880
RANDOM SEED=159977607

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1491444 kB
Buffers:         78932 kB
Cached:       30300816 kB
SwapCached:      10044 kB
Active:       15584248 kB
Inactive:     14926108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1491444 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           59252 kB
Writeback:           0 kB
AnonPages:      128440 kB
Mapped:          18476 kB
Slab:           886868 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10517848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1368 MiB
End job on node134 at 2011-06-12 23:54:21