Trace number 3689597

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.09 1772.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
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 variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
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 89
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689597-1337891714.opb
0.11/0.10	c reading problem ... 
0.60/0.36	c ... done. Wall clock time 0.258s.
0.60/0.36	c declared #vars     5984
0.60/0.36	c #constraints  6162
0.60/0.36	c constraints type 
0.60/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
0.60/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.60/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.60/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
0.60/0.36	c 6162 constraints processed.
1.96/1.21	c cleaning 2454 clauses out of 4987 with flag 5001/5001
2.74/2.00	c cleaning 4238 clauses out of 8527 with flag 11000/11000
3.66/2.87	c cleaning 5604 clauses out of 11288 with flag 18002/18002
4.77/3.93	c cleaning 6814 clauses out of 13680 with flag 26000/26000
5.93/5.10	c cleaning 7918 clauses out of 15864 with flag 35001/35001
7.25/6.32	c cleaning 8934 clauses out of 17944 with flag 45000/45000
8.68/7.76	c cleaning 9901 clauses out of 20005 with flag 56000/56000
10.19/9.25	c cleaning 10983 clauses out of 22104 with flag 68000/68000
12.01/11.02	c cleaning 11990 clauses out of 24121 with flag 81000/81000
14.03/13.01	c cleaning 13045 clauses out of 26131 with flag 95002/95002
16.15/15.12	c cleaning 13934 clauses out of 28084 with flag 110000/110000
18.47/17.45	c cleaning 14950 clauses out of 30150 with flag 126002/126002
20.80/19.74	c cleaning 15947 clauses out of 32200 with flag 143002/143002
23.61/22.53	c cleaning 16955 clauses out of 34251 with flag 161000/161000
26.73/25.60	c cleaning 17959 clauses out of 36295 with flag 180001/180001
29.58/28.44	c cleaning 19005 clauses out of 38336 with flag 200002/200002
33.30/32.10	c cleaning 19941 clauses out of 40328 with flag 221000/221000
36.77/35.59	c cleaning 20955 clauses out of 42390 with flag 243003/243003
40.22/38.94	c cleaning 22087 clauses out of 44432 with flag 266000/266000
44.56/43.21	c cleaning 22917 clauses out of 46345 with flag 290000/290000
48.71/47.34	c cleaning 24044 clauses out of 48430 with flag 315002/315002
52.63/51.24	c cleaning 24884 clauses out of 50384 with flag 341000/341000
57.27/55.83	c cleaning 26047 clauses out of 52500 with flag 368000/368000
63.62/62.18	c cleaning 26812 clauses out of 54453 with flag 396000/396000
69.10/67.59	c cleaning 28124 clauses out of 56641 with flag 425000/425000
73.87/72.21	c cleaning 29071 clauses out of 58516 with flag 455000/455000
80.91/79.21	c cleaning 30009 clauses out of 60447 with flag 486002/486002
85.96/84.24	c cleaning 30968 clauses out of 62438 with flag 518002/518002
91.59/89.84	c cleaning 31982 clauses out of 64468 with flag 551001/551001
100.02/98.29	c cleaning 33134 clauses out of 66485 with flag 585000/585000
106.50/104.67	c cleaning 34066 clauses out of 68351 with flag 620000/620000
112.52/110.67	c cleaning 34902 clauses out of 70285 with flag 656000/656000
122.15/120.26	c cleaning 36164 clauses out of 72383 with flag 693000/693000
128.73/126.71	c cleaning 36952 clauses out of 74221 with flag 731002/731002
135.56/133.52	c cleaning 37897 clauses out of 76268 with flag 770001/770001
145.00/142.98	c cleaning 38983 clauses out of 78372 with flag 810002/810002
153.51/151.38	c cleaning 39950 clauses out of 80386 with flag 851000/851000
168.68/166.27	c cleaning 40978 clauses out of 82438 with flag 893002/893002
177.21/174.72	c cleaning 41928 clauses out of 84458 with flag 936001/936001
190.90/188.36	c cleaning 42756 clauses out of 86534 with flag 980005/980005
206.84/204.09	c cleaning 44270 clauses out of 88776 with flag 1025003/1025003
215.38/212.52	c cleaning 45011 clauses out of 90505 with flag 1071002/1071002
224.83/221.95	c cleaning 45971 clauses out of 92495 with flag 1118003/1118003
237.62/234.69	c cleaning 47142 clauses out of 94521 with flag 1166000/1166000
247.84/244.78	c cleaning 47837 clauses out of 96380 with flag 1215001/1215001
261.98/258.85	c cleaning 48975 clauses out of 98545 with flag 1265003/1265003
272.41/269.13	c cleaning 49789 clauses out of 100568 with flag 1316001/1316001
284.58/281.21	c cleaning 50260 clauses out of 102783 with flag 1368005/1368005
299.62/296.04	c cleaning 51355 clauses out of 105518 with flag 1421000/1421000
316.49/312.72	c cleaning 52766 clauses out of 108163 with flag 1475000/1475000
328.45/324.61	c cleaning 53286 clauses out of 110400 with flag 1530003/1530003
340.61/336.71	c cleaning 54550 clauses out of 113111 with flag 1586000/1586000
354.59/350.63	c cleaning 55581 clauses out of 115561 with flag 1643000/1643000
368.96/364.93	c cleaning 56617 clauses out of 117987 with flag 1701007/1701007
393.38/389.19	c cleaning 58552 clauses out of 120363 with flag 1760000/1760000
417.17/412.57	c cleaning 58733 clauses out of 121814 with flag 1820003/1820003
440.66/435.61	c cleaning 59789 clauses out of 124081 with flag 1881003/1881003
459.79/454.56	c cleaning 61039 clauses out of 126292 with flag 1943003/1943003
477.40/471.95	c cleaning 62065 clauses out of 128250 with flag 2006000/2006000
503.24/497.47	c cleaning 63238 clauses out of 130186 with flag 2070001/2070001
527.23/521.05	c cleaning 64319 clauses out of 131950 with flag 2135003/2135003
543.31/536.96	c cleaning 64168 clauses out of 133629 with flag 2201001/2201001
559.20/552.62	c cleaning 65719 clauses out of 136460 with flag 2268000/2268000
575.97/569.21	c cleaning 66788 clauses out of 138741 with flag 2336000/2336000
605.29/598.17	c cleaning 68039 clauses out of 140953 with flag 2405000/2405000
631.31/623.63	c cleaning 69087 clauses out of 142915 with flag 2475001/2475001
655.88/647.91	c cleaning 70024 clauses out of 144828 with flag 2546001/2546001
678.63/670.26	c cleaning 70712 clauses out of 146804 with flag 2618001/2618001
699.18/690.54	c cleaning 71755 clauses out of 149091 with flag 2691000/2691000
723.31/714.12	c cleaning 73114 clauses out of 151337 with flag 2765001/2765001
752.45/742.78	c cleaning 73887 clauses out of 153222 with flag 2840000/2840000
780.14/769.83	c cleaning 74981 clauses out of 155337 with flag 2916002/2916002
819.60/808.70	c cleaning 76448 clauses out of 157354 with flag 2993000/2993000
864.61/853.16	c cleaning 77632 clauses out of 158906 with flag 3071000/3071000
900.41/888.32	c cleaning 78311 clauses out of 160274 with flag 3150000/3150000
923.19/910.60	c cleaning 78279 clauses out of 161963 with flag 3230001/3230001
945.97/932.95	c cleaning 79719 clauses out of 164683 with flag 3311000/3311000
973.59/960.00	c cleaning 80800 clauses out of 166965 with flag 3393001/3393001
1006.56/992.38	c cleaning 82107 clauses out of 169165 with flag 3476001/3476001
1043.19/1028.27	c cleaning 83078 clauses out of 171057 with flag 3560000/3560000
1072.01/1056.49	c cleaning 83886 clauses out of 172982 with flag 3645003/3645003
1110.56/1094.19	c cleaning 85084 clauses out of 175095 with flag 3731002/3731002
1161.95/1144.48	c cleaning 86525 clauses out of 177011 with flag 3818002/3818002
1198.24/1179.96	c cleaning 86439 clauses out of 178484 with flag 3906000/3906000
1245.54/1226.40	c cleaning 88419 clauses out of 181045 with flag 3995000/3995000
1288.77/1268.60	c cleaning 89258 clauses out of 182626 with flag 4085000/4085000
1329.13/1308.38	c cleaning 90410 clauses out of 184370 with flag 4176002/4176002
1381.20/1359.79	c cleaning 91626 clauses out of 185960 with flag 4268002/4268002
1412.25/1390.41	c cleaning 91785 clauses out of 187336 with flag 4361004/4361004
1444.38/1421.95	c cleaning 92949 clauses out of 189549 with flag 4455002/4455002
1499.22/1476.11	c cleaning 94422 clauses out of 191598 with flag 4550000/4550000
1534.66/1511.00	c cleaning 95332 clauses out of 193177 with flag 4646001/4646001
1563.12/1539.14	c cleaning 95922 clauses out of 194846 with flag 4743002/4743002
1593.84/1569.48	c cleaning 96525 clauses out of 196922 with flag 4841000/4841000
1634.26/1609.22	c cleaning 97962 clauses out of 199397 with flag 4940000/4940000
1675.59/1649.91	c cleaning 99089 clauses out of 201435 with flag 5040000/5040000
1714.51/1688.35	c cleaning 99964 clauses out of 203347 with flag 5141001/5141001
1765.26/1738.40	c cleaning 100980 clauses out of 205383 with flag 5243001/5243001
1800.09/1772.71	c starts		: 274
1800.09/1772.71	c conflicts		: 5337269
1800.09/1772.71	c decisions		: 30589705
1800.09/1772.71	c propagations		: 1723429383
1800.09/1772.71	c inspects		: 11391288179
1800.09/1772.71	c shortcuts		: 0
1800.09/1772.71	c learnt literals	: 46
1800.09/1772.71	c learnt binary clauses	: 88402
1800.09/1772.71	c learnt ternary clauses	: 116613
1800.09/1772.71	c learnt constraints	: 5337223
1800.09/1772.71	c ignored constraints	: 0
1800.09/1772.71	c root simplifications	: 0
1800.09/1772.71	c removed literals (reason simplification)	: 0
1800.09/1772.71	c reason swapping (by a shorter reason)	: 0
1800.09/1772.71	c Calls to reduceDB	: 98
1800.09/1772.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1772.71	c number of learned constraints concerned by reduction	: 0
1800.09/1772.71	c number of learning phase by resolution	: 0
1800.09/1772.71	c number of learning phase by cutting planes	: 0
1800.09/1772.71	c speed (assignments/second)	: 972402.3805789176
1800.09/1772.71	c non guided choices	5365
1800.09/1772.77	c learnt constraints type 
1800.09/1772.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88402
1800.09/1772.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110387
1800.09/1772.77	c constraints type 
1800.09/1772.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
1800.09/1772.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
1800.09/1772.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1772.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
1800.09/1772.77	c 6162 constraints processed.
1800.09/1772.77	s UNKNOWN
1800.09/1772.77	c Total wall clock time (in seconds): 1772.667

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-3689597-1337891714/watcher-3689597-1337891714 -o /tmp/evaluation-result-3689597-1337891714/solver-3689597-1337891714 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689597-1337891714.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.03 2.15 3/195 30350
/proc/meminfo: memFree=28933536/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30350/stat : 30350 (java) R 30348 30350 24394 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 255295961 23793664 710 33554432000 1073741824 1073778376 140735373676768 140735373665832 248780993896 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 5809 711 525 9 0 128 0

[startup+0.0985141 s]
/proc/loadavg: 2.15 2.03 2.15 3/195 30350
/proc/meminfo: memFree=28933536/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 4425 0 1 0 8 2 0 0 20 0 18 0 255295961 9787813888 6091 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2389603 6091 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.10031 s]
/proc/loadavg: 2.15 2.03 2.15 3/195 30350
/proc/meminfo: memFree=28933536/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 4437 0 1 0 9 2 0 0 20 0 18 0 255295961 9787813888 6103 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2389603 6103 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30028 s]
/proc/loadavg: 2.15 2.03 2.15 3/195 30350
/proc/meminfo: memFree=28933536/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 7389 0 1 0 57 3 0 0 20 0 18 0 255295961 9787813888 10365 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2389603 10365 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 2.15 2.03 2.15 3/195 30350
/proc/meminfo: memFree=28933536/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 9911 0 1 0 141 4 0 0 20 0 19 0 255295961 9855975424 15569 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 15569 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 2.13 2.03 2.15 3/214 30369
/proc/meminfo: memFree=28875040/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=2.31 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 9969 0 1 0 227 4 0 0 20 0 19 0 255295961 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 18688 2275 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2468 0 1 0 143 2 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926912594328 139926763644975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255295963 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2994 0 0 0 41 0 0 0 20 0 19 0 255295966 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3269 0 0 0 38 0 0 0 20 0 19 0 255295966 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 18688 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.13 2.03 2.15 3/214 30369
/proc/meminfo: memFree=28859976/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=3.97 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 9990 0 1 0 392 5 0 0 20 0 19 0 255295961 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 20742 2275 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2469 0 1 0 298 2 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926912594208 139926763616109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255295963 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2994 0 0 0 43 0 0 0 20 0 19 0 255295966 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3270 0 0 0 40 0 0 0 20 0 19 0 255295966 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 20742 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 2.13 2.03 2.15 3/214 30369
/proc/meminfo: memFree=28849396/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=7.25 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 10157 0 1 0 719 6 0 0 20 0 19 0 255295961 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 21716 2275 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2472 0 1 0 612 2 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926912594744 139926763645204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255295962 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 255295963 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2995 0 0 0 43 0 0 0 20 0 19 0 255295966 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3420 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 21716 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2999 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176124 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3420 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176124 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 176124 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 97 0 0 0 33 32 0 0 20 0 19 0 255295966 9855975424 176124 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 176124 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1688.26
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 30464
/proc/meminfo: memFree=27776160/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=1749.14 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 20048 0 1 0 174707 207 0 0 20 0 19 0 255295961 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 174695 2276 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=1703.06 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2805 0 1 0 170275 31 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926912593264 139926763644975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=4.22 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 611 0 0 0 405 17 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=4.39 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 1008 0 0 0 420 19 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=4.5 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 1317 0 0 0 429 21 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=4.3 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 1056 0 0 0 409 21 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=4.28 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 1086 0 0 0 409 19 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=4.47 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 876 0 0 0 431 16 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=4.27 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 1184 0 0 0 410 17 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=4.29 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 1675 0 0 0 409 20 0 0 20 0 19 0 255295962 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=5.31 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 733 0 0 0 525 6 0 0 20 0 19 0 255295963 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2999 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3420 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 99 0 0 0 34 33 0 0 20 0 19 0 255295966 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 174695 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1749.14
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 2.00 2.01 2.04 3/213 30464
/proc/meminfo: memFree=27769396/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 20573 0 1 0 179799 210 0 0 20 0 19 0 255295961 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 176731 2276 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=1753.07 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2809 0 1 0 175275 32 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926912593264 139926763644975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=4.3 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 613 0 0 0 413 17 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=4.45 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 1008 0 0 0 426 19 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=4.6 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 1536 0 0 0 438 22 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=4.38 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 1057 0 0 0 417 21 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=4.37 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 1352 0 0 0 417 20 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=4.57 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 877 0 0 0 441 16 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=4.39 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 1201 0 0 0 422 17 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=4.36 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 1677 0 0 0 416 20 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=5.4 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 742 0 0 0 534 6 0 0 20 0 19 0 255295963 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2999 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3420 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1772.7 s]
/proc/loadavg: 2.00 2.01 2.04 3/213 30464
/proc/meminfo: memFree=27769396/32873844 swapFree=6080/6080
[pid=30350] ppid=30348 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/30350/stat : 30350 (java) S 30348 30350 24394 0 -1 4202496 20573 0 1 0 179799 210 0 0 20 0 19 0 255295961 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 140735373667904 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30350/statm: 2406244 176731 2276 9 0 2396937 0
[pid=30350/tid=30352] ppid=30348 vsize=9624976 CPUtime=1753.07 cores=1,3,5,7
/proc/30350/task/30352/stat : 30352 (java) R 30348 30350 24394 0 -1 4202560 2809 0 1 0 175275 32 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926912593264 139926763644975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30353] ppid=30348 vsize=9624976 CPUtime=4.3 cores=1,3,5,7
/proc/30350/task/30353/stat : 30353 (java) S 30348 30350 24394 0 -1 4202560 613 0 0 0 413 17 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926885046568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30354] ppid=30348 vsize=9624976 CPUtime=4.45 cores=1,3,5,7
/proc/30350/task/30354/stat : 30354 (java) S 30348 30350 24394 0 -1 4202560 1008 0 0 0 426 19 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926883993768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30355] ppid=30348 vsize=9624976 CPUtime=4.6 cores=1,3,5,7
/proc/30350/task/30355/stat : 30355 (java) S 30348 30350 24394 0 -1 4202560 1536 0 0 0 438 22 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926882941480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30356] ppid=30348 vsize=9624976 CPUtime=4.38 cores=1,3,5,7
/proc/30350/task/30356/stat : 30356 (java) S 30348 30350 24394 0 -1 4202560 1057 0 0 0 417 21 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926881888680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30357] ppid=30348 vsize=9624976 CPUtime=4.37 cores=1,3,5,7
/proc/30350/task/30357/stat : 30357 (java) S 30348 30350 24394 0 -1 4202560 1352 0 0 0 417 20 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926751980328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30358] ppid=30348 vsize=9624976 CPUtime=4.57 cores=1,3,5,7
/proc/30350/task/30358/stat : 30358 (java) S 30348 30350 24394 0 -1 4202560 877 0 0 0 441 16 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926750927528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30359] ppid=30348 vsize=9624976 CPUtime=4.39 cores=1,3,5,7
/proc/30350/task/30359/stat : 30359 (java) S 30348 30350 24394 0 -1 4202560 1201 0 0 0 422 17 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926749875240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30360] ppid=30348 vsize=9624976 CPUtime=4.36 cores=1,3,5,7
/proc/30350/task/30360/stat : 30360 (java) S 30348 30350 24394 0 -1 4202560 1677 0 0 0 416 20 0 0 20 0 19 0 255295962 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926748822440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30361] ppid=30348 vsize=9624976 CPUtime=5.4 cores=1,3,5,7
/proc/30350/task/30361/stat : 30361 (java) S 30348 30350 24394 0 -1 4202560 742 0 0 0 534 6 0 0 20 0 19 0 255295963 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926266308840 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30362] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30362/stat : 30362 (java) S 30348 30350 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926265254904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30363] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30363/stat : 30363 (java) S 30348 30350 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255295964 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926264202504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30364] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30364/stat : 30364 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926263150992 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30350/tid=30365] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30365/stat : 30365 (java) S 30348 30350 24394 0 -1 4202560 2999 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926262098616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30350/tid=30366] ppid=30348 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30350/task/30366/stat : 30366 (java) S 30348 30350 24394 0 -1 4202560 3420 0 0 0 45 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926261045816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30367] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30367/stat : 30367 (java) S 30348 30350 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926259993720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30350/tid=30368] ppid=30348 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/30350/task/30368/stat : 30368 (java) S 30348 30350 24394 0 -1 4202560 103 0 0 0 35 35 0 0 20 0 19 0 255295966 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926258941128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30350/tid=30369] ppid=30348 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30350/task/30369/stat : 30369 (java) S 30348 30350 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255295999 9855975424 176731 33554432000 1073741824 1073778376 140735373676768 139926257886120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1772.78
CPU time (s): 1800.09
CPU user time (s): 1797.99
CPU system time (s): 2.1
CPU usage (%): 101.541
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.39364
maximum resident set size= 729560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20612
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46134
involuntary context switches= 49108

runsolver used 6.50201 second user time and 15.6626 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 22:35:14
IDJOB=3689597
IDBENCH=90114
IDSOLVER=2269
FILE ID=node139/3689597-1337891714
RUNJOBID= node139-1337889901-29321
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
RANDOM SEED=1440515126

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        28933436 kB
Buffers:          234156 kB
Cached:          2812444 kB
SwapCached:            0 kB
Active:           566980 kB
Inactive:        2567124 kB
Active(anon):      78584 kB
Inactive(anon):    11120 kB
Active(file):     488396 kB
Inactive(file):  2556004 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:         98908 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             653996 kB
SReclaimable:      96068 kB
SUnreclaim:       557928 kB
KernelStack:        1608 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71684 MiB
End job on node139 at 2012-05-24 23:04:49