Trace number 3733490

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.53 900.748

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-147500
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3733490-1338690212.opb
0.10/0.11	c reading problem ... 
0.52/0.38	c ... done. Wall clock time 0.261s.
0.52/0.38	c #vars     5383
0.52/0.38	c #constraints  3312
0.52/0.38	c constraints type 
0.52/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
0.52/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
0.52/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
0.52/0.38	c constraints type 
0.52/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
0.52/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.52/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
42.41/20.83	c cleaning 2463 clauses out of 5000 with flag 5000/5000
84.73/41.95	c cleaning 4243 clauses out of 8537 with flag 11000/11000
133.34/66.29	c cleaning 5624 clauses out of 11294 with flag 18000/18000
180.53/89.88	c cleaning 6826 clauses out of 13670 with flag 26000/26000
229.58/114.38	c cleaning 7889 clauses out of 15844 with flag 35000/35000
284.34/141.70	c cleaning 8956 clauses out of 17955 with flag 45000/45000
340.80/169.94	c cleaning 9343 clauses out of 18999 with flag 55000/55000
410.40/204.77	c cleaning 9823 clauses out of 19656 with flag 65000/65000
460.95/230.00	c cleaning 9875 clauses out of 19833 with flag 75000/75000
529.99/264.59	c cleaning 9927 clauses out of 19958 with flag 85000/85000
603.38/301.22	c cleaning 9983 clauses out of 20031 with flag 95000/95000
673.53/336.30	c cleaning 9952 clauses out of 20048 with flag 105000/105000
741.81/370.60	c cleaning 9989 clauses out of 20096 with flag 115000/115000
816.14/407.75	c cleaning 9948 clauses out of 20107 with flag 125000/125000
881.86/440.69	c cleaning 10063 clauses out of 20159 with flag 135000/135000
948.98/474.22	c cleaning 9947 clauses out of 20096 with flag 145000/145000
1021.23/510.48	c cleaning 10008 clauses out of 20149 with flag 155000/155000
1092.20/545.90	c cleaning 9961 clauses out of 20141 with flag 165000/165000
1157.87/578.88	c cleaning 10072 clauses out of 20180 with flag 175000/175000
1225.97/612.96	c cleaning 9967 clauses out of 20108 with flag 185000/185000
1285.40/642.71	c cleaning 10067 clauses out of 20142 with flag 195001/195001
1346.92/673.57	c cleaning 10031 clauses out of 20074 with flag 205000/205000
1407.23/703.77	c cleaning 10002 clauses out of 20043 with flag 215000/215000
1465.12/732.70	c cleaning 9989 clauses out of 20041 with flag 225000/225000
1523.28/761.96	c cleaning 10016 clauses out of 20053 with flag 235001/235001
1582.77/791.71	c cleaning 9994 clauses out of 20037 with flag 245001/245001
1648.44/824.68	c cleaning 9929 clauses out of 20042 with flag 255000/255000
1717.72/859.35	c cleaning 10044 clauses out of 20113 with flag 265000/265000
1791.24/896.22	c cleaning 9958 clauses out of 20069 with flag 275000/275000
1800.08/900.71	c starts		: 132
1800.08/900.71	c conflicts		: 276302
1800.08/900.71	c decisions		: 297253
1800.08/900.71	c propagations		: 22335741
1800.08/900.71	c inspects		: 59432698
1800.08/900.71	c shortcuts		: 0
1800.08/900.71	c learnt literals	: 0
1800.08/900.71	c learnt binary clauses	: 0
1800.08/900.71	c learnt ternary clauses	: 0
1800.08/900.71	c learnt constraints	: 276301
1800.08/900.71	c ignored constraints	: 0
1800.08/900.71	c root simplifications	: 0
1800.08/900.71	c removed literals (reason simplification)	: 702125935
1800.08/900.71	c reason swapping (by a shorter reason)	: 0
1800.08/900.71	c Calls to reduceDB	: 29
1800.08/900.71	c number of reductions to clauses (during analyze)	: 0
1800.08/900.71	c number of learned constraints concerned by reduction	: 0
1800.08/900.71	c number of learning phase by resolution	: 0
1800.08/900.71	c number of learning phase by cutting planes	: 0
1800.08/900.71	c speed (assignments/second)	: 24808.283370393656
1800.08/900.71	c non guided choices	2
1800.08/900.72	c learnt constraints type 
1800.08/900.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11414
1800.08/900.72	c constraints type 
1800.08/900.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1800.08/900.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1800.08/900.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
1800.08/900.72	c constraints type 
1800.08/900.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1800.08/900.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1800.08/900.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.08/900.72	s UNKNOWN
1800.08/900.72	c Total wall clock time (in seconds): 900.605

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-3733490-1338690212/watcher-3733490-1338690212 -o /tmp/evaluation-result-3733490-1338690212/solver-3733490-1338690212 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733490-1338690212.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: 3.67 3.87 3.82 4/197 24093
/proc/meminfo: memFree=24981888/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 335147315 94019584 917 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 22954 917 697 9 0 16769 0
[pid=24093/tid=24094] ppid=24091 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) R 24091 24093 20030 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 335147316 94019584 917 33554432000 1073741824 1073778376 140733609886768 140029503565352 251022896519 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.0385631 s]
/proc/loadavg: 3.67 3.87 3.82 4/197 24093
/proc/meminfo: memFree=24981888/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 4063 0 1 0 1 1 0 0 20 0 10 0 335147315 11309641728 11406 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2761143 11407 1548 9 0 2751844 0
[pid=24093/tid=24094] ppid=24091 vsize=11044572 CPUtime=0.01 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) R 24091 24093 20030 0 -1 4202560 2908 0 1 0 1 0 0 0 20 0 10 0 335147316 11309641728 11407 33554432000 1073741824 1073778376 140733609886768 140029503566528 140029506509764 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100323 s]
/proc/loadavg: 3.67 3.87 3.82 4/197 24093
/proc/meminfo: memFree=24981888/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 5268 0 1 0 9 1 0 0 20 0 18 0 335147315 11864465408 13610 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2896598 13610 2116 9 0 2887285 0
[pid=24093/tid=24094] ppid=24091 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) R 24091 24093 20030 0 -1 4202560 3294 0 1 0 6 1 0 0 20 0 18 0 335147316 11864465408 13610 33554432000 1073741824 1073778376 140733609886768 140029503568816 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300253 s]
/proc/loadavg: 3.67 3.87 3.82 4/197 24093
/proc/meminfo: memFree=24981888/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11586392 CPUtime=0.52 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 6553 0 1 0 50 2 0 0 20 0 18 0 335147315 11864465408 17465 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2896598 17465 2225 9 0 2887285 0
[pid=24093/tid=24094] ppid=24091 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) R 24091 24093 20030 0 -1 4202560 3369 0 1 0 25 2 0 0 20 0 18 0 335147316 11864465408 17465 33554432000 1073741824 1073778376 140733609886768 140029503569272 140029372511783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700235 s]
/proc/loadavg: 3.67 3.87 3.82 4/197 24093
/proc/meminfo: memFree=24981888/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 9945 0 1 0 181 4 0 0 20 0 22 0 335147315 12137111552 36704 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 36704 2253 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3392 0 1 0 33 2 0 0 20 0 22 0 335147316 12137111552 36704 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 11852648

[startup+1.50095 s]
/proc/loadavg: 3.67 3.87 3.82 5/219 24115
/proc/meminfo: memFree=24649712/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=3.51 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 10304 0 1 0 336 15 0 0 20 0 22 0 335147315 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 158563 2255 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3392 0 1 0 33 2 0 0 20 0 22 0 335147316 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24104] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24104/stat : 24104 (java) S 24091 24093 20030 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335147319 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029320624488 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24105] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24105/stat : 24105 (java) S 24091 24093 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029319570808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24106] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24106/stat : 24106 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029318517640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24107] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24107/stat : 24107 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029317466384 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24108] ppid=24091 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/24093/task/24108/stat : 24108 (java) S 24091 24093 20030 0 -1 4202560 1777 0 0 0 46 0 0 0 20 0 22 0 335147322 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029316414264 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24109] ppid=24091 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/24093/task/24109/stat : 24109 (java) S 24091 24093 20030 0 -1 4202560 3572 0 0 0 43 0 0 0 20 0 22 0 335147322 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029315361720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24110] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24110/stat : 24110 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029314308856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24111] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24111/stat : 24111 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029313256520 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24112] ppid=24091 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/24093/task/24112/stat : 24112 (java) R 24091 24093 20030 0 -1 4202560 36 0 0 0 109 0 0 0 20 0 22 0 335147353 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029312200808 140029373153497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 327 0 0 0 99 11 0 0 20 0 22 0 335147353 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029311146248 140029373082767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 158563 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 11852648

[startup+3.10092 s]
/proc/loadavg: 3.70 3.87 3.82 5/219 24115
/proc/meminfo: memFree=23969716/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=6.76 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 11061 0 1 0 643 33 0 0 20 0 22 0 335147315 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 405347 2255 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3392 0 1 0 33 2 0 0 20 0 22 0 335147316 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24104] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24104/stat : 24104 (java) S 24091 24093 20030 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335147319 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029320624488 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24105] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24105/stat : 24105 (java) S 24091 24093 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029319570808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24106] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24106/stat : 24106 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029318517640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24107] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24107/stat : 24107 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029317466384 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24108] ppid=24091 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/24093/task/24108/stat : 24108 (java) S 24091 24093 20030 0 -1 4202560 2050 0 0 0 51 0 0 0 20 0 22 0 335147322 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029316414264 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24109] ppid=24091 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/24093/task/24109/stat : 24109 (java) S 24091 24093 20030 0 -1 4202560 3572 0 0 0 43 0 0 0 20 0 22 0 335147322 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029315361720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24110] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24110/stat : 24110 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029314308856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24111] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24111/stat : 24111 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029313256520 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24112] ppid=24091 vsize=11852648 CPUtime=2.69 cores=1,3,5,7
/proc/24093/task/24112/stat : 24112 (java) R 24091 24093 20030 0 -1 4202560 38 0 0 0 269 0 0 0 20 0 22 0 335147353 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029312201432 140029373153484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=2.7 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 809 0 0 0 240 30 0 0 20 0 22 0 335147353 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029311146392 140029373102425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 405347 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.70 3.87 3.82 5/219 24115
/proc/meminfo: memFree=22366756/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=13.2 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 11626 0 1 0 1271 49 0 0 20 0 22 0 335147315 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 650618 2268 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3392 0 1 0 33 2 0 0 20 0 22 0 335147316 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335147318 12137111552 650618 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=816.75 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 1762 0 0 0 81604 71 0 0 20 0 22 0 335147353 12137111552 935528 33554432000 1073741824 1073778376 140733609886768 140029311146672 140029373110122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935528 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935528 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1643.84
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.98 4.00 3.91 5/219 24154
/proc/meminfo: memFree=20500324/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=1763.43 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 17091 0 1 0 176210 133 0 0 20 0 22 0 335147315 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 935531 2287 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3403 0 1 0 36 4 0 0 20 0 22 0 335147316 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 96 0 0 0 57 5 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 63 0 0 0 56 4 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 63 0 0 0 55 3 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 85 0 0 0 58 5 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 73 0 0 0 55 4 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 66 0 0 0 54 4 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 57 0 0 0 56 3 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 80 0 0 0 52 6 0 0 20 0 22 0 335147318 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24104] ppid=24091 vsize=11852648 CPUtime=4.15 cores=1,3,5,7
/proc/24093/task/24104/stat : 24104 (java) S 24091 24093 20030 0 -1 4202560 97 0 0 0 407 8 0 0 20 0 22 0 335147319 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029320624488 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24105] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24105/stat : 24105 (java) S 24091 24093 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029319570808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24106] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24106/stat : 24106 (java) S 24091 24093 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029318517640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24107] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24107/stat : 24107 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029317466384 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24108] ppid=24091 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24093/task/24108/stat : 24108 (java) S 24091 24093 20030 0 -1 4202560 5341 0 0 0 84 0 0 0 20 0 22 0 335147322 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029316414264 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24109] ppid=24091 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/24093/task/24109/stat : 24109 (java) S 24091 24093 20030 0 -1 4202560 4541 0 0 0 69 2 0 0 20 0 22 0 335147322 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029315361720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24110] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24110/stat : 24110 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029314308856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24111] ppid=24091 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/24093/task/24111/stat : 24111 (java) S 24091 24093 20030 0 -1 4202560 52 0 0 0 15 23 0 0 20 0 22 0 335147322 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029313256520 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24112] ppid=24091 vsize=11852648 CPUtime=876.17 cores=1,3,5,7
/proc/24093/task/24112/stat : 24112 (java) R 24091 24093 20030 0 -1 4202560 120 0 0 0 87602 15 0 0 20 0 22 0 335147353 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029312200096 140029373153506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=876.11 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 1766 0 0 0 87539 72 0 0 20 0 22 0 335147353 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029311146192 140029373102403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935531 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1763.43
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.701 s]
/proc/loadavg: 3.82 3.97 3.90 6/219 24286
/proc/meminfo: memFree=23066208/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 17097 0 1 0 179874 134 0 0 20 0 22 0 335147315 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 935532 2287 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3403 0 1 0 36 4 0 0 20 0 22 0 335147316 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 96 0 0 0 58 5 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 63 0 0 0 57 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 64 0 0 0 56 3 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 85 0 0 0 60 5 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 73 0 0 0 56 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 66 0 0 0 55 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 57 0 0 0 58 3 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 80 0 0 0 53 6 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24104] ppid=24091 vsize=11852648 CPUtime=4.35 cores=1,3,5,7
/proc/24093/task/24104/stat : 24104 (java) S 24091 24093 20030 0 -1 4202560 97 0 0 0 427 8 0 0 20 0 22 0 335147319 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029320624488 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24105] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24105/stat : 24105 (java) S 24091 24093 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029319570808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24106] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24106/stat : 24106 (java) S 24091 24093 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029318517640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24107] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24107/stat : 24107 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029317466384 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24108] ppid=24091 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24093/task/24108/stat : 24108 (java) S 24091 24093 20030 0 -1 4202560 5341 0 0 0 84 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029316414264 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24109] ppid=24091 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/24093/task/24109/stat : 24109 (java) S 24091 24093 20030 0 -1 4202560 4541 0 0 0 69 2 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029315361720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24110] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24110/stat : 24110 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029314308856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24111] ppid=24091 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/24093/task/24111/stat : 24111 (java) S 24091 24093 20030 0 -1 4202560 54 0 0 0 15 24 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029313256520 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24112] ppid=24091 vsize=11852648 CPUtime=894.35 cores=1,3,5,7
/proc/24093/task/24112/stat : 24112 (java) R 24091 24093 20030 0 -1 4202560 122 0 0 0 89420 15 0 0 20 0 22 0 335147353 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029312201040 140029373070605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=894.28 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 1767 0 0 0 89356 72 0 0 20 0 22 0 335147353 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029311146624 140029373116958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+900.701 s]
/proc/loadavg: 3.82 3.97 3.90 6/219 24286
/proc/meminfo: memFree=23066208/32873844 swapFree=7372/7372
[pid=24093] ppid=24091 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/24093/stat : 24093 (java) S 24091 24093 20030 0 -1 4202496 17097 0 1 0 179874 134 0 0 20 0 22 0 335147315 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140733609877904 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24093/statm: 2963162 935532 2287 9 0 2953849 0
[pid=24093/tid=24094] ppid=24091 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24093/task/24094/stat : 24094 (java) S 24091 24093 20030 0 -1 4202560 3403 0 1 0 36 4 0 0 20 0 22 0 335147316 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029503571096 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24096] ppid=24091 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/24093/task/24096/stat : 24096 (java) S 24091 24093 20030 0 -1 4202560 96 0 0 0 58 5 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029492631976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24097] ppid=24091 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24093/task/24097/stat : 24097 (java) S 24091 24093 20030 0 -1 4202560 63 0 0 0 57 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029491579432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24098] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24098/stat : 24098 (java) S 24091 24093 20030 0 -1 4202560 64 0 0 0 56 3 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029338085544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24099] ppid=24091 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/24093/task/24099/stat : 24099 (java) S 24091 24093 20030 0 -1 4202560 85 0 0 0 60 5 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029337033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24100] ppid=24091 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24093/task/24100/stat : 24100 (java) S 24091 24093 20030 0 -1 4202560 73 0 0 0 56 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029335980968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24101] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24101/stat : 24101 (java) S 24091 24093 20030 0 -1 4202560 66 0 0 0 55 4 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029334928424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24102] ppid=24091 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24093/task/24102/stat : 24102 (java) S 24091 24093 20030 0 -1 4202560 57 0 0 0 58 3 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029333875368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24093/tid=24103] ppid=24091 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/24093/task/24103/stat : 24103 (java) S 24091 24093 20030 0 -1 4202560 80 0 0 0 53 6 0 0 20 0 22 0 335147318 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029332822824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24104] ppid=24091 vsize=11852648 CPUtime=4.35 cores=1,3,5,7
/proc/24093/task/24104/stat : 24104 (java) S 24091 24093 20030 0 -1 4202560 97 0 0 0 427 8 0 0 20 0 22 0 335147319 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029320624488 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24105] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24105/stat : 24105 (java) S 24091 24093 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029319570808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24106] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24106/stat : 24106 (java) S 24091 24093 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335147320 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029318517640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24107] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24107/stat : 24107 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029317466384 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24108] ppid=24091 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24093/task/24108/stat : 24108 (java) S 24091 24093 20030 0 -1 4202560 5341 0 0 0 84 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029316414264 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24093/tid=24109] ppid=24091 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/24093/task/24109/stat : 24109 (java) S 24091 24093 20030 0 -1 4202560 4541 0 0 0 69 2 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029315361720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24110] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24110/stat : 24110 (java) S 24091 24093 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029314308856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24111] ppid=24091 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/24093/task/24111/stat : 24111 (java) S 24091 24093 20030 0 -1 4202560 54 0 0 0 15 24 0 0 20 0 22 0 335147322 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029313256520 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24112] ppid=24091 vsize=11852648 CPUtime=894.35 cores=1,3,5,7
/proc/24093/task/24112/stat : 24112 (java) R 24091 24093 20030 0 -1 4202560 122 0 0 0 89420 15 0 0 20 0 22 0 335147353 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029312201040 140029373070605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24093/tid=24113] ppid=24091 vsize=11852648 CPUtime=894.28 cores=1,3,5,7
/proc/24093/task/24113/stat : 24113 (java) R 24091 24093 20030 0 -1 4202560 1767 0 0 0 89356 72 0 0 20 0 22 0 335147353 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029311146624 140029373116958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24114] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24114/stat : 24114 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029310096168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24093/tid=24115] ppid=24091 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24093/task/24115/stat : 24115 (java) S 24091 24093 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335147356 12137111552 935532 33554432000 1073741824 1073778376 140733609886768 140029309043624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 900.748
CPU time (s): 1800.53
CPU user time (s): 1798.78
CPU system time (s): 1.75273
CPU usage (%): 199.893
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.75273
maximum resident set size= 3744304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17135
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25615
involuntary context switches= 25498

runsolver used 3.40348 second user time and 8.73167 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 04:23:32
IDJOB=3733490
IDBENCH=2519
IDSOLVER=2328
FILE ID=node118/3733490-1338690212
RUNJOBID= node118-1338678623-20050
PBS_JOBID= 14636695
Free space on /tmp= 70972 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733490-1338690212/watcher-3733490-1338690212 -o /tmp/evaluation-result-3733490-1338690212/solver-3733490-1338690212 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733490-1338690212.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1106603375

node118.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		: 2666.212
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	: 5332.42
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		: 2666.212
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	: 5438.55
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		: 2666.212
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	: 5331.92
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		: 2666.212
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	: 5331.91
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		: 2666.212
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	: 5320.68
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		: 2666.212
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	: 5331.91
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		: 2666.212
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	: 5331.91
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		: 2666.212
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24982060 kB
Buffers:          486216 kB
Cached:          3839792 kB
SwapCached:            0 kB
Active:          3999016 kB
Inactive:        3010268 kB
Active(anon):    2673432 kB
Inactive(anon):    11328 kB
Active(file):    1325584 kB
Inactive(file):  2998940 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:       2701684 kB
Mapped:            19984 kB
Shmem:               200 kB
Slab:             724092 kB
SReclaimable:     165104 kB
SUnreclaim:       558988 kB
KernelStack:        1624 kB
PageTables:         8848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2646016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70964 MiB
End job on node118 at 2012-06-03 04:38:35