Trace number 3689705

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.03 1779.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
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 variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 149
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689705-1337892587.opb
0.08/0.12	c reading problem ... 
0.92/0.59	c ... done. Wall clock time 0.469s.
0.92/0.59	c declared #vars     17612
0.92/0.59	c #constraints  17910
0.92/0.59	c constraints type 
0.92/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
0.92/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
0.92/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
0.92/0.59	c 17910 constraints processed.
3.05/2.14	c cleaning 2442 clauses out of 4992 with flag 5000/5000
4.55/3.51	c cleaning 4246 clauses out of 8547 with flag 11000/11000
6.18/5.13	c cleaning 5573 clauses out of 11294 with flag 18002/18002
8.09/7.02	c cleaning 6752 clauses out of 13719 with flag 26000/26000
10.25/9.18	c cleaning 7856 clauses out of 15967 with flag 35000/35000
12.67/11.51	c cleaning 8917 clauses out of 18107 with flag 45000/45000
14.88/13.74	c cleaning 9918 clauses out of 20189 with flag 56001/56001
17.53/16.32	c cleaning 10950 clauses out of 22269 with flag 68000/68000
20.35/19.11	c cleaning 11987 clauses out of 24319 with flag 81000/81000
23.56/22.36	c cleaning 12984 clauses out of 26332 with flag 95000/95000
26.98/25.76	c cleaning 14090 clauses out of 28351 with flag 110003/110003
30.59/29.37	c cleaning 15078 clauses out of 30258 with flag 126001/126001
34.40/33.10	c cleaning 15941 clauses out of 32185 with flag 143006/143006
38.44/37.16	c cleaning 16969 clauses out of 34240 with flag 161003/161003
42.47/41.18	c cleaning 17999 clauses out of 36271 with flag 180006/180006
46.79/45.49	c cleaning 18941 clauses out of 38265 with flag 200000/200000
51.81/50.45	c cleaning 20013 clauses out of 40324 with flag 221001/221001
56.94/55.51	c cleaning 20866 clauses out of 42310 with flag 243000/243000
62.46/61.02	c cleaning 21704 clauses out of 44447 with flag 266003/266003
67.98/66.58	c cleaning 22306 clauses out of 46739 with flag 290000/290000
73.81/72.34	c cleaning 23079 clauses out of 49432 with flag 315001/315001
79.65/78.13	c cleaning 24164 clauses out of 52354 with flag 341002/341002
85.99/84.49	c cleaning 25102 clauses out of 55188 with flag 368000/368000
92.22/90.67	c cleaning 26100 clauses out of 58088 with flag 396002/396002
99.26/97.67	c cleaning 27146 clauses out of 60986 with flag 425000/425000
106.49/104.81	c cleaning 27678 clauses out of 63840 with flag 455000/455000
113.53/111.82	c cleaning 28952 clauses out of 67162 with flag 486001/486001
121.81/120.06	c cleaning 29585 clauses out of 70208 with flag 518000/518000
129.25/127.47	c cleaning 31033 clauses out of 73623 with flag 551000/551000
137.98/136.12	c cleaning 31185 clauses out of 76594 with flag 585005/585005
147.07/145.19	c cleaning 32537 clauses out of 80403 with flag 620001/620001
157.00/155.02	c cleaning 33584 clauses out of 83865 with flag 656001/656001
168.73/166.74	c cleaning 35287 clauses out of 87279 with flag 693000/693000
181.09/178.92	c cleaning 35946 clauses out of 89991 with flag 731000/731000
191.51/189.25	c cleaning 36959 clauses out of 93046 with flag 770001/770001
202.57/200.26	c cleaning 37106 clauses out of 96085 with flag 810001/810001
213.20/210.85	c cleaning 37993 clauses out of 99977 with flag 851000/851000
226.16/223.77	c cleaning 39879 clauses out of 103986 with flag 893002/893002
238.63/236.18	c cleaning 40728 clauses out of 107106 with flag 936001/936001
250.40/247.81	c cleaning 41134 clauses out of 110378 with flag 980001/980001
265.25/262.61	c cleaning 42849 clauses out of 114243 with flag 1025000/1025000
279.54/276.84	c cleaning 44182 clauses out of 117395 with flag 1071001/1071001
291.02/288.26	c cleaning 43820 clauses out of 120213 with flag 1118002/1118002
303.77/300.98	c cleaning 44836 clauses out of 124392 with flag 1166001/1166001
317.43/314.60	c cleaning 45761 clauses out of 128557 with flag 1215002/1215002
331.20/328.29	c cleaning 46758 clauses out of 132794 with flag 1265000/1265000
343.98/340.97	c cleaning 48103 clauses out of 137035 with flag 1316000/1316000
360.38/357.16	c cleaning 50185 clauses out of 140932 with flag 1368000/1368000
377.29/373.87	c cleaning 50747 clauses out of 143747 with flag 1421000/1421000
393.05/389.59	c cleaning 50693 clauses out of 147000 with flag 1475000/1475000
409.00/405.44	c cleaning 51446 clauses out of 151306 with flag 1530000/1530000
425.93/422.31	c cleaning 52873 clauses out of 155860 with flag 1586000/1586000
441.90/438.25	c cleaning 54189 clauses out of 159987 with flag 1643000/1643000
459.37/455.62	c cleaning 54391 clauses out of 163798 with flag 1701000/1701000
477.33/473.53	c cleaning 55182 clauses out of 168406 with flag 1760000/1760000
495.81/491.98	c cleaning 57189 clauses out of 173224 with flag 1820000/1820000
514.09/510.17	c cleaning 57978 clauses out of 177038 with flag 1881003/1881003
535.27/531.17	c cleaning 59616 clauses out of 181058 with flag 1943001/1943001
554.50/550.32	c cleaning 59758 clauses out of 184442 with flag 2006001/2006001
573.59/569.39	c cleaning 60205 clauses out of 188684 with flag 2070002/2070002
594.28/589.99	c cleaning 61572 clauses out of 193478 with flag 2135001/2135001
615.99/611.57	c cleaning 62956 clauses out of 197910 with flag 2201005/2201005
636.29/631.74	c cleaning 63744 clauses out of 201949 with flag 2268000/2268000
657.97/653.35	c cleaning 64362 clauses out of 206204 with flag 2336000/2336000
680.64/675.97	c cleaning 65364 clauses out of 210841 with flag 2405000/2405000
720.09/714.50	c cleaning 68011 clauses out of 215477 with flag 2475000/2475000
748.59/742.43	c cleaning 68671 clauses out of 218466 with flag 2546000/2546000
774.05/767.44	c cleaning 69041 clauses out of 221795 with flag 2618000/2618000
799.63/792.76	c cleaning 68635 clauses out of 225757 with flag 2691003/2691003
823.06/815.82	c cleaning 70189 clauses out of 231123 with flag 2765004/2765004
848.75/841.23	c cleaning 71347 clauses out of 235929 with flag 2840000/2840000
882.64/874.70	c cleaning 73490 clauses out of 240582 with flag 2916000/2916000
911.70/903.52	c cleaning 72818 clauses out of 244092 with flag 2993000/2993000
943.19/934.56	c cleaning 75027 clauses out of 249274 with flag 3071000/3071000
971.61/962.53	c cleaning 76247 clauses out of 253247 with flag 3150000/3150000
1000.51/991.19	c cleaning 75919 clauses out of 257000 with flag 3230000/3230000
1028.31/1018.60	c cleaning 77403 clauses out of 262081 with flag 3311001/3311001
1078.43/1067.65	c cleaning 80005 clauses out of 266679 with flag 3393002/3393002
1153.77/1141.75	c cleaning 81491 clauses out of 269676 with flag 3476004/3476004
1197.21/1184.48	c cleaning 81410 clauses out of 272182 with flag 3560001/3560001
1235.35/1222.19	c cleaning 82694 clauses out of 275771 with flag 3645000/3645000
1264.15/1250.72	c cleaning 81403 clauses out of 279077 with flag 3731000/3731000
1295.49/1281.72	c cleaning 83155 clauses out of 284675 with flag 3818001/3818001
1324.88/1310.92	c cleaning 84423 clauses out of 289519 with flag 3906000/3906000
1354.32/1340.04	c cleaning 85564 clauses out of 294097 with flag 3995001/3995001
1388.76/1373.77	c cleaning 86648 clauses out of 298531 with flag 4085000/4085000
1428.36/1412.14	c cleaning 87565 clauses out of 302883 with flag 4176000/4176000
1464.26/1447.74	c cleaning 87474 clauses out of 307319 with flag 4268001/4268001
1502.75/1485.68	c cleaning 90287 clauses out of 312850 with flag 4361006/4361006
1537.28/1519.71	c cleaning 90825 clauses out of 316557 with flag 4455000/4455000
1579.85/1561.73	c cleaning 92187 clauses out of 320733 with flag 4550001/4550001
1624.01/1605.33	c cleaning 94075 clauses out of 324545 with flag 4646000/4646000
1702.58/1682.81	c cleaning 95595 clauses out of 327473 with flag 4743003/4743003
1756.19/1735.85	c cleaning 94743 clauses out of 329875 with flag 4841000/4841000
1793.26/1772.42	c cleaning 95047 clauses out of 334133 with flag 4940001/4940001
1800.03/1779.11	c starts		: 253
1800.03/1779.11	c conflicts		: 4957896
1800.03/1779.11	c decisions		: 70630282
1800.03/1779.11	c propagations		: 3628571721
1800.03/1779.11	c inspects		: 9583216408
1800.03/1779.11	c shortcuts		: 0
1800.03/1779.11	c learnt literals	: 58
1800.03/1779.11	c learnt binary clauses	: 205829
1800.03/1779.11	c learnt ternary clauses	: 233098
1800.03/1779.11	c learnt constraints	: 4957838
1800.03/1779.11	c ignored constraints	: 0
1800.03/1779.11	c root simplifications	: 0
1800.03/1779.11	c removed literals (reason simplification)	: 0
1800.03/1779.11	c reason swapping (by a shorter reason)	: 0
1800.03/1779.11	c Calls to reduceDB	: 95
1800.03/1779.11	c number of reductions to clauses (during analyze)	: 0
1800.03/1779.11	c number of learned constraints concerned by reduction	: 0
1800.03/1779.11	c number of learning phase by resolution	: 0
1800.03/1779.11	c number of learning phase by cutting planes	: 0
1800.03/1779.11	c speed (assignments/second)	: 2040250.0244588961
1800.03/1779.11	c non guided choices	32916
1800.03/1779.16	c learnt constraints type 
1800.03/1779.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 205831
1800.03/1779.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51308
1800.03/1779.16	c constraints type 
1800.03/1779.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1800.03/1779.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1800.03/1779.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1779.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1800.03/1779.16	c 17910 constraints processed.
1800.03/1779.16	s UNKNOWN
1800.03/1779.16	c Total wall clock time (in seconds): 1779.038

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-3689705-1337892587/watcher-3689705-1337892587 -o /tmp/evaluation-result-3689705-1337892587/solver-3689705-1337892587 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689705-1337892587.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.38 2.12 2.04 3/196 25823
/proc/meminfo: memFree=28186252/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/25823/stat : 25823 (java) R 25821 25823 23031 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 255383495 8192 1 33554432000 0 0 0 140734931946488 215124438455 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2 1 0 0 0 2 0

[startup+0.0664131 s]
/proc/loadavg: 2.38 2.12 2.04 3/196 25823
/proc/meminfo: memFree=28186252/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 3094 0 1 0 3 1 0 0 20 0 13 0 255383495 9446973440 4302 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2306390 4302 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100159 s]
/proc/loadavg: 2.38 2.12 2.04 3/196 25823
/proc/meminfo: memFree=28186252/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 4198 0 1 0 7 1 0 0 20 0 18 0 255383495 9787813888 5392 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2389603 5392 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 2.38 2.12 2.04 3/196 25823
/proc/meminfo: memFree=28186252/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 7379 0 1 0 52 2 0 0 20 0 18 0 255383495 9787813888 10940 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2389603 10940 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700247 s]
/proc/loadavg: 2.38 2.12 2.04 3/196 25823
/proc/meminfo: memFree=28186252/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=1.5 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 9997 0 1 0 145 5 0 0 20 0 19 0 255383495 9855975424 32762 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 32762 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 2.35 2.12 2.04 3/215 25842
/proc/meminfo: memFree=28063572/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 10002 0 1 0 239 5 0 0 20 0 19 0 255383495 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 33278 2253 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2503 0 1 0 143 4 0 0 20 0 19 0 255383496 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398605038120 140398471947773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3810 0 0 0 47 0 0 0 20 0 19 0 255383501 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2489 0 0 0 46 0 0 0 20 0 19 0 255383501 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 33278 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 2.35 2.12 2.04 3/215 25842
/proc/meminfo: memFree=28059972/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=4.12 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 10168 0 1 0 407 5 0 0 20 0 19 0 255383495 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 38443 2278 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2507 0 1 0 299 4 0 0 20 0 19 0 255383496 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398605037944 140398472014095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255383498 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3914 0 0 0 51 0 0 0 20 0 19 0 255383501 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2489 0 0 0 49 0 0 0 20 0 19 0 255383501 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 38443 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.35 2.12 2.04 3/215 25842
/proc/meminfo: memFree=28035644/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=7.39 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 10198 0 1 0 734 5 0 0 20 0 19 0 255383495 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 39963 2278 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2510 0 1 0 612 4 0 0 20 0 19 0 255383496 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398605037856 140398471899246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255383497 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 255383498 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3920 0 0 0 53 0 0 0 20 0 19 0 255383501 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2489 0 0 0 50 0 0 0 20 0 19 0 255383501 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 39963 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3923 0 0 0 58 0 0 0 20 0 19 0 255383501 9855975424 207860 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2508 0 0 0 62 0 0 0 20 0 19 0 255383501 9855975424 207860 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 207860 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 97 0 0 0 31 27 0 0 20 0 19 0 255383501 9855975424 207860 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 207860 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1681.87
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/215 25939
/proc/meminfo: memFree=25258884/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=1742.58 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 22236 0 1 0 174094 164 0 0 20 0 19 0 255383495 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 217139 2279 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=1703.93 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2818 0 1 0 170363 30 0 0 20 0 19 0 255383496 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398605036928 140398472055474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=3.36 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 1439 0 0 0 321 15 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=3.32 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1223 0 0 0 316 16 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1153 0 0 0 314 15 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=3.3 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 1587 0 0 0 313 17 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 1705 0 0 0 304 15 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1160 0 0 0 304 15 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1179 0 0 0 282 14 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 1132 0 0 0 313 20 0 0 20 0 19 0 255383497 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=6.65 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 1124 0 0 0 660 5 0 0 20 0 19 0 255383498 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3923 0 0 0 58 0 0 0 20 0 19 0 255383501 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2508 0 0 0 62 0 0 0 20 0 19 0 255383501 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 99 0 0 0 33 27 0 0 20 0 19 0 255383501 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 217139 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1742.58
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/215 25939
/proc/meminfo: memFree=25237848/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 22828 0 1 0 179836 167 0 0 20 0 19 0 255383495 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 221775 2279 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=1760.08 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2824 0 1 0 175977 31 0 0 20 0 19 0 255383496 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398605037856 140398472014147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 1620 0 0 0 334 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=3.45 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1384 0 0 0 328 17 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=3.37 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1154 0 0 0 322 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 1767 0 0 0 322 18 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=3.32 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 1730 0 0 0 317 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1161 0 0 0 314 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=3.06 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1181 0 0 0 292 14 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 1134 0 0 0 320 20 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=6.91 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 1153 0 0 0 686 5 0 0 20 0 19 0 255383498 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3923 0 0 0 58 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2508 0 0 0 62 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 103 0 0 0 34 28 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1779.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/215 25939
/proc/meminfo: memFree=25237848/32873844 swapFree=7608/7608
[pid=25823] ppid=25821 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/25823/stat : 25823 (java) S 25821 25823 23031 0 -1 4202496 22828 0 1 0 179836 167 0 0 20 0 19 0 255383495 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140736702068128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25823/statm: 2406244 221775 2279 9 0 2396937 0
[pid=25823/tid=25825] ppid=25821 vsize=9624976 CPUtime=1760.08 cores=0,2,4,6
/proc/25823/task/25825/stat : 25825 (java) R 25821 25823 23031 0 -1 4202560 2824 0 1 0 175977 31 0 0 20 0 19 0 255383496 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398605037856 140398472014147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25826] ppid=25821 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/25823/task/25826/stat : 25826 (java) S 25821 25823 23031 0 -1 4202560 1620 0 0 0 334 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398594099368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25827] ppid=25821 vsize=9624976 CPUtime=3.45 cores=0,2,4,6
/proc/25823/task/25827/stat : 25827 (java) S 25821 25823 23031 0 -1 4202560 1384 0 0 0 328 17 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398593046824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25828] ppid=25821 vsize=9624976 CPUtime=3.37 cores=0,2,4,6
/proc/25823/task/25828/stat : 25828 (java) S 25821 25823 23031 0 -1 4202560 1154 0 0 0 322 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398591994280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25829] ppid=25821 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/25823/task/25829/stat : 25829 (java) S 25821 25823 23031 0 -1 4202560 1767 0 0 0 322 18 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398590941736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25830] ppid=25821 vsize=9624976 CPUtime=3.32 cores=0,2,4,6
/proc/25823/task/25830/stat : 25830 (java) S 25821 25823 23031 0 -1 4202560 1730 0 0 0 317 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398589889192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25831] ppid=25821 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/25823/task/25831/stat : 25831 (java) S 25821 25823 23031 0 -1 4202560 1161 0 0 0 314 15 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398443576104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25832] ppid=25821 vsize=9624976 CPUtime=3.06 cores=0,2,4,6
/proc/25823/task/25832/stat : 25832 (java) S 25821 25823 23031 0 -1 4202560 1181 0 0 0 292 14 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398442523560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25833] ppid=25821 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/25823/task/25833/stat : 25833 (java) S 25821 25823 23031 0 -1 4202560 1134 0 0 0 320 20 0 0 20 0 19 0 255383497 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398441471016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25834] ppid=25821 vsize=9624976 CPUtime=6.91 cores=0,2,4,6
/proc/25823/task/25834/stat : 25834 (java) S 25821 25823 23031 0 -1 4202560 1153 0 0 0 686 5 0 0 20 0 19 0 255383498 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398429272168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25835] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25835/stat : 25835 (java) S 25821 25823 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255383498 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398428218488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25836] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25836/stat : 25836 (java) S 25821 25823 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255383499 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398427165832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25837] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25837/stat : 25837 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398426114576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25838] ppid=25821 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25823/task/25838/stat : 25838 (java) S 25821 25823 23031 0 -1 4202560 3923 0 0 0 58 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398425061944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25823/tid=25839] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25839/stat : 25839 (java) S 25821 25823 23031 0 -1 4202560 2508 0 0 0 62 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398424009400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25823/tid=25840] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25840/stat : 25840 (java) S 25821 25823 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398422957048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25823/tid=25841] ppid=25821 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25823/task/25841/stat : 25841 (java) S 25821 25823 23031 0 -1 4202560 103 0 0 0 34 28 0 0 20 0 19 0 255383501 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398421904712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25823/tid=25842] ppid=25821 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25823/task/25842/stat : 25842 (java) S 25821 25823 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255383557 9855975424 221775 33554432000 1073741824 1073778376 140736702076992 140398420849448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1779.17
CPU time (s): 1800.03
CPU user time (s): 1798.36
CPU system time (s): 1.67
CPU usage (%): 101.173
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 2.08268
maximum resident set size= 1019872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22862
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46703
involuntary context switches= 41231

runsolver used 6.07108 second user time and 14.6038 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 22:49:47
IDJOB=3689705
IDBENCH=90209
IDSOLVER=2269
FILE ID=node135/3689705-1337892587
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K148.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689705-1337892587/watcher-3689705-1337892587 -o /tmp/evaluation-result-3689705-1337892587/solver-3689705-1337892587 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689705-1337892587.opb

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=81908334

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28186252 kB
Buffers:          224356 kB
Cached:          3354096 kB
SwapCached:            0 kB
Active:          1116900 kB
Inactive:        2796908 kB
Active(anon):     338228 kB
Inactive(anon):        0 kB
Active(file):     778672 kB
Inactive(file):  2796908 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:        343060 kB
Mapped:            22572 kB
Shmem:               212 kB
Slab:             632420 kB
SReclaimable:      74820 kB
SUnreclaim:       557600 kB
KernelStack:        1616 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     580708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71580 MiB
End job on node135 at 2012-05-24 23:19:28