Trace number 3739659

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.03 909.158

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3739659-1338729589.opb
0.06/0.13	c reading problem ... 
1.98/1.10	c ... done. Wall clock time 0.969s.
1.98/1.10	c #vars     24684
1.98/1.10	c #constraints  71315
1.98/1.10	c constraints type 
2.23/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
2.23/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
2.23/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
2.23/1.10	c constraints type 
2.23/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
2.23/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
2.23/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
6.87/2.96	c cleaning 2493 clauses out of 5000 with flag 5000/5000
10.76/4.86	c cleaning 4252 clauses out of 8511 with flag 11004/11004
15.09/7.06	c cleaning 5616 clauses out of 11255 with flag 18000/18000
20.02/9.54	c cleaning 6817 clauses out of 13640 with flag 26001/26001
25.75/12.49	c cleaning 7900 clauses out of 15822 with flag 35000/35000
32.26/15.72	c cleaning 8944 clauses out of 17922 with flag 45000/45000
39.17/19.20	c cleaning 9976 clauses out of 19978 with flag 56000/56000
47.26/23.33	c cleaning 10990 clauses out of 22002 with flag 68000/68000
56.89/28.29	c cleaning 12000 clauses out of 24012 with flag 81000/81000
66.85/33.23	c cleaning 12995 clauses out of 26012 with flag 95000/95000
77.71/38.78	c cleaning 13991 clauses out of 28017 with flag 110000/110000
87.78/43.80	c cleaning 14995 clauses out of 30026 with flag 126000/126000
98.13/49.19	c cleaning 16006 clauses out of 32032 with flag 143001/143001
108.96/54.68	c cleaning 17002 clauses out of 34026 with flag 161001/161001
121.63/61.04	c cleaning 18002 clauses out of 36023 with flag 180000/180000
134.49/67.56	c cleaning 18990 clauses out of 38021 with flag 200000/200000
148.45/74.61	c cleaning 19986 clauses out of 40031 with flag 221000/221000
164.07/82.53	c cleaning 21020 clauses out of 42045 with flag 243000/243000
183.70/92.47	c cleaning 21996 clauses out of 44025 with flag 266000/266000
186.11/93.75	c cleaning 0 clauses out of 5000 with flag 0/5000
204.06/102.78	c cleaning 23003 clauses out of 46029 with flag 290000/290000
223.92/112.68	c cleaning 23993 clauses out of 48026 with flag 315000/315000
245.56/123.52	c cleaning 25013 clauses out of 50034 with flag 341001/341001
268.00/134.83	c cleaning 26001 clauses out of 52023 with flag 368003/368003
290.07/146.04	c cleaning 26997 clauses out of 54019 with flag 396000/396000
314.05/158.16	c cleaning 27993 clauses out of 56022 with flag 425000/425000
336.28/169.36	c cleaning 28997 clauses out of 58030 with flag 455001/455001
360.05/181.39	c cleaning 30010 clauses out of 60032 with flag 486000/486000
383.61/193.30	c cleaning 30988 clauses out of 62022 with flag 518000/518000
413.19/208.26	c cleaning 31958 clauses out of 64034 with flag 551000/551000
447.72/225.66	c cleaning 33000 clauses out of 66076 with flag 585000/585000
473.87/238.89	c cleaning 34025 clauses out of 68076 with flag 620000/620000
502.17/253.21	c cleaning 35005 clauses out of 70051 with flag 656000/656000
531.50/268.08	c cleaning 36008 clauses out of 72047 with flag 693001/693001
563.23/284.09	c cleaning 37009 clauses out of 74038 with flag 731000/731000
598.71/301.96	c cleaning 37981 clauses out of 76031 with flag 770002/770002
629.35/317.59	c cleaning 39011 clauses out of 78048 with flag 810000/810000
665.79/335.91	c cleaning 39996 clauses out of 80037 with flag 851000/851000
672.81/339.65	c cleaning 0 clauses out of 11000 with flag 0/11000
705.43/356.19	c cleaning 41015 clauses out of 82041 with flag 893000/893000
741.65/374.56	c cleaning 42000 clauses out of 84027 with flag 936001/936001
780.70/394.24	c cleaning 42985 clauses out of 86026 with flag 980000/980000
821.54/414.86	c cleaning 44012 clauses out of 88041 with flag 1025000/1025000
861.55/435.02	c cleaning 45010 clauses out of 90032 with flag 1071003/1071003
907.69/458.44	c cleaning 45990 clauses out of 92021 with flag 1118002/1118002
960.16/484.84	c cleaning 47001 clauses out of 94032 with flag 1166003/1166003
1021.83/515.86	c cleaning 47965 clauses out of 96028 with flag 1215000/1215000
1085.01/547.66	c cleaning 49009 clauses out of 98063 with flag 1265000/1265000
1155.40/583.20	c cleaning 49999 clauses out of 100057 with flag 1316003/1316003
1204.48/608.02	c cleaning 51019 clauses out of 102056 with flag 1368001/1368001
1249.19/630.60	c cleaning 52012 clauses out of 104037 with flag 1421001/1421001
1298.93/655.79	c cleaning 52978 clauses out of 106024 with flag 1475000/1475000
1360.55/686.94	c cleaning 54007 clauses out of 108047 with flag 1530001/1530001
1422.33/718.03	c cleaning 54993 clauses out of 110039 with flag 1586000/1586000
1484.64/749.48	c cleaning 56005 clauses out of 112046 with flag 1643000/1643000
1560.28/787.47	c cleaning 56986 clauses out of 114041 with flag 1701000/1701000
1635.74/825.67	c cleaning 58001 clauses out of 116055 with flag 1760000/1760000
1697.04/856.51	c cleaning 59016 clauses out of 118056 with flag 1820002/1820002
1734.83/875.71	c cleaning 0 clauses out of 18000 with flag 0/18000
1763.25/890.23	c cleaning 59996 clauses out of 120038 with flag 1881000/1881000
1800.03/909.11	c starts		: 210
1800.03/909.11	c conflicts		: 1918901
1800.03/909.11	c decisions		: 2423849
1800.03/909.11	c propagations		: 1043461632
1800.03/909.11	c inspects		: 5100090204
1800.03/909.11	c shortcuts		: 0
1800.03/909.11	c learnt literals	: 0
1800.03/909.11	c learnt binary clauses	: 0
1800.03/909.11	c learnt ternary clauses	: 1463
1800.03/909.11	c learnt constraints	: 1918901
1800.03/909.11	c ignored constraints	: 0
1800.03/909.11	c root simplifications	: 0
1800.03/909.11	c removed literals (reason simplification)	: 28304929
1800.03/909.11	c reason swapping (by a shorter reason)	: 0
1800.03/909.11	c Calls to reduceDB	: 57
1800.03/909.11	c number of reductions to clauses (during analyze)	: 0
1800.03/909.11	c number of learned constraints concerned by reduction	: 0
1800.03/909.11	c number of learning phase by resolution	: 0
1800.03/909.11	c number of learning phase by cutting planes	: 0
1800.03/909.11	c speed (assignments/second)	: 1149180.8855678109
1800.03/909.11	c non guided choices	73
1800.03/909.14	c learnt constraints type 
1800.03/909.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97987
1800.03/909.14	c constraints type 
1800.03/909.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1800.03/909.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1800.03/909.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1800.03/909.14	c constraints type 
1800.03/909.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
1800.03/909.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
1800.03/909.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.03/909.14	s UNKNOWN
1800.03/909.14	c Total wall clock time (in seconds): 909.005

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.55 3.82 3.73 4/197 30917
/proc/meminfo: memFree=27274656/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/30917/stat : 30917 (java) D 30915 30917 25219 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 339083384 2560000 47 33554432000 1073741824 1073778376 140736278081136 140736278078264 212064103719 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30917/statm: 625 47 37 9 0 29 0

[startup+0.0255209 s]
/proc/loadavg: 3.55 3.82 3.73 4/197 30917
/proc/meminfo: memFree=27274656/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 1430 0 1 0 0 0 0 0 20 0 2 0 339083384 105127936 1111 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 25666 1111 858 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100267 s]
/proc/loadavg: 3.55 3.82 3.73 4/197 30917
/proc/meminfo: memFree=27274656/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 4473 0 1 0 5 1 0 0 20 0 18 0 339083384 11864465408 12835 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300225 s]
/proc/loadavg: 3.55 3.82 3.73 4/197 30917
/proc/meminfo: memFree=27274656/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11586392 CPUtime=0.43 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 6253 0 1 0 41 2 0 0 20 0 18 0 339083384 11864465408 16351 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2896598 16351 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 11586392

[startup+0.700233 s]
/proc/loadavg: 3.55 3.82 3.73 4/197 30917
/proc/meminfo: memFree=27274656/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11586392 CPUtime=1.35 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 13576 0 1 0 131 4 0 0 20 0 18 0 339083384 11864465408 43151 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2896598 43151 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 11586392

[startup+1.50061 s]
/proc/loadavg: 3.55 3.82 3.73 6/215 30935
/proc/meminfo: memFree=27012860/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11852648 CPUtime=3.7 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 20237 0 1 0 362 8 0 0 20 0 22 0 339083384 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2963162 92243 2262 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3491 0 1 0 102 5 0 0 20 0 22 0 339083386 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339083389 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 7454 0 0 0 91 1 0 0 20 0 22 0 339083393 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) R 30915 30917 25219 0 -1 4202560 7964 0 0 0 88 2 0 0 20 0 22 0 339083393 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900738988984 139900933024506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 92243 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 11852648

[startup+3.10072 s]
/proc/loadavg: 3.55 3.82 3.73 5/219 30939
/proc/meminfo: memFree=26621840/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11852648 CPUtime=7.29 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 21569 0 1 0 707 22 0 0 20 0 22 0 339083384 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2963162 283782 2290 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3491 0 1 0 102 5 0 0 20 0 22 0 339083386 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 44 0 0 0 7 0 0 0 20 0 22 0 339083389 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 8323 0 0 0 113 1 0 0 20 0 22 0 339083393 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) S 30915 30917 25219 0 -1 4202560 7969 0 0 0 108 2 0 0 20 0 22 0 339083393 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900738988984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30936] ppid=30915 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/30917/task/30936/stat : 30936 (java) R 30915 30917 25219 0 -1 4202560 26 0 0 0 183 0 0 0 20 0 22 0 339083495 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900735828392 139900792845141 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30937] ppid=30915 vsize=11852648 CPUtime=1.84 cores=0,2,4,6
/proc/30917/task/30937/stat : 30937 (java) R 30915 30917 25219 0 -1 4202560 442 0 0 0 173 11 0 0 20 0 22 0 339083495 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900734773752 139900792920764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30938] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30938/stat : 30938 (java) S 30915 30917 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339083500 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900733723432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30939] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30939/stat : 30939 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083501 12137111552 283782 33554432000 1073741824 1073778376 140736683157856 139900732670888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.59 3.82 3.73 5/219 30939
/proc/meminfo: memFree=26040144/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11852648 CPUtime=13.69 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 21633 0 1 0 1345 24 0 0 20 0 22 0 339083384 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2963162 309657 2290 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3492 0 1 0 102 5 0 0 20 0 22 0 339083386 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339083388 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 47 0 0 0 15 1 0 0 20 0 22 0 339083389 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 8323 0 0 0 116 2 0 0 20 0 22 0 339083393 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) S 30915 30917 25219 0 -1 4202560 7969 0 0 0 116 2 0 0 20 0 22 0 339083393 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900738988984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30936] ppid=30915 vsize=11852648 CPUtime=4.91 cores=0,2,4,6
/proc/30917/task/30936/stat : 30936 (java) R 30915 30917 25219 0 -1 4202560 27 0 0 0 491 0 0 0 20 0 22 0 339083495 12137111552 309657 33554432000 1073741824 1073778376 140736683157856 139900735828304 139900792987321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/30917/statm: 2963162 1009092 2291 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3522 0 1 0 104 6 0 0 20 0 22 0 339083386 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=1.77 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 298 0 0 0 170 7 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 254 0 0 0 165 5 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 234 0 0 0 148 5 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 278 0 0 0 163 7 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 262 0 0 0 158 6 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 376 0 0 0 163 6 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 275 0 0 0 155 5 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 262 0 0 0 141 5 0 0 20 0 22 0 339083388 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=25.06 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 191 0 0 0 2498 8 0 0 20 0 22 0 339083389 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 8336 0 0 0 137 2 0 0 20 0 22 0 339083393 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) S 30915 30917 25219 0 -1 4202560 12665 0 0 0 173 2 0 0 20 0 22 0 339083393 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900738988984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 339083393 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30936] ppid=30915 vsize=11852648 CPUtime=850.13 cores=0,2,4,6
/proc/30917/task/30936/stat : 30936 (java) R 30915 30917 25219 0 -1 4202560 90 0 0 0 84998 15 0 0 20 0 22 0 339083495 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900735826544 139900792431568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30937] ppid=30915 vsize=11852648 CPUtime=850.19 cores=0,2,4,6
/proc/30917/task/30937/stat : 30937 (java) R 30915 30917 25219 0 -1 4202560 1601 0 0 0 84960 59 0 0 20 0 22 0 339083495 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900734775760 139900792959626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30938] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30938/stat : 30938 (java) S 30915 30917 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339083500 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900733723432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30939] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30939/stat : 30939 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083501 12137111552 1009092 33554432000 1073741824 1073778376 140736683157856 139900732670888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1747.38
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.101 s]
/proc/loadavg: 3.96 3.92 3.83 5/219 31544
/proc/meminfo: memFree=20692660/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 29977 0 1 0 179878 125 0 0 20 0 22 0 339083384 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2963162 1009171 2291 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3523 0 1 0 104 6 0 0 20 0 22 0 339083386 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 309 0 0 0 178 7 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 254 0 0 0 169 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 241 0 0 0 155 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 291 0 0 0 168 7 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 276 0 0 0 162 6 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 376 0 0 0 169 6 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 287 0 0 0 159 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 284 0 0 0 149 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=26.23 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 193 0 0 0 2615 8 0 0 20 0 22 0 339083389 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 8336 0 0 0 137 2 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) S 30915 30917 25219 0 -1 4202560 12665 0 0 0 173 2 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900738988984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30936] ppid=30915 vsize=11852648 CPUtime=875.58 cores=0,2,4,6
/proc/30917/task/30936/stat : 30936 (java) R 30915 30917 25219 0 -1 4202560 91 0 0 0 87542 16 0 0 20 0 22 0 339083495 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900735827360 139900792986534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30937] ppid=30915 vsize=11852648 CPUtime=875.64 cores=0,2,4,6
/proc/30917/task/30937/stat : 30937 (java) R 30915 30917 25219 0 -1 4202560 1602 0 0 0 87504 60 0 0 20 0 22 0 339083495 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900734773904 139900792858053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30938] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30938/stat : 30938 (java) S 30915 30917 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339083500 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900733723432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30939] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30939/stat : 30939 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083501 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900732670888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

[startup+909.101 s]
/proc/loadavg: 3.96 3.92 3.83 5/219 31544
/proc/meminfo: memFree=20692660/32873648 swapFree=7388/7388
[pid=30917] ppid=30915 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/30917/stat : 30917 (java) S 30915 30917 25219 0 -1 4202496 29977 0 1 0 179878 125 0 0 20 0 22 0 339083384 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 140736683148992 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30917/statm: 2963162 1009171 2291 9 0 2953849 0
[pid=30917/tid=30919] ppid=30915 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/30917/task/30919/stat : 30919 (java) S 30915 30917 25219 0 -1 4202560 3523 0 1 0 104 6 0 0 20 0 22 0 339083386 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900927181976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30920] ppid=30915 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/30917/task/30920/stat : 30920 (java) S 30915 30917 25219 0 -1 4202560 309 0 0 0 178 7 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900916242856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30921] ppid=30915 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/30917/task/30921/stat : 30921 (java) S 30915 30917 25219 0 -1 4202560 254 0 0 0 169 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900915190312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30922] ppid=30915 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/30917/task/30922/stat : 30922 (java) S 30915 30917 25219 0 -1 4202560 241 0 0 0 155 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900914137256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30923] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30923/stat : 30923 (java) S 30915 30917 25219 0 -1 4202560 291 0 0 0 168 7 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900913084712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30924] ppid=30915 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/30917/task/30924/stat : 30924 (java) S 30915 30917 25219 0 -1 4202560 276 0 0 0 162 6 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900912032680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30925] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30925/stat : 30925 (java) S 30915 30917 25219 0 -1 4202560 376 0 0 0 169 6 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900910980136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30926] ppid=30915 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/30917/task/30926/stat : 30926 (java) S 30915 30917 25219 0 -1 4202560 287 0 0 0 159 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900757502632 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30927] ppid=30915 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/30917/task/30927/stat : 30927 (java) S 30915 30917 25219 0 -1 4202560 284 0 0 0 149 5 0 0 20 0 22 0 339083388 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900756450088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30928] ppid=30915 vsize=11852648 CPUtime=26.23 cores=0,2,4,6
/proc/30917/task/30928/stat : 30928 (java) S 30915 30917 25219 0 -1 4202560 193 0 0 0 2615 8 0 0 20 0 22 0 339083389 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900744251752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30929] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30929/stat : 30929 (java) S 30915 30917 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900743198072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30930] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30930/stat : 30930 (java) S 30915 30917 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339083390 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900742144904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30931] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30931/stat : 30931 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900741093648 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30932] ppid=30915 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/30917/task/30932/stat : 30932 (java) S 30915 30917 25219 0 -1 4202560 8336 0 0 0 137 2 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900740041528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30933] ppid=30915 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/30917/task/30933/stat : 30933 (java) S 30915 30917 25219 0 -1 4202560 12665 0 0 0 173 2 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900738988984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30917/tid=30934] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30934/stat : 30934 (java) S 30915 30917 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900737936120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30935] ppid=30915 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/30917/task/30935/stat : 30935 (java) S 30915 30917 25219 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 339083393 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900736883784 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30936] ppid=30915 vsize=11852648 CPUtime=875.58 cores=0,2,4,6
/proc/30917/task/30936/stat : 30936 (java) R 30915 30917 25219 0 -1 4202560 91 0 0 0 87542 16 0 0 20 0 22 0 339083495 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900735827360 139900792986534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30917/tid=30937] ppid=30915 vsize=11852648 CPUtime=875.64 cores=0,2,4,6
/proc/30917/task/30937/stat : 30937 (java) R 30915 30917 25219 0 -1 4202560 1602 0 0 0 87504 60 0 0 20 0 22 0 339083495 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900734773904 139900792858053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30938] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30938/stat : 30938 (java) S 30915 30917 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339083500 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900733723432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30917/tid=30939] ppid=30915 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30917/task/30939/stat : 30939 (java) S 30915 30917 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339083501 12137111552 1009171 33554432000 1073741824 1073778376 140736683157856 139900732670888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30917 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=248232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=743734
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 909.158
CPU time (s): 1800.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 197.989
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.74373
maximum resident set size= 4036800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30007
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24935
involuntary context switches= 34734

runsolver used 3.20451 second user time and 8.34073 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 15:19:49
IDJOB=3739659
IDBENCH=73968
IDSOLVER=2328
FILE ID=node148/3739659-1338729589
RUNJOBID= node148-1338713436-25235
PBS_JOBID= 14636734
Free space on /tmp= 71328 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739659-1338729589/watcher-3739659-1338729589 -o /tmp/evaluation-result-3739659-1338729589/solver-3739659-1338729589 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739659-1338729589.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=85443582

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        27275036 kB
Buffers:          598584 kB
Cached:          2930492 kB
SwapCached:          628 kB
Active:          2577052 kB
Inactive:        2116336 kB
Active(anon):    1153928 kB
Inactive(anon):    10660 kB
Active(file):    1423124 kB
Inactive(file):  2105676 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3172 kB
Writeback:             4 kB
AnonPages:       1168944 kB
Mapped:            19144 kB
Shmem:                36 kB
Slab:             767144 kB
SReclaimable:     211008 kB
SUnreclaim:       556136 kB
KernelStack:        1608 kB
PageTables:         6500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71324 MiB
End job on node148 at 2012-06-03 15:35:00