Trace number 3689967

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.87 1795.85

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX15_K192_cod1.opb
MD5SUM12f5961a7e0e18d3559009517737c81e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 50
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 8511533
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 50
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 8511533
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689967-1337895191.opb
0.08/0.12	c reading problem ... 
7.51/5.70	c ... done. Wall clock time 5.581s.
7.51/5.70	c declared #vars     399113
7.51/5.70	c #constraints  400980
7.51/5.70	c constraints type 
7.51/5.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
7.51/5.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.51/5.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.51/5.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.51/5.70	c 400980 constraints processed.
7.51/5.70	c objective function length is 170372 literals
73.39/70.33	c cleaning 2498 clauses out of 5000 with flag 5001/5001
148.75/145.26	c cleaning 4231 clauses out of 8502 with flag 11001/11001
231.57/228.09	c cleaning 5631 clauses out of 11270 with flag 18000/18000
324.23/320.62	c cleaning 6817 clauses out of 13639 with flag 26000/26000
431.39/427.75	c cleaning 7853 clauses out of 15822 with flag 35000/35000
551.69/548.06	c cleaning 8982 clauses out of 17970 with flag 45001/45001
667.06/663.34	c cleaning 9980 clauses out of 19990 with flag 56003/56003
789.92/786.17	c cleaning 10988 clauses out of 22007 with flag 68000/68000
932.98/929.12	c cleaning 12009 clauses out of 24020 with flag 81001/81001
1104.95/1101.04	c cleaning 12996 clauses out of 26013 with flag 95003/95003
1270.13/1266.17	c cleaning 13994 clauses out of 28014 with flag 110000/110000
1447.91/1443.82	c cleaning 15004 clauses out of 30020 with flag 126000/126000
1629.28/1625.19	c cleaning 15984 clauses out of 32016 with flag 143000/143000
1800.04/1795.81	c starts		: 105
1800.04/1795.81	c conflicts		: 159272
1800.04/1795.81	c decisions		: 3122653
1800.04/1795.81	c propagations		: 885071077
1800.04/1795.81	c inspects		: 2014782858
1800.04/1795.81	c shortcuts		: 0
1800.04/1795.81	c learnt literals	: 1
1800.04/1795.81	c learnt binary clauses	: 888
1800.04/1795.81	c learnt ternary clauses	: 643
1800.04/1795.81	c learnt constraints	: 159271
1800.04/1795.81	c ignored constraints	: 0
1800.04/1795.81	c root simplifications	: 0
1800.04/1795.81	c removed literals (reason simplification)	: 0
1800.04/1795.81	c reason swapping (by a shorter reason)	: 0
1800.04/1795.81	c Calls to reduceDB	: 13
1800.04/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.81	c number of learned constraints concerned by reduction	: 0
1800.04/1795.81	c number of learning phase by resolution	: 0
1800.04/1795.81	c number of learning phase by cutting planes	: 0
1800.04/1795.81	c speed (assignments/second)	: 494537.6567167348
1800.04/1795.81	c non guided choices	0
1800.04/1795.82	c learnt constraints type 
1800.04/1795.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 888
1800.04/1795.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31416
1800.04/1795.82	c constraints type 
1800.04/1795.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.04/1795.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/1795.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/1795.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1795.82	c 400980 constraints processed.
1800.04/1795.82	s UNKNOWN
1800.04/1795.82	c Total wall clock time (in seconds): 1795.7

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-3689967-1337895191/watcher-3689967-1337895191 -o /tmp/evaluation-result-3689967-1337895191/solver-3689967-1337895191 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689967-1337895191.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: 1.97 2.01 2.00 3/195 24097
/proc/meminfo: memFree=26480452/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24097/stat : 24097 (java) D 24095 24097 21479 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255645953 9515008 182 33554432000 1073741824 1073778376 140737190170336 140737190161368 271787572917 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24097/statm: 2323 182 140 9 0 71 0

[startup+0.0699689 s]
/proc/loadavg: 1.97 2.01 2.00 3/195 24097
/proc/meminfo: memFree=26480452/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 3173 0 1 0 4 0 0 0 20 0 18 0 255645953 9787813888 4381 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 4381 1754 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100267 s]
/proc/loadavg: 1.97 2.01 2.00 3/195 24097
/proc/meminfo: memFree=26480452/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 4173 0 1 0 8 0 0 0 20 0 18 0 255645953 9787813888 5371 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 5372 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300239 s]
/proc/loadavg: 1.97 2.01 2.00 3/195 24097
/proc/meminfo: memFree=26480452/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 5885 0 1 0 46 1 0 0 20 0 18 0 255645953 9787813888 12973 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 12973 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700177 s]
/proc/loadavg: 1.97 2.01 2.00 3/195 24097
/proc/meminfo: memFree=26480452/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=1.06 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 6551 0 1 0 101 5 0 0 20 0 18 0 255645953 9787813888 45401 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 45401 2241 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.97 2.01 2.00 3/213 24115
/proc/meminfo: memFree=26300876/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=2.33 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 10840 0 1 0 215 18 0 0 20 0 18 0 255645953 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 139818 2247 9 0 2380296 0
[pid=24097/tid=24099] ppid=24095 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) R 24095 24097 21479 0 -1 4202560 2834 0 1 0 127 9 0 0 20 0 18 0 255645954 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545174998912 140545182772314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) S 24095 24097 21479 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545164069800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) S 24095 24097 21479 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545163017256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) S 24095 24097 21479 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545161964200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) S 24095 24097 21479 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545160911656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) S 24095 24097 21479 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545159858600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 123 0 0 0 3 1 0 0 20 0 18 0 255645956 9787813888 139818 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 18 0 255645956 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 2951 0 0 0 29 0 0 0 20 0 18 0 255645960 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 3092 0 0 0 27 0 0 0 20 0 18 0 255645960 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 140330 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558412

[startup+3.10063 s]
/proc/loadavg: 2.14 2.04 2.01 3/213 24115
/proc/meminfo: memFree=25334292/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9558412 CPUtime=4.66 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 14256 0 1 0 411 55 0 0 20 0 18 0 255645953 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2389603 548256 2247 9 0 2380296 0
[pid=24097/tid=24099] ppid=24095 vsize=9558412 CPUtime=2.69 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) S 24095 24097 21479 0 -1 4202560 4024 0 1 0 237 32 0 0 20 0 18 0 255645954 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545175005816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) R 24095 24097 21479 0 -1 4202560 145 0 0 0 12 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545164069976 140545178764432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) D 24095 24097 21479 0 -1 4202560 551 0 0 0 10 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545163017016 271787615207 0 4 0 16800975 18446744071581355491 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) R 24095 24097 21479 0 -1 4202560 71 0 0 0 11 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545161964376 140545177478857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) D 24095 24097 21479 0 -1 4202560 288 0 0 0 15 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545160911832 140545178285980 0 4 0 16800975 18446744071581355444 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) R 24095 24097 21479 0 -1 4202560 63 0 0 0 13 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545159858776 140545181906150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) R 24095 24097 21479 0 -1 4202560 160 0 0 0 13 2 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545158805936 140545179183282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) R 24095 24097 21479 0 -1 4202560 442 0 0 0 16 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545157753176 140545177478869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) R 24095 24097 21479 0 -1 4202560 334 0 0 0 14 3 0 0 20 0 18 0 255645956 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140545156700632 140545177478841 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 961 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544999241480 271790945340 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255645957 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 2951 0 0 0 29 0 0 0 20 0 18 0 255645960 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 3092 0 0 0 27 0 0 0 20 0 18 0 255645960 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255645960 9787813888 548256 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9558412

[startup+6.3007 s]
/proc/loadavg: 2.14 2.04 2.01 3/213 24115
/proc/meminfo: memFree=24263568/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9624976 CPUtime=9.15 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 16046 0 1 0 841 74 0 0 20 0 19 0 255645953 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2406244 593588 2261 9 0 2396937 0
[pid=24097/tid=24099] ppid=24095 vsize=9624976 CPUtime=5.56 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) R 24095 24097 21479 0 -1 4202560 4039 0 1 0 522 34 0 0 20 0 19 0 255645954 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545175007784 140545036933766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) S 24095 24097 21479 0 -1 4202560 196 0 0 0 24 5 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545164069800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) S 24095 24097 21479 0 -1 4202560 615 0 0 0 24 5 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545163017256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) S 24095 24097 21479 0 -1 4202560 486 0 0 0 27 4 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545161964200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) S 24095 24097 21479 0 -1 4202560 420 0 0 0 34 5 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545160911656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) S 24095 24097 21479 0 -1 4202560 138 0 0 0 30 5 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545159858600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 216 0 0 0 25 4 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 849 0 0 0 23 5 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 546 0 0 0 29 6 0 0 20 0 19 0 255645956 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) R 24095 24097 21479 0 -1 4202560 3003 0 0 0 44 0 0 0 20 0 19 0 255645960 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544995031352 140545177874528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 3096 0 0 0 46 0 0 0 20 0 19 0 255645960 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 593588 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.12 2.04 2.01 3/214 24116
/proc/meminfo: memFree=24110744/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9624976 CPUtime=15.76 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 16074 0 1 0 1502 74 0 0 20 0 19 0 255645953 9855975424 593282 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2406244 593282 2266 9 0 2396937 0
[pid=24097/tid=24099] ppid=24095 vsize=9624976 CPUtime=11.95 cores=0,2,4,6

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

[pid=24097/tid=24105] ppid=24095 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 231 0 0 0 34 4 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 862 0 0 0 35 5 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 558 0 0 0 38 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9624976 CPUtime=6.98 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 1382 0 0 0 694 4 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 3040 0 0 0 56 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 6431 0 0 0 86 2 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 99 0 0 0 39 40 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=24097/tid=24116] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24116/stat : 24116 (java) S 24095 24097 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255646566 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544990819880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.53
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 24224
/proc/meminfo: memFree=23856216/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9624976 CPUtime=1786.54 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 19796 0 1 0 178538 116 0 0 20 0 19 0 255645953 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2406244 641174 2281 9 0 2396937 0
[pid=24097/tid=24099] ppid=24095 vsize=9624976 CPUtime=1774.35 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) R 24095 24097 21479 0 -1 4202560 4057 0 1 0 177373 62 0 0 20 0 19 0 255645954 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545175007520 140545037754075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) S 24095 24097 21479 0 -1 4202560 239 0 0 0 38 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545164069800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) S 24095 24097 21479 0 -1 4202560 621 0 0 0 33 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545163017256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) S 24095 24097 21479 0 -1 4202560 503 0 0 0 37 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545161964200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) S 24095 24097 21479 0 -1 4202560 432 0 0 0 44 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545160911656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) S 24095 24097 21479 0 -1 4202560 157 0 0 0 39 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545159858600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 231 0 0 0 34 4 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 862 0 0 0 35 5 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 558 0 0 0 38 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9624976 CPUtime=6.98 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 1382 0 0 0 694 4 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 3040 0 0 0 56 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 6431 0 0 0 86 2 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=24097/tid=24116] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24116/stat : 24116 (java) S 24095 24097 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255646566 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544990819880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.54
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.02 2.01 2.00 4/213 24224
/proc/meminfo: memFree=23856216/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 19796 0 1 0 179888 116 0 0 20 0 19 0 255645953 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2406244 641174 2281 9 0 2396937 0
[pid=24097/tid=24099] ppid=24095 vsize=9624976 CPUtime=1787.86 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) R 24095 24097 21479 0 -1 4202560 4057 0 1 0 178723 63 0 0 20 0 19 0 255645954 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545175007520 140545037793097 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) S 24095 24097 21479 0 -1 4202560 239 0 0 0 38 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545164069800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) S 24095 24097 21479 0 -1 4202560 621 0 0 0 33 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545163017256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) S 24095 24097 21479 0 -1 4202560 503 0 0 0 37 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545161964200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) S 24095 24097 21479 0 -1 4202560 432 0 0 0 44 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545160911656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) S 24095 24097 21479 0 -1 4202560 157 0 0 0 39 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545159858600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 231 0 0 0 34 4 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 862 0 0 0 35 5 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 558 0 0 0 38 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9624976 CPUtime=6.98 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 1382 0 0 0 694 4 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 3040 0 0 0 56 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 6431 0 0 0 86 2 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 103 0 0 0 42 42 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=24097/tid=24116] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24116/stat : 24116 (java) S 24095 24097 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255646566 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544990819880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1795.8 s]
/proc/loadavg: 2.02 2.01 2.00 4/213 24224
/proc/meminfo: memFree=23856216/32873648 swapFree=6844/6844
[pid=24097] ppid=24095 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/24097/stat : 24097 (java) S 24095 24097 21479 0 -1 4202496 19796 0 1 0 179888 116 0 0 20 0 19 0 255645953 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140733844873072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24097/statm: 2406244 641174 2281 9 0 2396937 0
[pid=24097/tid=24099] ppid=24095 vsize=9624976 CPUtime=1787.86 cores=0,2,4,6
/proc/24097/task/24099/stat : 24099 (java) R 24095 24097 21479 0 -1 4202560 4057 0 1 0 178723 63 0 0 20 0 19 0 255645954 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545175007520 140545037793097 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24100] ppid=24095 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24097/task/24100/stat : 24100 (java) S 24095 24097 21479 0 -1 4202560 239 0 0 0 38 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545164069800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24101] ppid=24095 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/24097/task/24101/stat : 24101 (java) S 24095 24097 21479 0 -1 4202560 621 0 0 0 33 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545163017256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24102] ppid=24095 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24097/task/24102/stat : 24102 (java) S 24095 24097 21479 0 -1 4202560 503 0 0 0 37 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545161964200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24097/tid=24103] ppid=24095 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/24097/task/24103/stat : 24103 (java) S 24095 24097 21479 0 -1 4202560 432 0 0 0 44 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545160911656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24104] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24104/stat : 24104 (java) S 24095 24097 21479 0 -1 4202560 157 0 0 0 39 6 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545159858600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24105] ppid=24095 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24097/task/24105/stat : 24105 (java) S 24095 24097 21479 0 -1 4202560 231 0 0 0 34 4 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545158806056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24106] ppid=24095 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24097/task/24106/stat : 24106 (java) S 24095 24097 21479 0 -1 4202560 862 0 0 0 35 5 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545157753000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24107] ppid=24095 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24097/task/24107/stat : 24107 (java) S 24095 24097 21479 0 -1 4202560 558 0 0 0 38 7 0 0 20 0 19 0 255645956 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140545156700456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24108] ppid=24095 vsize=9624976 CPUtime=6.98 cores=0,2,4,6
/proc/24097/task/24108/stat : 24108 (java) S 24095 24097 21479 0 -1 4202560 1382 0 0 0 694 4 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544999242600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24097/tid=24109] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24109/stat : 24109 (java) S 24095 24097 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544998188920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24110] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24110/stat : 24110 (java) S 24095 24097 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255645957 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544997135752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24111] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24111/stat : 24111 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544996084496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24112] ppid=24095 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24097/task/24112/stat : 24112 (java) S 24095 24097 21479 0 -1 4202560 3040 0 0 0 56 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544995031352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24097/tid=24113] ppid=24095 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/24097/task/24113/stat : 24113 (java) S 24095 24097 21479 0 -1 4202560 6431 0 0 0 86 2 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544993978808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24114] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24114/stat : 24114 (java) S 24095 24097 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544992925944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24097/tid=24115] ppid=24095 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/24097/task/24115/stat : 24115 (java) S 24095 24097 21479 0 -1 4202560 103 0 0 0 42 42 0 0 20 0 19 0 255645960 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544991873608 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=24097/tid=24116] ppid=24095 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24097/task/24116/stat : 24116 (java) S 24095 24097 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255646566 9855975424 641174 33554432000 1073741824 1073778376 140733844881936 140544990819880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.85
CPU time (s): 1800.87
CPU user time (s): 1799.15
CPU system time (s): 1.72174
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.72174
maximum resident set size= 2564840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39344
involuntary context switches= 10087

runsolver used 6.27105 second user time and 14.8827 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 23:33:12
IDJOB=3689967
IDBENCH=92574
IDSOLVER=2269
FILE ID=node115/3689967-1337895191
RUNJOBID= node115-1337871882-21495
PBS_JOBID= 14620089
Free space on /tmp= 71596 MiB

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

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

MD5SUM BENCH= 12f5961a7e0e18d3559009517737c81e
RANDOM SEED=1347285644

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        26480716 kB
Buffers:          213532 kB
Cached:          2891952 kB
SwapCached:            0 kB
Active:          3446860 kB
Inactive:        2167808 kB
Active(anon):    2511924 kB
Inactive(anon):        0 kB
Active(file):     934936 kB
Inactive(file):  2167808 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29756 kB
Writeback:             0 kB
AnonPages:       2526500 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             626444 kB
SReclaimable:      70460 kB
SUnreclaim:       555984 kB
KernelStack:        1600 kB
PageTables:         9116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3275776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2471936 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= 71524 MiB
End job on node115 at 2012-05-25 00:03:10