Trace number 3689239

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.06 1795.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
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 variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.13	c Pseudo Boolean Optimization by upper bound
0.05/0.13	c --- Begin Solver configuration ---
0.05/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.13	c Learn all clauses as in MiniSAT
0.05/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.13	c No reason simplification
0.05/0.13	c Armin Biere (Picosat) restarts strategy
0.05/0.13	c Glucose learned constraints deletion strategy
0.05/0.13	c timeout=2147483s
0.05/0.13	c DB Simplification allowed=false
0.05/0.13	c c --- End Solver configuration ---
0.05/0.13	c solving HOME/instance-3689239-1337889896.opb
0.05/0.13	c reading problem ... 
1.60/0.92	c ... done. Wall clock time 0.791s.
1.60/0.92	c declared #vars     26754
1.60/0.92	c #constraints  82731
1.60/0.92	c constraints type 
1.60/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1.60/0.92	c ignored satisfied constraints => 10433
1.60/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1.60/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1.60/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1.60/0.92	c 93164 constraints processed.
3.53/2.30	c cleaning 2495 clauses out of 5001 with flag 5002/5002
5.07/3.73	c cleaning 4250 clauses out of 8509 with flag 11005/11005
6.88/5.51	c cleaning 5619 clauses out of 11255 with flag 18001/18001
8.59/7.26	c cleaning 6811 clauses out of 13635 with flag 26000/26000
10.83/9.48	c cleaning 7906 clauses out of 15827 with flag 35003/35003
12.84/11.40	c cleaning 8939 clauses out of 17918 with flag 45000/45000
14.84/13.49	c cleaning 9968 clauses out of 19979 with flag 56000/56000
17.66/16.25	c cleaning 10996 clauses out of 22011 with flag 68000/68000
20.86/19.41	c cleaning 11984 clauses out of 24015 with flag 81000/81000
23.86/22.47	c cleaning 12994 clauses out of 26033 with flag 95002/95002
27.06/25.67	c cleaning 13993 clauses out of 28039 with flag 110002/110002
30.37/28.93	c cleaning 14997 clauses out of 30044 with flag 126000/126000
33.48/32.06	c cleaning 16010 clauses out of 32047 with flag 143000/143000
37.01/35.59	c cleaning 16976 clauses out of 34039 with flag 161002/161002
40.74/39.28	c cleaning 18019 clauses out of 36061 with flag 180000/180000
45.15/43.64	c cleaning 18992 clauses out of 38043 with flag 200001/200001
49.15/47.60	c cleaning 20000 clauses out of 40052 with flag 221002/221002
53.67/52.15	c cleaning 20994 clauses out of 42050 with flag 243000/243000
58.70/57.18	c cleaning 22020 clauses out of 44058 with flag 266002/266002
64.10/62.50	c cleaning 22993 clauses out of 46037 with flag 290001/290001
69.74/68.14	c cleaning 23985 clauses out of 48043 with flag 315000/315000
75.55/73.91	c cleaning 24991 clauses out of 50058 with flag 341000/341000
82.08/80.44	c cleaning 26009 clauses out of 52069 with flag 368002/368002
89.10/87.42	c cleaning 27028 clauses out of 54059 with flag 396001/396001
95.71/94.09	c cleaning 27980 clauses out of 56031 with flag 425001/425001
103.52/101.87	c cleaning 28981 clauses out of 58052 with flag 455002/455002
110.35/108.62	c cleaning 30011 clauses out of 60070 with flag 486001/486001
117.76/116.07	c cleaning 31016 clauses out of 62060 with flag 518002/518002
126.88/125.14	c cleaning 31975 clauses out of 64044 with flag 551002/551002
136.72/134.95	c cleaning 32980 clauses out of 66067 with flag 585000/585000
144.87/143.04	c cleaning 34029 clauses out of 68087 with flag 620000/620000
155.28/153.43	c cleaning 35006 clauses out of 70058 with flag 656000/656000
164.31/162.49	c cleaning 35983 clauses out of 72052 with flag 693000/693000
173.72/171.87	c cleaning 37014 clauses out of 74070 with flag 731001/731001
183.44/181.54	c cleaning 37976 clauses out of 76055 with flag 770000/770000
192.45/190.53	c cleaning 38998 clauses out of 78079 with flag 810000/810000
202.98/201.07	c cleaning 40011 clauses out of 80081 with flag 851000/851000
213.12/211.16	c cleaning 41007 clauses out of 82070 with flag 893000/893000
223.24/221.27	c cleaning 41987 clauses out of 84066 with flag 936003/936003
235.37/233.32	c cleaning 43013 clauses out of 86077 with flag 980001/980001
247.58/245.51	c cleaning 44011 clauses out of 88065 with flag 1025002/1025002
260.81/258.75	c cleaning 45012 clauses out of 90053 with flag 1071001/1071001
272.76/270.61	c cleaning 45993 clauses out of 92042 with flag 1118002/1118002
285.48/283.34	c cleaning 46976 clauses out of 94049 with flag 1166002/1166002
297.47/295.29	c cleaning 47996 clauses out of 96071 with flag 1215000/1215000
311.81/309.59	c cleaning 48981 clauses out of 98075 with flag 1265000/1265000
325.46/323.15	c cleaning 50017 clauses out of 100098 with flag 1316004/1316004
338.22/335.80	c cleaning 51016 clauses out of 102077 with flag 1368000/1368000
351.75/349.38	c cleaning 52001 clauses out of 104061 with flag 1421000/1421000
365.57/363.12	c cleaning 52985 clauses out of 106060 with flag 1475000/1475000
380.10/377.62	c cleaning 54016 clauses out of 108076 with flag 1530001/1530001
395.36/392.86	c cleaning 55018 clauses out of 110062 with flag 1586003/1586003
410.89/408.35	c cleaning 56013 clauses out of 112042 with flag 1643001/1643001
426.44/423.88	c cleaning 56999 clauses out of 114028 with flag 1701000/1701000
443.78/441.18	c cleaning 57982 clauses out of 116029 with flag 1760000/1760000
459.62/456.90	c cleaning 58968 clauses out of 118048 with flag 1820001/1820001
479.35/476.61	c cleaning 59995 clauses out of 120079 with flag 1881000/1881000
498.29/495.55	c cleaning 60998 clauses out of 122086 with flag 1943002/1943002
516.22/513.49	c cleaning 62026 clauses out of 124087 with flag 2006001/2006001
534.15/531.35	c cleaning 62972 clauses out of 126060 with flag 2070000/2070000
551.80/548.91	c cleaning 64019 clauses out of 128089 with flag 2135001/2135001
568.93/566.05	c cleaning 65006 clauses out of 130069 with flag 2201000/2201000
589.98/587.10	c cleaning 65990 clauses out of 132063 with flag 2268000/2268000
608.30/605.31	c cleaning 66995 clauses out of 134073 with flag 2336000/2336000
629.72/626.71	c cleaning 67991 clauses out of 136078 with flag 2405000/2405000
649.97/646.94	c cleaning 69013 clauses out of 138091 with flag 2475004/2475004
675.38/672.36	c cleaning 69990 clauses out of 140076 with flag 2546002/2546002
700.15/697.04	c cleaning 71018 clauses out of 142085 with flag 2618001/2618001
727.70/724.54	c cleaning 72000 clauses out of 144070 with flag 2691004/2691004
754.01/750.71	c cleaning 72991 clauses out of 146069 with flag 2765003/2765003
779.98/776.62	c cleaning 73989 clauses out of 148076 with flag 2840001/2840001
803.40/800.06	c cleaning 74988 clauses out of 150087 with flag 2916001/2916001
826.03/822.63	c cleaning 76033 clauses out of 152098 with flag 2993000/2993000
847.55/844.11	c cleaning 77011 clauses out of 154065 with flag 3071000/3071000
873.28/869.84	c cleaning 77963 clauses out of 156056 with flag 3150002/3150002
897.91/894.46	c cleaning 79020 clauses out of 158093 with flag 3230002/3230002
922.88/919.37	c cleaning 79998 clauses out of 160072 with flag 3311001/3311001
951.42/947.81	c cleaning 80963 clauses out of 162073 with flag 3393000/3393000
976.00/972.37	c cleaning 82021 clauses out of 164110 with flag 3476000/3476000
1003.22/999.51	c cleaning 82994 clauses out of 166089 with flag 3560000/3560000
1032.97/1029.28	c cleaning 84010 clauses out of 168095 with flag 3645000/3645000
1057.93/1054.19	c cleaning 85001 clauses out of 170085 with flag 3731000/3731000
1087.86/1084.07	c cleaning 86027 clauses out of 172085 with flag 3818001/3818001
1115.01/1111.19	c cleaning 87009 clauses out of 174057 with flag 3906000/3906000
1143.16/1139.27	c cleaning 87993 clauses out of 176049 with flag 3995001/3995001
1169.68/1165.71	c cleaning 88941 clauses out of 178055 with flag 4085000/4085000
1197.52/1193.58	c cleaning 89976 clauses out of 180114 with flag 4176000/4176000
1225.95/1221.94	c cleaning 91010 clauses out of 182139 with flag 4268001/4268001
1259.59/1255.59	c cleaning 91997 clauses out of 184130 with flag 4361002/4361002
1292.94/1288.80	c cleaning 92991 clauses out of 186131 with flag 4455000/4455000
1319.87/1315.76	c cleaning 94061 clauses out of 188141 with flag 4550001/4550001
1353.20/1349.01	c cleaning 95000 clauses out of 190080 with flag 4646001/4646001
1387.33/1383.15	c cleaning 96009 clauses out of 192079 with flag 4743000/4743000
1423.55/1419.38	c cleaning 96982 clauses out of 194070 with flag 4841000/4841000
1459.00/1454.76	c cleaning 98010 clauses out of 196088 with flag 4940000/4940000
1497.87/1493.50	c cleaning 99000 clauses out of 198078 with flag 5040000/5040000
1539.54/1535.05	c cleaning 99998 clauses out of 200082 with flag 5141004/5141004
1573.08/1568.58	c cleaning 101014 clauses out of 202079 with flag 5243000/5243000
1610.13/1605.58	c cleaning 101991 clauses out of 204065 with flag 5346000/5346000
1647.31/1642.63	c cleaning 102984 clauses out of 206074 with flag 5450000/5450000
1684.64/1679.98	c cleaning 103984 clauses out of 208091 with flag 5555001/5555001
1724.57/1719.83	c cleaning 104982 clauses out of 210106 with flag 5661000/5661000
1770.34/1765.54	c cleaning 105983 clauses out of 212124 with flag 5768000/5768000
1800.06/1795.12	c starts		: 275
1800.06/1795.12	c conflicts		: 5845749
1800.06/1795.12	c decisions		: 7821118
1800.06/1795.12	c propagations		: 2329814331
1800.06/1795.12	c inspects		: 18294899879
1800.06/1795.12	c shortcuts		: 0
1800.06/1795.12	c learnt literals	: 2
1800.06/1795.12	c learnt binary clauses	: 65
1800.06/1795.12	c learnt ternary clauses	: 2332
1800.06/1795.12	c learnt constraints	: 5845747
1800.06/1795.12	c ignored constraints	: 0
1800.06/1795.12	c root simplifications	: 0
1800.06/1795.12	c removed literals (reason simplification)	: 0
1800.06/1795.12	c reason swapping (by a shorter reason)	: 0
1800.06/1795.12	c Calls to reduceDB	: 103
1800.06/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.12	c number of learned constraints concerned by reduction	: 0
1800.06/1795.12	c number of learning phase by resolution	: 0
1800.06/1795.12	c number of learning phase by cutting planes	: 0
1800.06/1795.12	c speed (assignments/second)	: 1298571.0740038247
1800.06/1795.12	c non guided choices	1842
1800.06/1795.14	c learnt constraints type 
1800.06/1795.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65
1800.06/1795.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183866
1800.06/1795.14	c constraints type 
1800.06/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1800.06/1795.14	c ignored satisfied constraints => 10433
1800.06/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1800.06/1795.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1800.06/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1800.06/1795.14	c 93164 constraints processed.
1800.06/1795.15	s UNKNOWN
1800.06/1795.15	c Total wall clock time (in seconds): 1795.014

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-3689239-1337889896/watcher-3689239-1337889896 -o /tmp/evaluation-result-3689239-1337889896/solver-3689239-1337889896 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689239-1337889896.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.21 2.39 2.93 4/193 29579
/proc/meminfo: memFree=28753068/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29579/stat : 29579 (runsolver) D 29577 29579 24080 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 255113934 12095488 51 33554432000 4194304 5436572 140735096532736 140735096529032 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/29579/statm: 2953 51 31 304 0 2645 0

[startup+0.082476 s]
/proc/loadavg: 2.21 2.39 2.93 4/193 29579
/proc/meminfo: memFree=28753068/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 3238 0 1 0 4 0 0 0 20 0 18 0 255113934 9787813888 3935 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2389603 3936 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100248 s]
/proc/loadavg: 2.21 2.39 2.93 4/193 29579
/proc/meminfo: memFree=28753068/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 3408 0 1 0 5 0 0 0 20 0 18 0 255113934 9787813888 4105 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2389603 4106 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 2.21 2.39 2.93 4/193 29579
/proc/meminfo: memFree=28753068/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 6031 0 1 0 41 1 0 0 20 0 18 0 255113934 9787813888 7849 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2389603 7835 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 2.21 2.39 2.93 4/193 29579
/proc/meminfo: memFree=28753068/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9558412 CPUtime=1.23 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 9673 0 1 0 119 4 0 0 20 0 18 0 255113934 9787813888 36471 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2389603 36471 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 2.35 2.41 2.93 5/192 29607
/proc/meminfo: memFree=28611152/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=2.64 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 15996 0 1 0 258 6 0 0 20 0 19 0 255113934 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 42000 2263 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2578 0 1 0 141 3 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900636393912 139900576908346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255113939 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5862 0 0 0 57 0 0 0 20 0 19 0 255113942 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6267 0 0 0 54 1 0 0 20 0 19 0 255113942 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 42000 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.35 2.41 2.93 5/212 29655
/proc/meminfo: memFree=28546380/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=4.42 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 16595 0 1 0 435 7 0 0 20 0 19 0 255113934 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 48700 2281 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2579 0 1 0 294 3 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900636393608 139900576352122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 19 0 255113939 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5864 0 0 0 60 0 0 0 20 0 19 0 255113942 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6807 0 0 0 63 2 0 0 20 0 19 0 255113942 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 48700 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.35 2.41 2.93 3/192 29833
/proc/meminfo: memFree=28579272/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=7.69 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 16671 0 1 0 762 7 0 0 20 0 19 0 255113934 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 50228 2281 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2581 0 1 0 605 3 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900636393744 139900576990453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255113938 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 107 0 0 0 10 0 0 0 20 0 19 0 255113939 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5865 0 0 0 62 0 0 0 20 0 19 0 255113942 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6859 0 0 0 66 2 0 0 20 0 19 0 255113942 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 50228 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5873 0 0 0 68 0 0 0 20 0 19 0 255113942 9855975424 93016 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6867 0 0 0 66 2 0 0 20 0 19 0 255113942 9855975424 93016 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 93016 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 99 0 0 0 18 26 0 0 20 0 19 0 255113942 9855975424 93016 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 93016 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.15
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 29955
/proc/meminfo: memFree=28182004/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=1787.25 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 18293 0 1 0 178666 59 0 0 20 0 19 0 255113934 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 97119 2282 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=1769.68 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2687 0 1 0 176938 30 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900636393744 139900576908807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 215 0 0 0 66 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 117 0 0 0 57 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 301 0 0 0 60 2 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 187 0 0 0 62 5 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 161 0 0 0 49 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 195 0 0 0 60 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 70 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 97 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=6.5 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 239 0 0 0 648 2 0 0 20 0 19 0 255113939 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5873 0 0 0 68 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6867 0 0 0 66 2 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.25
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 29955
/proc/meminfo: memFree=28182128/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 18293 0 1 0 179947 59 0 0 20 0 19 0 255113934 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 97119 2282 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=1782.46 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2687 0 1 0 178215 31 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900636393744 139900576942080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 215 0 0 0 66 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 117 0 0 0 57 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 301 0 0 0 60 2 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 187 0 0 0 62 5 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 161 0 0 0 49 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 195 0 0 0 60 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 70 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 97 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=6.5 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 239 0 0 0 648 2 0 0 20 0 19 0 255113939 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5873 0 0 0 68 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6867 0 0 0 66 2 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 29955
/proc/meminfo: memFree=28182128/32873844 swapFree=7616/7616
[pid=29579] ppid=29577 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/29579/stat : 29579 (java) S 29577 29579 24080 0 -1 4202496 18293 0 1 0 179947 59 0 0 20 0 19 0 255113934 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 140733218410592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/29579/statm: 2406244 97119 2282 9 0 2396937 0
[pid=29579/tid=29581] ppid=29577 vsize=9624976 CPUtime=1782.46 cores=0,2,4,6
/proc/29579/task/29581/stat : 29581 (java) R 29577 29579 24080 0 -1 4202560 2687 0 1 0 178215 31 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900636393744 139900576942080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29582] ppid=29577 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/29579/task/29582/stat : 29582 (java) S 29577 29579 24080 0 -1 4202560 215 0 0 0 66 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900575124136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29583] ppid=29577 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/29579/task/29583/stat : 29583 (java) S 29577 29579 24080 0 -1 4202560 117 0 0 0 57 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900479028008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29584] ppid=29577 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29579/task/29584/stat : 29584 (java) S 29577 29579 24080 0 -1 4202560 301 0 0 0 60 2 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900477975464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29585] ppid=29577 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/29579/task/29585/stat : 29585 (java) S 29577 29579 24080 0 -1 4202560 187 0 0 0 62 5 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900476922920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29586] ppid=29577 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/29579/task/29586/stat : 29586 (java) S 29577 29579 24080 0 -1 4202560 161 0 0 0 49 4 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900475869352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29587] ppid=29577 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29579/task/29587/stat : 29587 (java) S 29577 29579 24080 0 -1 4202560 195 0 0 0 60 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900474816808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29588] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29588/stat : 29588 (java) S 29577 29579 24080 0 -1 4202560 70 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900473764264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29589] ppid=29577 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29579/task/29589/stat : 29589 (java) S 29577 29579 24080 0 -1 4202560 97 0 0 0 54 3 0 0 20 0 19 0 255113938 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900472711720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29579/tid=29590] ppid=29577 vsize=9624976 CPUtime=6.5 cores=0,2,4,6
/proc/29579/task/29590/stat : 29590 (java) S 29577 29579 24080 0 -1 4202560 239 0 0 0 648 2 0 0 20 0 19 0 255113939 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900460513896 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29591] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29591/stat : 29591 (java) S 29577 29579 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900459460216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29592] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29592/stat : 29592 (java) S 29577 29579 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113940 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900458407560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29593] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29593/stat : 29593 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900457356304 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29579/tid=29594] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29594/stat : 29594 (java) S 29577 29579 24080 0 -1 4202560 5873 0 0 0 68 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900456302648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29595] ppid=29577 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29579/task/29595/stat : 29595 (java) S 29577 29579 24080 0 -1 4202560 6867 0 0 0 66 2 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900455250104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29596] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29596/stat : 29596 (java) S 29577 29579 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900454197752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29579/tid=29597] ppid=29577 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/29579/task/29597/stat : 29597 (java) S 29577 29579 24080 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255113942 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900453145416 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29579/tid=29607] ppid=29577 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29579/task/29607/stat : 29607 (java) S 29577 29579 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114033 9855975424 97119 33554432000 1073741824 1073778376 140733218419456 139900452091176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29579 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=977122
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=31843
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1799.47
CPU system time (s): 0.59
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 1.03184
maximum resident set size= 388616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18329
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= 40787
involuntary context switches= 19536

runsolver used 5.65914 second user time and 14.8347 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 22:04:56
IDJOB=3689239
IDBENCH=75548
IDSOLVER=2269
FILE ID=node141/3689239-1337889896
RUNJOBID= node141-1337889888-28799
PBS_JOBID= 14620063
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=651082138

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28752696 kB
Buffers:          228720 kB
Cached:          3092812 kB
SwapCached:            0 kB
Active:           428032 kB
Inactive:        2921084 kB
Active(anon):      30272 kB
Inactive(anon):        0 kB
Active(file):     397760 kB
Inactive(file):  2921084 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6228 kB
Writeback:             0 kB
AnonPages:        126980 kB
Mapped:            22048 kB
Shmem:               200 kB
Slab:             632964 kB
SReclaimable:      73676 kB
SUnreclaim:       559288 kB
KernelStack:        1752 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 71680 MiB
End job on node141 at 2012-05-24 22:34:53