Trace number 3743940

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.05 1210.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3743940-1338789705.opb
0.09/0.12	c reading problem ... 
45.82/31.41	c ... done. Wall clock time 31.291s.
45.82/31.41	c #vars     2000400
45.82/31.41	c #constraints  4940911
45.82/31.41	c constraints type 
45.82/31.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
45.82/31.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
45.82/31.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
45.82/31.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
45.82/31.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
45.82/31.41	c constraints type 
45.82/31.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
45.82/31.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
45.82/31.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
45.82/31.41	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
45.82/31.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
407.49/208.25	c cleaning 2500 clauses out of 5003 with flag 5003/5003
591.95/302.51	c cleaning 4248 clauses out of 8503 with flag 11003/11003
878.11/447.87	c cleaning 5627 clauses out of 11253 with flag 18001/18001
1085.80/554.02	c cleaning 6810 clauses out of 13626 with flag 26001/26001
1209.51/619.37	c  And the winner is Resolution
1797.55/1210.12	c starts		: 62
1797.55/1210.12	c conflicts		: 34864
1797.55/1210.12	c decisions		: 2722742
1797.55/1210.12	c propagations		: 727004694
1797.55/1210.12	c inspects		: 1766982663
1797.55/1210.12	c shortcuts		: 0
1797.55/1210.12	c learnt literals	: 0
1797.55/1210.12	c learnt binary clauses	: 16
1797.55/1210.12	c learnt ternary clauses	: 1248
1797.55/1210.12	c learnt constraints	: 34864
1797.55/1210.12	c ignored constraints	: 0
1797.55/1210.12	c root simplifications	: 0
1797.55/1210.12	c removed literals (reason simplification)	: 2157974
1797.55/1210.12	c reason swapping (by a shorter reason)	: 0
1797.55/1210.12	c Calls to reduceDB	: 4
1797.55/1210.12	c number of reductions to clauses (during analyze)	: 0
1797.55/1210.12	c number of learned constraints concerned by reduction	: 0
1797.55/1210.12	c number of learning phase by resolution	: 0
1797.55/1210.12	c number of learning phase by cutting planes	: 0
1797.55/1210.12	c speed (assignments/second)	: 616786.7518115343
1797.55/1210.12	c non guided choices	426800
1797.55/1210.13	c learnt constraints type 
1797.55/1210.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1797.55/1210.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15663
1797.55/1210.13	c constraints type 
1797.55/1210.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1797.55/1210.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1797.55/1210.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1797.55/1210.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1797.55/1210.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1797.55/1210.13	c constraints type 
1797.55/1210.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1797.55/1210.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1797.55/1210.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1797.55/1210.13	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1797.55/1210.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1797.55/1210.13	s UNKNOWN
1797.55/1210.13	c Total wall clock time (in seconds): 1210.01

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-3743940-1338789705/watcher-3743940-1338789705 -o /tmp/evaluation-result-3743940-1338789705/solver-3743940-1338789705 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743940-1338789705.opb 

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

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: 2.99 3.00 3.12 4/198 5248
/proc/meminfo: memFree=23472444/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5248/stat : 5248 (java) D 5246 5248 3411 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 345096876 9515008 175 33554432000 1073741824 1073778376 140735233420272 140735233403000 259112387472 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/5248/statm: 2323 175 133 9 0 71 0

[startup+0.012901 s]
/proc/loadavg: 2.99 3.00 3.12 4/198 5248
/proc/meminfo: memFree=23472444/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 1215 0 0 0 0 0 0 0 20 0 2 0 345096876 95129600 927 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100326 s]
/proc/loadavg: 2.99 3.00 3.12 4/198 5248
/proc/meminfo: memFree=23472444/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 5235 0 1 0 8 1 0 0 20 0 18 0 345096876 11864465408 13589 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 13589 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.30019 s]
/proc/loadavg: 2.99 3.00 3.12 4/198 5248
/proc/meminfo: memFree=23472444/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=0.44 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 6440 0 1 0 42 2 0 0 20 0 18 0 345096876 11864465408 41301 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 41301 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700188 s]
/proc/loadavg: 2.99 3.00 3.12 4/198 5248
/proc/meminfo: memFree=23472444/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=0.85 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 6503 0 1 0 80 5 0 0 20 0 18 0 345096876 11864465408 73557 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 73557 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 11586392

[startup+1.50152 s]
/proc/loadavg: 2.99 3.00 3.12 4/216 5266
/proc/meminfo: memFree=23088272/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=1.65 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 6631 0 1 0 156 9 0 0 20 0 18 0 345096876 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 139093 2223 9 0 2887285 0
[pid=5248/tid=5250] ppid=5246 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 3608 0 1 0 138 8 0 0 20 0 18 0 345096877 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423240708016 140423100516763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345096880 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 782 0 0 0 8 0 0 0 20 0 18 0 345096883 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) S 5246 5248 3411 0 -1 4202560 1057 0 0 0 6 0 0 0 20 0 18 0 345096883 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423052106040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 139093 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 11586392

[startup+3.10159 s]
/proc/loadavg: 2.99 3.00 3.12 4/216 5266
/proc/meminfo: memFree=22552256/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=3.35 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 7807 0 1 0 301 34 0 0 20 0 18 0 345096876 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 543759 2228 9 0 2887285 0
[pid=5248/tid=5250] ppid=5246 vsize=11586392 CPUtime=3.04 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 4398 0 1 0 271 33 0 0 20 0 18 0 345096877 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423240708080 140423100549900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 345096879 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345096880 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 998 0 0 0 15 0 0 0 20 0 18 0 345096883 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) S 5246 5248 3411 0 -1 4202560 1227 0 0 0 11 0 0 0 20 0 18 0 345096883 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423052106040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 543759 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 11586392

[startup+6.30109 s]
/proc/loadavg: 2.99 3.00 3.12 4/216 5266
/proc/meminfo: memFree=20395936/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=8.56 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 21723 0 1 0 771 85 0 0 20 0 18 0 345096876 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 770306 2263 9 0 2887285 0
[pid=5248/tid=5250] ppid=5246 vsize=11586392 CPUtime=5.83 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 4625 0 1 0 543 40 0 0 20 0 18 0 345096877 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423240708144 259115771149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11586392 CPUtime=0.12 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 79 0 0 0 8 4 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 97 0 0 0 12 6 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 95 0 0 0 12 6 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 148 0 0 0 21 7 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 100 0 0 0 15 4 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 119 0 0 0 15 6 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 98 0 0 0 13 5 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11586392 CPUtime=0.12 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 66 0 0 0 8 4 0 0 20 0 18 0 345096879 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345096880 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345096881 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 9267 0 0 0 52 2 0 0 20 0 18 0 345096883 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) R 5246 5248 3411 0 -1 4202560 5848 0 0 0 53 0 0 0 20 0 18 0 345096883 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423052106040 140423243584554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345096883 11864465408 770306 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 11586392

[startup+12.7007 s]
/proc/loadavg: 3.06 3.02 3.12 4/215 5266
/proc/meminfo: memFree=19526536/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11586392 CPUtime=18.79 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 23465 0 1 0 1695 184 0 0 20 0 18 0 345096876 11864465408 987576 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2896598 987576 2263 9 0 2887285 0
[pid=5248/tid=5250] ppid=5246 vsize=11586392 CPUtime=10.94 cores=1,3,5,7

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

/proc/5248/task/5270/stat : 5270 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345100123 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423045788968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1649.76
Current children cumulated vsize (KiB) 11852648

[startup+1122.3 s]
/proc/loadavg: 2.73 3.15 3.30 3/214 5412
/proc/meminfo: memFree=20238144/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11852648 CPUtime=1709.75 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 28946 0 1 0 170554 421 0 0 20 0 19 0 345096876 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2963162 1509931 2290 9 0 2953849 0
[pid=5248/tid=5250] ppid=5246 vsize=11852648 CPUtime=522.74 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 4658 0 1 0 52218 56 0 0 20 0 19 0 345096877 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423240717224 140423101527929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11852648 CPUtime=4.42 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 914 0 0 0 404 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11852648 CPUtime=4.77 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 909 0 0 0 437 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11852648 CPUtime=3.98 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 854 0 0 0 360 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11852648 CPUtime=5.07 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 1042 0 0 0 463 44 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11852648 CPUtime=4.57 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 1035 0 0 0 412 45 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11852648 CPUtime=4.11 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 922 0 0 0 371 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11852648 CPUtime=4.17 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 913 0 0 0 379 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11852648 CPUtime=4.05 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 1092 0 0 0 369 36 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11852648 CPUtime=21.8 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 79 0 0 0 2176 4 0 0 20 0 19 0 345096880 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 9295 0 0 0 128 2 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) S 5246 5248 3411 0 -1 4202560 5862 0 0 0 112 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423052106040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 65 0 0 0 12 23 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5270] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5270/stat : 5270 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345100123 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423045788968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1709.75
Current children cumulated vsize (KiB) 11852648

[startup+1182.3 s]
/proc/loadavg: 2.44 3.00 3.24 4/216 5419
/proc/meminfo: memFree=20217528/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11852648 CPUtime=1769.74 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 28950 0 1 0 176551 423 0 0 20 0 19 0 345096876 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2963162 1509931 2290 9 0 2953849 0
[pid=5248/tid=5250] ppid=5246 vsize=11852648 CPUtime=582.56 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 4658 0 1 0 58199 57 0 0 20 0 19 0 345096877 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423240717224 140423101527901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11852648 CPUtime=4.42 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 914 0 0 0 404 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11852648 CPUtime=4.77 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 909 0 0 0 437 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11852648 CPUtime=3.98 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 854 0 0 0 360 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11852648 CPUtime=5.07 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 1042 0 0 0 463 44 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11852648 CPUtime=4.57 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 1035 0 0 0 412 45 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11852648 CPUtime=4.11 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 922 0 0 0 371 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11852648 CPUtime=4.17 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 913 0 0 0 379 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11852648 CPUtime=4.05 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 1092 0 0 0 369 36 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11852648 CPUtime=21.8 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 79 0 0 0 2176 4 0 0 20 0 19 0 345096880 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 9295 0 0 0 128 2 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) S 5246 5248 3411 0 -1 4202560 5862 0 0 0 112 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423052106040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 69 0 0 0 13 24 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5270] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5270/stat : 5270 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345100123 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423045788968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1769.74
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.11 s]
/proc/loadavg: 2.40 2.93 3.21 4/216 5422
/proc/meminfo: memFree=20217160/32873648 swapFree=6860/6860
[pid=5248] ppid=5246 vsize=11852648 CPUtime=1797.55 cores=1,3,5,7
/proc/5248/stat : 5248 (java) S 5246 5248 3411 0 -1 4202496 28950 0 1 0 179331 424 0 0 20 0 19 0 345096876 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140733691119376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5248/statm: 2963162 1509931 2290 9 0 2953849 0
[pid=5248/tid=5250] ppid=5246 vsize=11852648 CPUtime=610.29 cores=1,3,5,7
/proc/5248/task/5250/stat : 5250 (java) R 5246 5248 3411 0 -1 4202560 4658 0 1 0 60971 58 0 0 20 0 19 0 345096877 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423240717224 140423101527887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5251] ppid=5246 vsize=11852648 CPUtime=4.42 cores=1,3,5,7
/proc/5248/task/5251/stat : 5251 (java) S 5246 5248 3411 0 -1 4202560 914 0 0 0 404 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423229778984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5252] ppid=5246 vsize=11852648 CPUtime=4.77 cores=1,3,5,7
/proc/5248/task/5252/stat : 5252 (java) S 5246 5248 3411 0 -1 4202560 909 0 0 0 437 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423228726184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5253] ppid=5246 vsize=11852648 CPUtime=3.98 cores=1,3,5,7
/proc/5248/task/5253/stat : 5253 (java) S 5246 5248 3411 0 -1 4202560 854 0 0 0 360 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423227673384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5254] ppid=5246 vsize=11852648 CPUtime=5.07 cores=1,3,5,7
/proc/5248/task/5254/stat : 5254 (java) S 5246 5248 3411 0 -1 4202560 1042 0 0 0 463 44 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423226620584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5255] ppid=5246 vsize=11852648 CPUtime=4.57 cores=1,3,5,7
/proc/5248/task/5255/stat : 5255 (java) S 5246 5248 3411 0 -1 4202560 1035 0 0 0 412 45 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423225567784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5256] ppid=5246 vsize=11852648 CPUtime=4.11 cores=1,3,5,7
/proc/5248/task/5256/stat : 5256 (java) S 5246 5248 3411 0 -1 4202560 922 0 0 0 371 40 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423224514984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5257] ppid=5246 vsize=11852648 CPUtime=4.17 cores=1,3,5,7
/proc/5248/task/5257/stat : 5257 (java) S 5246 5248 3411 0 -1 4202560 913 0 0 0 379 38 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423223462184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5258] ppid=5246 vsize=11852648 CPUtime=4.05 cores=1,3,5,7
/proc/5248/task/5258/stat : 5258 (java) S 5246 5248 3411 0 -1 4202560 1092 0 0 0 369 36 0 0 20 0 19 0 345096879 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423222409384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5259] ppid=5246 vsize=11852648 CPUtime=21.8 cores=1,3,5,7
/proc/5248/task/5259/stat : 5259 (java) S 5246 5248 3411 0 -1 4202560 79 0 0 0 2176 4 0 0 20 0 19 0 345096880 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423057370088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5260] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5260/stat : 5260 (java) S 5246 5248 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423056316152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5261] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5261/stat : 5261 (java) S 5246 5248 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345096881 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423055263240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5262] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5262/stat : 5262 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423054211728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5263] ppid=5246 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/5248/task/5263/stat : 5263 (java) S 5246 5248 3411 0 -1 4202560 9295 0 0 0 128 2 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423053158840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5248/tid=5264] ppid=5246 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/5248/task/5264/stat : 5264 (java) S 5246 5248 3411 0 -1 4202560 5862 0 0 0 112 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423052106040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5248/tid=5265] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5265/stat : 5265 (java) S 5246 5248 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423051053432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5248/tid=5266] ppid=5246 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/5248/task/5266/stat : 5266 (java) S 5246 5248 3411 0 -1 4202560 69 0 0 0 13 25 0 0 20 0 19 0 345096883 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423050000840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5248/tid=5270] ppid=5246 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5248/task/5270/stat : 5270 (java) S 5246 5248 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345100123 12137111552 1509931 33554432000 1073741824 1073778376 140733691128240 140423045788968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5248 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=608634
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=412329
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1797.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.5
#  lost CPU user time (s): 2.67004
#  lost CPU system time (s): -0.17

Real time (s): 1210.15
CPU time (s): 1800.05
CPU user time (s): 1795.98
CPU system time (s): 4.07
CPU usage (%): 148.746
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.61
system time used= 4.41233
maximum resident set size= 6039772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28966
page faults= 1
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28612
involuntary context switches= 39119

runsolver used 4.68129 second user time and 10.5324 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 08:01:50
IDJOB=3743940
IDBENCH=92651
IDSOLVER=2328
FILE ID=node124/3743940-1338789705
RUNJOBID= node124-1338777895-3428
PBS_JOBID= 14636829
Free space on /tmp= 70276 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743940-1338789705/watcher-3743940-1338789705 -o /tmp/evaluation-result-3743940-1338789705/solver-3743940-1338789705 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743940-1338789705.opb

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

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=2071874660

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23473064 kB
Buffers:          251432 kB
Cached:          2203728 kB
SwapCached:         8264 kB
Active:          7081760 kB
Inactive:        1510260 kB
Active(anon):    6131060 kB
Inactive(anon):     8240 kB
Active(file):     950700 kB
Inactive(file):  1502020 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:            222660 kB
Writeback:             0 kB
AnonPages:       6136216 kB
Mapped:            17200 kB
Shmem:                 0 kB
Slab:             657360 kB
SReclaimable:     101024 kB
SUnreclaim:       556336 kB
KernelStack:        1608 kB
PageTables:        16192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10465956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6076416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70456 MiB
End job on node124 at 2012-06-04 08:22:02