Trace number 3709985

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.07 1795.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3709985-1338190231.opb
0.07/0.14	c reading problem ... 
2.34/1.75	c ... done. Wall clock time 1.617s.
2.34/1.75	c declared #vars     10086
2.34/1.75	c #constraints  226608
2.34/1.75	c constraints type 
2.34/1.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.34/1.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.34/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.34/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.34/1.75	c 226608 constraints processed.
4.21/3.23	c cleaning 2498 clauses out of 5001 with flag 5001/5001
5.90/4.76	c cleaning 4247 clauses out of 8502 with flag 11000/11000
7.60/6.47	c cleaning 5627 clauses out of 11256 with flag 18001/18001
9.65/8.43	c cleaning 6814 clauses out of 13628 with flag 26000/26000
11.92/10.67	c cleaning 7905 clauses out of 15815 with flag 35001/35001
14.22/12.93	c cleaning 8943 clauses out of 17909 with flag 45000/45000
16.53/15.25	c cleaning 9977 clauses out of 19966 with flag 56000/56000
19.13/17.80	c cleaning 10991 clauses out of 21989 with flag 68000/68000
22.34/21.03	c cleaning 11989 clauses out of 23999 with flag 81001/81001
25.45/24.16	c cleaning 12999 clauses out of 26010 with flag 95001/95001
29.45/28.17	c cleaning 14003 clauses out of 28012 with flag 110002/110002
33.56/32.24	c cleaning 14998 clauses out of 30007 with flag 126000/126000
37.59/36.24	c cleaning 15992 clauses out of 32010 with flag 143001/143001
41.69/40.36	c cleaning 16984 clauses out of 34017 with flag 161000/161000
46.19/44.84	c cleaning 18010 clauses out of 36035 with flag 180002/180002
51.21/49.83	c cleaning 19004 clauses out of 38023 with flag 200000/200000
56.53/55.16	c cleaning 20008 clauses out of 40019 with flag 221000/221000
60.85/59.44	c cleaning 20941 clauses out of 42011 with flag 243000/243000
65.47/64.01	c cleaning 21995 clauses out of 44070 with flag 266000/266000
71.67/70.25	c cleaning 22976 clauses out of 46076 with flag 290001/290001
78.08/76.65	c cleaning 23984 clauses out of 48099 with flag 315000/315000
83.80/82.34	c cleaning 24985 clauses out of 50116 with flag 341001/341001
91.41/89.91	c cleaning 26059 clauses out of 52132 with flag 368002/368002
99.23/97.77	c cleaning 26997 clauses out of 54071 with flag 396000/396000
106.47/104.90	c cleaning 27988 clauses out of 56075 with flag 425001/425001
115.39/113.85	c cleaning 28990 clauses out of 58087 with flag 455001/455001
125.23/123.68	c cleaning 30012 clauses out of 60098 with flag 486002/486002
136.17/134.55	c cleaning 31014 clauses out of 62084 with flag 518000/518000
146.30/144.63	c cleaning 31988 clauses out of 64070 with flag 551000/551000
155.94/154.26	c cleaning 33020 clauses out of 66083 with flag 585001/585001
164.75/163.04	c cleaning 34029 clauses out of 68067 with flag 620005/620005
172.87/171.12	c cleaning 34959 clauses out of 70034 with flag 656001/656001
184.58/182.85	c cleaning 35982 clauses out of 72074 with flag 693000/693000
195.10/193.32	c cleaning 36926 clauses out of 74093 with flag 731001/731001
203.53/201.78	c cleaning 37974 clauses out of 76167 with flag 770001/770001
212.54/210.76	c cleaning 39003 clauses out of 78192 with flag 810000/810000
223.96/222.12	c cleaning 40033 clauses out of 80189 with flag 851000/851000
235.88/234.02	c cleaning 41066 clauses out of 82156 with flag 893000/893000
249.30/247.48	c cleaning 42028 clauses out of 84090 with flag 936000/936000
258.40/256.53	c cleaning 42643 clauses out of 85500 with flag 980000/980000
267.77/265.88	c cleaning 43818 clauses out of 87728 with flag 1025000/1025000
280.30/278.35	c cleaning 44905 clauses out of 89910 with flag 1071000/1071000
292.44/290.48	c cleaning 45845 clauses out of 91803 with flag 1118000/1118000
306.06/304.05	c cleaning 46943 clauses out of 93958 with flag 1166000/1166000
321.60/319.58	c cleaning 47943 clauses out of 95956 with flag 1215001/1215001
342.92/340.84	c cleaning 48974 clauses out of 98012 with flag 1265000/1265000
367.30/365.19	c cleaning 49998 clauses out of 100039 with flag 1316001/1316001
384.06/381.85	c cleaning 50996 clauses out of 102043 with flag 1368003/1368003
397.99/395.71	c cleaning 51874 clauses out of 104044 with flag 1421000/1421000
414.41/412.18	c cleaning 53042 clauses out of 106170 with flag 1475000/1475000
441.42/439.15	c cleaning 53966 clauses out of 108128 with flag 1530000/1530000
457.88/455.54	c cleaning 55020 clauses out of 110163 with flag 1586001/1586001
477.28/474.91	c cleaning 55984 clauses out of 112143 with flag 1643001/1643001
495.24/492.82	c cleaning 56964 clauses out of 114158 with flag 1701000/1701000
511.16/508.79	c cleaning 57976 clauses out of 116194 with flag 1760000/1760000
528.59/526.15	c cleaning 59069 clauses out of 118219 with flag 1820001/1820001
547.84/545.32	c cleaning 60021 clauses out of 120151 with flag 1881002/1881002
568.58/566.01	c cleaning 60949 clauses out of 122128 with flag 1943000/1943000
591.21/588.69	c cleaning 62061 clauses out of 124179 with flag 2006000/2006000
611.33/608.77	c cleaning 63011 clauses out of 126118 with flag 2070000/2070000
631.07/628.47	c cleaning 64050 clauses out of 128107 with flag 2135000/2135000
650.39/647.71	c cleaning 64793 clauses out of 129820 with flag 2201001/2201001
662.63/659.98	c cleaning 65916 clauses out of 132027 with flag 2268001/2268001
678.37/675.68	c cleaning 67021 clauses out of 134110 with flag 2336000/2336000
700.88/698.15	c cleaning 67949 clauses out of 136090 with flag 2405001/2405001
724.61/721.86	c cleaning 69009 clauses out of 138140 with flag 2475000/2475000
753.83/751.03	c cleaning 69979 clauses out of 140131 with flag 2546000/2546000
782.57/779.70	c cleaning 71018 clauses out of 142153 with flag 2618001/2618001
802.80/799.94	c cleaning 72054 clauses out of 144134 with flag 2691000/2691000
822.73/819.82	c cleaning 72939 clauses out of 146080 with flag 2765000/2765000
846.45/843.53	c cleaning 74011 clauses out of 148142 with flag 2840001/2840001
872.56/869.65	c cleaning 74986 clauses out of 150130 with flag 2916000/2916000
896.40/893.45	c cleaning 75933 clauses out of 152146 with flag 2993002/2993002
919.74/916.70	c cleaning 77039 clauses out of 154211 with flag 3071000/3071000
940.56/937.59	c cleaning 77953 clauses out of 156172 with flag 3150000/3150000
964.48/961.43	c cleaning 79067 clauses out of 158220 with flag 3230001/3230001
992.30/989.25	c cleaning 80051 clauses out of 160152 with flag 3311000/3311000
1012.04/1008.90	c cleaning 81027 clauses out of 162101 with flag 3393000/3393000
1035.18/1032.01	c cleaning 81816 clauses out of 163785 with flag 3476000/3476000
1064.34/1061.12	c cleaning 82851 clauses out of 165970 with flag 3560001/3560001
1100.05/1096.83	c cleaning 83945 clauses out of 168119 with flag 3645001/3645001
1121.81/1118.55	c cleaning 84854 clauses out of 170103 with flag 3731000/3731000
1154.85/1151.51	c cleaning 86024 clauses out of 172249 with flag 3818000/3818000
1193.18/1189.83	c cleaning 87062 clauses out of 174226 with flag 3906001/3906001
1235.52/1232.19	c cleaning 88024 clauses out of 176167 with flag 3995004/3995004
1276.91/1273.40	c cleaning 88992 clauses out of 178139 with flag 4085000/4085000
1316.56/1313.04	c cleaning 89987 clauses out of 180148 with flag 4176001/4176001
1358.29/1354.70	c cleaning 91053 clauses out of 182161 with flag 4268001/4268001
1402.25/1398.60	c cleaning 92038 clauses out of 184107 with flag 4361000/4361000
1437.12/1433.41	c cleaning 92880 clauses out of 186070 with flag 4455001/4455001
1474.04/1470.36	c cleaning 94018 clauses out of 188190 with flag 4550001/4550001
1506.77/1503.01	c cleaning 95078 clauses out of 190171 with flag 4646000/4646000
1537.39/1533.60	c cleaning 96011 clauses out of 192093 with flag 4743000/4743000
1576.72/1572.99	c cleaning 96913 clauses out of 194082 with flag 4841000/4841000
1614.08/1610.28	c cleaning 97960 clauses out of 196169 with flag 4940000/4940000
1647.33/1643.48	c cleaning 99049 clauses out of 198210 with flag 5040001/5040001
1687.24/1683.24	c cleaning 99987 clauses out of 200160 with flag 5141000/5141000
1725.18/1721.11	c cleaning 101016 clauses out of 202174 with flag 5243001/5243001
1766.63/1762.56	c cleaning 102063 clauses out of 204158 with flag 5346001/5346001
1800.07/1795.91	c starts		: 274
1800.07/1795.91	c conflicts		: 5437089
1800.07/1795.91	c decisions		: 12303963
1800.07/1795.91	c propagations		: 1903970661
1800.07/1795.91	c inspects		: 21908293124
1800.07/1795.91	c shortcuts		: 0
1800.07/1795.91	c learnt literals	: 12
1800.07/1795.91	c learnt binary clauses	: 568
1800.07/1795.91	c learnt ternary clauses	: 3132
1800.07/1795.91	c learnt constraints	: 5437077
1800.07/1795.91	c ignored constraints	: 0
1800.07/1795.91	c root simplifications	: 286
1800.07/1795.91	c removed literals (reason simplification)	: 211310180
1800.07/1795.91	c reason swapping (by a shorter reason)	: 0
1800.07/1795.91	c Calls to reduceDB	: 99
1800.07/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.91	c number of learned constraints concerned by reduction	: 0
1800.07/1795.91	c number of learning phase by resolution	: 0
1800.07/1795.91	c number of learning phase by cutting planes	: 0
1800.07/1795.91	c speed (assignments/second)	: 1061215.1958986523
1800.07/1795.91	c non guided choices	300922
1800.07/1795.96	c learnt constraints type 
1800.07/1795.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 511
1800.07/1795.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192747
1800.07/1795.96	c constraints type 
1800.07/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.07/1795.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.07/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.07/1795.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.07/1795.96	c 226608 constraints processed.
1800.07/1795.96	s UNKNOWN
1800.07/1795.96	c Total wall clock time (in seconds): 1795.822

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 6884
/proc/meminfo: memFree=27244732/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6884/stat : 6884 (java) D 6882 6884 31312 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 285148761 9515008 182 33554432000 1073741824 1073778376 140733341691376 140733341682408 214369648309 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/6884/statm: 2323 182 140 9 0 71 0

[startup+0.0333361 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 6884
/proc/meminfo: memFree=27244732/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 2779 0 1 0 0 0 0 0 20 0 10 0 285148761 9233014784 3477 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2254154 3477 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100275 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 6884
/proc/meminfo: memFree=27244732/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 3694 0 1 0 6 1 0 0 20 0 18 0 285148761 9787842560 4901 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2389610 4901 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300224 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 6884
/proc/meminfo: memFree=27244732/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9558440 CPUtime=0.43 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 5137 0 1 0 41 2 0 0 20 0 18 0 285148761 9787842560 8211 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2389610 8211 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558440

[startup+0.700236 s]
/proc/loadavg: 2.02 2.00 2.00 3/195 6884
/proc/meminfo: memFree=27244732/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9558440 CPUtime=1.1 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 6560 0 1 0 105 5 0 0 20 0 18 0 285148761 9787842560 40823 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2389610 40823 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 6902
/proc/meminfo: memFree=27079984/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9558440 CPUtime=2.11 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 7899 0 1 0 200 11 0 0 20 0 18 0 285148761 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2389610 78846 2255 9 0 2380296 0
[pid=6884/tid=6886] ppid=6882 vsize=9558440 CPUtime=1.41 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2627 0 1 0 136 5 0 0 20 0 18 0 285148762 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048607313744 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 285148763 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 285148763 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 285148763 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 285148763 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 285148763 9787842560 78846 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285148763 9787842560 78847 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 285148763 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 285148763 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285148764 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285148765 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285148765 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285148768 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) R 6882 6884 31312 0 -1 4202560 2245 0 0 0 27 2 0 0 20 0 18 0 285148768 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048427101112 140048610899554 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 1581 0 0 0 21 0 0 0 20 0 18 0 285148768 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285148768 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285148768 9787842560 78851 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9558440

[startup+3.1007 s]
/proc/loadavg: 2.02 2.00 2.00 3/214 6903
/proc/meminfo: memFree=26937364/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9625004 CPUtime=4.11 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 8544 0 1 0 400 11 0 0 20 0 19 0 285148761 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2406251 78932 2274 9 0 2396937 0
[pid=6884/tid=6886] ppid=6882 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2640 0 1 0 296 5 0 0 20 0 19 0 285148762 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048607320224 140048432098938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 285148763 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 285148764 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2327 0 0 0 50 2 0 0 20 0 19 0 285148768 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2117 0 0 0 38 0 0 0 20 0 19 0 285148768 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 78932 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.02 2.00 2.00 3/214 6903
/proc/meminfo: memFree=26883380/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9625004 CPUtime=7.5 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 8693 0 1 0 736 14 0 0 20 0 19 0 285148761 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2406251 92267 2286 9 0 2396937 0
[pid=6884/tid=6886] ppid=6882 vsize=9625004 CPUtime=6.01 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2642 0 1 0 596 5 0 0 20 0 19 0 285148762 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048607322648 140048432155560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 40 0 0 0 3 1 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 285148763 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 230 0 0 0 12 0 0 0 20 0 19 0 285148764 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2333 0 0 0 54 2 0 0 20 0 19 0 285148768 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2117 0 0 0 41 0 0 0 20 0 19 0 285148768 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 92267 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 6903
/proc/meminfo: memFree=26879044/32873844 swapFree=7624/7624

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

[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2367 0 0 0 61 2 0 0 20 0 19 0 285148768 9856004096 109543 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2119 0 0 0 49 0 0 0 20 0 19 0 285148768 9856004096 109543 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109543 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 99 0 0 0 28 30 0 0 20 0 19 0 285148768 9856004096 109543 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 109543 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.42
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 6977
/proc/meminfo: memFree=27679044/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9625004 CPUtime=1786.47 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 10081 0 1 0 178604 43 0 0 20 0 19 0 285148761 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2406251 109559 2287 9 0 2396937 0
[pid=6884/tid=6886] ppid=6882 vsize=9625004 CPUtime=1767.06 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2740 0 1 0 176674 32 0 0 20 0 19 0 285148762 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048607322416 140048432155546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 197 0 0 0 56 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 136 0 0 0 46 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 110 0 0 0 49 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 149 0 0 0 50 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 205 0 0 0 54 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 180 0 0 0 55 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 111 0 0 0 47 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9625004 CPUtime=9.24 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 336 0 0 0 923 1 0 0 20 0 19 0 285148764 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2367 0 0 0 61 2 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2119 0 0 0 49 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.47
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 6977
/proc/meminfo: memFree=27679176/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 10081 0 1 0 179964 43 0 0 20 0 19 0 285148761 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2406251 109559 2287 9 0 2396937 0
[pid=6884/tid=6886] ppid=6882 vsize=9625004 CPUtime=1780.63 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2740 0 1 0 178030 33 0 0 20 0 19 0 285148762 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048607322416 140048432066417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 197 0 0 0 56 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 136 0 0 0 46 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 110 0 0 0 49 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 149 0 0 0 50 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 205 0 0 0 54 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 180 0 0 0 55 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 111 0 0 0 47 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9625004 CPUtime=9.24 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 336 0 0 0 923 1 0 0 20 0 19 0 285148764 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2367 0 0 0 61 2 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2119 0 0 0 49 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 6977
/proc/meminfo: memFree=27679176/32873844 swapFree=7624/7624
[pid=6884] ppid=6882 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/6884/stat : 6884 (java) S 6882 6884 31312 0 -1 4202496 10081 0 1 0 179964 43 0 0 20 0 19 0 285148761 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140733879302016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6884/statm: 2406251 109559 2287 9 0 2396937 0
[pid=6884/tid=6886] ppid=6882 vsize=9625004 CPUtime=1780.63 cores=0,2,4,6
/proc/6884/task/6886/stat : 6886 (java) R 6882 6884 31312 0 -1 4202560 2740 0 1 0 178030 33 0 0 20 0 19 0 285148762 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048607322416 140048432066417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6887] ppid=6882 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6884/task/6887/stat : 6887 (java) S 6882 6884 31312 0 -1 4202560 197 0 0 0 56 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048568814120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6888] ppid=6882 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6884/task/6888/stat : 6888 (java) S 6882 6884 31312 0 -1 4202560 136 0 0 0 46 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048567761320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6889] ppid=6882 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6884/task/6889/stat : 6889 (java) S 6882 6884 31312 0 -1 4202560 110 0 0 0 49 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048566708520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6890] ppid=6882 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/6884/task/6890/stat : 6890 (java) S 6882 6884 31312 0 -1 4202560 149 0 0 0 50 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048565655720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6891] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6891/stat : 6891 (java) S 6882 6884 31312 0 -1 4202560 205 0 0 0 54 2 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048564603944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6892] ppid=6882 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6884/task/6892/stat : 6892 (java) S 6882 6884 31312 0 -1 4202560 180 0 0 0 55 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048563551144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6893] ppid=6882 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6884/task/6893/stat : 6893 (java) S 6882 6884 31312 0 -1 4202560 111 0 0 0 47 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048562498344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6894] ppid=6882 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6884/task/6894/stat : 6894 (java) S 6882 6884 31312 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 285148763 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048561445544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6895] ppid=6882 vsize=9625004 CPUtime=9.24 cores=0,2,4,6
/proc/6884/task/6895/stat : 6895 (java) S 6882 6884 31312 0 -1 4202560 336 0 0 0 923 1 0 0 20 0 19 0 285148764 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048431311336 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6896] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6896/stat : 6896 (java) S 6882 6884 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048430257400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6897] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6897/stat : 6897 (java) S 6882 6884 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285148765 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048429204488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6898] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6898/stat : 6898 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048428152976 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6899] ppid=6882 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6884/task/6899/stat : 6899 (java) S 6882 6884 31312 0 -1 4202560 2367 0 0 0 61 2 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048427101112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6884/tid=6900] ppid=6882 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6884/task/6900/stat : 6900 (java) S 6882 6884 31312 0 -1 4202560 2119 0 0 0 49 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048426048312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6884/tid=6901] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6901/stat : 6901 (java) S 6882 6884 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048424995704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6884/tid=6902] ppid=6882 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6884/task/6902/stat : 6902 (java) S 6882 6884 31312 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 285148768 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048423943112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6884/tid=6903] ppid=6882 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6884/task/6903/stat : 6903 (java) S 6882 6884 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285148938 9856004096 109559 33554432000 1073741824 1073778376 140733879310880 140048422888616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6884 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=297073
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=13845
# CPU time returned by wait4() is 1796.31
# 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): 1795.97
CPU time (s): 1800.07
CPU user time (s): 1799.64
CPU system time (s): 0.43
CPU usage (%): 100.229
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.3
system time used= 1.01385
maximum resident set size= 438364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40760
involuntary context switches= 18086

runsolver used 6.561 second user time and 14.4928 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 09:30:32
IDJOB=3709985
IDBENCH=89703
IDSOLVER=2289
FILE ID=node130/3709985-1338190231
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71124 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.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-3709985-1338190231/watcher-3709985-1338190231 -o /tmp/evaluation-result-3709985-1338190231/solver-3709985-1338190231 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709985-1338190231.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=488655423

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27245640 kB
Buffers:          334708 kB
Cached:           896444 kB
SwapCached:         4508 kB
Active:          4606824 kB
Inactive:         176568 kB
Active(anon):    3542416 kB
Inactive(anon):     9016 kB
Active(file):    1064408 kB
Inactive(file):   167552 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:             10232 kB
Writeback:             0 kB
AnonPages:       3555320 kB
Mapped:            19868 kB
Shmem:                 8 kB
Slab:             695120 kB
SReclaimable:     136912 kB
SUnreclaim:       558208 kB
KernelStack:        1608 kB
PageTables:        11164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3790012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3495936 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= 71352 MiB
End job on node130 at 2012-05-28 10:00:30