Trace number 3689197

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 Resolution 2.3.2 Snapshot? (TO) 1800.09 1792.95

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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689197-1337889869.opb
0.07/0.13	c reading problem ... 
1.72/0.90	c ... done. Wall clock time 0.766s.
1.72/0.90	c declared #vars     24684
1.72/0.90	c #constraints  71315
1.72/0.90	c constraints type 
1.72/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1.72/0.90	c ignored satisfied constraints => 10341
1.72/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1.72/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1.72/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1.72/0.90	c 81656 constraints processed.
3.32/2.15	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.72/3.49	c cleaning 4239 clauses out of 8501 with flag 11000/11000
6.33/5.01	c cleaning 5621 clauses out of 11262 with flag 18000/18000
8.04/6.75	c cleaning 6819 clauses out of 13641 with flag 26000/26000
10.20/8.84	c cleaning 7903 clauses out of 15822 with flag 35000/35000
12.60/11.27	c cleaning 8948 clauses out of 17921 with flag 45002/45002
15.22/13.86	c cleaning 9977 clauses out of 19971 with flag 56000/56000
18.62/17.22	c cleaning 10978 clauses out of 21994 with flag 68000/68000
21.74/20.30	c cleaning 12003 clauses out of 24016 with flag 81000/81000
24.75/23.32	c cleaning 12985 clauses out of 26013 with flag 95000/95000
28.17/26.73	c cleaning 14000 clauses out of 28029 with flag 110001/110001
31.88/30.46	c cleaning 15003 clauses out of 30028 with flag 126000/126000
35.59/34.14	c cleaning 16008 clauses out of 32025 with flag 143000/143000
39.69/38.26	c cleaning 16989 clauses out of 34019 with flag 161002/161002
44.04/42.50	c cleaning 18000 clauses out of 36028 with flag 180000/180000
48.76/47.30	c cleaning 19004 clauses out of 38028 with flag 200000/200000
54.18/52.67	c cleaning 19990 clauses out of 40024 with flag 221000/221000
59.79/58.25	c cleaning 20999 clauses out of 42036 with flag 243002/243002
65.71/64.17	c cleaning 21999 clauses out of 44035 with flag 266000/266000
70.83/69.26	c cleaning 23013 clauses out of 46036 with flag 290000/290000
76.86/75.28	c cleaning 23990 clauses out of 48024 with flag 315001/315001
83.67/82.05	c cleaning 24999 clauses out of 50033 with flag 341000/341000
89.91/88.23	c cleaning 26002 clauses out of 52035 with flag 368001/368001
96.72/95.05	c cleaning 26995 clauses out of 54033 with flag 396001/396001
103.95/102.23	c cleaning 27961 clauses out of 56037 with flag 425000/425000
111.78/110.08	c cleaning 28999 clauses out of 58078 with flag 455002/455002
118.80/117.03	c cleaning 30026 clauses out of 60077 with flag 486000/486000
126.03/124.27	c cleaning 31014 clauses out of 62052 with flag 518001/518001
135.33/133.55	c cleaning 32007 clauses out of 64038 with flag 551001/551001
144.54/142.77	c cleaning 32975 clauses out of 66030 with flag 585000/585000
153.79/151.90	c cleaning 34002 clauses out of 68057 with flag 620002/620002
163.03/161.16	c cleaning 34994 clauses out of 70056 with flag 656003/656003
172.35/170.49	c cleaning 35993 clauses out of 72060 with flag 693001/693001
181.05/179.12	c cleaning 37010 clauses out of 74067 with flag 731001/731001
190.37/188.49	c cleaning 38009 clauses out of 76058 with flag 770002/770002
200.39/198.40	c cleaning 38996 clauses out of 78047 with flag 810000/810000
212.21/210.24	c cleaning 40010 clauses out of 80051 with flag 851000/851000
223.95/222.00	c cleaning 40990 clauses out of 82041 with flag 893000/893000
234.88/232.81	c cleaning 42019 clauses out of 84052 with flag 936001/936001
247.72/245.69	c cleaning 42995 clauses out of 86032 with flag 980000/980000
261.44/259.35	c cleaning 43990 clauses out of 88037 with flag 1025000/1025000
273.97/271.83	c cleaning 45001 clauses out of 90049 with flag 1071002/1071002
288.27/286.08	c cleaning 46006 clauses out of 92049 with flag 1118003/1118003
305.15/302.81	c cleaning 46951 clauses out of 94042 with flag 1166002/1166002
319.41/317.07	c cleaning 47978 clauses out of 96091 with flag 1215002/1215002
334.83/332.47	c cleaning 48996 clauses out of 98114 with flag 1265003/1265003
349.08/346.62	c cleaning 50001 clauses out of 100115 with flag 1316000/1316000
362.95/360.43	c cleaning 51034 clauses out of 102114 with flag 1368000/1368000
379.07/376.55	c cleaning 52020 clauses out of 104081 with flag 1421001/1421001
396.90/394.39	c cleaning 53005 clauses out of 106060 with flag 1475000/1475000
415.24/412.62	c cleaning 53986 clauses out of 108055 with flag 1530000/1530000
434.27/431.69	c cleaning 54993 clauses out of 110069 with flag 1586000/1586000
452.83/450.17	c cleaning 56018 clauses out of 112077 with flag 1643001/1643001
472.89/470.19	c cleaning 56985 clauses out of 114059 with flag 1701001/1701001
494.34/491.53	c cleaning 58015 clauses out of 116075 with flag 1760002/1760002
510.20/507.39	c cleaning 59005 clauses out of 118058 with flag 1820000/1820000
528.33/525.45	c cleaning 60000 clauses out of 120054 with flag 1881001/1881001
547.52/544.53	c cleaning 61004 clauses out of 122054 with flag 1943001/1943001
565.68/562.65	c cleaning 62000 clauses out of 124050 with flag 2006001/2006001
585.22/582.12	c cleaning 63001 clauses out of 126049 with flag 2070000/2070000
604.18/601.01	c cleaning 64010 clauses out of 128048 with flag 2135000/2135000
620.85/617.65	c cleaning 64998 clauses out of 130039 with flag 2201001/2201001
641.58/638.36	c cleaning 66009 clauses out of 132042 with flag 2268002/2268002
662.62/659.34	c cleaning 66994 clauses out of 134031 with flag 2336000/2336000
682.48/679.20	c cleaning 67994 clauses out of 136037 with flag 2405000/2405000
703.84/700.43	c cleaning 68985 clauses out of 138044 with flag 2475001/2475001
726.60/723.16	c cleaning 70007 clauses out of 140060 with flag 2546002/2546002
752.15/748.69	c cleaning 71004 clauses out of 142052 with flag 2618001/2618001
775.71/772.12	c cleaning 72006 clauses out of 144049 with flag 2691002/2691002
798.75/795.18	c cleaning 72981 clauses out of 146042 with flag 2765001/2765001
822.90/819.28	c cleaning 73998 clauses out of 148062 with flag 2840002/2840002
850.37/846.62	c cleaning 74993 clauses out of 150062 with flag 2916000/2916000
878.82/875.05	c cleaning 76012 clauses out of 152070 with flag 2993001/2993001
901.28/897.41	c cleaning 77005 clauses out of 154059 with flag 3071002/3071002
923.15/919.24	c cleaning 77976 clauses out of 156052 with flag 3150000/3150000
944.39/940.46	c cleaning 78982 clauses out of 158076 with flag 3230000/3230000
972.64/968.62	c cleaning 80004 clauses out of 160095 with flag 3311001/3311001
996.00/991.94	c cleaning 81022 clauses out of 162091 with flag 3393001/3393001
1023.03/1018.96	c cleaning 81988 clauses out of 164069 with flag 3476001/3476001
1053.92/1049.78	c cleaning 83003 clauses out of 166082 with flag 3560002/3560002
1083.43/1079.12	c cleaning 83988 clauses out of 168077 with flag 3645000/3645000
1112.57/1108.23	c cleaning 85021 clauses out of 170090 with flag 3731001/3731001
1143.84/1139.42	c cleaning 86010 clauses out of 172068 with flag 3818000/3818000
1176.28/1171.82	c cleaning 86991 clauses out of 174058 with flag 3906000/3906000
1207.24/1202.72	c cleaning 87997 clauses out of 176067 with flag 3995000/3995000
1245.30/1240.73	c cleaning 88978 clauses out of 178071 with flag 4085001/4085001
1277.98/1273.27	c cleaning 90018 clauses out of 180093 with flag 4176001/4176001
1314.64/1309.74	c cleaning 91018 clauses out of 182076 with flag 4268002/4268002
1349.11/1344.04	c cleaning 92000 clauses out of 184056 with flag 4361000/4361000
1382.40/1377.04	c cleaning 92997 clauses out of 186056 with flag 4455000/4455000
1406.61/1401.01	c cleaning 93993 clauses out of 188063 with flag 4550004/4550004
1446.91/1441.13	c cleaning 94972 clauses out of 190066 with flag 4646000/4646000
1475.87/1469.88	c cleaning 96000 clauses out of 192094 with flag 4743000/4743000
1508.92/1502.73	c cleaning 97013 clauses out of 194095 with flag 4841001/4841001
1552.22/1545.94	c cleaning 97987 clauses out of 196082 with flag 4940001/4940001
1593.97/1587.59	c cleaning 99003 clauses out of 198098 with flag 5040004/5040004
1642.03/1635.48	c cleaning 100015 clauses out of 200093 with flag 5141002/5141002
1688.95/1682.24	c cleaning 101002 clauses out of 202079 with flag 5243003/5243003
1737.80/1730.95	c cleaning 101983 clauses out of 204075 with flag 5346001/5346001
1782.53/1775.53	c cleaning 102978 clauses out of 206091 with flag 5450000/5450000
1800.09/1792.92	c starts		: 275
1800.09/1792.92	c conflicts		: 5507483
1800.09/1792.92	c decisions		: 7577851
1800.09/1792.92	c propagations		: 2134298537
1800.09/1792.92	c inspects		: 16399116267
1800.09/1792.92	c shortcuts		: 0
1800.09/1792.92	c learnt literals	: 0
1800.09/1792.92	c learnt binary clauses	: 0
1800.09/1792.92	c learnt ternary clauses	: 2875
1800.09/1792.92	c learnt constraints	: 5507483
1800.09/1792.92	c ignored constraints	: 0
1800.09/1792.92	c root simplifications	: 0
1800.09/1792.92	c removed literals (reason simplification)	: 0
1800.09/1792.92	c reason swapping (by a shorter reason)	: 0
1800.09/1792.92	c Calls to reduceDB	: 100
1800.09/1792.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.92	c number of learned constraints concerned by reduction	: 0
1800.09/1792.92	c number of learning phase by resolution	: 0
1800.09/1792.92	c number of learning phase by cutting planes	: 0
1800.09/1792.92	c speed (assignments/second)	: 1191042.2230642554
1800.09/1792.92	c non guided choices	92
1800.09/1792.94	c learnt constraints type 
1800.09/1792.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160656
1800.09/1792.94	c constraints type 
1800.09/1792.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1800.09/1792.94	c ignored satisfied constraints => 10341
1800.09/1792.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1800.09/1792.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1800.09/1792.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1800.09/1792.94	c 81656 constraints processed.
1800.09/1792.94	s UNKNOWN
1800.09/1792.94	c Total wall clock time (in seconds): 1792.813

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.29 2.75 3/173 31160
/proc/meminfo: memFree=30382880/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31160/stat : 31160 (java) D 31158 31160 25184 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255111355 9515008 182 33554432000 1073741824 1073778376 140735405881056 140735405872088 239237676725 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/31160/statm: 2323 182 140 9 0 71 0

[startup+0.0231521 s]
/proc/loadavg: 1.92 2.29 2.75 3/173 31160
/proc/meminfo: memFree=30382880/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=8616420 CPUtime=0 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 1995 0 1 0 0 0 0 0 20 0 5 0 255111355 8823214080 1677 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2154105 1677 951 9 0 2145214 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8616420

[startup+0.100227 s]
/proc/loadavg: 1.92 2.29 2.75 3/173 31160
/proc/meminfo: memFree=30382880/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 3477 0 1 0 6 1 0 0 20 0 18 0 255111355 9787813888 4176 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2389603 4191 1790 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300253 s]
/proc/loadavg: 1.92 2.29 2.75 3/173 31160
/proc/meminfo: memFree=30382880/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 6068 0 1 0 42 2 0 0 20 0 18 0 255111355 9787813888 7818 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2389603 7818 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700251 s]
/proc/loadavg: 1.92 2.29 2.75 3/173 31160
/proc/meminfo: memFree=30382880/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9558412 CPUtime=1.24 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 9864 0 1 0 119 5 0 0 20 0 18 0 255111355 9787813888 36988 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2389603 36988 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.92 2.29 2.75 5/212 31206
/proc/meminfo: memFree=30068176/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=2.67 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 15636 0 1 0 259 8 0 0 20 0 19 0 255111355 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 41273 2266 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 2572 0 1 0 140 3 0 0 20 0 19 0 255111356 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760382886424 139760323423990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6974 0 0 0 58 3 0 0 20 0 19 0 255111362 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 4801 0 0 0 50 0 0 0 20 0 19 0 255111362 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 41273 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.93 2.29 2.75 3/213 31207
/proc/meminfo: memFree=30067656/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=4.4 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 16147 0 1 0 430 10 0 0 20 0 19 0 255111355 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 50025 2283 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 2573 0 1 0 292 3 0 0 20 0 19 0 255111356 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760382886040 139760323431257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 19 0 255111359 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6977 0 0 0 60 3 0 0 20 0 19 0 255111362 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5245 0 0 0 55 0 0 0 20 0 19 0 255111362 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 50025 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 1.93 2.29 2.75 3/213 31207
/proc/meminfo: memFree=29993192/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=7.64 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 16164 0 1 0 754 10 0 0 20 0 19 0 255111355 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 51396 2283 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=6.05 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 2575 0 1 0 602 3 0 0 20 0 19 0 255111356 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760382886176 139760323430452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111357 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 102 0 0 0 12 0 0 0 20 0 19 0 255111359 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6977 0 0 0 61 3 0 0 20 0 19 0 255111362 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5246 0 0 0 57 0 0 0 20 0 19 0 255111362 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 51396 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6985 0 0 0 61 3 0 0 20 0 19 0 255111362 9855975424 177473 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5572 0 0 0 63 0 0 0 20 0 19 0 255111362 9855975424 177473 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 177473 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 98 0 0 0 37 22 0 0 20 0 19 0 255111362 9855975424 177473 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 177473 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1729.2
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/213 31221
/proc/meminfo: memFree=29340536/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=1789.41 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 20460 0 1 0 178836 105 0 0 20 0 19 0 255111355 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 171553 2284 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=1767.92 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 3024 0 1 0 176755 37 0 0 20 0 19 0 255111356 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760382886176 139760323424336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 370 0 0 0 95 10 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 236 0 0 0 85 9 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 163 0 0 0 95 7 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=1.14 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 359 0 0 0 103 11 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 390 0 0 0 92 9 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 356 0 0 0 89 9 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 424 0 0 0 87 10 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 215 0 0 0 79 8 0 0 20 0 19 0 255111357 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=7.35 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 1086 0 0 0 733 2 0 0 20 0 19 0 255111359 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6985 0 0 0 61 3 0 0 20 0 19 0 255111362 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5572 0 0 0 63 0 0 0 20 0 19 0 255111362 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 102 0 0 0 38 24 0 0 20 0 19 0 255111362 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 171553 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.00 2.00 2.11 3/213 31221
/proc/meminfo: memFree=29353876/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 20461 0 1 0 179904 105 0 0 20 0 19 0 255111355 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 168315 2284 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=1778.48 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 3025 0 1 0 177810 38 0 0 20 0 19 0 255111356 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760382885336 139760323515641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 370 0 0 0 97 10 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 236 0 0 0 87 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 163 0 0 0 97 7 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 359 0 0 0 104 11 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 390 0 0 0 92 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0.99 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 356 0 0 0 90 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 424 0 0 0 88 10 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 215 0 0 0 80 8 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=7.35 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 1086 0 0 0 733 2 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6985 0 0 0 61 3 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5572 0 0 0 63 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 102 0 0 0 38 24 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1792.9 s]
/proc/loadavg: 2.00 2.00 2.11 3/213 31221
/proc/meminfo: memFree=29353876/32873844 swapFree=7388/7388
[pid=31160] ppid=31158 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/31160/stat : 31160 (java) S 31158 31160 25184 0 -1 4202496 20461 0 1 0 179904 105 0 0 20 0 19 0 255111355 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 140734474296752 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31160/statm: 2406244 168315 2284 9 0 2396937 0
[pid=31160/tid=31162] ppid=31158 vsize=9624976 CPUtime=1778.48 cores=0,2,4,6
/proc/31160/task/31162/stat : 31162 (java) R 31158 31160 25184 0 -1 4202560 3025 0 1 0 177810 38 0 0 20 0 19 0 255111356 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760382885336 139760323515641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31164] ppid=31158 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/31160/task/31164/stat : 31164 (java) S 31158 31160 25184 0 -1 4202560 370 0 0 0 97 10 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760321616936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31160/tid=31165] ppid=31158 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/31160/task/31165/stat : 31165 (java) S 31158 31160 25184 0 -1 4202560 236 0 0 0 87 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760320564136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31166] ppid=31158 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/31160/task/31166/stat : 31166 (java) S 31158 31160 25184 0 -1 4202560 163 0 0 0 97 7 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760319511336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31167] ppid=31158 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/31160/task/31167/stat : 31167 (java) S 31158 31160 25184 0 -1 4202560 359 0 0 0 104 11 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760318458536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31168] ppid=31158 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/31160/task/31168/stat : 31168 (java) S 31158 31160 25184 0 -1 4202560 390 0 0 0 92 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760317405736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31169] ppid=31158 vsize=9624976 CPUtime=0.99 cores=0,2,4,6
/proc/31160/task/31169/stat : 31169 (java) S 31158 31160 25184 0 -1 4202560 356 0 0 0 90 9 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760221501864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31170] ppid=31158 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/31160/task/31170/stat : 31170 (java) S 31158 31160 25184 0 -1 4202560 424 0 0 0 88 10 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760220449064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31171] ppid=31158 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/31160/task/31171/stat : 31171 (java) S 31158 31160 25184 0 -1 4202560 215 0 0 0 80 8 0 0 20 0 19 0 255111357 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760219396264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31176] ppid=31158 vsize=9624976 CPUtime=7.35 cores=0,2,4,6
/proc/31160/task/31176/stat : 31176 (java) S 31158 31160 25184 0 -1 4202560 1086 0 0 0 733 2 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760206986216 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31181] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31181/stat : 31181 (java) S 31158 31160 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760205932280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31182] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31182/stat : 31182 (java) S 31158 31160 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111359 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760204879368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31196] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31196/stat : 31196 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760203827856 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31197] ppid=31158 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31160/task/31197/stat : 31197 (java) S 31158 31160 25184 0 -1 4202560 6985 0 0 0 61 3 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760202774968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31160/tid=31198] ppid=31158 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/31160/task/31198/stat : 31198 (java) S 31158 31160 25184 0 -1 4202560 5572 0 0 0 63 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760201722168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31199] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31199/stat : 31199 (java) S 31158 31160 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760200669560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31160/tid=31200] ppid=31158 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/31160/task/31200/stat : 31200 (java) S 31158 31160 25184 0 -1 4202560 102 0 0 0 38 24 0 0 20 0 19 0 255111362 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760199616968 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31160/tid=31206] ppid=31158 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31160/task/31206/stat : 31206 (java) S 31158 31160 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111451 9855975424 168315 33554432000 1073741824 1073778376 140734474305616 139760198563496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1792.95
CPU time (s): 1800.09
CPU user time (s): 1799.04
CPU system time (s): 1.05
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.54377
maximum resident set size= 892400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20497
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41247
involuntary context switches= 22881

runsolver used 6.64099 second user time and 14.3618 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 22:04:30
IDJOB=3689197
IDBENCH=73968
IDSOLVER=2269
FILE ID=node147/3689197-1337889869
RUNJOBID= node147-1337889869-31142
PBS_JOBID= 14620057
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689197-1337889869/watcher-3689197-1337889869 -o /tmp/evaluation-result-3689197-1337889869/solver-3689197-1337889869 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689197-1337889869.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=1794106301

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30384160 kB
Buffers:          234008 kB
Cached:          1473252 kB
SwapCached:         6180 kB
Active:           352380 kB
Inactive:        1367180 kB
Active(anon):       7868 kB
Inactive(anon):     6780 kB
Active(file):     344512 kB
Inactive(file):  1360400 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              5448 kB
Writeback:           188 kB
AnonPages:         14264 kB
Mapped:             9008 kB
Shmem:                 0 kB
Slab:             631208 kB
SReclaimable:      72460 kB
SUnreclaim:       558748 kB
KernelStack:        1400 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node147 at 2012-05-24 22:34:25