Trace number 3689406

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.87 927.853

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689406-1337881832.opb
0.10/0.11	c reading problem ... 
11.70/9.14	c ... done. Wall clock time 9.029s.
11.70/9.14	c declared #vars     55296
11.70/9.14	c #constraints  1284718
11.70/9.14	c constraints type 
11.70/9.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
11.70/9.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
11.70/9.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
11.70/9.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
11.70/9.14	c 1284718 constraints processed.
11.70/9.14	c constraints type 
11.70/9.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
11.70/9.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
11.70/9.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
11.70/9.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
11.70/9.14	c 1284718 constraints processed.
30.54/18.06	c cleaning 0 clauses out of 5001 with flag 0/5001
42.74/24.35	c cleaning 0 clauses out of 11000 with flag 0/11000
53.83/30.30	c cleaning 2480 clauses out of 5000 with flag 5000/5000
59.24/33.61	c cleaning 0 clauses out of 18003 with flag 0/18003
74.56/41.59	c cleaning 4231 clauses out of 8520 with flag 11000/11000
80.83/45.06	c cleaning 0 clauses out of 26001 with flag 0/26001
88.86/49.47	c cleaning 5626 clauses out of 11290 with flag 18001/18001
111.35/61.25	c cleaning 0 clauses out of 35000 with flag 0/35000
122.03/66.93	c cleaning 6803 clauses out of 13663 with flag 26000/26000
141.73/77.17	c cleaning 0 clauses out of 45000 with flag 0/45000
156.99/85.19	c cleaning 7899 clauses out of 15861 with flag 35001/35001
181.47/97.97	c cleaning 0 clauses out of 56000 with flag 0/56000
182.52/98.90	c cleaning 8931 clauses out of 17961 with flag 45000/45000
213.39/114.64	c cleaning 9992 clauses out of 20030 with flag 56000/56000
224.61/120.66	c cleaning 0 clauses out of 68002 with flag 0/68002
247.06/132.46	c cleaning 10969 clauses out of 22038 with flag 68000/68000
277.88/148.22	c cleaning 0 clauses out of 81001 with flag 0/81001
283.94/151.63	c cleaning 11957 clauses out of 24067 with flag 81000/81000
316.58/168.38	c cleaning 13001 clauses out of 26109 with flag 95002/95002
336.23/178.72	c cleaning 0 clauses out of 95001 with flag 0/95001
350.25/186.17	c cleaning 13997 clauses out of 28107 with flag 110002/110002
389.31/206.00	c cleaning 14799 clauses out of 30108 with flag 126000/126000
405.09/214.30	c cleaning 0 clauses out of 110000 with flag 0/110000
425.50/225.19	c cleaning 16124 clauses out of 32308 with flag 143000/143000
468.38/247.00	c cleaning 17052 clauses out of 34185 with flag 161001/161001
490.42/258.36	c cleaning 0 clauses out of 126002 with flag 0/126002
505.22/266.16	c cleaning 18050 clauses out of 36132 with flag 180000/180000
546.88/287.57	c cleaning 19031 clauses out of 38081 with flag 200002/200002
575.36/302.18	c cleaning 0 clauses out of 143000 with flag 0/143000
594.59/312.16	c cleaning 20010 clauses out of 40048 with flag 221001/221001
643.64/337.03	c cleaning 20974 clauses out of 42036 with flag 243000/243000
645.07/338.36	c cleaning 0 clauses out of 161000 with flag 0/161000
692.95/362.69	c cleaning 21947 clauses out of 44062 with flag 266001/266001
740.01/386.58	c cleaning 0 clauses out of 180004 with flag 0/180004
752.62/393.29	c cleaning 23023 clauses out of 46112 with flag 290000/290000
800.43/417.77	c cleaning 23725 clauses out of 48090 with flag 315001/315001
846.66/441.26	c cleaning 25129 clauses out of 50364 with flag 341000/341000
877.46/457.01	c cleaning 0 clauses out of 200001 with flag 0/200001
914.65/476.07	c cleaning 25930 clauses out of 52235 with flag 368000/368000
969.96/504.33	c cleaning 26639 clauses out of 54306 with flag 396001/396001
1016.76/528.18	c cleaning 0 clauses out of 221000 with flag 0/221000
1038.49/539.47	c cleaning 28287 clauses out of 56666 with flag 425000/425000
1112.53/576.85	c cleaning 28985 clauses out of 58379 with flag 455000/455000
1161.03/601.70	c cleaning 0 clauses out of 243001 with flag 0/243001
1168.82/606.01	c cleaning 30161 clauses out of 60394 with flag 486000/486000
1241.53/643.36	c cleaning 31083 clauses out of 62233 with flag 518000/518000
1301.31/673.90	c cleaning 31996 clauses out of 64153 with flag 551003/551003
1348.32/697.71	c cleaning 0 clauses out of 266000 with flag 0/266000
1373.28/710.60	c cleaning 33064 clauses out of 66155 with flag 585001/585001
1453.19/751.09	c cleaning 34025 clauses out of 68090 with flag 620000/620000
1497.72/773.91	c cleaning 34953 clauses out of 70066 with flag 656001/656001
1551.31/801.12	c cleaning 36047 clauses out of 72112 with flag 693000/693000
1558.49/805.15	c cleaning 0 clauses out of 290000 with flag 0/290000
1648.48/850.60	c cleaning 37002 clauses out of 74065 with flag 731000/731000
1731.87/892.83	c cleaning 37961 clauses out of 76063 with flag 770001/770001
1789.05/921.89	c cleaning 0 clauses out of 315001 with flag 0/315001
1800.20/927.81	c starts		: 170
1800.20/927.81	c conflicts		: 799872
1800.20/927.81	c decisions		: 26896440
1800.20/927.81	c propagations		: 1506751014
1800.20/927.81	c inspects		: 7228356833
1800.20/927.81	c shortcuts		: 0
1800.20/927.81	c learnt literals	: 16
1800.20/927.81	c learnt binary clauses	: 1270
1800.20/927.81	c learnt ternary clauses	: 3860
1800.20/927.81	c learnt constraints	: 799856
1800.20/927.81	c ignored constraints	: 0
1800.20/927.81	c root simplifications	: 0
1800.20/927.81	c removed literals (reason simplification)	: 11282950
1800.20/927.81	c reason swapping (by a shorter reason)	: 0
1800.20/927.81	c Calls to reduceDB	: 35
1800.20/927.81	c number of reductions to clauses (during analyze)	: 0
1800.20/927.81	c number of learned constraints concerned by reduction	: 0
1800.20/927.81	c number of learning phase by resolution	: 0
1800.20/927.81	c number of learning phase by cutting planes	: 0
1800.20/927.81	c speed (assignments/second)	: 1640610.0789517525
1800.20/927.81	c non guided choices	3911686
1800.20/927.83	c learnt constraints type 
1800.20/927.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1270
1800.20/927.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66715
1800.20/927.83	c constraints type 
1800.20/927.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
1800.20/927.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
1800.20/927.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
1800.20/927.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
1800.20/927.83	c 1284718 constraints processed.
1800.20/927.83	c constraints type 
1800.20/927.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
1800.20/927.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
1800.20/927.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
1800.20/927.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
1800.20/927.83	c 1284718 constraints processed.
1800.20/927.83	s UNKNOWN
1800.20/927.83	c Total wall clock time (in seconds): 927.726

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-3689406-1337881832/watcher-3689406-1337881832 -o /tmp/evaluation-result-3689406-1337881832/solver-3689406-1337881832 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689406-1337881832.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.82 1.97 2.25 3/194 24885
/proc/meminfo: memFree=29306808/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 1221 0 0 0 0 0 0 0 20 0 2 0 254310653 96370688 930 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 23528 930 705 9 0 16769 0
[pid=24885/tid=24886] ppid=24883 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 2 0 254310653 98635776 942 33554432000 1073741824 1073778376 140735714320064 140005440654888 219504800618 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0375629 s]
/proc/loadavg: 1.82 1.97 2.25 3/194 24885
/proc/meminfo: memFree=29306808/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 3027 0 1 0 2 0 0 0 20 0 13 0 254310653 9446973440 3724 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2306390 3724 1698 9 0 2297091 0
[pid=24885/tid=24886] ppid=24883 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 1846 0 1 0 1 0 0 0 20 0 13 0 254310653 9446973440 3724 33554432000 1073741824 1073778376 140735714320064 140005440655600 140005444299758 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100291 s]
/proc/loadavg: 1.82 1.97 2.25 3/194 24885
/proc/meminfo: memFree=29306808/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 4394 0 1 0 9 1 0 0 20 0 18 0 254310653 9787813888 6103 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 6103 2121 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 2430 0 1 0 8 0 0 0 20 0 18 0 254310653 9787813888 6103 33554432000 1073741824 1073778376 140735714320064 140005440658352 140005438535621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300256 s]
/proc/loadavg: 1.82 1.97 2.25 3/194 24885
/proc/meminfo: memFree=29306808/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 5304 0 1 0 47 2 0 0 20 0 18 0 254310653 9787813888 11853 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 11853 2216 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 2453 0 1 0 26 2 0 0 20 0 18 0 254310653 9787813888 11853 33554432000 1073741824 1073778376 140735714320064 140005440659624 140005280728847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 1.82 1.97 2.25 3/194 24885
/proc/meminfo: memFree=29306808/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=1.35 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 11908 0 1 0 130 5 0 0 20 0 18 0 254310653 9787813888 44171 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 44171 2248 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 2509 0 1 0 62 3 0 0 20 0 18 0 254310653 9787813888 44171 33554432000 1073741824 1073778376 140735714320064 140005440658808 140005280748303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 1.82 1.97 2.25 3/212 24903
/proc/meminfo: memFree=28834524/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=2.51 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 12973 0 1 0 234 17 0 0 20 0 18 0 254310653 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 92004 2248 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 2571 0 1 0 131 6 0 0 20 0 18 0 254310653 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005440651136 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 18 0 254310654 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 4962 0 0 0 32 1 0 0 20 0 18 0 254310658 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 3854 0 0 0 38 0 0 0 20 0 18 0 254310658 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 92004 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9558412

[startup+3.10063 s]
/proc/loadavg: 2.40 2.08 2.28 4/216 24907
/proc/meminfo: memFree=28218608/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=4.44 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 13556 0 1 0 413 31 0 0 20 0 18 0 254310653 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 168609 2248 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=2.85 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 2682 0 1 0 275 10 0 0 20 0 18 0 254310653 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005440651136 140005280758210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 18 0 254310654 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 4962 0 0 0 32 1 0 0 20 0 18 0 254310658 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 3855 0 0 0 40 0 0 0 20 0 18 0 254310658 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 168609 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9558412

[startup+6.30076 s]
/proc/loadavg: 2.40 2.08 2.28 3/216 24907
/proc/meminfo: memFree=27322552/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9558412 CPUtime=8.25 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 15717 0 1 0 766 59 0 0 20 0 18 0 254310653 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2389603 386260 2248 9 0 2380296 0
[pid=24885/tid=24886] ppid=24883 vsize=9558412 CPUtime=5.82 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) R 24883 24885 21597 0 -1 4202560 3493 0 1 0 559 23 0 0 20 0 18 0 254310653 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140005440651136 140005280767771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 153 0 0 0 19 6 0 0 20 0 18 0 254310654 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 120 0 0 0 14 4 0 0 20 0 18 0 254310654 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 170 0 0 0 11 3 0 0 20 0 18 0 254310654 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 77 0 0 0 12 4 0 0 20 0 18 0 254310654 9787813888 386260 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 209 0 0 0 14 4 0 0 20 0 18 0 254310654 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 18 0 254310654 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 188 0 0 0 15 5 0 0 20 0 18 0 254310654 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 220 0 0 0 23 7 0 0 20 0 18 0 254310654 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 1018 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254310655 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 4962 0 0 0 32 1 0 0 20 0 18 0 254310658 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 3855 0 0 0 40 0 0 0 20 0 18 0 254310658 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310658 9787813888 386772 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=24885/tid=24909] ppid=24883 vsize=9824668 CPUtime=759.96 cores=0,2,4,6
/proc/24885/task/24909/stat : 24909 (java) R 24883 24885 21597 0 -1 4202560 416 0 0 0 75979 17 0 0 20 0 22 0 254311567 10060460032 841218 33554432000 1073741824 1073778376 140735714320064 140004651131360 140005281141620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24910] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24910/stat : 24910 (java) S 24883 24885 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254311592 10060460032 841218 33554432000 1073741824 1073778376 140735714320064 140004650079016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24911] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24911/stat : 24911 (java) S 24883 24885 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311593 10060460032 841218 33554432000 1073741824 1073778376 140735714320064 140004649026472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1592.06
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.95 3.74 3.22 5/219 25090
/proc/meminfo: memFree=22786128/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9824668 CPUtime=1710.82 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 31684 0 1 0 170918 164 0 0 20 0 22 0 254310653 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2456167 844842 2283 9 0 2446860 0
[pid=24885/tid=24886] ppid=24883 vsize=9824668 CPUtime=8.48 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) S 24883 24885 21597 0 -1 4202560 3877 0 1 0 814 34 0 0 20 0 22 0 254310653 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005440660472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 478 0 0 0 123 12 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 438 0 0 0 118 12 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 731 0 0 0 106 7 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 407 0 0 0 112 11 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 434 0 0 0 124 12 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 285 0 0 0 110 11 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 452 0 0 0 136 14 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 495 0 0 0 139 17 0 0 20 0 22 0 254310654 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9824668 CPUtime=52.2 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 3980 0 0 0 5206 14 0 0 20 0 22 0 254310655 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 10113 0 0 0 122 2 0 0 20 0 22 0 254310658 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 8284 0 0 0 112 2 0 0 20 0 22 0 254310658 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 254310658 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24908] ppid=24883 vsize=9824668 CPUtime=818.56 cores=0,2,4,6
/proc/24885/task/24908/stat : 24908 (java) R 24883 24885 21597 0 -1 4202560 48 0 0 0 81841 15 0 0 20 0 22 0 254311567 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004652182960 140005280585648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24909] ppid=24883 vsize=9824668 CPUtime=818.49 cores=0,2,4,6
/proc/24885/task/24909/stat : 24909 (java) R 24883 24885 21597 0 -1 4202560 416 0 0 0 81831 18 0 0 20 0 22 0 254311567 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004651129600 140005281055102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24910] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24910/stat : 24910 (java) S 24883 24885 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254311592 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004650079016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24911] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24911/stat : 24911 (java) S 24883 24885 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311593 10060460032 844842 33554432000 1073741824 1073778376 140735714320064 140004649026472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1710.82
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.801 s]
/proc/loadavg: 3.97 3.78 3.26 5/218 25096
/proc/meminfo: memFree=22760020/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 31716 0 1 0 179855 165 0 0 20 0 22 0 254310653 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2456167 851461 2283 9 0 2446860 0
[pid=24885/tid=24886] ppid=24883 vsize=9824668 CPUtime=8.48 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) S 24883 24885 21597 0 -1 4202560 3878 0 1 0 814 34 0 0 20 0 22 0 254310653 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005440660472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 478 0 0 0 128 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 438 0 0 0 125 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 731 0 0 0 109 7 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 418 0 0 0 116 11 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 434 0 0 0 128 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 285 0 0 0 115 11 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 452 0 0 0 141 14 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 495 0 0 0 143 18 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9824668 CPUtime=53.98 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 3995 0 0 0 5384 14 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 10113 0 0 0 122 2 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 8284 0 0 0 112 2 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 53 0 0 0 15 18 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24908] ppid=24883 vsize=9824668 CPUtime=862.17 cores=0,2,4,6
/proc/24885/task/24908/stat : 24908 (java) R 24883 24885 21597 0 -1 4202560 51 0 0 0 86201 16 0 0 20 0 22 0 254311567 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004652182048 140005281153160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24909] ppid=24883 vsize=9824668 CPUtime=862.1 cores=0,2,4,6
/proc/24885/task/24909/stat : 24909 (java) R 24883 24885 21597 0 -1 4202560 416 0 0 0 86191 19 0 0 20 0 22 0 254311567 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004651131360 140005281153354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24910] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24910/stat : 24910 (java) S 24883 24885 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254311592 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004650079016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24911] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24911/stat : 24911 (java) S 24883 24885 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311593 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004649026472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

[startup+927.801 s]
/proc/loadavg: 3.97 3.78 3.26 5/218 25096
/proc/meminfo: memFree=22760020/32873648 swapFree=7108/7108
[pid=24885] ppid=24883 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/24885/stat : 24885 (java) S 24883 24885 21597 0 -1 4202496 31716 0 1 0 179855 165 0 0 20 0 22 0 254310653 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140735714311200 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24885/statm: 2456167 851461 2283 9 0 2446860 0
[pid=24885/tid=24886] ppid=24883 vsize=9824668 CPUtime=8.48 cores=0,2,4,6
/proc/24885/task/24886/stat : 24886 (java) S 24883 24885 21597 0 -1 4202560 3878 0 1 0 814 34 0 0 20 0 22 0 254310653 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005440660472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24888] ppid=24883 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/24885/task/24888/stat : 24888 (java) S 24883 24885 21597 0 -1 4202560 478 0 0 0 128 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005402151336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24889] ppid=24883 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/24885/task/24889/stat : 24889 (java) S 24883 24885 21597 0 -1 4202560 438 0 0 0 125 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005401098792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24890] ppid=24883 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/24885/task/24890/stat : 24890 (java) S 24883 24885 21597 0 -1 4202560 731 0 0 0 109 7 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005400045736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24891] ppid=24883 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/24885/task/24891/stat : 24891 (java) S 24883 24885 21597 0 -1 4202560 418 0 0 0 116 11 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005398993192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24892] ppid=24883 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/24885/task/24892/stat : 24892 (java) S 24883 24885 21597 0 -1 4202560 434 0 0 0 128 12 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005280312232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24893] ppid=24883 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24885/task/24893/stat : 24893 (java) S 24883 24885 21597 0 -1 4202560 285 0 0 0 115 11 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005279259688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24894] ppid=24883 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/24885/task/24894/stat : 24894 (java) S 24883 24885 21597 0 -1 4202560 452 0 0 0 141 14 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005278206632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24895] ppid=24883 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/24885/task/24895/stat : 24895 (java) S 24883 24885 21597 0 -1 4202560 495 0 0 0 143 18 0 0 20 0 22 0 254310654 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005277154088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24896] ppid=24883 vsize=9824668 CPUtime=53.98 cores=0,2,4,6
/proc/24885/task/24896/stat : 24896 (java) S 24883 24885 21597 0 -1 4202560 3995 0 0 0 5384 14 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140005264742760 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24897] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24897/stat : 24897 (java) S 24883 24885 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004659553656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24898] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24898/stat : 24898 (java) S 24883 24885 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254310655 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004658500488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24899] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24899/stat : 24899 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004657449232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24900] ppid=24883 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/24885/task/24900/stat : 24900 (java) S 24883 24885 21597 0 -1 4202560 10113 0 0 0 122 2 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004656397112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24901] ppid=24883 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24885/task/24901/stat : 24901 (java) S 24883 24885 21597 0 -1 4202560 8284 0 0 0 112 2 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004655344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24885/tid=24902] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24902/stat : 24902 (java) S 24883 24885 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004654291704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24885/tid=24903] ppid=24883 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24885/task/24903/stat : 24903 (java) S 24883 24885 21597 0 -1 4202560 53 0 0 0 15 18 0 0 20 0 22 0 254310658 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004653239368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24908] ppid=24883 vsize=9824668 CPUtime=862.17 cores=0,2,4,6
/proc/24885/task/24908/stat : 24908 (java) R 24883 24885 21597 0 -1 4202560 51 0 0 0 86201 16 0 0 20 0 22 0 254311567 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004652182048 140005281153160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24909] ppid=24883 vsize=9824668 CPUtime=862.1 cores=0,2,4,6
/proc/24885/task/24909/stat : 24909 (java) R 24883 24885 21597 0 -1 4202560 416 0 0 0 86191 19 0 0 20 0 22 0 254311567 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004651131360 140005281153354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24885/tid=24910] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24910/stat : 24910 (java) S 24883 24885 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254311592 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004650079016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24885/tid=24911] ppid=24883 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24885/task/24911/stat : 24911 (java) S 24883 24885 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311593 10060460032 851461 33554432000 1073741824 1073778376 140735714320064 140004649026472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 927.853
CPU time (s): 1800.87
CPU user time (s): 1798.68
CPU system time (s): 2.19167
CPU usage (%): 194.09
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 2.19167
maximum resident set size= 3405964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31748
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25082
involuntary context switches= 31881

runsolver used 3.05054 second user time and 8.89565 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 19:50:33
IDJOB=3689406
IDBENCH=89671
IDSOLVER=2268
FILE ID=node114/3689406-1337881832
RUNJOBID= node114-1337871881-21613
PBS_JOBID= 14620090
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689406-1337881832/watcher-3689406-1337881832 -o /tmp/evaluation-result-3689406-1337881832/solver-3689406-1337881832 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689406-1337881832.opb

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=698857102

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        29309500 kB
Buffers:          207144 kB
Cached:          2561400 kB
SwapCached:            0 kB
Active:           707764 kB
Inactive:        2090092 kB
Active(anon):      32116 kB
Inactive(anon):        0 kB
Active(file):     675648 kB
Inactive(file):  2090092 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             65108 kB
Writeback:            12 kB
AnonPages:         28816 kB
Mapped:            20584 kB
Shmem:               200 kB
Slab:             625028 kB
SReclaimable:      69120 kB
SUnreclaim:       555908 kB
KernelStack:        1440 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71600 MiB
End job on node114 at 2012-05-24 20:06:03