Trace number 3689819

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.57 1796.25

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM6f3eb6421078a0de6a5b5f585e0aca61
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5280
Best CPU time to get the best result obtained on this benchmark1781.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 367542
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 367542
Number of bits of the biggest sum of numbers19
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-2012 Artois University and CNRS
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.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689819-1337893457.opb
0.09/0.11	c reading problem ... 
7.30/5.39	c ... done. Wall clock time 5.283s.
7.30/5.39	c declared #vars     400896
7.30/5.39	c #constraints  402763
7.30/5.39	c constraints type 
7.30/5.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.30/5.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.30/5.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.30/5.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.30/5.39	c 402763 constraints processed.
7.30/5.39	c objective function length is 892 literals
51.58/48.95	c cleaning 2500 clauses out of 4999 with flag 5000/5000
100.09/97.26	c cleaning 4248 clauses out of 8499 with flag 11000/11000
142.15/139.27	c cleaning 5609 clauses out of 11251 with flag 18000/18000
198.39/195.41	c cleaning 6596 clauses out of 13643 with flag 26001/26001
261.27/258.24	c cleaning 8005 clauses out of 16046 with flag 35000/35000
323.73/320.66	c cleaning 9006 clauses out of 18042 with flag 45001/45001
405.59/402.47	c cleaning 10010 clauses out of 20035 with flag 56000/56000
492.53/489.37	c cleaning 10971 clauses out of 22025 with flag 68000/68000
577.99/574.74	c cleaning 12016 clauses out of 24054 with flag 81000/81000
715.19/711.81	c cleaning 13016 clauses out of 26038 with flag 95000/95000
869.86/866.41	c cleaning 14008 clauses out of 28022 with flag 110000/110000
1013.72/1010.21	c cleaning 14999 clauses out of 30014 with flag 126000/126000
1158.91/1155.35	c cleaning 15998 clauses out of 32015 with flag 143000/143000
1294.35/1290.78	c cleaning 17007 clauses out of 34017 with flag 161000/161000
1455.92/1452.26	c cleaning 18000 clauses out of 36010 with flag 180000/180000
1643.79/1640.06	c cleaning 18996 clauses out of 38010 with flag 200000/200000
1800.08/1796.21	c starts		: 119
1800.08/1796.21	c conflicts		: 213618
1800.08/1796.21	c decisions		: 2702602
1800.08/1796.21	c propagations		: 10289419288
1800.08/1796.21	c inspects		: 1189411861
1800.08/1796.21	c shortcuts		: 0
1800.08/1796.21	c learnt literals	: 1
1800.08/1796.21	c learnt binary clauses	: 931
1800.08/1796.21	c learnt ternary clauses	: 674
1800.08/1796.21	c learnt constraints	: 213617
1800.08/1796.21	c ignored constraints	: 0
1800.08/1796.21	c root simplifications	: 0
1800.08/1796.21	c removed literals (reason simplification)	: 0
1800.08/1796.21	c reason swapping (by a shorter reason)	: 0
1800.08/1796.21	c Calls to reduceDB	: 16
1800.08/1796.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.21	c number of learned constraints concerned by reduction	: 0
1800.08/1796.21	c number of learning phase by resolution	: 0
1800.08/1796.21	c number of learning phase by cutting planes	: 0
1800.08/1796.21	c speed (assignments/second)	: 5745881.343997033
1800.08/1796.21	c non guided choices	536
1800.08/1796.23	c learnt constraints type 
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 931
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31703
1800.08/1796.23	c constraints type 
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.08/1796.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/1796.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1796.23	c 402763 constraints processed.
1800.08/1796.23	s UNKNOWN
1800.08/1796.23	c Total wall clock time (in seconds): 1796.116

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-3689819-1337893457/watcher-3689819-1337893457 -o /tmp/evaluation-result-3689819-1337893457/solver-3689819-1337893457 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689819-1337893457.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: 2.06 2.02 2.00 3/194 25574
/proc/meminfo: memFree=25273984/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25574/stat : 25574 (java) D 25572 25574 23489 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 255471807 9515008 184 33554432000 1073741824 1073778376 140735515468096 140735515459320 217410334135 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25574/statm: 2323 184 142 9 0 71 0

[startup+0.0152029 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 25574
/proc/meminfo: memFree=25273984/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 255471807 103964672 1053 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100175 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 25574
/proc/meminfo: memFree=25273984/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 4333 0 1 0 8 1 0 0 20 0 18 0 255471807 9787813888 5528 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2389603 5528 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300236 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 25574
/proc/meminfo: memFree=25273984/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 5750 0 1 0 50 2 0 0 20 0 18 0 255471807 9787813888 13419 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2389603 13419 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.70018 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 25574
/proc/meminfo: memFree=25273984/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9558412 CPUtime=1.27 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 8865 0 1 0 121 6 0 0 20 0 18 0 255471807 9787813888 44957 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2389603 44957 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 25592
/proc/meminfo: memFree=24923868/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9558412 CPUtime=2.32 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 9566 0 1 0 220 12 0 0 20 0 18 0 255471807 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2389603 89533 2247 9 0 2380296 0
[pid=25574/tid=25576] ppid=25572 vsize=9558412 CPUtime=1.35 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) R 25572 25574 23489 0 -1 4202560 2558 0 1 0 130 5 0 0 20 0 18 0 255471808 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643803697040 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) S 25572 25574 23489 0 -1 4202560 106 0 0 0 3 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643765197096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) S 25572 25574 23489 0 -1 4202560 115 0 0 0 6 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643764144296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) S 25572 25574 23489 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643763092008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) S 25572 25574 23489 0 -1 4202560 98 0 0 0 4 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643762039208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) S 25572 25574 23489 0 -1 4202560 110 0 0 0 4 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643760986920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 57 0 0 0 5 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 18 0 255471809 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 2284 0 0 0 28 0 0 0 20 0 18 0 255471813 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2781 0 0 0 25 0 0 0 20 0 18 0 255471813 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 89533 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558412

[startup+3.10062 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 25592
/proc/meminfo: memFree=24642240/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9558412 CPUtime=4.31 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 10411 0 1 0 405 26 0 0 20 0 18 0 255471807 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2389603 170986 2247 9 0 2380296 0
[pid=25574/tid=25576] ppid=25572 vsize=9558412 CPUtime=2.81 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) S 25572 25574 23489 0 -1 4202560 2852 0 1 0 272 9 0 0 20 0 18 0 255471808 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643803704216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) R 25572 25574 23489 0 -1 4202560 138 0 0 0 8 3 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643765197272 139643807881391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) R 25572 25574 23489 0 -1 4202560 165 0 0 0 13 3 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643764144176 139643807881391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) R 25572 25574 23489 0 -1 4202560 45 0 0 0 7 1 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643763092184 139643806176953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) R 25572 25574 23489 0 -1 4202560 139 0 0 0 10 2 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643762039384 139643807462540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) R 25572 25574 23489 0 -1 4202560 134 0 0 0 7 2 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643760987096 139643807881497 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) R 25572 25574 23489 0 -1 4202560 63 0 0 0 6 1 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643759934296 139643806176953 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) R 25572 25574 23489 0 -1 4202560 93 0 0 0 10 2 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643758882008 139643806176949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) R 25572 25574 23489 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 18 0 255471809 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643757829208 139643807462540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643627484296 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471810 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 2284 0 0 0 28 0 0 0 20 0 18 0 255471813 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2781 0 0 0 25 0 0 0 20 0 18 0 255471813 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471813 9787813888 170986 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.06 2.01 2.00 4/213 25593
/proc/meminfo: memFree=23046432/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9624976 CPUtime=8.79 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 17779 0 1 0 816 63 0 0 20 0 19 0 255471807 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2406244 557907 2263 9 0 2396937 0
[pid=25574/tid=25576] ppid=25572 vsize=9624976 CPUtime=5.73 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) R 25572 25574 23489 0 -1 4202560 4375 0 1 0 543 30 0 0 20 0 19 0 255471808 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643803705736 139643631579005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) S 25572 25574 23489 0 -1 4202560 433 0 0 0 19 5 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643765197096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) S 25572 25574 23489 0 -1 4202560 450 0 0 0 24 6 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643764144296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) S 25572 25574 23489 0 -1 4202560 148 0 0 0 19 4 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643763092008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) S 25572 25574 23489 0 -1 4202560 240 0 0 0 23 3 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643762039208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) S 25572 25574 23489 0 -1 4202560 405 0 0 0 19 3 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643760986920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 141 0 0 0 14 2 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 149 0 0 0 22 4 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 19 0 255471809 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 6047 0 0 0 59 2 0 0 20 0 19 0 255471813 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2844 0 0 0 46 0 0 0 20 0 19 0 255471813 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25593] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25593/stat : 25593 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472353 9855975424 557907 33554432000 1073741824 1073778376 140737106832784 139643619062696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 25593
/proc/meminfo: memFree=23046252/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9624976 CPUtime=15.3 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 17794 0 1 0 1467 63 0 0 20 0 19 0 255471807 9855975424 557862 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=25574/tid=25582] ppid=25572 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 164 0 0 0 26 3 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 159 0 0 0 32 5 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 112 0 0 0 23 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9624976 CPUtime=6.5 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 1363 0 0 0 646 4 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 6060 0 0 0 69 2 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2866 0 0 0 68 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 99 0 0 0 35 34 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25593] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25593/stat : 25593 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472353 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643619062696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.15
Current children cumulated vsize (KiB) 9624976

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 25669
/proc/meminfo: memFree=24104852/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9624976 CPUtime=1786.17 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 18146 0 1 0 178509 108 0 0 20 0 19 0 255471807 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2406244 591431 2281 9 0 2396937 0
[pid=25574/tid=25576] ppid=25572 vsize=9624976 CPUtime=1775.02 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) R 25572 25574 23489 0 -1 4202560 4398 0 1 0 177446 56 0 0 20 0 19 0 255471808 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643803705632 139643631556100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) S 25572 25574 23489 0 -1 4202560 445 0 0 0 29 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643765197096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) S 25572 25574 23489 0 -1 4202560 456 0 0 0 36 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643764144296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) S 25572 25574 23489 0 -1 4202560 174 0 0 0 26 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643763092008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) S 25572 25574 23489 0 -1 4202560 253 0 0 0 33 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643762039208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) S 25572 25574 23489 0 -1 4202560 411 0 0 0 27 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643760986920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 164 0 0 0 26 3 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 159 0 0 0 32 5 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 112 0 0 0 23 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9624976 CPUtime=6.51 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 1363 0 0 0 647 4 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 6060 0 0 0 69 2 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2866 0 0 0 68 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25593] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25593/stat : 25593 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472353 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643619062696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 25669
/proc/meminfo: memFree=24104976/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 18146 0 1 0 179899 109 0 0 20 0 19 0 255471807 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2406244 591431 2281 9 0 2396937 0
[pid=25574/tid=25576] ppid=25572 vsize=9624976 CPUtime=1788.92 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) R 25572 25574 23489 0 -1 4202560 4398 0 1 0 178835 57 0 0 20 0 19 0 255471808 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643803705632 139643631476997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) S 25572 25574 23489 0 -1 4202560 445 0 0 0 29 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643765197096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) S 25572 25574 23489 0 -1 4202560 456 0 0 0 36 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643764144296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) S 25572 25574 23489 0 -1 4202560 174 0 0 0 26 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643763092008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) S 25572 25574 23489 0 -1 4202560 253 0 0 0 33 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643762039208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) S 25572 25574 23489 0 -1 4202560 411 0 0 0 27 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643760986920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 164 0 0 0 26 3 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 159 0 0 0 32 5 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 112 0 0 0 23 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9624976 CPUtime=6.51 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 1363 0 0 0 647 4 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 6060 0 0 0 69 2 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2866 0 0 0 68 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25593] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25593/stat : 25593 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472353 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643619062696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 25669
/proc/meminfo: memFree=24104976/32873648 swapFree=7372/7372
[pid=25574] ppid=25572 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/25574/stat : 25574 (java) S 25572 25574 23489 0 -1 4202496 18146 0 1 0 179899 109 0 0 20 0 19 0 255471807 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 140737106823920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25574/statm: 2406244 591431 2281 9 0 2396937 0
[pid=25574/tid=25576] ppid=25572 vsize=9624976 CPUtime=1788.92 cores=0,2,4,6
/proc/25574/task/25576/stat : 25576 (java) R 25572 25574 23489 0 -1 4202560 4398 0 1 0 178835 57 0 0 20 0 19 0 255471808 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643803705632 139643631476997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25577] ppid=25572 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25574/task/25577/stat : 25577 (java) S 25572 25574 23489 0 -1 4202560 445 0 0 0 29 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643765197096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25578] ppid=25572 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25574/task/25578/stat : 25578 (java) S 25572 25574 23489 0 -1 4202560 456 0 0 0 36 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643764144296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25579] ppid=25572 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/25574/task/25579/stat : 25579 (java) S 25572 25574 23489 0 -1 4202560 174 0 0 0 26 6 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643763092008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25580] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25580/stat : 25580 (java) S 25572 25574 23489 0 -1 4202560 253 0 0 0 33 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643762039208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25581] ppid=25572 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25574/task/25581/stat : 25581 (java) S 25572 25574 23489 0 -1 4202560 411 0 0 0 27 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643760986920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25582] ppid=25572 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/25574/task/25582/stat : 25582 (java) S 25572 25574 23489 0 -1 4202560 164 0 0 0 26 3 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643759934120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25583] ppid=25572 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25574/task/25583/stat : 25583 (java) S 25572 25574 23489 0 -1 4202560 159 0 0 0 32 5 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643758881832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25584] ppid=25572 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25574/task/25584/stat : 25584 (java) S 25572 25574 23489 0 -1 4202560 112 0 0 0 23 4 0 0 20 0 19 0 255471809 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643757829032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25585] ppid=25572 vsize=9624976 CPUtime=6.51 cores=0,2,4,6
/proc/25574/task/25585/stat : 25585 (java) S 25572 25574 23489 0 -1 4202560 1363 0 0 0 647 4 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643627485416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25586] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25586/stat : 25586 (java) S 25572 25574 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643626431480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25587] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25587/stat : 25587 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471810 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643625379080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25588] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25588/stat : 25588 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643624327568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25574/tid=25589] ppid=25572 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/25574/task/25589/stat : 25589 (java) S 25572 25574 23489 0 -1 4202560 6060 0 0 0 69 2 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643623275192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25574/tid=25590] ppid=25572 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25574/task/25590/stat : 25590 (java) S 25572 25574 23489 0 -1 4202560 2866 0 0 0 68 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643622222392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25591] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25591/stat : 25591 (java) S 25572 25574 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643621170296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25574/tid=25592] ppid=25572 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25574/task/25592/stat : 25592 (java) S 25572 25574 23489 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 255471813 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643620117704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25574/tid=25593] ppid=25572 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25574/task/25593/stat : 25593 (java) S 25572 25574 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472353 9855975424 591431 33554432000 1073741824 1073778376 140737106832784 139643619062696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.25
CPU time (s): 1800.57
CPU user time (s): 1799.06
CPU system time (s): 1.51477
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.51477
maximum resident set size= 2365852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18181
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38749
involuntary context switches= 6152

runsolver used 6.40902 second user time and 14.8537 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 23:04:18
IDJOB=3689819
IDBENCH=90934
IDSOLVER=2269
FILE ID=node122/3689819-1337893457
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 70772 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689819-1337893457/watcher-3689819-1337893457 -o /tmp/evaluation-result-3689819-1337893457/solver-3689819-1337893457 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689819-1337893457.opb

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

MD5SUM BENCH= 6f3eb6421078a0de6a5b5f585e0aca61
RANDOM SEED=1913442309

node122.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.533
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	: 5333.06
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.533
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	: 5331.91
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.533
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	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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	: 5331.91
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.533
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	: 5438.54
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.533
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.533
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25273984 kB
Buffers:          204400 kB
Cached:          3594132 kB
SwapCached:            0 kB
Active:          4854864 kB
Inactive:        1943416 kB
Active(anon):    2991060 kB
Inactive(anon):    11052 kB
Active(file):    1863804 kB
Inactive(file):  1932364 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27956 kB
Writeback:             0 kB
AnonPages:       3015140 kB
Mapped:            22032 kB
Shmem:               200 kB
Slab:             651212 kB
SReclaimable:      95248 kB
SUnreclaim:       555964 kB
KernelStack:        1592 kB
PageTables:        10304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3150664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2961408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71320 MiB
End job on node122 at 2012-05-24 23:34:16