Trace number 3455384

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
Sat4j Res//CP 2.3.0? (TO) 1800.37 934.471

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
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 variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.18-164.el5
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.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@5495fd19
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@ae94e92
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-3455384-1307196409.opb
0.10/0.11	c reading problem ... 
81.15/62.04	c ... done. Wall clock time 61.931s.
81.15/62.04	c #vars     2561998
81.15/62.04	c #constraints  14000
81.15/62.04	c constraints type 
81.15/62.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
81.15/62.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
81.15/62.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
81.15/62.04	c constraints type 
81.15/62.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
81.15/62.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
81.15/62.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
542.94/290.28	c cleaning 2558 clauses out of 5115 with flag 5115/5115
961.74/499.98	c cleaning 4295 clauses out of 8596 with flag 11154/11154
1343.70/691.24	c cleaning 5601 clauses out of 11211 with flag 18064/18064
1687.19/863.46	c cleaning 6766 clauses out of 13566 with flag 26020/26020
1776.64/910.90	c  And the winner is Resolution
1800.10/934.22	c starts		: 47
1800.10/934.22	c conflicts		: 26839
1800.10/934.22	c decisions		: 109375538
1800.10/934.22	c propagations		: 122724902
1800.10/934.22	c inspects		: 254256381
1800.10/934.22	c shortcuts		: 0
1800.10/934.22	c learnt literals	: 0
1800.10/934.22	c learnt binary clauses	: 0
1800.10/934.22	c learnt ternary clauses	: 0
1800.10/934.22	c learnt constraints	: 26839
1800.10/934.22	c ignored constraints	: 0
1800.10/934.22	c root simplifications	: 0
1800.10/934.22	c removed literals (reason simplification)	: 9809
1800.10/934.22	c reason swapping (by a shorter reason)	: 0
1800.10/934.22	c Calls to reduceDB	: 4
1800.10/934.22	c number of reductions to clauses (during analyze)	: 0
1800.10/934.22	c number of learned constraints concerned by reduction	: 0
1800.10/934.22	c number of learning phase by resolution	: 0
1800.10/934.22	c number of learning phase by cutting planes	: 0
1800.10/934.22	c speed (assignments/second)	: 140713.26346107322
1800.10/934.22	c non guided choices	75994282
1800.10/934.23	c learnt constraints type 
1800.10/934.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7619
1800.10/934.23	c constraints type 
1800.10/934.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.10/934.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.10/934.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
1800.10/934.23	c constraints type 
1800.10/934.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/934.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.10/934.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.10/934.23	s UNKNOWN
1800.10/934.23	c Total wall clock time (in seconds): 934.115

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455384-1307196409/watcher-3455384-1307196409 -o /tmp/evaluation-result-3455384-1307196409/solver-3455384-1307196409 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455384-1307196409.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.75 3.46 2/475 20431
/proc/meminfo: memFree=17842496/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 2633 0 1 0 0 0 0 0 23 0 2 0 831239436 10681323520 2334 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2607745 2346 906 9 0 2598901 0
[pid=20431/tid=20432] ppid=20429 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 4555 0 1 0 0 0 0 0 24 0 2 0 831239437 10694979584 5371 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.091215 s]
/proc/loadavg: 3.76 3.75 3.46 2/475 20431
/proc/meminfo: memFree=17842496/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10539976 CPUtime=0.09 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 12825 0 1 0 8 1 0 0 23 0 18 0 831239436 10792935424 12521 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2634994 12521 2062 9 0 2625728 0
[pid=20431/tid=20432] ppid=20429 vsize=10540144 CPUtime=0.07 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 10974 0 1 0 6 1 0 0 25 0 18 0 831239437 10793107456 12525 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46925710214524 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539976

[startup+0.10021 s]
/proc/loadavg: 3.76 3.75 3.46 2/475 20431
/proc/meminfo: memFree=17842496/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10540144 CPUtime=0.1 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 13017 0 1 0 9 1 0 0 23 0 18 0 831239436 10793107456 12713 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2635036 12713 2093 9 0 2625770 0
[pid=20431/tid=20432] ppid=20429 vsize=10540144 CPUtime=0.08 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 11088 0 1 0 7 1 0 0 25 0 18 0 831239437 10793107456 12713 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505169760 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540144

[startup+0.300134 s]
/proc/loadavg: 3.76 3.75 3.46 2/475 20431
/proc/meminfo: memFree=17842496/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10542128 CPUtime=0.46 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 45028 0 1 0 42 4 0 0 23 0 18 0 831239436 10795139072 44531 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2635532 44531 2200 9 0 2626266 0
[pid=20431/tid=20432] ppid=20429 vsize=10542128 CPUtime=0.29 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 42281 0 1 0 25 4 0 0 25 0 18 0 831239437 10795139072 44531 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505507737 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542128

[startup+0.701062 s]
/proc/loadavg: 3.76 3.75 3.46 2/475 20431
/proc/meminfo: memFree=17842496/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10542128 CPUtime=0.86 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 76954 0 1 0 79 7 0 0 23 0 18 0 831239436 10795139072 76457 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2635532 76457 2200 9 0 2626266 0
[pid=20431/tid=20432] ppid=20429 vsize=10542128 CPUtime=0.68 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 74206 0 1 0 62 6 0 0 25 0 18 0 831239437 10795139072 76457 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505507245 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10542128

[startup+1.50096 s]
/proc/loadavg: 3.76 3.75 3.46 10/493 20449
/proc/meminfo: memFree=17305372/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10542128 CPUtime=1.65 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 138231 0 1 0 152 13 0 0 23 0 18 0 831239436 10795139072 137734 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2635532 137737 2200 9 0 2626266 0
[pid=20431/tid=20432] ppid=20429 vsize=10542128 CPUtime=1.48 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 135488 0 1 0 135 13 0 0 25 0 18 0 831239437 10795139072 137739 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505572123 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137741 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137743 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137745 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137747 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137748 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137750 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137750 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 137752 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831239440 10795139072 137754 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831239440 10795139072 137756 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831239440 10795139072 137758 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10795139072 137759 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10542128 CPUtime=0.07 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 632 0 0 0 7 0 0 0 25 0 18 0 831239442 10795139072 137761 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10542128 CPUtime=0.09 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 964 0 0 0 9 0 0 0 18 0 18 0 831239442 10795139072 137763 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10795139072 137765 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831239442 10795139072 137767 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10542128

[startup+3.10068 s]
/proc/loadavg: 4.26 3.85 3.50 10/493 20449
/proc/meminfo: memFree=16926692/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10542128 CPUtime=3.25 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 261875 0 1 0 297 28 0 0 23 0 18 0 831239436 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2635532 261378 2204 9 0 2626266 0
[pid=20431/tid=20432] ppid=20429 vsize=10542128 CPUtime=3.08 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 259123 0 1 0 280 28 0 0 25 0 18 0 831239437 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505533420 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831239440 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831239440 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831239440 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10542128 CPUtime=0.07 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 632 0 0 0 7 0 0 0 25 0 18 0 831239442 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10542128 CPUtime=0.09 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 968 0 0 0 9 0 0 0 18 0 18 0 831239442 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10542128 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831239442 10795139072 261378 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10542128

[startup+6.30112 s]
/proc/loadavg: 4.26 3.85 3.50 10/493 20449
/proc/meminfo: memFree=15248168/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10544372 CPUtime=6.75 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 604939 0 1 0 608 67 0 0 23 0 18 0 831239436 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2636093 603359 2216 9 0 2626827 0
[pid=20431/tid=20432] ppid=20429 vsize=10544372 CPUtime=6.28 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 600368 0 1 0 562 66 0 0 21 0 18 0 831239437 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505692765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239439 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 831239440 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831239440 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831239440 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10544372 CPUtime=0.2 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 2177 0 0 0 20 0 0 0 16 0 18 0 831239442 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10544372 CPUtime=0.25 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 1238 0 0 0 25 0 0 0 15 0 18 0 831239442 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831239442 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10544372 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 831239442 10797436928 603359 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0

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

/proc/20431/task/20432/stat : 20432 (java) S 20429 20431 20161 0 -1 4202560 651123 0 1 0 5483 77 0 0 15 0 22 0 831239437 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10549344 CPUtime=5.73 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 102422 0 0 0 558 15 0 0 16 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10549344 CPUtime=5.8 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 101191 0 0 0 568 12 0 0 16 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10549344 CPUtime=6.51 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 96330 0 0 0 633 18 0 0 16 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10549344 CPUtime=6.59 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 140864 0 0 0 640 19 0 0 16 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10549344 CPUtime=6.41 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 133899 0 0 0 622 19 0 0 16 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10549344 CPUtime=6.63 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 131572 0 0 0 641 22 0 0 15 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10549344 CPUtime=6.54 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 101195 0 0 0 640 14 0 0 15 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10549344 CPUtime=6.28 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 129425 0 0 0 607 21 0 0 15 0 22 0 831239439 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10549344 CPUtime=11.4 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 8143 0 0 0 1138 2 0 0 15 0 22 0 831239440 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831239440 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831239440 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831239442 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10549344 CPUtime=0.79 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 3586 0 0 0 79 0 0 0 16 0 22 0 831239442 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10549344 CPUtime=0.98 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 2285 0 0 0 98 0 0 0 15 0 22 0 831239442 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831239442 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831239442 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20451] ppid=20429 vsize=10549344 CPUtime=742.25 cores=0,2,4,6
/proc/20431/task/20451/stat : 20451 (java) R 20429 20431 20161 0 -1 4202560 51 0 0 0 74225 0 0 0 25 0 22 0 831245641 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912506117206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20431/tid=20452] ppid=20429 vsize=10549344 CPUtime=742.3 cores=0,2,4,6
/proc/20431/task/20452/stat : 20452 (java) R 20429 20431 20161 0 -1 4202560 96 0 0 0 74229 1 0 0 25 0 22 0 831245641 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912506130070 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20431/tid=20454] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20454/stat : 20454 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831245706 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20455] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20455/stat : 20455 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831245708 10802528256 1587372 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1603.92
Current children cumulated vsize (KiB) 10549344

[startup+882.319 s]
/proc/loadavg: 3.59 3.31 3.34 5/501 20654
/proc/meminfo: memFree=16729944/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10549344 CPUtime=1719.12 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 1603512 0 1 0 171684 228 0 0 23 0 22 0 831239436 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2637336 1587477 2263 9 0 2628070 0
[pid=20431/tid=20432] ppid=20429 vsize=10549344 CPUtime=55.6 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) S 20429 20431 20161 0 -1 4202560 651124 0 1 0 5483 77 0 0 15 0 22 0 831239437 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10549344 CPUtime=5.8 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 102422 0 0 0 565 15 0 0 15 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10549344 CPUtime=6.15 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 101194 0 0 0 603 12 0 0 15 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10549344 CPUtime=6.95 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 96340 0 0 0 677 18 0 0 16 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10549344 CPUtime=6.91 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 140864 0 0 0 672 19 0 0 16 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10549344 CPUtime=6.68 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 133903 0 0 0 649 19 0 0 15 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10549344 CPUtime=6.95 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 131572 0 0 0 673 22 0 0 16 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10549344 CPUtime=6.82 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 101198 0 0 0 668 14 0 0 15 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10549344 CPUtime=6.57 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 129425 0 0 0 636 21 0 0 16 0 22 0 831239439 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10549344 CPUtime=17.44 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 8225 0 0 0 1742 2 0 0 15 0 22 0 831239440 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831239440 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831239440 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831239442 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10549344 CPUtime=0.8 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 3587 0 0 0 80 0 0 0 15 0 22 0 831239442 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10549344 CPUtime=1.02 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 2293 0 0 0 102 0 0 0 15 0 22 0 831239442 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831239442 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831239442 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20451] ppid=20429 vsize=10549344 CPUtime=795.63 cores=0,2,4,6
/proc/20431/task/20451/stat : 20451 (java) R 20429 20431 20161 0 -1 4202560 54 0 0 0 79563 0 0 0 25 0 22 0 831245641 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912505906287 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20431/tid=20452] ppid=20429 vsize=10549344 CPUtime=795.67 cores=0,2,4,6
/proc/20431/task/20452/stat : 20452 (java) R 20429 20431 20161 0 -1 4202560 100 0 0 0 79565 2 0 0 25 0 22 0 831245641 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912506277093 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20431/tid=20454] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20454/stat : 20454 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831245706 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20455] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20455/stat : 20455 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831245708 10802528256 1587477 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1719.12
Current children cumulated vsize (KiB) 10549344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.201 s]
/proc/loadavg: 3.55 3.35 3.36 4/498 20671
/proc/meminfo: memFree=16682944/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=10549344 CPUtime=1800.1 cores=0,2,4,6
/proc/20431/stat : 20431 (java) S 20429 20431 20161 0 -1 4202496 1603535 0 1 0 179782 228 0 0 23 0 19 0 831239436 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 2637336 1587490 2264 9 0 2628070 0
[pid=20431/tid=20432] ppid=20429 vsize=10549344 CPUtime=71.29 cores=0,2,4,6
/proc/20431/task/20432/stat : 20432 (java) R 20429 20431 20161 0 -1 4202560 651124 0 1 0 7052 77 0 0 25 0 19 0 831239437 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 46912506407150 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=10549344 CPUtime=6.03 cores=0,2,4,6
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 20161 0 -1 4202560 102422 0 0 0 588 15 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=10549344 CPUtime=6.19 cores=0,2,4,6
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 20161 0 -1 4202560 101194 0 0 0 607 12 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=10549344 CPUtime=7.1 cores=0,2,4,6
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 20161 0 -1 4202560 96340 0 0 0 692 18 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=10549344 CPUtime=7.05 cores=0,2,4,6
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 20161 0 -1 4202560 140866 0 0 0 686 19 0 0 15 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20438] ppid=20429 vsize=10549344 CPUtime=6.69 cores=0,2,4,6
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 20161 0 -1 4202560 133903 0 0 0 650 19 0 0 15 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20439] ppid=20429 vsize=10549344 CPUtime=7.09 cores=0,2,4,6
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 20161 0 -1 4202560 131572 0 0 0 687 22 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=10549344 CPUtime=7.02 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 20161 0 -1 4202560 101206 0 0 0 688 14 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 4 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=10549344 CPUtime=6.77 cores=0,2,4,6
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 20161 0 -1 4202560 129425 0 0 0 656 21 0 0 16 0 19 0 831239439 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=10549344 CPUtime=17.44 cores=0,2,4,6
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 20161 0 -1 4202560 8225 0 0 0 1742 2 0 0 15 0 19 0 831239440 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 0 0 16800975 18446604440859133888 0 0 -1 0 0 0 0
[pid=20431/tid=20443] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831239440 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20444] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20444/stat : 20444 (java) S 20429 20431 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831239440 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20445] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20445/stat : 20445 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831239442 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347716017 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20446] ppid=20429 vsize=10549344 CPUtime=0.81 cores=0,2,4,6
/proc/20431/task/20446/stat : 20446 (java) S 20429 20431 20161 0 -1 4202560 3588 0 0 0 81 0 0 0 15 0 19 0 831239442 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20447] ppid=20429 vsize=10549344 CPUtime=1.05 cores=0,2,4,6
/proc/20431/task/20447/stat : 20447 (java) S 20429 20431 20161 0 -1 4202560 2297 0 0 0 105 0 0 0 15 0 19 0 831239442 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20448] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20448/stat : 20448 (java) S 20429 20431 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831239442 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708313 0 4 0 16800975 18446604440859133888 0 0 -1 6 0 0 0
[pid=20431/tid=20449] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20449/stat : 20449 (java) S 20429 20431 20161 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 831239442 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
[pid=20431/tid=20454] ppid=20429 vsize=10549344 CPUtime=0 cores=0,2,4,6
/proc/20431/task/20454/stat : 20454 (java) S 20429 20431 20161 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831245706 10802528256 1587490 33554432000 1073741824 1073778376 140735404687360 18446744073709551615 232347708928 0 4 0 16800975 18446604440859133888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10549344

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

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

[startup+934.323 s]
/proc/loadavg: 3.55 3.35 3.36 4/498 20671
/proc/meminfo: memFree=16682944/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/20431/stat : 20431 (java) Z 20429 20431 20161 0 -1 4203548 1603546 0 1 0 179784 237 0 0 17 0 2 0 831239436 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 0 0 0 0 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=0 CPUtime=7.11 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) R 20429 20431 20161 0 -1 4203588 101206 0 0 0 688 23 0 0 16 0 2 0 831239439 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+934.401 s]
/proc/loadavg: 3.55 3.35 3.36 4/498 20671
/proc/meminfo: memFree=16682944/32951124 swapFree=60688864/67111528
[pid=20431] ppid=20429 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/20431/stat : 20431 (java) Z 20429 20431 20161 0 -1 4203548 1603546 0 1 0 179784 245 0 0 17 0 2 0 831239436 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20431/statm: 0 0 0 0 0 0 0
[pid=20431/tid=20440] ppid=20429 vsize=0 CPUtime=7.19 cores=0,2,4,6
/proc/20431/task/20440/stat : 20440 (java) R 20429 20431 20161 0 -1 4203588 101206 0 0 0 688 31 0 0 16 0 2 0 831239439 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 934.471
CPU time (s): 1800.37
CPU user time (s): 1797.85
CPU system time (s): 2.52362
CPU usage (%): 192.662
Max. virtual memory (cumulated for all children) (KiB): 10549344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.85
system time used= 2.52362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1603546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25600
involuntary context switches= 57232

runsolver used 4.75228 second user time and 9.81051 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 16:06:53
IDJOB=3455384
IDBENCH=71873
IDSOLVER=1950
FILE ID=node132/3455384-1307196409
RUNJOBID= node132-1307196337-20179
PBS_JOBID= 13508890
Free space on /tmp= 73028 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455384-1307196409/watcher-3455384-1307196409 -o /tmp/evaluation-result-3455384-1307196409/solver-3455384-1307196409 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455384-1307196409.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=2024026517

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17842776 kB
Buffers:        330868 kB
Cached:        4076104 kB
SwapCached:      15140 kB
Active:        9301680 kB
Inactive:      5513672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17842776 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:          912716 kB
Writeback:           0 kB
AnonPages:    10401160 kB
Mapped:          27284 kB
Slab:           162520 kB
PageTables:      64672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119591296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73796 MiB
End job on node132 at 2011-06-04 16:22:29