Trace number 4085594

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1781.95

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4085594-1465267064.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  objective function found
0.80/0.41	c ... done. Wall clock time 0.299s.
0.80/0.41	c declared #vars     3216
0.80/0.41	c #constraints  3721
0.80/0.41	c constraints type 
0.80/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
0.80/0.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.80/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
0.80/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
0.80/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.80/0.41	c 3721 constraints processed.
0.80/0.41	c objective function length is 6 literals
1.91/1.10	c cleaning 2471 clauses out of 5001 with flag 26729/5001
2.68/1.70	c cleaning 4247 clauses out of 8529 with flag 64043/11000
3.29/2.36	c cleaning 5633 clauses out of 11282 with flag 96588/18000
3.99/3.09	c cleaning 6799 clauses out of 13651 with flag 133400/26002
5.01/4.04	c cleaning 7916 clauses out of 15851 with flag 178759/35001
6.01/5.02	c cleaning 8939 clauses out of 17934 with flag 226181/45000
7.11/6.11	c cleaning 9978 clauses out of 19999 with flag 286188/56004
8.41/7.44	c cleaning 11000 clauses out of 22018 with flag 348084/68001
9.70/8.75	c cleaning 12005 clauses out of 24017 with flag 411785/81000
11.11/10.12	c cleaning 12990 clauses out of 26013 with flag 475021/95001
13.12/12.10	c cleaning 14007 clauses out of 28022 with flag 544463/110000
15.05/14.06	c cleaning 14991 clauses out of 30015 with flag 626721/126000
16.95/15.91	c cleaning 16000 clauses out of 32024 with flag 708656/143000
19.15/18.16	c cleaning 16997 clauses out of 34024 with flag 797633/161000
22.06/21.09	c cleaning 18004 clauses out of 36027 with flag 916621/180000
24.45/23.44	c cleaning 18997 clauses out of 38023 with flag 1011178/200000
28.06/27.03	c cleaning 19796 clauses out of 40029 with flag 1239502/221003
31.56/30.56	c cleaning 20837 clauses out of 42230 with flag 1474452/243000
36.39/35.37	c cleaning 22164 clauses out of 44393 with flag 1749193/266000
39.99/38.96	c cleaning 23064 clauses out of 46230 with flag 1970188/290001
44.59/43.56	c cleaning 23966 clauses out of 48165 with flag 2244855/315000
50.12/49.09	c cleaning 25013 clauses out of 50199 with flag 2563090/341000
55.62/54.53	c cleaning 26093 clauses out of 52186 with flag 2914346/368000
61.58/60.30	c cleaning 26983 clauses out of 54093 with flag 3333821/396000
66.88/65.67	c cleaning 27960 clauses out of 56110 with flag 3734225/425000
74.02/72.64	c cleaning 28974 clauses out of 58150 with flag 4182879/455000
81.66/80.09	c cleaning 30022 clauses out of 60176 with flag 4682154/486000
88.36/86.78	c cleaning 31041 clauses out of 62157 with flag 4989097/518003
96.34/94.50	c cleaning 32039 clauses out of 64115 with flag 5287800/551002
104.04/102.22	c cleaning 33024 clauses out of 66074 with flag 5572113/585000
112.94/110.98	c cleaning 33991 clauses out of 68050 with flag 5882236/620000
121.95/119.71	c cleaning 35025 clauses out of 70062 with flag 6213223/656003
131.66/129.49	c cleaning 36010 clauses out of 72035 with flag 6528011/693001
140.33/138.02	c cleaning 37005 clauses out of 74028 with flag 6915151/731004
149.30/146.97	c cleaning 37993 clauses out of 76019 with flag 7364508/770000
157.76/155.29	c cleaning 38969 clauses out of 78026 with flag 7864448/810000
168.72/166.03	c cleaning 40017 clauses out of 80060 with flag 8294104/851003
181.61/178.88	c cleaning 40958 clauses out of 82040 with flag 8810958/893000
193.13/190.26	c cleaning 42038 clauses out of 84082 with flag 9287051/936000
203.88/200.85	c cleaning 43010 clauses out of 86045 with flag 9693028/980001
214.83/211.70	c cleaning 44009 clauses out of 88035 with flag 10112723/1025001
226.79/223.62	c cleaning 45000 clauses out of 90028 with flag 10450951/1071003
238.61/235.38	c cleaning 45999 clauses out of 92025 with flag 10818993/1118000
251.25/247.84	c cleaning 46990 clauses out of 94026 with flag 11236269/1166000
265.91/262.42	c cleaning 48008 clauses out of 96038 with flag 11610170/1215002
280.34/276.73	c cleaning 48990 clauses out of 98031 with flag 12050295/1265003
294.91/291.14	c cleaning 50006 clauses out of 100038 with flag 12478181/1316000
309.26/305.30	c cleaning 50994 clauses out of 102032 with flag 12979520/1368000
325.09/321.05	c cleaning 52005 clauses out of 104042 with flag 13412660/1421004
344.36/340.24	c cleaning 53008 clauses out of 106035 with flag 13859164/1475002
364.79/360.50	c cleaning 54001 clauses out of 108025 with flag 14249273/1530000
387.72/383.32	c cleaning 55005 clauses out of 110025 with flag 14621955/1586001
410.66/406.10	c cleaning 56000 clauses out of 112019 with flag 15045044/1643000
434.67/430.10	c cleaning 56998 clauses out of 114020 with flag 15448302/1701001
459.19/454.42	c cleaning 58005 clauses out of 116022 with flag 15820169/1760001
485.76/480.81	c cleaning 58997 clauses out of 118017 with flag 16269661/1820001
513.09/508.04	c cleaning 60004 clauses out of 120021 with flag 16760755/1881002
540.16/534.99	c cleaning 60996 clauses out of 122015 with flag 17256848/1943000
567.78/562.44	c cleaning 61997 clauses out of 124019 with flag 17777555/2006000
598.71/593.25	c cleaning 63001 clauses out of 126023 with flag 18219943/2070001
628.00/622.30	c cleaning 64002 clauses out of 128021 with flag 18737562/2135000
655.22/649.49	c cleaning 64996 clauses out of 130020 with flag 19310854/2201001
689.22/683.22	c cleaning 65997 clauses out of 132023 with flag 19922544/2268000
723.41/717.29	c cleaning 67004 clauses out of 134026 with flag 20502067/2336000
758.92/752.60	c cleaning 68004 clauses out of 136022 with flag 21050898/2405000
783.46/776.90	c cleaning 69000 clauses out of 138020 with flag 21693744/2475002
812.40/805.53	c cleaning 70004 clauses out of 140020 with flag 22379549/2546002
835.95/828.71	c cleaning 70929 clauses out of 142015 with flag 23207462/2618001
859.44/851.82	c cleaning 71954 clauses out of 144085 with flag 23968503/2691000
879.88/871.97	c cleaning 72934 clauses out of 146131 with flag 24653301/2765000
898.87/890.62	c cleaning 74082 clauses out of 148197 with flag 25237493/2840000
925.54/917.01	c cleaning 74936 clauses out of 150115 with flag 25877771/2916000
951.42/942.58	c cleaning 76049 clauses out of 152179 with flag 26865916/2993000
973.54/964.35	c cleaning 76951 clauses out of 154131 with flag 27861389/3071001
1002.68/993.09	c cleaning 78053 clauses out of 156180 with flag 29076793/3150001
1027.98/1018.01	c cleaning 78975 clauses out of 158126 with flag 30023265/3230000
1052.76/1042.53	c cleaning 80068 clauses out of 160153 with flag 31051916/3311002
1098.16/1087.60	c cleaning 81035 clauses out of 162087 with flag 32000070/3393004
1138.11/1127.12	c cleaning 82021 clauses out of 164058 with flag 32949708/3476010
1192.38/1180.90	c cleaning 82999 clauses out of 166027 with flag 33862600/3560000
1243.34/1231.44	c cleaning 84008 clauses out of 168030 with flag 34919956/3645002
1297.48/1285.12	c cleaning 85000 clauses out of 170021 with flag 36020104/3731001
1350.78/1337.98	c cleaning 85995 clauses out of 172020 with flag 37034695/3818000
1411.34/1398.01	c cleaning 87003 clauses out of 174026 with flag 38068805/3906001
1469.49/1455.60	c cleaning 87999 clauses out of 176022 with flag 39130233/3995000
1510.65/1496.16	c cleaning 88948 clauses out of 178023 with flag 40139169/4085000
1553.52/1538.34	c cleaning 89998 clauses out of 180077 with flag 41497240/4176002
1592.25/1576.65	c cleaning 91028 clauses out of 182078 with flag 42528285/4268001
1644.99/1628.73	c cleaning 92019 clauses out of 184050 with flag 43647623/4361001
1702.19/1685.29	c cleaning 92984 clauses out of 186032 with flag 44836755/4455002
1766.43/1748.76	c cleaning 93975 clauses out of 188046 with flag 46055722/4550000
1800.07/1781.91	c starts		: 17140
1800.07/1781.91	c conflicts		: 4617140
1800.07/1781.91	c decisions		: 10805499
1800.07/1781.91	c propagations		: 537323110
1800.07/1781.91	c inspects		: 26671794207
1800.07/1781.91	c shortcuts		: 0
1800.07/1781.91	c learnt literals	: 0
1800.07/1781.91	c learnt binary clauses	: 0
1800.07/1781.91	c learnt ternary clauses	: 0
1800.07/1781.91	c learnt constraints	: 4617140
1800.07/1781.91	c ignored constraints	: 0
1800.07/1781.91	c root simplifications	: 0
1800.07/1781.91	c removed literals (reason simplification)	: 0
1800.07/1781.91	c reason swapping (by a shorter reason)	: 0
1800.07/1781.91	c Calls to reduceDB	: 91
1800.07/1781.91	c Number of update (reduction) of LBD	: 2754267
1800.07/1781.91	c Imported unit clauses	: 0
1800.07/1781.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1781.91	c number of learned constraints concerned by reduction	: 0
1800.07/1781.92	c number of learning phase by resolution	: 0
1800.07/1781.92	c number of learning phase by cutting planes	: 0
1800.07/1781.92	c speed (assignments/second)	: 301613.1098659667
1800.07/1781.92	c non guided choices	15063
1800.07/1781.92	c timeout
1800.07/1781.94	c learnt constraints type 
1800.07/1781.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161212
1800.07/1781.94	s UNKNOWN
1800.07/1781.94	c Total wall clock time (in seconds): 1781.831

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085594-1465267064/watcher-4085594-1465267064 -o /tmp/evaluation-result-4085594-1465267064/solver-4085594-1465267064 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085594-1465267064.opb 

pid=11943
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: 2.15 2.17 2.12 2/192 11946
/proc/meminfo: memFree=30402352/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/11946/stat : 11946 (java) R 11943 11946 8435 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 108641239 3653632 50 33554432000 1073741824 1073778376 140733792260768 140733792257896 235365559591 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 1408 53 41 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.15 2.17 2.12 2/192 11946
/proc/meminfo: memFree=30402352/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 4394 0 1 0 8 0 0 0 20 0 18 0 108641239 9787879424 6035 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.15 2.17 2.12 2/192 11946
/proc/meminfo: memFree=30402352/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 4681 0 1 0 24 1 0 0 20 0 18 0 108641239 9787879424 6768 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2389619 6769 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.15 2.17 2.12 2/192 11946
/proc/meminfo: memFree=30402352/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 6683 0 1 0 49 1 0 0 20 0 18 0 108641239 9787879424 9459 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2389619 9459 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.15 2.17 2.12 2/192 11946
/proc/meminfo: memFree=30402352/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 12147 0 1 0 150 2 0 0 20 0 19 0 108641239 9856040960 16909 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 16909 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.15 2.17 2.12 5/211 11965
/proc/meminfo: memFree=30338904/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=2.44 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 13494 0 1 0 242 2 0 0 20 0 19 0 108641239 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 18482 2267 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2426 0 1 0 144 2 0 0 20 0 19 0 108641240 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360114241664 140359951461436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108641242 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4408 0 0 0 50 0 0 0 20 0 19 0 108641245 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 45 0 0 0 20 0 19 0 108641245 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 18482 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.15 2.17 2.12 3/211 11965
/proc/meminfo: memFree=30330216/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 13502 0 1 0 408 3 0 0 20 0 19 0 108641239 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 22066 2267 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2434 0 1 0 304 2 0 0 20 0 19 0 108641240 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360114233040 140359951383365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108641242 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4408 0 0 0 54 0 0 0 20 0 19 0 108641245 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 47 0 0 0 20 0 19 0 108641245 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 22066 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.14 2.17 2.12 3/211 11965
/proc/meminfo: memFree=30299532/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=7.31 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 13518 0 1 0 728 3 0 0 20 0 19 0 108641239 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 29219 2268 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2449 0 1 0 623 2 0 0 20 0 19 0 108641240 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360114233024 140359951461436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108641241 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108641242 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4408 0 0 0 54 0 0 0 20 0 19 0 108641245 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 47 0 0 0 20 0 19 0 108641245 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 29219 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9625040


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

[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 107577 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1679.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/211 12097
/proc/meminfo: memFree=28249724/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=1739.79 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 38260 0 1 0 173797 182 0 0 20 0 19 0 108641239 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 87571 2290 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=1706.46 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2811 0 1 0 170615 31 0 0 20 0 19 0 108641240 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360114240800 140359951461408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=2.84 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 2099 0 0 0 264 20 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=3.01 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 4360 0 0 0 281 20 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=2.95 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 2554 0 0 0 278 17 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=2.73 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 3633 0 0 0 257 16 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=2.71 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 2589 0 0 0 254 17 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 2598 0 0 0 263 22 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1264 0 0 0 268 20 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3718 0 0 0 274 20 0 0 20 0 19 0 108641241 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=4.68 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 1474 0 0 0 461 7 0 0 20 0 19 0 108641242 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4415 0 0 0 57 0 0 0 20 0 19 0 108641245 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 47 0 0 0 20 0 19 0 108641245 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 99 0 0 0 26 22 0 0 20 0 19 0 108641245 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 87571 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1739.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 2.08 2.10 2.09 4/211 12098
/proc/meminfo: memFree=28208016/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 38750 0 1 0 179815 192 0 0 20 0 19 0 108641239 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 95234 2290 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=1765.51 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2828 0 1 0 176519 32 0 0 20 0 19 0 108641240 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360114240816 140359951288357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 2110 0 0 0 272 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 4378 0 0 0 294 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 2570 0 0 0 289 17 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 3656 0 0 0 267 18 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 2669 0 0 0 267 18 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=2.95 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 2741 0 0 0 273 22 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1361 0 0 0 279 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3793 0 0 0 285 22 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=4.76 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 1480 0 0 0 469 7 0 0 20 0 19 0 108641242 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4415 0 0 0 57 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 47 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11946 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.9 s]
/proc/loadavg: 2.08 2.10 2.09 4/211 12098
/proc/meminfo: memFree=28208016/32872528 swapFree=13256/481332
[pid=11946] ppid=11943 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/11946/stat : 11946 (java) S 11943 11946 8435 0 -1 4202496 38750 0 1 0 179815 192 0 0 20 0 19 0 108641239 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140733792251904 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11946/statm: 2406260 95234 2290 9 0 2396937 0
[pid=11946/tid=11948] ppid=11943 vsize=9625040 CPUtime=1765.51 cores=0,2,4,6
/proc/11946/task/11948/stat : 11948 (java) R 11943 11946 8435 0 -1 4202560 2828 0 1 0 176519 32 0 0 20 0 19 0 108641240 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360114240816 140359951288357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11949] ppid=11943 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/11946/task/11949/stat : 11949 (java) S 11943 11946 8435 0 -1 4202560 2110 0 0 0 272 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360075733800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11950] ppid=11943 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/11946/task/11950/stat : 11950 (java) S 11943 11946 8435 0 -1 4202560 4378 0 0 0 294 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360074681000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11946/tid=11951] ppid=11943 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11946/task/11951/stat : 11951 (java) S 11943 11946 8435 0 -1 4202560 2570 0 0 0 289 17 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360073628712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11946/tid=11952] ppid=11943 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/11946/task/11952/stat : 11952 (java) S 11943 11946 8435 0 -1 4202560 3656 0 0 0 267 18 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360072575912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11953] ppid=11943 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/11946/task/11953/stat : 11953 (java) S 11943 11946 8435 0 -1 4202560 2669 0 0 0 267 18 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360071522600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11954] ppid=11943 vsize=9625040 CPUtime=2.95 cores=0,2,4,6
/proc/11946/task/11954/stat : 11954 (java) S 11943 11946 8435 0 -1 4202560 2741 0 0 0 273 22 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360070469800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11955] ppid=11943 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/11946/task/11955/stat : 11955 (java) S 11943 11946 8435 0 -1 4202560 1361 0 0 0 279 21 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140360069417512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11956] ppid=11943 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11946/task/11956/stat : 11956 (java) S 11943 11946 8435 0 -1 4202560 3793 0 0 0 285 22 0 0 20 0 19 0 108641241 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359950657960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11957] ppid=11943 vsize=9625040 CPUtime=4.76 cores=0,2,4,6
/proc/11946/task/11957/stat : 11957 (java) S 11943 11946 8435 0 -1 4202560 1480 0 0 0 469 7 0 0 20 0 19 0 108641242 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359938460392 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11958] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11958/stat : 11958 (java) S 11943 11946 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359937406456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11959] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11959/stat : 11959 (java) S 11943 11946 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108641243 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359936354056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11960] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11960/stat : 11960 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359935302544 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11961] ppid=11943 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11946/task/11961/stat : 11961 (java) S 11943 11946 8435 0 -1 4202560 4415 0 0 0 57 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359195683000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11962] ppid=11943 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11946/task/11962/stat : 11962 (java) S 11943 11946 8435 0 -1 4202560 5388 0 0 0 47 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359194630200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11963] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11963/stat : 11963 (java) S 11943 11946 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359193578104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11946/tid=11964] ppid=11943 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11946/task/11964/stat : 11964 (java) S 11943 11946 8435 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 19 0 108641245 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359192525512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11946/tid=11965] ppid=11943 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11946/task/11965/stat : 11965 (java) S 11943 11946 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108641281 9856040960 95234 33554432000 1073741824 1073778376 140733792260768 140359191471528 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1781.95
CPU time (s): 1800.07
CPU user time (s): 1798.15
CPU system time (s): 1.92
CPU usage (%): 101.017
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.36164
maximum resident set size= 755084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48992
involuntary context switches= 47905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61914 second user time and 7.46986 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 04:37:44
IDJOB=4085594
IDBENCH=71844
IDSOLVER=2546
FILE ID=node104/4085594-1465267064
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085594-1465267064/watcher-4085594-1465267064 -o /tmp/evaluation-result-4085594-1465267064/solver-4085594-1465267064 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085594-1465267064.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1370047395

node104.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.775
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.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30402616 kB
Buffers:          107432 kB
Cached:           129724 kB
SwapCached:         1736 kB
Active:          1102320 kB
Inactive:         155884 kB
Active(anon):    1021024 kB
Inactive(anon):     2416 kB
Active(file):      81296 kB
Inactive(file):   153468 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       1501148 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             598240 kB
SReclaimable:      42144 kB
SUnreclaim:       556096 kB
KernelStack:        1592 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1650296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1419264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-07 05:07:26