Trace number 3710456

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1795.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_0_mh_ic.opb
MD5SUMd1abf7b4963ec923523ad7cbca6393af
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4905751
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 18442352201
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 18442352201
Number of bits of the biggest sum of numbers35
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710456-1338249369.opb
0.08/0.13	c reading problem ... 
1.83/1.06	c ... done. Wall clock time 0.926s.
1.83/1.06	c declared #vars     45775
1.83/1.06	c #constraints  104537
1.83/1.06	c constraints type 
1.83/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1.83/1.06	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.83/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.83/1.06	c ignored satisfied constraints => 4
1.83/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1.83/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1.83/1.06	c 104541 constraints processed.
9.36/8.00	c cleaning 2494 clauses out of 5000 with flag 5000/5000
18.51/17.05	c cleaning 4252 clauses out of 8506 with flag 11000/11000
26.02/24.59	c cleaning 5623 clauses out of 11254 with flag 18000/18000
31.65/30.18	c cleaning 6808 clauses out of 13631 with flag 26000/26000
39.72/38.11	c cleaning 7910 clauses out of 15823 with flag 35000/35000
46.03/44.40	c cleaning 8946 clauses out of 17915 with flag 45002/45002
54.85/53.26	c cleaning 9975 clauses out of 19967 with flag 56000/56000
66.16/64.58	c cleaning 10985 clauses out of 21992 with flag 68000/68000
76.97/75.30	c cleaning 11991 clauses out of 24007 with flag 81000/81000
87.09/85.41	c cleaning 13004 clauses out of 26017 with flag 95001/95001
95.40/93.79	c cleaning 14002 clauses out of 28016 with flag 110004/110004
107.96/106.23	c cleaning 14998 clauses out of 30011 with flag 126001/126001
117.51/115.75	c cleaning 15993 clauses out of 32012 with flag 143000/143000
129.83/128.08	c cleaning 16985 clauses out of 34019 with flag 161000/161000
148.19/146.37	c cleaning 17995 clauses out of 36034 with flag 180000/180000
163.82/161.97	c cleaning 19017 clauses out of 38041 with flag 200002/200002
178.44/176.50	c cleaning 19982 clauses out of 40022 with flag 221000/221000
189.28/187.39	c cleaning 21002 clauses out of 42040 with flag 243000/243000
203.32/201.37	c cleaning 22001 clauses out of 44038 with flag 266000/266000
224.53/222.52	c cleaning 22995 clauses out of 46040 with flag 290003/290003
242.98/240.98	c cleaning 24016 clauses out of 48043 with flag 315001/315001
256.10/254.03	c cleaning 24994 clauses out of 50026 with flag 341000/341000
269.45/267.31	c cleaning 26004 clauses out of 52033 with flag 368001/368001
288.08/285.95	c cleaning 27010 clauses out of 54028 with flag 396000/396000
308.41/306.22	c cleaning 27991 clauses out of 56018 with flag 425000/425000
322.83/320.61	c cleaning 29007 clauses out of 58028 with flag 455001/455001
345.99/343.71	c cleaning 30004 clauses out of 60023 with flag 486003/486003
366.02/363.72	c cleaning 30994 clauses out of 62016 with flag 518000/518000
391.04/388.77	c cleaning 32000 clauses out of 64022 with flag 551000/551000
402.46/400.20	c cleaning 32996 clauses out of 66023 with flag 585001/585001
425.09/422.80	c cleaning 34002 clauses out of 68027 with flag 620001/620001
442.33/439.93	c cleaning 35007 clauses out of 70025 with flag 656001/656001
466.34/463.95	c cleaning 36000 clauses out of 72017 with flag 693000/693000
491.37/488.91	c cleaning 36997 clauses out of 74017 with flag 731000/731000
510.60/508.17	c cleaning 38002 clauses out of 76020 with flag 770000/770000
540.06/537.54	c cleaning 39007 clauses out of 78018 with flag 810000/810000
555.76/553.17	c cleaning 39990 clauses out of 80011 with flag 851000/851000
576.68/574.03	c cleaning 41007 clauses out of 82021 with flag 893000/893000
604.04/601.32	c cleaning 41994 clauses out of 84018 with flag 936004/936004
629.73/626.98	c cleaning 43002 clauses out of 86030 with flag 980010/980010
654.68/651.81	c cleaning 43981 clauses out of 88018 with flag 1025000/1025000
684.32/681.47	c cleaning 44996 clauses out of 90038 with flag 1071001/1071001
715.01/712.08	c cleaning 46006 clauses out of 92041 with flag 1118000/1118000
736.99/733.99	c cleaning 46988 clauses out of 94037 with flag 1166002/1166002
760.61/757.56	c cleaning 47987 clauses out of 96047 with flag 1215000/1215000
781.95/778.89	c cleaning 48992 clauses out of 98061 with flag 1265001/1265001
804.02/800.88	c cleaning 50019 clauses out of 100068 with flag 1316000/1316000
846.23/842.99	c cleaning 51010 clauses out of 102049 with flag 1368000/1368000
876.47/873.18	c cleaning 51978 clauses out of 104039 with flag 1421000/1421000
922.00/918.64	c cleaning 53021 clauses out of 106061 with flag 1475000/1475000
945.52/942.14	c cleaning 54004 clauses out of 108040 with flag 1530000/1530000
967.67/964.23	c cleaning 55009 clauses out of 110036 with flag 1586000/1586000
997.32/993.85	c cleaning 56005 clauses out of 112027 with flag 1643000/1643000
1021.74/1018.25	c cleaning 56993 clauses out of 114022 with flag 1701000/1701000
1043.59/1040.07	c cleaning 58001 clauses out of 116029 with flag 1760000/1760000
1082.55/1079.00	c cleaning 59001 clauses out of 118028 with flag 1820000/1820000
1122.82/1119.17	c cleaning 59983 clauses out of 120027 with flag 1881000/1881000
1162.62/1158.86	c cleaning 61011 clauses out of 122051 with flag 1943007/1943007
1204.10/1200.21	c cleaning 62006 clauses out of 124033 with flag 2006000/2006000
1229.56/1225.69	c cleaning 63002 clauses out of 126027 with flag 2070000/2070000
1251.10/1247.15	c cleaning 63998 clauses out of 128025 with flag 2135000/2135000
1288.66/1284.60	c cleaning 65007 clauses out of 130028 with flag 2201001/2201001
1330.38/1326.39	c cleaning 65994 clauses out of 132022 with flag 2268002/2268002
1361.73/1357.65	c cleaning 66999 clauses out of 134026 with flag 2336000/2336000
1387.89/1383.77	c cleaning 68003 clauses out of 136027 with flag 2405000/2405000
1418.23/1414.07	c cleaning 68984 clauses out of 138024 with flag 2475000/2475000
1447.99/1443.79	c cleaning 69996 clauses out of 140040 with flag 2546000/2546000
1475.67/1471.32	c cleaning 70999 clauses out of 142044 with flag 2618000/2618000
1506.44/1502.08	c cleaning 71992 clauses out of 144045 with flag 2691000/2691000
1540.58/1536.19	c cleaning 73015 clauses out of 146055 with flag 2765002/2765002
1571.57/1567.09	c cleaning 73993 clauses out of 148038 with flag 2840000/2840000
1602.24/1597.62	c cleaning 75008 clauses out of 150045 with flag 2916000/2916000
1639.39/1634.74	c cleaning 76007 clauses out of 152038 with flag 2993001/2993001
1701.36/1696.60	c cleaning 77003 clauses out of 154030 with flag 3071000/3071000
1733.51/1728.75	c cleaning 77993 clauses out of 156027 with flag 3150000/3150000
1777.37/1772.57	c cleaning 79000 clauses out of 158036 with flag 3230002/3230002
1800.04/1795.12	c starts		: 249
1800.04/1795.12	c conflicts		: 3267389
1800.04/1795.12	c decisions		: 9085015
1800.04/1795.12	c propagations		: 982944363
1800.04/1795.12	c inspects		: 9889624916
1800.04/1795.12	c shortcuts		: 0
1800.04/1795.12	c learnt literals	: 0
1800.04/1795.12	c learnt binary clauses	: 128
1800.04/1795.12	c learnt ternary clauses	: 79
1800.04/1795.12	c learnt constraints	: 3267389
1800.04/1795.12	c ignored constraints	: 0
1800.04/1795.12	c root simplifications	: 249
1800.04/1795.12	c removed literals (reason simplification)	: 113089214
1800.04/1795.12	c reason swapping (by a shorter reason)	: 0
1800.04/1795.12	c Calls to reduceDB	: 76
1800.04/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.12	c number of learned constraints concerned by reduction	: 0
1800.04/1795.12	c number of learning phase by resolution	: 0
1800.04/1795.12	c number of learning phase by cutting planes	: 0
1800.04/1795.12	c speed (assignments/second)	: 547897.7301927672
1800.04/1795.12	c non guided choices	339
1800.04/1795.14	c learnt constraints type 
1800.04/1795.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 128
1800.04/1795.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116340
1800.04/1795.14	c constraints type 
1800.04/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1800.04/1795.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.04/1795.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.04/1795.14	c ignored satisfied constraints => 4
1800.04/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1800.04/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1800.04/1795.14	c 104541 constraints processed.
1800.04/1795.14	s UNKNOWN
1800.04/1795.14	c Total wall clock time (in seconds): 1795.01

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-3710456-1338249369/watcher-3710456-1338249369 -o /tmp/evaluation-result-3710456-1338249369/solver-3710456-1338249369 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710456-1338249369.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3614
/proc/meminfo: memFree=29546580/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3614/stat : 3614 (java) D 3612 3614 2017 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 291061852 9515008 183 33554432000 1073741824 1073778376 140735389265616 140735389256648 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/3614/statm: 2323 183 140 9 0 71 0

[startup+0.022497 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3614
/proc/meminfo: memFree=29546580/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=8471396 CPUtime=0 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 1575 0 1 0 0 0 0 0 20 0 2 0 291061852 8674709504 1766 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2117849 1785 930 9 0 2108958 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8471396

[startup+0.100263 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3614
/proc/meminfo: memFree=29546580/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 3697 0 1 0 7 1 0 0 20 0 18 0 291061852 9787842560 4904 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2389610 4906 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300259 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3614
/proc/meminfo: memFree=29546580/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 5611 0 1 0 45 2 0 0 20 0 18 0 291061852 9787842560 10817 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2389610 10817 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700218 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3614
/proc/meminfo: memFree=29546580/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9558440 CPUtime=1.26 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 10792 0 1 0 120 6 0 0 20 0 18 0 291061852 9787842560 44340 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2389610 44340 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 1.92 1.98 1.99 8/212 3632
/proc/meminfo: memFree=29357824/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=2.72 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 11893 0 1 0 263 9 0 0 20 0 19 0 291061852 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 49906 2271 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2575 0 1 0 135 4 0 0 20 0 19 0 291061853 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541448389048 140541279734154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3686 0 0 0 50 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4276 0 0 0 55 2 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9625004

[startup+3.10083 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 3633
/proc/meminfo: memFree=29355272/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=4.34 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 11894 0 1 0 425 9 0 0 20 0 19 0 291061852 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 49906 2271 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2576 0 1 0 295 4 0 0 20 0 19 0 291061853 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541448389240 140541279622582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3686 0 0 0 52 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4276 0 0 0 56 2 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 49906 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625004

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3633
/proc/meminfo: memFree=29354900/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=7.62 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 12145 0 1 0 752 10 0 0 20 0 19 0 291061852 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 49714 2277 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2578 0 1 0 613 4 0 0 20 0 19 0 291061853 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541448387040 140541279622232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291061854 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3935 0 0 0 57 1 0 0 20 0 19 0 291061859 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4276 0 0 0 58 2 0 0 20 0 19 0 291061859 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 49714 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 3691
/proc/meminfo: memFree=30126672/32873844 swapFree=7116/7116

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

[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3959 0 0 0 69 2 0 0 20 0 19 0 291061859 9856004096 84690 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4278 0 0 0 65 2 0 0 20 0 19 0 291061859 9856004096 84690 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84690 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 99 0 0 0 34 13 0 0 20 0 19 0 291061859 9856004096 84690 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 84690 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 3728
/proc/meminfo: memFree=29690732/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=1787.23 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 13586 0 1 0 178681 42 0 0 20 0 19 0 291061852 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 84699 2290 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=1768.3 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2654 0 1 0 176800 30 0 0 20 0 19 0 291061853 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541448388912 140541279612512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 116 0 0 0 55 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 137 0 0 0 59 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 76 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 177 0 0 0 58 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 249 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 158 0 0 0 53 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 163 0 0 0 59 4 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 102 0 0 0 50 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=8 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 226 0 0 0 798 2 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3959 0 0 0 69 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4278 0 0 0 65 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 103 0 0 0 35 14 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.23
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3728
/proc/meminfo: memFree=29690484/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 13586 0 1 0 179962 42 0 0 20 0 19 0 291061852 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 84699 2290 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=1781.08 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2654 0 1 0 178077 31 0 0 20 0 19 0 291061853 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541448388912 140541279632064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 116 0 0 0 55 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 137 0 0 0 59 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 76 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 177 0 0 0 58 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 249 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 158 0 0 0 53 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 163 0 0 0 59 4 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 102 0 0 0 50 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=8 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 226 0 0 0 798 2 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3959 0 0 0 69 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4278 0 0 0 65 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 103 0 0 0 35 14 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3728
/proc/meminfo: memFree=29690484/32873844 swapFree=7116/7116
[pid=3614] ppid=3612 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/3614/stat : 3614 (java) S 3612 3614 2017 0 -1 4202496 13586 0 1 0 179962 42 0 0 20 0 19 0 291061852 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140733233159712 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3614/statm: 2406251 84699 2290 9 0 2396937 0
[pid=3614/tid=3616] ppid=3612 vsize=9625004 CPUtime=1781.08 cores=1,3,5,7
/proc/3614/task/3616/stat : 3616 (java) R 3612 3614 2017 0 -1 4202560 2654 0 1 0 178077 31 0 0 20 0 19 0 291061853 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541448388912 140541279632064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3617] ppid=3612 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/3614/task/3617/stat : 3617 (java) S 3612 3614 2017 0 -1 4202560 116 0 0 0 55 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541409880360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3618] ppid=3612 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/3614/task/3618/stat : 3618 (java) S 3612 3614 2017 0 -1 4202560 137 0 0 0 59 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541408827560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3619] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3619/stat : 3619 (java) S 3612 3614 2017 0 -1 4202560 76 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541407775272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3620] ppid=3612 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/3614/task/3620/stat : 3620 (java) S 3612 3614 2017 0 -1 4202560 177 0 0 0 58 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541406722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3621] ppid=3612 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3614/task/3621/stat : 3621 (java) S 3612 3614 2017 0 -1 4202560 249 0 0 0 52 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541405670184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3622] ppid=3612 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/3614/task/3622/stat : 3622 (java) S 3612 3614 2017 0 -1 4202560 158 0 0 0 53 3 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541404617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3623] ppid=3612 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/3614/task/3623/stat : 3623 (java) S 3612 3614 2017 0 -1 4202560 163 0 0 0 59 4 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541403565096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3624] ppid=3612 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/3614/task/3624/stat : 3624 (java) S 3612 3614 2017 0 -1 4202560 102 0 0 0 50 2 0 0 20 0 19 0 291061854 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541402512296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3614/tid=3625] ppid=3612 vsize=9625004 CPUtime=8 cores=1,3,5,7
/proc/3614/task/3625/stat : 3625 (java) S 3612 3614 2017 0 -1 4202560 226 0 0 0 798 2 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541272492264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3626] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3626/stat : 3626 (java) S 3612 3614 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541271438328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3627] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3627/stat : 3627 (java) S 3612 3614 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291061856 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541270385928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3628] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3628/stat : 3628 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541269334416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3614/tid=3629] ppid=3612 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3614/task/3629/stat : 3629 (java) S 3612 3614 2017 0 -1 4202560 3959 0 0 0 69 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541268282040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3630] ppid=3612 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3614/task/3630/stat : 3630 (java) S 3612 3614 2017 0 -1 4202560 4278 0 0 0 65 2 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541267229240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3631] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3631/stat : 3631 (java) S 3612 3614 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541266177144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3614/tid=3632] ppid=3612 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/3614/task/3632/stat : 3632 (java) S 3612 3614 2017 0 -1 4202560 103 0 0 0 35 14 0 0 20 0 19 0 291061859 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541265124552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3614/tid=3633] ppid=3612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3614/task/3633/stat : 3633 (java) S 3612 3614 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291061961 9856004096 84699 33554432000 1073741824 1073778376 140733233168576 140541264069544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3614 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=30113
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=880866
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.15
CPU time (s): 1800.04
CPU user time (s): 1799.62
CPU system time (s): 0.42
CPU usage (%): 100.272
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.880866
maximum resident set size= 338916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13618
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40206
involuntary context switches= 13873

runsolver used 6.43102 second user time and 14.8917 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-29 01:56:09
IDJOB=3710456
IDBENCH=92674
IDSOLVER=2289
FILE ID=node146/3710456-1338249369
RUNJOBID= node146-1338229576-2034
PBS_JOBID= 14624646
Free space on /tmp= 71144 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_0_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710456-1338249369/watcher-3710456-1338249369 -o /tmp/evaluation-result-3710456-1338249369/solver-3710456-1338249369 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710456-1338249369.opb

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

MD5SUM BENCH= d1abf7b4963ec923523ad7cbca6393af
RANDOM SEED=897811673

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29546960 kB
Buffers:          431664 kB
Cached:          1053236 kB
SwapCached:         2180 kB
Active:          2023016 kB
Inactive:         429368 kB
Active(anon):     966764 kB
Inactive(anon):     2668 kB
Active(file):    1056252 kB
Inactive(file):   426700 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100344 kB
Dirty:              5108 kB
Writeback:             0 kB
AnonPages:        973036 kB
Mapped:            17584 kB
Shmem:                 0 kB
Slab:             730728 kB
SReclaimable:     171948 kB
SUnreclaim:       558780 kB
KernelStack:        1600 kB
PageTables:         6528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1706068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 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= 71168 MiB
End job on node146 at 2012-05-29 02:26:06