Trace number 3689636

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.86 919.898

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K95.opb
MD5SUMf5b402df79463ae0743ac9fe7c0d237d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark389.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6460
Total number of constraints6652
Number of constraints which are clauses6557
Number of constraints which are cardinality constraints (but not clauses)95
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint95
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689636-1337883777.opb
0.09/0.12	c reading problem ... 
0.79/0.47	c ... done. Wall clock time 0.35s.
0.79/0.47	c declared #vars     6460
0.79/0.47	c #constraints  6652
0.79/0.47	c constraints type 
0.79/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5333
0.79/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 95
0.79/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.79/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1222
0.79/0.47	c 6652 constraints processed.
0.79/0.47	c constraints type 
0.79/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1222
0.79/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5333
0.79/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 95
0.79/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.79/0.47	c 6652 constraints processed.
4.85/1.65	c cleaning 2492 clauses out of 4995 with flag 5001/5001
7.20/2.73	c cleaning 4240 clauses out of 8497 with flag 11001/11001
9.58/3.95	c cleaning 5610 clauses out of 11250 with flag 18002/18002
12.60/5.46	c cleaning 6777 clauses out of 13634 with flag 26000/26000
15.75/7.06	c cleaning 7924 clauses out of 15852 with flag 35000/35000
19.49/8.91	c cleaning 8896 clauses out of 17925 with flag 45000/45000
23.37/10.96	c cleaning 9922 clauses out of 20028 with flag 56000/56000
28.65/13.60	c cleaning 11001 clauses out of 22106 with flag 68000/68000
34.10/16.48	c cleaning 11895 clauses out of 24106 with flag 81001/81001
39.77/19.31	c cleaning 12959 clauses out of 26212 with flag 95003/95003
46.25/22.60	c cleaning 14031 clauses out of 28250 with flag 110000/110000
53.54/26.34	c cleaning 14925 clauses out of 30217 with flag 126000/126000
60.50/29.98	c cleaning 16057 clauses out of 32293 with flag 143001/143001
68.14/33.87	c cleaning 17047 clauses out of 34235 with flag 161001/161001
78.13/38.90	c cleaning 18002 clauses out of 36184 with flag 180000/180000
86.90/43.49	c cleaning 18905 clauses out of 38182 with flag 200000/200000
97.33/48.83	c cleaning 20004 clauses out of 40278 with flag 221001/221001
114.71/57.61	c cleaning 20860 clauses out of 42274 with flag 243001/243001
125.44/63.15	c cleaning 22023 clauses out of 44414 with flag 266002/266002
138.88/70.03	c cleaning 23086 clauses out of 46388 with flag 290000/290000
152.89/77.39	c cleaning 23852 clauses out of 48302 with flag 315000/315000
166.49/84.36	c cleaning 25108 clauses out of 50450 with flag 341000/341000
182.70/92.69	c cleaning 25936 clauses out of 52342 with flag 368000/368000
196.27/99.67	c cleaning 26993 clauses out of 54406 with flag 396000/396000
213.81/108.71	c cleaning 27865 clauses out of 56417 with flag 425004/425004
233.59/118.87	c cleaning 29256 clauses out of 58548 with flag 455000/455000
251.13/127.84	c cleaning 29932 clauses out of 60293 with flag 486001/486001
278.32/141.67	c cleaning 30981 clauses out of 62364 with flag 518004/518004
310.41/158.06	c cleaning 32001 clauses out of 64379 with flag 551000/551000
342.59/175.08	c cleaning 33031 clauses out of 66379 with flag 585001/585001
362.38/185.28	c cleaning 33991 clauses out of 68352 with flag 620005/620005
387.19/198.11	c cleaning 35062 clauses out of 70357 with flag 656001/656001
390.52/200.19	c cleaning 0 clauses out of 5007 with flag 0/5007
409.43/209.74	c cleaning 36002 clauses out of 72293 with flag 693000/693000
433.75/222.13	c cleaning 36845 clauses out of 74292 with flag 731003/731003
459.98/235.71	c cleaning 37988 clauses out of 76447 with flag 770003/770003
493.74/252.95	c cleaning 38680 clauses out of 78456 with flag 810000/810000
531.25/272.08	c cleaning 39980 clauses out of 80776 with flag 851000/851000
560.08/286.85	c cleaning 40122 clauses out of 82799 with flag 893004/893004
597.94/306.42	c cleaning 41161 clauses out of 85673 with flag 936000/936000
634.93/325.34	c cleaning 42366 clauses out of 88514 with flag 980002/980002
658.70/337.65	c cleaning 42610 clauses out of 91146 with flag 1025000/1025000
697.43/357.47	c cleaning 44408 clauses out of 94536 with flag 1071000/1071000
728.03/373.45	c cleaning 45572 clauses out of 97128 with flag 1118000/1118000
796.99/408.36	c cleaning 47132 clauses out of 99558 with flag 1166002/1166002
828.99/424.76	c cleaning 47167 clauses out of 101425 with flag 1215001/1215001
860.33/440.89	c cleaning 48461 clauses out of 104259 with flag 1265002/1265002
890.74/456.73	c cleaning 49247 clauses out of 106799 with flag 1316003/1316003
922.48/473.01	c cleaning 50127 clauses out of 109549 with flag 1368000/1368000
955.60/490.03	c cleaning 51724 clauses out of 112422 with flag 1421000/1421000
984.96/505.20	c cleaning 52323 clauses out of 114699 with flag 1475001/1475001
1023.53/525.14	c cleaning 53560 clauses out of 117375 with flag 1530000/1530000
1068.87/548.20	c cleaning 54334 clauses out of 119815 with flag 1586000/1586000
1132.42/580.41	c cleaning 56267 clauses out of 122481 with flag 1643000/1643000
1184.96/607.16	c cleaning 56382 clauses out of 124214 with flag 1701000/1701000
1234.56/632.65	c cleaning 57340 clauses out of 126832 with flag 1760000/1760000
1303.10/667.32	c cleaning 58921 clauses out of 129492 with flag 1820000/1820000
1368.66/700.54	c cleaning 59982 clauses out of 131571 with flag 1881000/1881000
1429.61/731.49	c cleaning 60903 clauses out of 133589 with flag 1943000/1943000
1505.82/770.23	c cleaning 62205 clauses out of 135686 with flag 2006000/2006000
1584.94/810.26	c cleaning 62996 clauses out of 137481 with flag 2070000/2070000
1633.10/834.73	c cleaning 63377 clauses out of 139487 with flag 2135002/2135002
1682.82/860.09	c cleaning 64528 clauses out of 142108 with flag 2201000/2201000
1743.99/891.33	c cleaning 65780 clauses out of 144583 with flag 2268003/2268003
1800.14/919.81	c starts		: 228
1800.14/919.81	c conflicts		: 2334792
1800.14/919.81	c decisions		: 18681814
1800.14/919.81	c propagations		: 781647516
1800.14/919.81	c inspects		: 3258802534
1800.14/919.81	c shortcuts		: 0
1800.14/919.81	c learnt literals	: 46
1800.14/919.81	c learnt binary clauses	: 68713
1800.14/919.81	c learnt ternary clauses	: 87300
1800.14/919.81	c learnt constraints	: 2334745
1800.14/919.81	c ignored constraints	: 0
1800.14/919.81	c root simplifications	: 0
1800.14/919.81	c removed literals (reason simplification)	: 65579182
1800.14/919.81	c reason swapping (by a shorter reason)	: 0
1800.14/919.81	c Calls to reduceDB	: 63
1800.14/919.81	c number of reductions to clauses (during analyze)	: 0
1800.14/919.81	c number of learned constraints concerned by reduction	: 0
1800.14/919.81	c number of learning phase by resolution	: 0
1800.14/919.81	c number of learning phase by cutting planes	: 0
1800.14/919.81	c speed (assignments/second)	: 850243.4576785936
1800.14/919.81	c non guided choices	5946
1800.14/919.88	c learnt constraints type 
1800.14/919.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68713
1800.14/919.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76924
1800.14/919.88	c constraints type 
1800.14/919.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5333
1800.14/919.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 95
1800.14/919.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.14/919.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1222
1800.14/919.88	c 6652 constraints processed.
1800.14/919.88	c constraints type 
1800.14/919.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1222
1800.14/919.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5333
1800.14/919.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 95
1800.14/919.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.14/919.88	c 6652 constraints processed.
1800.14/919.88	s UNKNOWN
1800.14/919.88	c Total wall clock time (in seconds): 919.762

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-3689636-1337883777/watcher-3689636-1337883777 -o /tmp/evaluation-result-3689636-1337883777/solver-3689636-1337883777 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689636-1337883777.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: 3.95 3.81 3.73 4/195 3231
/proc/meminfo: memFree=25586136/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (java) D 3229 3231 32594 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254503615 9515008 183 33554432000 1073741824 1073778376 140734365913936 140734365904968 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/3231/statm: 2323 183 140 9 0 71 0

[startup+0.102515 s]
/proc/loadavg: 3.95 3.81 3.73 4/195 3231
/proc/meminfo: memFree=25586136/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 4339 0 1 0 8 1 0 0 20 0 18 0 254503615 9787813888 5529 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2389603 5529 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200286 s]
/proc/loadavg: 3.95 3.81 3.73 4/195 3231
/proc/meminfo: memFree=25586136/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 6291 0 1 0 26 2 0 0 20 0 18 0 254503615 9787813888 7961 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2389603 7961 2193 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300311 s]
/proc/loadavg: 3.95 3.81 3.73 4/195 3231
/proc/meminfo: memFree=25586136/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 7068 0 1 0 53 2 0 0 20 0 18 0 254503615 9787813888 9868 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2389603 9868 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.70022 s]
/proc/loadavg: 3.95 3.81 3.73 4/195 3231
/proc/meminfo: memFree=25586136/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 14963 0 1 0 187 5 0 0 20 0 22 0 254503615 10060460032 24719 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 24719 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.95 3.81 3.73 6/217 3253
/proc/meminfo: memFree=25475508/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=4.61 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 22486 0 1 0 452 9 0 0 20 0 22 0 254503615 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 46521 2274 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2503 0 1 0 41 3 0 0 20 0 22 0 254503616 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254503618 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) R 3229 3231 32594 0 -1 4202560 9511 0 0 0 98 2 0 0 20 0 22 0 254503622 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928852347448 139929038225512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3247] ppid=3229 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/3231/task/3247/stat : 3247 (java) R 3229 3231 32594 0 -1 4202560 9021 0 0 0 107 2 0 0 20 0 22 0 254503622 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928851294904 139929034336144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3248] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3248/stat : 3248 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928850242552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3249] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3249/stat : 3249 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928849190216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3250] ppid=3229 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/3231/task/3250/stat : 3250 (java) R 3229 3231 32594 0 -1 4202560 24 0 0 0 98 0 0 0 20 0 22 0 254503663 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928848099680 139928904022182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 121 0 0 0 97 2 0 0 20 0 22 0 254503663 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928847049128 139928905203530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 46521 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9824668

[startup+3.10088 s]
/proc/loadavg: 3.95 3.81 3.73 5/217 3253
/proc/meminfo: memFree=25374720/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=7.98 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 22797 0 1 0 782 16 0 0 20 0 22 0 254503615 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 91746 2286 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2503 0 1 0 41 3 0 0 20 0 22 0 254503616 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254503618 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 231 0 0 0 11 0 0 0 20 0 22 0 254503619 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) S 3229 3231 32594 0 -1 4202560 9513 0 0 0 104 2 0 0 20 0 22 0 254503622 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928852347448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3247] ppid=3229 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/3231/task/3247/stat : 3247 (java) S 3229 3231 32594 0 -1 4202560 9025 0 0 0 121 2 0 0 20 0 22 0 254503622 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928851294904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3248] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3248/stat : 3248 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928850242552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3249] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3249/stat : 3249 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928849190216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3250] ppid=3229 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/3231/task/3250/stat : 3250 (java) R 3229 3231 32594 0 -1 4202560 26 0 0 0 238 0 0 0 20 0 22 0 254503663 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928848101688 139928904824780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 178 0 0 0 233 4 0 0 20 0 22 0 254503663 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928847048464 139928904810723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 91746 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9824668

[startup+6.30091 s]
/proc/loadavg: 3.79 3.78 3.72 4/217 3253
/proc/meminfo: memFree=25055792/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=14.33 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 22936 0 1 0 1412 21 0 0 20 0 22 0 254503615 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 135277 2286 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2503 0 1 0 41 3 0 0 20 0 22 0 254503616 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 254503618 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 257 0 0 0 33 0 0 0 20 0 22 0 254503619 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) S 3229 3231 32594 0 -1 4202560 9519 0 0 0 105 2 0 0 20 0 22 0 254503622 10060460032 135277 33554432000 1073741824 1073778376 140734156829568 139928852347448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=776.93 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 1407 0 0 0 77641 52 0 0 20 0 22 0 254503663 10060460032 842189 33554432000 1073741824 1073778376 140734156829568 139928847046624 139928905304488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842189 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842189 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1608.31
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.87 3.84 3.76 5/217 3322
/proc/meminfo: memFree=22396016/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=1726.01 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 34757 0 1 0 172464 137 0 0 20 0 22 0 254503615 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 842202 2287 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2548 0 1 0 44 4 0 0 20 0 22 0 254503616 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 418 0 0 0 98 9 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 407 0 0 0 99 8 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 235 0 0 0 99 9 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 266 0 0 0 91 8 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 196 0 0 0 91 8 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 287 0 0 0 89 7 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 349 0 0 0 98 8 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 303 0 0 0 90 6 0 0 20 0 22 0 254503618 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=44.89 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 1906 0 0 0 4478 11 0 0 20 0 22 0 254503619 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) S 3229 3231 32594 0 -1 4202560 16090 0 0 0 175 4 0 0 20 0 22 0 254503622 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928852347448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3247] ppid=3229 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/3231/task/3247/stat : 3247 (java) S 3229 3231 32594 0 -1 4202560 9026 0 0 0 142 2 0 0 20 0 22 0 254503622 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928851294904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3248] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3248/stat : 3248 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928850242552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3249] ppid=3229 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/3231/task/3249/stat : 3249 (java) S 3229 3231 32594 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 254503622 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928849190216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3250] ppid=3229 vsize=9824668 CPUtime=834.62 cores=1,3,5,7
/proc/3231/task/3250/stat : 3250 (java) R 3229 3231 32594 0 -1 4202560 81 0 0 0 83448 14 0 0 20 0 22 0 254503663 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928848101472 139928904741386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=834.47 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 1407 0 0 0 83393 54 0 0 20 0 22 0 254503663 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928847046624 139928904699240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842202 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.01
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.801 s]
/proc/loadavg: 3.93 3.86 3.77 5/217 3322
/proc/meminfo: memFree=22366972/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 34779 0 1 0 179876 138 0 0 20 0 22 0 254503615 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 842219 2287 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2549 0 1 0 44 4 0 0 20 0 22 0 254503616 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 426 0 0 0 99 9 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 409 0 0 0 101 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 239 0 0 0 101 9 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 267 0 0 0 93 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 198 0 0 0 92 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 287 0 0 0 90 7 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 349 0 0 0 100 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 303 0 0 0 91 6 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=45.8 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 1908 0 0 0 4569 11 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) S 3229 3231 32594 0 -1 4202560 16090 0 0 0 175 4 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928852347448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3247] ppid=3229 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/3231/task/3247/stat : 3247 (java) S 3229 3231 32594 0 -1 4202560 9026 0 0 0 142 2 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928851294904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3248] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3248/stat : 3248 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928850242552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3249] ppid=3229 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/3231/task/3249/stat : 3249 (java) S 3229 3231 32594 0 -1 4202560 53 0 0 0 16 16 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928849190216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3250] ppid=3229 vsize=9824668 CPUtime=871.18 cores=1,3,5,7
/proc/3231/task/3250/stat : 3250 (java) R 3229 3231 32594 0 -1 4202560 81 0 0 0 87103 15 0 0 20 0 22 0 254503663 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928848101472 139928904808768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=871.01 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 1407 0 0 0 87046 55 0 0 20 0 22 0 254503663 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928847046800 139928905091364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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+919.801 s]
/proc/loadavg: 3.93 3.86 3.77 5/217 3322
/proc/meminfo: memFree=22366972/32873852 swapFree=6848/6848
[pid=3231] ppid=3229 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/3231/stat : 3231 (java) S 3229 3231 32594 0 -1 4202496 34779 0 1 0 179876 138 0 0 20 0 22 0 254503615 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 140734156820704 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3231/statm: 2456167 842219 2287 9 0 2446860 0
[pid=3231/tid=3233] ppid=3229 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/3231/task/3233/stat : 3233 (java) S 3229 3231 32594 0 -1 4202560 2549 0 1 0 44 4 0 0 20 0 22 0 254503616 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139929032246264 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3234] ppid=3229 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/3231/task/3234/stat : 3234 (java) S 3229 3231 32594 0 -1 4202560 426 0 0 0 99 9 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928876337320 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3235] ppid=3229 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/3231/task/3235/stat : 3235 (java) S 3229 3231 32594 0 -1 4202560 409 0 0 0 101 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928875284776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3236] ppid=3229 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/3231/task/3236/stat : 3236 (java) S 3229 3231 32594 0 -1 4202560 239 0 0 0 101 9 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928874232232 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3237] ppid=3229 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/3231/task/3237/stat : 3237 (java) S 3229 3231 32594 0 -1 4202560 267 0 0 0 93 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928873179688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3238] ppid=3229 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/3231/task/3238/stat : 3238 (java) S 3229 3231 32594 0 -1 4202560 198 0 0 0 92 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928872127144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3239] ppid=3229 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/3231/task/3239/stat : 3239 (java) S 3229 3231 32594 0 -1 4202560 287 0 0 0 90 7 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928871074600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3240] ppid=3229 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/3231/task/3240/stat : 3240 (java) S 3229 3231 32594 0 -1 4202560 349 0 0 0 100 8 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928870022056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3241] ppid=3229 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/3231/task/3241/stat : 3241 (java) S 3229 3231 32594 0 -1 4202560 303 0 0 0 91 6 0 0 20 0 22 0 254503618 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928868969512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3242] ppid=3229 vsize=9824668 CPUtime=45.8 cores=1,3,5,7
/proc/3231/task/3242/stat : 3242 (java) S 3229 3231 32594 0 -1 4202560 1908 0 0 0 4569 11 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928856557672 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3243] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3243/stat : 3243 (java) S 3229 3231 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928855503992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3244] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3244/stat : 3244 (java) S 3229 3231 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254503619 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928854451336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3245] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3245/stat : 3245 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928853400080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3246] ppid=3229 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/3231/task/3246/stat : 3246 (java) S 3229 3231 32594 0 -1 4202560 16090 0 0 0 175 4 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928852347448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3247] ppid=3229 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/3231/task/3247/stat : 3247 (java) S 3229 3231 32594 0 -1 4202560 9026 0 0 0 142 2 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928851294904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3231/tid=3248] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3248/stat : 3248 (java) S 3229 3231 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928850242552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3231/tid=3249] ppid=3229 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/3231/task/3249/stat : 3249 (java) S 3229 3231 32594 0 -1 4202560 53 0 0 0 16 16 0 0 20 0 22 0 254503622 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928849190216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3250] ppid=3229 vsize=9824668 CPUtime=871.18 cores=1,3,5,7
/proc/3231/task/3250/stat : 3250 (java) R 3229 3231 32594 0 -1 4202560 81 0 0 0 87103 15 0 0 20 0 22 0 254503663 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928848101472 139928904808768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3231/tid=3251] ppid=3229 vsize=9824668 CPUtime=871.01 cores=1,3,5,7
/proc/3231/task/3251/stat : 3251 (java) R 3229 3231 32594 0 -1 4202560 1407 0 0 0 87046 55 0 0 20 0 22 0 254503663 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928847046800 139928905091364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3252] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3252/stat : 3252 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928845997096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3231/tid=3253] ppid=3229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3253/stat : 3253 (java) S 3229 3231 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254503665 10060460032 842219 33554432000 1073741824 1073778376 140734156829568 139928844944552 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 919.898
CPU time (s): 1800.86
CPU user time (s): 1798.98
CPU system time (s): 1.88271
CPU usage (%): 195.767
Max. virtual memory (cumulated for all children) (KiB): 9826064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.88271
maximum resident set size= 3368996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34812
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23748
involuntary context switches= 26773

runsolver used 3.41048 second user time and 9.00363 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 20:22:57
IDJOB=3689636
IDBENCH=90134
IDSOLVER=2268
FILE ID=node128/3689636-1337883777
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71572 MiB

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

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

MD5SUM BENCH= f5b402df79463ae0743ac9fe7c0d237d
RANDOM SEED=1316157675

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        25586400 kB
Buffers:          248524 kB
Cached:          2924016 kB
SwapCached:            0 kB
Active:          3792928 kB
Inactive:        2701064 kB
Active(anon):    3323636 kB
Inactive(anon):        0 kB
Active(file):     469292 kB
Inactive(file):  2701064 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       3421768 kB
Mapped:            22612 kB
Shmem:               204 kB
Slab:             634436 kB
SReclaimable:      77108 kB
SUnreclaim:       557328 kB
KernelStack:        1768 kB
PageTables:        10508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3546080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3346432 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= 71572 MiB
End job on node128 at 2012-05-24 20:38:19