Trace number 3687182

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.96 903.853

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.83	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.83	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.83	c See www.sat4j.org for details.
0.07/0.84	c version 2.3.2.v20120418
0.07/0.84	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.84	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.84	c java.vm.version	19.1-b02
0.07/0.84	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.84	c sun.arch.data.model	64
0.07/0.84	c java.version		1.6.0_24
0.07/0.84	c os.name		Linux
0.07/0.84	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.84	c os.arch		amd64
0.07/0.84	c Free memory 		501472288
0.07/0.84	c Max memory 		7480803328
0.07/0.84	c Total memory 		504102912
0.07/0.84	c Number of processors 	8
0.11/0.96	c Pseudo Boolean Optimization by upper bound
0.11/0.96	c ManyCore solver with 2 solvers running in parallel
0.11/0.96	c --- Begin Solver configuration ---
0.11/0.96	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.96	c Learn all clauses as in MiniSAT
0.11/0.96	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.96	c Expensive reason simplification
0.11/0.96	c Armin Biere (Picosat) restarts strategy
0.11/0.96	c Glucose learned constraints deletion strategy
0.11/0.96	c timeout=2147483s
0.11/0.96	c DB Simplification allowed=false
0.11/0.96	c c --- End Solver configuration ---
0.11/0.96	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.96	c --- Begin Solver configuration ---
0.11/0.96	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.96	c Learn all clauses as in MiniSAT
0.11/0.96	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.96	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.96	c No reason simplification
0.11/0.96	c Armin Biere (Picosat) restarts strategy
0.11/0.96	c Glucose learned constraints deletion strategy
0.11/0.96	c timeout=2147483s
0.11/0.96	c DB Simplification allowed=false
0.11/0.96	c c --- End Solver configuration ---
0.11/0.96	c solving HOME/instance-3687182-1337871882.opb
0.11/0.96	c reading problem ... 
0.36/1.11	c ... done. Wall clock time 0.153s.
0.36/1.11	c declared #vars     370
0.36/1.11	c #constraints  809
0.36/1.11	c constraints type 
0.36/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.36/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.36/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.36/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.36/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.36/1.11	c 809 constraints processed.
0.36/1.11	c constraints type 
0.36/1.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.36/1.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.36/1.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.36/1.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.36/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
0.36/1.11	c 809 constraints processed.
3.08/1.87	c cleaning 2498 clauses out of 4996 with flag 5000/5000
5.16/2.47	c cleaning 4250 clauses out of 8499 with flag 11002/11002
6.95/3.33	c cleaning 5624 clauses out of 11248 with flag 18002/18002
9.16/4.41	c cleaning 6809 clauses out of 13622 with flag 26000/26000
11.71/5.73	c cleaning 7906 clauses out of 15814 with flag 35001/35001
14.85/7.39	c cleaning 8952 clauses out of 17908 with flag 45001/45001
19.21/9.50	c cleaning 9978 clauses out of 19955 with flag 56000/56000
24.96/12.48	c cleaning 10990 clauses out of 21979 with flag 68002/68002
31.83/15.96	c cleaning 11993 clauses out of 23989 with flag 81002/81002
39.80/19.92	c cleaning 12991 clauses out of 25994 with flag 95000/95000
49.29/24.76	c cleaning 13996 clauses out of 28005 with flag 110002/110002
58.37/29.39	c cleaning 14998 clauses out of 30007 with flag 126000/126000
68.57/34.56	c cleaning 16001 clauses out of 32012 with flag 143003/143003
81.05/40.88	c cleaning 17001 clauses out of 34009 with flag 161001/161001
92.89/46.87	c cleaning 17994 clauses out of 36007 with flag 180000/180000
105.55/53.20	c cleaning 19002 clauses out of 38013 with flag 200001/200001
116.47/58.86	c cleaning 19998 clauses out of 40010 with flag 221000/221000
129.15/65.23	c cleaning 21002 clauses out of 42012 with flag 243000/243000
143.83/72.69	c cleaning 22001 clauses out of 44010 with flag 266000/266000
160.29/80.95	c cleaning 22996 clauses out of 46009 with flag 290000/290000
180.20/91.00	c cleaning 24001 clauses out of 48014 with flag 315001/315001
206.07/104.04	c cleaning 25000 clauses out of 50016 with flag 341004/341004
219.09/110.68	c cleaning 0 clauses out of 5002 with flag 0/5002
231.37/116.64	c cleaning 26002 clauses out of 52014 with flag 368002/368002
254.54/128.36	c cleaning 26998 clauses out of 54010 with flag 396000/396000
283.40/142.83	c cleaning 28001 clauses out of 56012 with flag 425000/425000
319.25/160.84	c cleaning 29003 clauses out of 58014 with flag 455003/455003
355.86/179.29	c cleaning 29992 clauses out of 60008 with flag 486000/486000
395.37/199.16	c cleaning 31007 clauses out of 62016 with flag 518000/518000
437.30/220.19	c cleaning 31995 clauses out of 64009 with flag 551000/551000
473.78/238.42	c cleaning 33002 clauses out of 66016 with flag 585002/585002
504.43/253.85	c cleaning 34000 clauses out of 68014 with flag 620002/620002
542.47/273.06	c cleaning 35001 clauses out of 70013 with flag 656001/656001
579.18/291.41	c cleaning 35999 clauses out of 72012 with flag 693001/693001
619.03/311.48	c cleaning 36999 clauses out of 74012 with flag 731000/731000
658.26/331.10	c cleaning 38002 clauses out of 76013 with flag 770000/770000
703.90/354.20	c cleaning 38997 clauses out of 78013 with flag 810002/810002
756.04/380.27	c cleaning 40001 clauses out of 80016 with flag 851002/851002
811.36/407.96	c cleaning 41000 clauses out of 82014 with flag 893001/893001
875.72/440.14	c cleaning 42003 clauses out of 84017 with flag 936004/936004
944.10/474.49	c cleaning 42996 clauses out of 86012 with flag 980002/980002
1013.45/509.13	c cleaning 43992 clauses out of 88015 with flag 1025001/1025001
1091.88/548.32	c cleaning 45009 clauses out of 90025 with flag 1071003/1071003
1171.87/588.32	c cleaning 46005 clauses out of 92019 with flag 1118006/1118006
1255.29/630.15	c cleaning 46988 clauses out of 94008 with flag 1166000/1166000
1343.08/674.09	c cleaning 48006 clauses out of 96023 with flag 1215003/1215003
1427.48/716.24	c cleaning 49002 clauses out of 98019 with flag 1265005/1265005
1497.63/751.37	c cleaning 0 clauses out of 11000 with flag 0/11000
1516.72/761.30	c cleaning 50001 clauses out of 100014 with flag 1316002/1316002
1595.62/800.75	c cleaning 50999 clauses out of 102013 with flag 1368002/1368002
1690.39/848.47	c cleaning 51994 clauses out of 104012 with flag 1421000/1421000
1787.47/897.21	c cleaning 53005 clauses out of 106021 with flag 1475003/1475003
1800.16/903.81	c starts		: 207
1800.16/903.81	c conflicts		: 1485471
1800.16/903.81	c decisions		: 1751069
1800.16/903.81	c propagations		: 53719786
1800.16/903.81	c inspects		: 9165002339
1800.16/903.81	c shortcuts		: 0
1800.16/903.81	c learnt literals	: 7
1800.16/903.81	c learnt binary clauses	: 41
1800.16/903.81	c learnt ternary clauses	: 67
1800.16/903.81	c learnt constraints	: 1485464
1800.16/903.81	c ignored constraints	: 0
1800.16/903.81	c root simplifications	: 0
1800.16/903.81	c removed literals (reason simplification)	: 5865845
1800.16/903.81	c reason swapping (by a shorter reason)	: 0
1800.16/903.81	c Calls to reduceDB	: 50
1800.16/903.81	c number of reductions to clauses (during analyze)	: 0
1800.16/903.81	c number of learned constraints concerned by reduction	: 0
1800.16/903.81	c number of learning phase by resolution	: 0
1800.16/903.81	c number of learning phase by cutting planes	: 0
1800.16/903.81	c speed (assignments/second)	: 59511.05478538495
1800.16/903.81	c non guided choices	30
1800.16/903.84	c learnt constraints type 
1800.16/903.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.16/903.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63462
1800.16/903.84	c constraints type 
1800.16/903.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
1800.16/903.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.16/903.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.16/903.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
1800.16/903.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
1800.16/903.84	c 809 constraints processed.
1800.16/903.84	c constraints type 
1800.16/903.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
1800.16/903.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
1800.16/903.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.16/903.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.16/903.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1800.16/903.84	c 809 constraints processed.
1800.16/903.84	s UNKNOWN
1800.16/903.84	c Total wall clock time (in seconds): 902.879

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-3687182-1337871882/watcher-3687182-1337871882 -o /tmp/evaluation-result-3687182-1337871882/solver-3687182-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687182-1337871882.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: 0.00 0.00 0.00 2/171 24019
/proc/meminfo: memFree=29718300/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/24019/stat : 24019 (runsolver) D 24017 24019 23987 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 253312704 12095488 56 33554432000 4194304 5436572 140735719695040 140735719690920 5057063 0 0 4096 24578 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/24019/statm: 2953 56 36 304 0 2645 0

[startup+0.106169 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24019
/proc/meminfo: memFree=29718300/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24019/stat : 24019 (java) D 24017 24019 23987 0 -1 4202496 824 0 4 0 0 0 0 0 20 0 1 0 253312704 23793664 557 33554432000 1073741824 1073778376 140736896530832 140736896520824 225435499073 0 0 4096 0 18446744071579943789 0 0 17 6 0 0 4 0 0
/proc/24019/statm: 5809 557 419 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200224 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24019
/proc/meminfo: memFree=29718300/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 1218 0 21 0 0 0 0 0 20 0 2 0 253312704 98635776 949 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 24081 959 727 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96324

[startup+0.300286 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24019
/proc/meminfo: memFree=29718300/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 2865 0 25 0 1 1 0 0 20 0 11 0 253312704 9310650368 3590 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2273108 3590 1621 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.70023 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24019
/proc/meminfo: memFree=29718300/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 3165 0 25 0 4 1 0 0 20 0 18 0 253312704 9787813888 4399 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2389603 4399 1755 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 0.00 0.00 0.00 2/211 24066
/proc/meminfo: memFree=29662436/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 16740 0 26 0 184 4 0 0 20 0 22 0 253312704 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 18642 2239 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2439 0 6 0 22 2 0 0 20 0 22 0 253312723 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253312733 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) R 24017 24019 23987 0 -1 4202560 5999 0 0 0 42 0 0 0 20 0 22 0 253312768 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245601165096 140245785302537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) R 24017 24019 23987 0 -1 4202560 7012 0 1 0 42 1 0 0 20 0 22 0 253312768 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245600112328 140245788159383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 18642 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 0.00 0.00 0.00 12/219 24074
/proc/meminfo: memFree=29325920/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=6.55 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 22199 0 26 0 646 9 0 0 20 0 22 0 253312704 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 57453 2278 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2439 0 6 0 22 2 0 0 20 0 22 0 253312723 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253312727 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 22 0 253312733 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) S 24017 24019 23987 0 -1 4202560 7116 0 0 0 108 1 0 0 20 0 22 0 253312768 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245601187896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) S 24017 24019 23987 0 -1 4202560 11136 0 1 0 125 2 0 0 20 0 22 0 253312768 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245600135352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24069] ppid=24017 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/24019/task/24069/stat : 24069 (java) R 24017 24019 23987 0 -1 4202560 33 0 0 0 185 0 0 0 20 0 22 0 253312816 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245596975944 140245721415672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24070] ppid=24017 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/24019/task/24070/stat : 24070 (java) R 24017 24019 23987 0 -1 4202560 138 0 0 0 184 2 0 0 20 0 22 0 253312816 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245595922160 140245721410829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24071] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24071/stat : 24071 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245594871336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24073] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24073/stat : 24073 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 57453 33554432000 1073741824 1073778376 140736896530832 140245593818792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 0.32 0.07 0.02 5/219 24074
/proc/meminfo: memFree=28857980/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=12.84 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 22480 0 26 0 1268 16 0 0 20 0 22 0 253312704 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 96875 2278 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2439 0 6 0 22 2 0 0 20 0 22 0 253312723 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 253312727 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 237 0 0 0 24 2 0 0 20 0 22 0 253312733 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) S 24017 24019 23987 0 -1 4202560 7116 0 0 0 109 1 0 0 20 0 22 0 253312768 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245601187896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) S 24017 24019 23987 0 -1 4202560 11138 0 1 0 129 2 0 0 20 0 22 0 253312768 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245600135352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24069] ppid=24017 vsize=9824668 CPUtime=4.78 cores=0,2,4,6
/proc/24019/task/24069/stat : 24069 (java) R 24017 24019 23987 0 -1 4202560 37 0 0 0 478 0 0 0 20 0 22 0 253312816 10060460032 96875 33554432000 1073741824 1073778376 140736896530832 140245596975712 140245721423452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

[pid=24019/tid=24070] ppid=24017 vsize=9824668 CPUtime=797.47 cores=0,2,4,6
/proc/24019/task/24070/stat : 24070 (java) R 24017 24019 23987 0 -1 4202560 1442 0 0 0 79704 43 0 0 20 0 22 0 253312816 10060460032 366233 33554432000 1073741824 1073778376 140736896530832 140245595921056 140245721477215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24071] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24071/stat : 24071 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 366233 33554432000 1073741824 1073778376 140736896530832 140245594871336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24073] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24073/stat : 24073 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 366233 33554432000 1073741824 1073778376 140736896530832 140245593818792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1638.49
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.08 2.87 1.86 4/218 24286
/proc/meminfo: memFree=25166496/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=1757.53 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 44379 0 26 0 175629 124 0 0 20 0 22 0 253312704 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 362167 2279 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2464 0 6 0 25 3 0 0 20 0 22 0 253312723 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 256 0 0 0 311 6 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 253 0 0 0 307 5 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 273 0 0 0 305 6 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 378 0 0 0 306 6 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 323 0 0 0 304 6 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=3.35 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 322 0 0 0 330 5 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=2.96 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 301 0 0 0 290 6 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 282 0 0 0 291 4 0 0 20 0 22 0 253312727 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=18.33 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 13467 0 0 0 1800 33 0 0 20 0 22 0 253312733 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) S 24017 24019 23987 0 -1 4202560 7116 0 0 0 112 1 0 0 20 0 22 0 253312768 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245601187896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) S 24017 24019 23987 0 -1 4202560 15995 0 1 0 200 3 0 0 20 0 22 0 253312768 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245600135352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 253312768 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24069] ppid=24017 vsize=9824668 CPUtime=855.45 cores=0,2,4,6
/proc/24019/task/24069/stat : 24069 (java) R 24017 24019 23987 0 -1 4202560 287 0 0 0 85529 16 0 0 20 0 22 0 253312816 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245596974768 140245721415672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24070] ppid=24017 vsize=9824668 CPUtime=855.49 cores=0,2,4,6
/proc/24019/task/24070/stat : 24070 (java) R 24017 24019 23987 0 -1 4202560 1444 0 0 0 85506 43 0 0 20 0 22 0 253312816 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245595921056 140245721476837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24071] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24071/stat : 24071 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245594871336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24073] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24073/stat : 24073 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 362167 33554432000 1073741824 1073778376 140736896530832 140245593818792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1757.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.801 s]
/proc/loadavg: 3.06 2.87 1.88 4/218 24287
/proc/meminfo: memFree=24985336/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 45400 0 26 0 179889 127 0 0 20 0 22 0 253312704 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 387958 2279 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2465 0 6 0 25 3 0 0 20 0 22 0 253312723 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 272 0 0 0 320 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 256 0 0 0 314 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 284 0 0 0 314 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 381 0 0 0 309 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=3.16 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 324 0 0 0 310 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 333 0 0 0 338 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 302 0 0 0 296 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 298 0 0 0 297 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=18.92 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 13524 0 0 0 1859 33 0 0 20 0 22 0 253312733 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) S 24017 24019 23987 0 -1 4202560 7116 0 0 0 112 1 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245601187896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) S 24017 24019 23987 0 -1 4202560 15995 0 1 0 200 3 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245600135352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24069] ppid=24017 vsize=9824668 CPUtime=876.21 cores=0,2,4,6
/proc/24019/task/24069/stat : 24069 (java) R 24017 24019 23987 0 -1 4202560 290 0 0 0 87604 17 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245596974752 140245721393735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24070] ppid=24017 vsize=9824668 CPUtime=876.23 cores=0,2,4,6
/proc/24019/task/24070/stat : 24070 (java) R 24017 24019 23987 0 -1 4202560 2340 0 0 0 87579 44 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245595921056 140245721767931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24071] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24071/stat : 24071 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245594871336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24073] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24073/stat : 24073 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245593818792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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+903.801 s]
/proc/loadavg: 3.06 2.87 1.88 4/218 24287
/proc/meminfo: memFree=24985336/32873844 swapFree=7900/7900
[pid=24019] ppid=24017 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/24019/stat : 24019 (java) S 24017 24019 23987 0 -1 4202496 45400 0 26 0 179889 127 0 0 20 0 22 0 253312704 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140736896521968 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 12 0 0
/proc/24019/statm: 2456167 387958 2279 9 0 2446860 0
[pid=24019/tid=24034] ppid=24017 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24019/task/24034/stat : 24034 (java) S 24017 24019 23987 0 -1 4202560 2465 0 6 0 25 3 0 0 20 0 22 0 253312723 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245781185528 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 61 0 0
[pid=24019/tid=24035] ppid=24017 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/24019/task/24035/stat : 24035 (java) S 24017 24019 23987 0 -1 4202560 272 0 0 0 320 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245719915176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24037] ppid=24017 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/24019/task/24037/stat : 24037 (java) S 24017 24019 23987 0 -1 4202560 256 0 0 0 314 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245718862632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24038] ppid=24017 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/24019/task/24038/stat : 24038 (java) S 24017 24019 23987 0 -1 4202560 284 0 0 0 314 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245717810088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24040] ppid=24017 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/24019/task/24040/stat : 24040 (java) S 24017 24019 23987 0 -1 4202560 381 0 0 0 309 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245716757544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24041] ppid=24017 vsize=9824668 CPUtime=3.16 cores=0,2,4,6
/proc/24019/task/24041/stat : 24041 (java) S 24017 24019 23987 0 -1 4202560 324 0 0 0 310 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245715703976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24043] ppid=24017 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/24019/task/24043/stat : 24043 (java) S 24017 24019 23987 0 -1 4202560 333 0 0 0 338 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245619915048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24044] ppid=24017 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/24019/task/24044/stat : 24044 (java) S 24017 24019 23987 0 -1 4202560 302 0 0 0 296 6 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245618862504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24045] ppid=24017 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/24019/task/24045/stat : 24045 (java) S 24017 24019 23987 0 -1 4202560 298 0 0 0 297 5 0 0 20 0 22 0 253312727 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245617809960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24051] ppid=24017 vsize=9824668 CPUtime=18.92 cores=0,2,4,6
/proc/24019/task/24051/stat : 24051 (java) S 24017 24019 23987 0 -1 4202560 13524 0 0 0 1859 33 0 0 20 0 22 0 253312733 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245605399144 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24053] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24053/stat : 24053 (java) S 24017 24019 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245604345464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24055] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24055/stat : 24055 (java) S 24017 24019 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253312740 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245603292808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24058] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24058/stat : 24058 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245602241552 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24019/tid=24061] ppid=24017 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24019/task/24061/stat : 24061 (java) S 24017 24019 23987 0 -1 4202560 7116 0 0 0 112 1 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245601187896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24063] ppid=24017 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/24019/task/24063/stat : 24063 (java) S 24017 24019 23987 0 -1 4202560 15995 0 1 0 200 3 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245600135352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24065] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24065/stat : 24065 (java) S 24017 24019 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245599083000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24066] ppid=24017 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24019/task/24066/stat : 24066 (java) S 24017 24019 23987 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 253312768 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245598030664 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24069] ppid=24017 vsize=9824668 CPUtime=876.21 cores=0,2,4,6
/proc/24019/task/24069/stat : 24069 (java) R 24017 24019 23987 0 -1 4202560 290 0 0 0 87604 17 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245596974752 140245721393735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24019/tid=24070] ppid=24017 vsize=9824668 CPUtime=876.23 cores=0,2,4,6
/proc/24019/task/24070/stat : 24070 (java) R 24017 24019 23987 0 -1 4202560 2340 0 0 0 87579 44 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245595921056 140245721767931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24019/tid=24071] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24071/stat : 24071 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245594871336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24019/tid=24073] ppid=24017 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24019/task/24073/stat : 24073 (java) S 24017 24019 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253312816 10060460032 387958 33554432000 1073741824 1073778376 140736896530832 140245593818792 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 903.853
CPU time (s): 1800.96
CPU user time (s): 1799.17
CPU system time (s): 1.78673
CPU usage (%): 199.253
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.78673
maximum resident set size= 2270780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45440
page faults= 26
swaps= 0
block input operations= 15368
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34174
involuntary context switches= 53640

runsolver used 3.56046 second user time and 8.05477 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 17:04:42
IDJOB=3687182
IDBENCH=1158
IDSOLVER=2268
FILE ID=node137/3687182-1337871882
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71520 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687182-1337871882/watcher-3687182-1337871882 -o /tmp/evaluation-result-3687182-1337871882/solver-3687182-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687182-1337871882.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1716278231

node137.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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        29719208 kB
Buffers:          208468 kB
Cached:          2144668 kB
SwapCached:        22060 kB
Active:           716360 kB
Inactive:        1660212 kB
Active(anon):       3392 kB
Inactive(anon):    22680 kB
Active(file):     712968 kB
Inactive(file):  1637532 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:         11188 kB
Mapped:             8928 kB
Shmem:                 0 kB
Slab:             638180 kB
SReclaimable:      80196 kB
SUnreclaim:       557984 kB
KernelStack:        1400 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node137 at 2012-05-24 17:19:48