Trace number 3687188

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.15 903.202

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
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 benchmark1373.4
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
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.09/1.01	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.09/1.01	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/1.01	c See www.sat4j.org for details.
0.09/1.02	c version 2.3.2.v20120418
0.09/1.02	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/1.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/1.02	c java.vm.version	19.1-b02
0.09/1.02	c java.vm.vendor	Sun Microsystems Inc.
0.09/1.02	c sun.arch.data.model	64
0.09/1.02	c java.version		1.6.0_24
0.09/1.02	c os.name		Linux
0.09/1.02	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/1.02	c os.arch		amd64
0.09/1.02	c Free memory 		501472288
0.09/1.02	c Max memory 		7480803328
0.09/1.02	c Total memory 		504102912
0.09/1.02	c Number of processors 	8
0.09/1.07	c Pseudo Boolean Optimization by upper bound
0.09/1.07	c ManyCore solver with 2 solvers running in parallel
0.09/1.07	c --- Begin Solver configuration ---
0.09/1.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/1.07	c Learn all clauses as in MiniSAT
0.09/1.07	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/1.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/1.07	c Expensive reason simplification
0.09/1.07	c Armin Biere (Picosat) restarts strategy
0.09/1.07	c Glucose learned constraints deletion strategy
0.09/1.07	c timeout=2147483s
0.09/1.07	c DB Simplification allowed=false
0.09/1.07	c c --- End Solver configuration ---
0.09/1.07	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/1.07	c --- Begin Solver configuration ---
0.09/1.07	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/1.07	c Learn all clauses as in MiniSAT
0.09/1.07	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/1.07	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/1.07	c No reason simplification
0.09/1.07	c Armin Biere (Picosat) restarts strategy
0.09/1.07	c Glucose learned constraints deletion strategy
0.09/1.07	c timeout=2147483s
0.09/1.07	c DB Simplification allowed=false
0.09/1.07	c c --- End Solver configuration ---
0.09/1.07	c solving HOME/instance-3687188-1337871882.opb
0.09/1.07	c reading problem ... 
0.39/1.22	c ... done. Wall clock time 0.152s.
0.39/1.22	c declared #vars     428
0.39/1.22	c #constraints  942
0.39/1.22	c constraints type 
0.39/1.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.39/1.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.39/1.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.39/1.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.39/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.39/1.22	c 942 constraints processed.
0.39/1.22	c constraints type 
0.39/1.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.39/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.39/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.39/1.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.39/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
0.39/1.22	c 942 constraints processed.
3.53/2.05	c cleaning 2499 clauses out of 4997 with flag 5000/5000
5.60/2.68	c cleaning 4249 clauses out of 8497 with flag 11000/11000
7.31/3.47	c cleaning 5624 clauses out of 11249 with flag 18001/18001
9.33/4.49	c cleaning 6812 clauses out of 13623 with flag 26000/26000
11.94/5.74	c cleaning 7901 clauses out of 15811 with flag 35000/35000
15.07/7.37	c cleaning 8956 clauses out of 17911 with flag 45001/45001
19.00/9.33	c cleaning 9972 clauses out of 19954 with flag 56000/56000
22.92/11.37	c cleaning 10985 clauses out of 21982 with flag 68000/68000
27.98/13.90	c cleaning 11998 clauses out of 23998 with flag 81001/81001
33.28/16.68	c cleaning 12999 clauses out of 26000 with flag 95001/95001
39.98/20.01	c cleaning 13992 clauses out of 28000 with flag 110000/110000
47.70/23.96	c cleaning 14998 clauses out of 30007 with flag 126000/126000
56.96/28.64	c cleaning 16005 clauses out of 32011 with flag 143002/143002
66.63/33.52	c cleaning 16997 clauses out of 34004 with flag 161000/161000
79.48/40.07	c cleaning 18003 clauses out of 36007 with flag 180000/180000
93.76/47.27	c cleaning 18993 clauses out of 38005 with flag 200001/200001
108.48/54.77	c cleaning 20002 clauses out of 40011 with flag 221000/221000
123.49/62.31	c cleaning 21000 clauses out of 42012 with flag 243003/243003
139.30/70.36	c cleaning 22003 clauses out of 44009 with flag 266000/266000
158.32/79.93	c cleaning 23002 clauses out of 46008 with flag 290002/290002
179.85/90.87	c cleaning 24002 clauses out of 48004 with flag 315000/315000
211.10/106.50	c cleaning 24995 clauses out of 50003 with flag 341001/341001
242.52/122.37	c cleaning 25996 clauses out of 52007 with flag 368000/368000
272.14/137.21	c cleaning 27003 clauses out of 54011 with flag 396000/396000
307.22/154.98	c cleaning 28000 clauses out of 56008 with flag 425000/425000
347.84/175.31	c cleaning 28995 clauses out of 58009 with flag 455001/455001
350.43/176.70	c cleaning 0 clauses out of 5001 with flag 0/5001
397.71/200.21	c cleaning 30002 clauses out of 60013 with flag 486000/486000
444.77/223.91	c cleaning 31006 clauses out of 62016 with flag 518005/518005
497.64/250.43	c cleaning 32000 clauses out of 64008 with flag 551003/551003
545.42/274.40	c cleaning 32999 clauses out of 66006 with flag 585001/585001
604.94/304.24	c cleaning 34003 clauses out of 68009 with flag 620003/620003
660.20/332.09	c cleaning 34998 clauses out of 70005 with flag 656002/656002
715.92/359.93	c cleaning 35996 clauses out of 72005 with flag 693000/693000
768.01/386.03	c cleaning 36998 clauses out of 74010 with flag 731001/731001
819.10/411.69	c cleaning 38004 clauses out of 76013 with flag 770002/770002
876.14/440.35	c cleaning 38991 clauses out of 78009 with flag 810002/810002
931.88/468.22	c cleaning 40000 clauses out of 80017 with flag 851001/851001
983.17/493.91	c cleaning 41002 clauses out of 82017 with flag 893001/893001
1042.38/523.70	c cleaning 42000 clauses out of 84014 with flag 936000/936000
1105.81/555.59	c cleaning 43003 clauses out of 86014 with flag 980000/980000
1179.39/592.31	c cleaning 44003 clauses out of 88012 with flag 1025001/1025001
1260.39/632.89	c cleaning 44987 clauses out of 90008 with flag 1071000/1071000
1342.81/674.05	c cleaning 46006 clauses out of 92025 with flag 1118004/1118004
1430.98/718.27	c cleaning 47000 clauses out of 94016 with flag 1166001/1166001
1503.93/754.75	c cleaning 48004 clauses out of 96015 with flag 1215000/1215000
1580.91/793.27	c cleaning 48993 clauses out of 98011 with flag 1265000/1265000
1668.79/837.15	c cleaning 50003 clauses out of 100018 with flag 1316000/1316000
1793.30/899.42	c cleaning 51002 clauses out of 102018 with flag 1368003/1368003
1800.15/903.14	c starts		: 204
1800.15/903.14	c conflicts		: 1372608
1800.15/903.14	c decisions		: 1637218
1800.15/903.14	c propagations		: 51433825
1800.15/903.14	c inspects		: 7491658985
1800.15/903.14	c shortcuts		: 0
1800.15/903.14	c learnt literals	: 6
1800.15/903.14	c learnt binary clauses	: 23
1800.15/903.14	c learnt ternary clauses	: 61
1800.15/903.14	c learnt constraints	: 1372604
1800.15/903.14	c ignored constraints	: 0
1800.15/903.14	c root simplifications	: 0
1800.15/903.14	c removed literals (reason simplification)	: 8053129
1800.15/903.14	c reason swapping (by a shorter reason)	: 0
1800.15/903.14	c Calls to reduceDB	: 48
1800.15/903.14	c number of reductions to clauses (during analyze)	: 0
1800.15/903.14	c number of learned constraints concerned by reduction	: 0
1800.15/903.14	c number of learning phase by resolution	: 0
1800.15/903.14	c number of learning phase by cutting planes	: 0
1800.15/903.14	c speed (assignments/second)	: 57027.48374292478
1800.15/903.14	c non guided choices	25
1800.15/903.17	c learnt constraints type 
1800.15/903.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
1800.15/903.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55638
1800.15/903.17	c constraints type 
1800.15/903.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.15/903.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.15/903.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.15/903.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.15/903.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
1800.15/903.17	c 942 constraints processed.
1800.15/903.17	c constraints type 
1800.15/903.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
1800.15/903.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
1800.15/903.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.15/903.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.15/903.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
1800.15/903.17	c 942 constraints processed.
1800.15/903.17	s UNKNOWN
1800.15/903.17	c Total wall clock time (in seconds): 902.104

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-3687188-1337871882/watcher-3687188-1337871882 -o /tmp/evaluation-result-3687188-1337871882/solver-3687188-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687188-1337871882.opb 

running on 4 cores: 1,3,5,7

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 3/173 762
/proc/meminfo: memFree=29746256/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/762/stat : 762 (runsolver) D 760 762 718 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 253313652 12095488 55 33554432000 4194304 5436572 140735054367632 140735054363512 5057063 0 0 4096 24578 18446744071579943789 0 0 17 5 0 0 0 0 0
/proc/762/statm: 2953 55 36 304 0 2645 0

[startup+0.071706 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 762
/proc/meminfo: memFree=29746256/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/762/stat : 762 (java) D 760 762 718 0 -1 4202496 248 0 1 0 0 0 0 0 20 0 1 0 253313652 9515008 183 33554432000 1073741824 1073778376 140736339764192 140736339755224 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 1 0 0
/proc/762/statm: 2323 183 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100332 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 762
/proc/meminfo: memFree=29746256/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/762/stat : 762 (java) D 760 762 718 0 -1 4202496 306 0 1 0 0 0 0 0 20 0 1 0 253313652 5767168 55 33554432000 1073741824 1073778376 140734247614848 140734247611880 229346733351 0 0 4096 0 18446744072100588836 0 0 17 7 0 0 1 0 0
/proc/762/statm: 1408 55 43 9 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5632

[startup+0.300238 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 762
/proc/meminfo: memFree=29746256/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/762/stat : 762 (java) D 760 762 718 0 -1 4202496 1038 0 12 0 0 0 0 0 20 0 1 0 253313652 23793664 777 33554432000 1073741824 1073778376 140734247614848 140734247604840 140325654202848 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 18 0 0
/proc/762/statm: 5809 777 574 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.700318 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 762
/proc/meminfo: memFree=29746256/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 2984 0 26 0 2 1 0 0 20 0 13 0 253313652 9446973440 3196 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2306390 3196 1659 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+1.50065 s]
/proc/loadavg: 0.16 0.03 0.01 2/209 798
/proc/meminfo: memFree=29712096/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 14535 0 26 0 148 6 0 0 20 0 22 0 253313652 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2456167 15643 2238 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2500 0 7 0 25 2 0 0 20 0 22 0 253313688 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253313712 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) R 760 762 718 0 -1 4202560 5322 0 0 0 33 1 0 0 20 0 22 0 253313743 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325470939120 140325655053777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) R 760 762 718 0 -1 4202560 5429 0 0 0 32 2 0 0 20 0 22 0 253313743 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325469875928 140325657946663 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 15643 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9824668

[startup+3.10094 s]
/proc/loadavg: 0.16 0.03 0.01 5/191 831
/proc/meminfo: memFree=29557992/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9824668 CPUtime=6.71 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 24290 0 26 0 658 13 0 0 20 0 22 0 253313652 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2456167 54047 2280 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2500 0 7 0 25 2 0 0 20 0 22 0 253313688 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313702 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 101 0 0 0 6 0 0 0 20 0 22 0 253313712 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) S 760 762 718 0 -1 4202560 11129 0 0 0 150 2 0 0 20 0 22 0 253313743 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325470951608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) S 760 762 718 0 -1 4202560 9156 0 0 0 115 2 0 0 20 0 22 0 253313743 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325469898808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=803] ppid=760 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/762/task/803/stat : 803 (java) R 760 762 718 0 -1 4202560 29 0 0 0 173 0 0 0 20 0 22 0 253313775 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325466737648 140325523220902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=762/tid=804] ppid=760 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/762/task/804/stat : 804 (java) R 760 762 718 0 -1 4202560 141 0 0 0 170 3 0 0 20 0 22 0 253313775 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325465685424 140325523419097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=762/tid=805] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/805/stat : 805 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325464635048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=806] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/806/stat : 806 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 54047 33554432000 1073741824 1073778376 140734247614848 140325463582248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9824668

[startup+6.30095 s]
/proc/loadavg: 0.31 0.07 0.02 3/191 831
/proc/meminfo: memFree=29376876/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9824668 CPUtime=13.07 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 24558 0 26 0 1287 20 0 0 20 0 22 0 253313652 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2456167 94313 2280 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2501 0 7 0 25 2 0 0 20 0 22 0 253313688 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 253313702 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 237 0 0 0 28 2 0 0 20 0 22 0 253313712 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) S 760 762 718 0 -1 4202560 11135 0 0 0 161 3 0 0 20 0 22 0 253313743 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325470951608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) S 760 762 718 0 -1 4202560 9157 0 0 0 116 2 0 0 20 0 22 0 253313743 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325469898808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=803] ppid=760 vsize=9824668 CPUtime=4.59 cores=1,3,5,7
/proc/762/task/803/stat : 803 (java) R 760 762 718 0 -1 4202560 31 0 0 0 459 0 0 0 20 0 22 0 253313775 10060460032 94313 33554432000 1073741824 1073778376 140734247614848 140325466739424 140325523220515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/762/statm: 2456167 506859 2280 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2529 0 7 0 28 4 0 0 20 0 22 0 253313688 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 291 0 0 0 282 11 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 270 0 0 0 289 10 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 319 0 0 0 301 13 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 271 0 0 0 290 10 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 267 0 0 0 293 9 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 258 0 0 0 286 10 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 287 0 0 0 301 12 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=3.12 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 319 0 0 0 301 11 0 0 20 0 22 0 253313702 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=17.74 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 6241 0 0 0 1743 31 0 0 20 0 22 0 253313712 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) S 760 762 718 0 -1 4202560 13815 0 0 0 222 3 0 0 20 0 22 0 253313743 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325470951608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) S 760 762 718 0 -1 4202560 9168 0 0 0 125 2 0 0 20 0 22 0 253313743 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325469898808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 51 0 0 0 27 21 0 0 20 0 22 0 253313743 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=803] ppid=760 vsize=9824668 CPUtime=854.08 cores=1,3,5,7
/proc/762/task/803/stat : 803 (java) R 760 762 718 0 -1 4202560 207 0 0 0 85393 15 0 0 20 0 22 0 253313775 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325466738480 140325523245880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=762/tid=804] ppid=760 vsize=9824668 CPUtime=854.07 cores=1,3,5,7
/proc/762/task/804/stat : 804 (java) R 760 762 718 0 -1 4202560 1136 0 0 0 85359 48 0 0 20 0 22 0 253313775 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325465684848 140325523417612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=762/tid=805] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/805/stat : 805 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325464635048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=806] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/806/stat : 806 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 506859 33554432000 1073741824 1073778376 140734247614848 140325463582248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1758.83
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.108 s]
/proc/loadavg: 4.11 3.85 2.46 4/217 1317
/proc/meminfo: memFree=26249352/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 37521 0 26 0 179834 181 0 0 20 0 22 0 253313652 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2456167 502978 2280 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2530 0 7 0 28 4 0 0 20 0 22 0 253313688 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 297 0 0 0 289 11 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=3.1 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 270 0 0 0 300 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 325 0 0 0 311 13 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 275 0 0 0 301 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 268 0 0 0 303 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 265 0 0 0 296 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 293 0 0 0 313 12 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 319 0 0 0 309 11 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=18.4 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 7123 0 0 0 1808 32 0 0 20 0 22 0 253313712 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) S 760 762 718 0 -1 4202560 13815 0 0 0 222 3 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325470951608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) S 760 762 718 0 -1 4202560 9168 0 0 0 125 2 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325469898808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 53 0 0 0 27 22 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=803] ppid=760 vsize=9824668 CPUtime=873.98 cores=1,3,5,7
/proc/762/task/803/stat : 803 (java) R 760 762 718 0 -1 4202560 212 0 0 0 87382 16 0 0 20 0 22 0 253313775 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325466738480 140325523245880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=762/tid=804] ppid=760 vsize=9824668 CPUtime=873.96 cores=1,3,5,7
/proc/762/task/804/stat : 804 (java) R 760 762 718 0 -1 4202560 1139 0 0 0 87347 49 0 0 20 0 22 0 253313775 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325465684848 140325523417897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=762/tid=805] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/805/stat : 805 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325464635048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=806] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/806/stat : 806 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325463582248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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.108 s]
/proc/loadavg: 4.11 3.85 2.46 4/217 1317
/proc/meminfo: memFree=26249352/32873852 swapFree=6848/6848
[pid=762] ppid=760 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/762/stat : 762 (java) S 760 762 718 0 -1 4202496 37521 0 26 0 179834 181 0 0 20 0 22 0 253313652 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140734247605984 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 24 0 0
/proc/762/statm: 2456167 502978 2280 9 0 2446860 0
[pid=762/tid=765] ppid=760 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/762/task/765/stat : 765 (java) S 760 762 718 0 -1 4202560 2530 0 7 0 28 4 0 0 20 0 22 0 253313688 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325650965496 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 48 0 0
[pid=762/tid=767] ppid=760 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/762/task/767/stat : 767 (java) S 760 762 718 0 -1 4202560 297 0 0 0 289 11 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325494942504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=9824668 CPUtime=3.1 cores=1,3,5,7
/proc/762/task/768/stat : 768 (java) S 760 762 718 0 -1 4202560 270 0 0 0 300 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325493889704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/762/task/771/stat : 771 (java) S 760 762 718 0 -1 4202560 325 0 0 0 311 13 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325492837416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/762/task/773/stat : 773 (java) S 760 762 718 0 -1 4202560 275 0 0 0 301 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325491784616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/762/task/775/stat : 775 (java) S 760 762 718 0 -1 4202560 268 0 0 0 303 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325490731304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=777] ppid=760 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/762/task/777/stat : 777 (java) S 760 762 718 0 -1 4202560 265 0 0 0 296 10 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325489678504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=778] ppid=760 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/762/task/778/stat : 778 (java) S 760 762 718 0 -1 4202560 293 0 0 0 313 12 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325488626216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=781] ppid=760 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/762/task/781/stat : 781 (java) S 760 762 718 0 -1 4202560 319 0 0 0 309 11 0 0 20 0 22 0 253313702 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325487573416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=784] ppid=760 vsize=9824668 CPUtime=18.4 cores=1,3,5,7
/proc/762/task/784/stat : 784 (java) S 760 762 718 0 -1 4202560 7123 0 0 0 1808 32 0 0 20 0 22 0 253313712 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325475162856 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=786] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/786/stat : 786 (java) S 760 762 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325474108920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=788] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/788/stat : 788 (java) S 760 762 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313721 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325473056520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=790] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/790/stat : 790 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325472005008 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=762/tid=792] ppid=760 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/762/task/792/stat : 792 (java) S 760 762 718 0 -1 4202560 13815 0 0 0 222 3 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325470951608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=762/tid=794] ppid=760 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/762/task/794/stat : 794 (java) S 760 762 718 0 -1 4202560 9168 0 0 0 125 2 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325469898808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=797] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/797/stat : 797 (java) S 760 762 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325468846712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=762/tid=798] ppid=760 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/762/task/798/stat : 798 (java) S 760 762 718 0 -1 4202560 53 0 0 0 27 22 0 0 20 0 22 0 253313743 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325467794120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=803] ppid=760 vsize=9824668 CPUtime=873.98 cores=1,3,5,7
/proc/762/task/803/stat : 803 (java) R 760 762 718 0 -1 4202560 212 0 0 0 87382 16 0 0 20 0 22 0 253313775 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325466738480 140325523245880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=762/tid=804] ppid=760 vsize=9824668 CPUtime=873.96 cores=1,3,5,7
/proc/762/task/804/stat : 804 (java) R 760 762 718 0 -1 4202560 1139 0 0 0 87347 49 0 0 20 0 22 0 253313775 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325465684848 140325523417897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=762/tid=805] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/805/stat : 805 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325464635048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=762/tid=806] ppid=760 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/762/task/806/stat : 806 (java) S 760 762 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313776 10060460032 502978 33554432000 1073741824 1073778376 140734247614848 140325463582248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 762 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=918282
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=329645
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.202
CPU time (s): 1800.15
CPU user time (s): 1798.34
CPU system time (s): 1.81
CPU usage (%): 199.307
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 2.32965
maximum resident set size= 2425260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37560
page faults= 26
swaps= 0
block input operations= 12720
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31135
involuntary context switches= 60186

runsolver used 3.65044 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 17:04:42
IDJOB=3687188
IDBENCH=1161
IDSOLVER=2268
FILE ID=node129/3687188-1337871882
RUNJOBID= node129-1337871881-736
PBS_JOBID= 14620075
Free space on /tmp= 71644 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-army12.21bt.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687188-1337871882/watcher-3687188-1337871882 -o /tmp/evaluation-result-3687188-1337871882/solver-3687188-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687188-1337871882.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=1716278231

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29747652 kB
Buffers:          210212 kB
Cached:          2143892 kB
SwapCached:            0 kB
Active:           539476 kB
Inactive:        1824936 kB
Active(anon):      12984 kB
Inactive(anon):        0 kB
Active(file):     526492 kB
Inactive(file):  1824936 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:         17136 kB
Mapped:            13556 kB
Shmem:               204 kB
Slab:             625780 kB
SReclaimable:      68724 kB
SUnreclaim:       557056 kB
KernelStack:        1360 kB
PageTables:         3540 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     104152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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= 71640 MiB
End job on node129 at 2012-05-24 17:19:47