Trace number 3710056

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1794.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K93.opb
MD5SUM91412677f9785e1c6465ad7d3d170f82
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark510.634
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6324
Total number of constraints6512
Number of constraints which are clauses6419
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint93
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 94
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710056-1338213833.opb
0.08/0.13	c reading problem ... 
0.52/0.39	c ... done. Wall clock time 0.258s.
0.52/0.39	c declared #vars     6324
0.52/0.39	c #constraints  6512
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
0.52/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
0.52/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
0.52/0.39	c 6512 constraints processed.
2.38/1.77	c cleaning 2484 clauses out of 4985 with flag 5000/5000
3.66/2.98	c cleaning 4205 clauses out of 8493 with flag 11000/11000
5.08/4.40	c cleaning 5607 clauses out of 11282 with flag 18000/18000
6.79/6.07	c cleaning 6758 clauses out of 13671 with flag 26000/26000
8.83/8.02	c cleaning 7877 clauses out of 15914 with flag 35001/35001
10.94/10.18	c cleaning 8915 clauses out of 18036 with flag 45000/45000
13.36/12.56	c cleaning 9975 clauses out of 20120 with flag 56001/56001
16.27/15.46	c cleaning 11050 clauses out of 22144 with flag 68000/68000
18.98/18.18	c cleaning 11909 clauses out of 24094 with flag 81000/81000
22.18/21.39	c cleaning 12417 clauses out of 26185 with flag 95000/95000
25.51/24.60	c cleaning 13498 clauses out of 28766 with flag 110000/110000
30.22/29.35	c cleaning 14757 clauses out of 31267 with flag 126000/126000
34.24/33.33	c cleaning 15429 clauses out of 33508 with flag 143000/143000
38.94/38.01	c cleaning 16464 clauses out of 36079 with flag 161000/161000
43.56/42.61	c cleaning 17257 clauses out of 38610 with flag 180000/180000
48.77/47.86	c cleaning 18274 clauses out of 41351 with flag 200000/200000
53.98/53.07	c cleaning 19317 clauses out of 44077 with flag 221000/221000
59.11/58.13	c cleaning 20075 clauses out of 46759 with flag 243001/243001
65.21/64.21	c cleaning 21249 clauses out of 49684 with flag 266001/266001
73.56/72.51	c cleaning 21731 clauses out of 52434 with flag 290000/290000
81.68/80.69	c cleaning 23383 clauses out of 55704 with flag 315001/315001
88.71/87.66	c cleaning 24444 clauses out of 58318 with flag 341000/341000
96.96/95.88	c cleaning 25084 clauses out of 60874 with flag 368000/368000
105.69/104.56	c cleaning 26424 clauses out of 63790 with flag 396000/396000
114.80/113.60	c cleaning 27662 clauses out of 66366 with flag 425000/425000
123.14/121.94	c cleaning 27866 clauses out of 68702 with flag 455000/455000
132.58/131.38	c cleaning 29100 clauses out of 71836 with flag 486000/486000
144.19/142.95	c cleaning 30841 clauses out of 74736 with flag 518000/518000
156.84/155.57	c cleaning 31774 clauses out of 76895 with flag 551000/551000
166.98/165.61	c cleaning 32021 clauses out of 79121 with flag 585000/585000
177.70/176.38	c cleaning 33154 clauses out of 82095 with flag 620000/620000
192.03/190.67	c cleaning 33674 clauses out of 84941 with flag 656000/656000
203.09/201.67	c cleaning 34473 clauses out of 88267 with flag 693000/693000
215.60/214.14	c cleaning 36197 clauses out of 91795 with flag 731001/731001
228.86/227.39	c cleaning 37360 clauses out of 94597 with flag 770000/770000
245.28/243.78	c cleaning 38154 clauses out of 97240 with flag 810003/810003
259.74/258.12	c cleaning 38711 clauses out of 100083 with flag 851000/851000
274.15/272.45	c cleaning 40487 clauses out of 103372 with flag 893000/893000
294.67/292.92	c cleaning 41833 clauses out of 105885 with flag 936000/936000
314.49/312.70	c cleaning 42916 clauses out of 108052 with flag 980000/980000
328.84/327.00	c cleaning 43577 clauses out of 110136 with flag 1025000/1025000
346.17/344.31	c cleaning 44627 clauses out of 112558 with flag 1071001/1071001
364.30/362.42	c cleaning 45712 clauses out of 114931 with flag 1118001/1118001
387.23/385.31	c cleaning 46546 clauses out of 117220 with flag 1166002/1166002
403.92/401.98	c cleaning 47472 clauses out of 119672 with flag 1215000/1215000
422.85/420.82	c cleaning 48405 clauses out of 122200 with flag 1265000/1265000
442.42/440.35	c cleaning 49167 clauses out of 124795 with flag 1316000/1316000
465.29/463.19	c cleaning 50979 clauses out of 127628 with flag 1368000/1368000
485.07/482.82	c cleaning 51467 clauses out of 129649 with flag 1421000/1421000
502.39/500.11	c cleaning 51948 clauses out of 132180 with flag 1475000/1475000
522.93/520.61	c cleaning 53539 clauses out of 135238 with flag 1530006/1530006
543.36/541.09	c cleaning 54548 clauses out of 137693 with flag 1586000/1586000
567.21/564.89	c cleaning 55237 clauses out of 140145 with flag 1643000/1643000
594.29/591.90	c cleaning 56849 clauses out of 142908 with flag 1701000/1701000
623.04/620.52	c cleaning 57150 clauses out of 145059 with flag 1760000/1760000
646.61/644.07	c cleaning 58298 clauses out of 147910 with flag 1820001/1820001
681.55/678.93	c cleaning 60129 clauses out of 150611 with flag 1881000/1881000
714.04/711.35	c cleaning 61361 clauses out of 152483 with flag 1943001/1943001
742.60/739.88	c cleaning 61579 clauses out of 154121 with flag 2006000/2006000
772.88/770.08	c cleaning 62779 clauses out of 156542 with flag 2070000/2070000
801.55/798.68	c cleaning 63131 clauses out of 158761 with flag 2135000/2135000
825.01/822.05	c cleaning 64409 clauses out of 161632 with flag 2201002/2201002
855.28/852.28	c cleaning 65996 clauses out of 164221 with flag 2268000/2268000
889.38/886.27	c cleaning 67201 clauses out of 166230 with flag 2336005/2336005
929.66/926.44	c cleaning 67988 clauses out of 168025 with flag 2405001/2405001
963.85/960.57	c cleaning 68586 clauses out of 170036 with flag 2475000/2475000
1008.84/1005.46	c cleaning 70224 clauses out of 172450 with flag 2546000/2546000
1043.82/1040.32	c cleaning 71341 clauses out of 174226 with flag 2618000/2618000
1078.53/1074.91	c cleaning 72108 clauses out of 175885 with flag 2691000/2691000
1112.51/1108.81	c cleaning 73186 clauses out of 177777 with flag 2765000/2765000
1147.65/1143.97	c cleaning 73505 clauses out of 179591 with flag 2840000/2840000
1181.04/1177.25	c cleaning 75088 clauses out of 182089 with flag 2916003/2916003
1220.00/1216.10	c cleaning 75624 clauses out of 183998 with flag 2993000/2993000
1259.48/1255.59	c cleaning 77219 clauses out of 186375 with flag 3071001/3071001
1290.41/1286.32	c cleaning 77494 clauses out of 188155 with flag 3150000/3150000
1324.06/1319.97	c cleaning 78876 clauses out of 190661 with flag 3230000/3230000
1362.02/1357.84	c cleaning 79884 clauses out of 192785 with flag 3311000/3311000
1399.61/1395.36	c cleaning 80926 clauses out of 194901 with flag 3393000/3393000
1435.60/1431.25	c cleaning 81464 clauses out of 196977 with flag 3476002/3476002
1477.73/1473.26	c cleaning 82924 clauses out of 199511 with flag 3560000/3560000
1514.91/1510.33	c cleaning 83923 clauses out of 201587 with flag 3645000/3645000
1570.90/1566.15	c cleaning 85088 clauses out of 203664 with flag 3731000/3731000
1617.91/1613.19	c cleaning 86005 clauses out of 205577 with flag 3818001/3818001
1671.65/1666.66	c cleaning 86755 clauses out of 207571 with flag 3906000/3906000
1726.19/1721.00	c cleaning 88336 clauses out of 209819 with flag 3995003/3995003
1775.64/1770.32	c cleaning 88727 clauses out of 211480 with flag 4085000/4085000
1800.08/1794.71	c starts		: 253
1800.08/1794.71	c conflicts		: 4138884
1800.08/1794.71	c decisions		: 12504371
1800.08/1794.71	c propagations		: 1321314620
1800.08/1794.71	c inspects		: 8112685711
1800.08/1794.71	c shortcuts		: 0
1800.08/1794.71	c learnt literals	: 36
1800.08/1794.71	c learnt binary clauses	: 100123
1800.08/1794.71	c learnt ternary clauses	: 144857
1800.08/1794.71	c learnt constraints	: 4138847
1800.08/1794.71	c ignored constraints	: 0
1800.08/1794.71	c root simplifications	: 289
1800.08/1794.71	c removed literals (reason simplification)	: 188679847
1800.08/1794.71	c reason swapping (by a shorter reason)	: 0
1800.08/1794.71	c Calls to reduceDB	: 86
1800.08/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.71	c number of learned constraints concerned by reduction	: 0
1800.08/1794.71	c number of learning phase by resolution	: 0
1800.08/1794.71	c number of learning phase by cutting planes	: 0
1800.08/1794.71	c speed (assignments/second)	: 736392.7627769384
1800.08/1794.71	c non guided choices	6595
1800.08/1794.76	c learnt constraints type 
1800.08/1794.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100096
1800.08/1794.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76615
1800.08/1794.76	c constraints type 
1800.08/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
1800.08/1794.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
1800.08/1794.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.08/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
1800.08/1794.76	c 6512 constraints processed.
1800.08/1794.76	s UNKNOWN
1800.08/1794.76	c Total wall clock time (in seconds): 1794.624

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-3710056-1338213833/watcher-3710056-1338213833 -o /tmp/evaluation-result-3710056-1338213833/solver-3710056-1338213833 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710056-1338213833.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.00 2.00 2.00 3/194 11939
/proc/meminfo: memFree=30894320/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11939/stat : 11939 (java) D 11937 11939 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287511761 9515008 182 33554432000 1073741824 1073778376 140736161136928 140736161127960 270118239925 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/11939/statm: 2323 182 140 9 0 71 0

[startup+0.0185969 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11939
/proc/meminfo: memFree=30894320/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=101560 CPUtime=0 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 1422 0 1 0 0 0 0 0 20 0 2 0 287511761 103997440 1102 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 25390 1102 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100337 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11939
/proc/meminfo: memFree=30894320/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 3936 0 1 0 7 1 0 0 20 0 18 0 287511761 9787842560 5142 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2389610 5143 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11939
/proc/meminfo: memFree=30894320/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 7275 0 1 0 50 2 0 0 20 0 18 0 287511761 9787842560 9329 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2389610 9329 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11939
/proc/meminfo: memFree=30894320/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 8522 0 1 0 131 3 0 0 20 0 19 0 287511761 9856004096 16076 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 16076 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11958
/proc/meminfo: memFree=30838328/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=2.17 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 8528 0 1 0 214 3 0 0 20 0 19 0 287511761 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 16592 2258 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2519 0 1 0 145 1 0 0 20 0 19 0 287511762 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915819190840 139915690668340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2159 0 0 0 34 0 0 0 20 0 19 0 287511768 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 2653 0 0 0 33 0 0 0 20 0 19 0 287511768 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 16592 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11958
/proc/meminfo: memFree=30825908/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=3.87 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 8853 0 1 0 383 4 0 0 20 0 19 0 287511761 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 19711 2283 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2523 0 1 0 301 1 0 0 20 0 19 0 287511762 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915819192624 139915690606315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287511765 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2163 0 0 0 37 0 0 0 20 0 19 0 287511768 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 2919 0 0 0 38 0 0 0 20 0 19 0 287511768 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 19711 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11958
/proc/meminfo: memFree=30823868/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=7.13 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 9584 0 1 0 709 4 0 0 20 0 19 0 287511761 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 20049 2283 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=6.17 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2524 0 1 0 616 1 0 0 20 0 19 0 287511762 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915819192584 139915690606365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287511763 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 58 0 0 0 5 0 0 0 20 0 19 0 287511765 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2163 0 0 0 37 0 0 0 20 0 19 0 287511768 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 3613 0 0 0 43 0 0 0 20 0 19 0 287511768 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 20049 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2555 0 0 0 44 0 0 0 20 0 19 0 287511768 9856004096 99065 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 3613 0 0 0 43 0 0 0 20 0 19 0 287511768 9856004096 99065 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 99065 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 98 0 0 0 26 22 0 0 20 0 19 0 287511768 9856004096 99065 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 99065 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.52
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 12032
/proc/meminfo: memFree=30508836/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=1787.68 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 11874 0 1 0 178716 52 0 0 20 0 19 0 287511761 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 101253 2284 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=1772.42 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2655 0 1 0 177212 30 0 0 20 0 19 0 287511762 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915819192624 139915690630699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 132 0 0 0 77 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 104 0 0 0 70 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 259 0 0 0 75 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 125 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 233 0 0 0 64 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 252 0 0 0 76 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 164 0 0 0 70 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 197 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 301 0 0 0 358 2 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2555 0 0 0 44 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 3613 0 0 0 43 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 102 0 0 0 28 23 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 12032
/proc/meminfo: memFree=30508712/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 11874 0 1 0 179956 52 0 0 20 0 19 0 287511761 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 101253 2284 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=1784.79 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2655 0 1 0 178448 31 0 0 20 0 19 0 287511762 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915819192624 139915690606850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 132 0 0 0 77 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 104 0 0 0 70 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 259 0 0 0 75 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 125 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 233 0 0 0 64 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 252 0 0 0 76 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 164 0 0 0 70 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 197 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 301 0 0 0 358 2 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2555 0 0 0 44 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 3613 0 0 0 43 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 102 0 0 0 28 23 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 12032
/proc/meminfo: memFree=30508712/32873844 swapFree=6872/6872
[pid=11939] ppid=11937 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/11939/stat : 11939 (java) S 11937 11939 9972 0 -1 4202496 11874 0 1 0 179956 52 0 0 20 0 19 0 287511761 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 140735753433184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11939/statm: 2406251 101253 2284 9 0 2396937 0
[pid=11939/tid=11941] ppid=11937 vsize=9625004 CPUtime=1784.79 cores=0,2,4,6
/proc/11939/task/11941/stat : 11941 (java) R 11937 11939 9972 0 -1 4202560 2655 0 1 0 178448 31 0 0 20 0 19 0 287511762 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915819192624 139915690606850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11942] ppid=11937 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/11939/task/11942/stat : 11942 (java) S 11937 11939 9972 0 -1 4202560 132 0 0 0 77 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915662408360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11943] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11943/stat : 11943 (java) S 11937 11939 9972 0 -1 4202560 104 0 0 0 70 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915661355816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11944] ppid=11937 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/11939/task/11944/stat : 11944 (java) S 11937 11939 9972 0 -1 4202560 259 0 0 0 75 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915660303272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11945] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11945/stat : 11945 (java) S 11937 11939 9972 0 -1 4202560 125 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915659250728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11946] ppid=11937 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/11939/task/11946/stat : 11946 (java) S 11937 11939 9972 0 -1 4202560 233 0 0 0 64 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915658197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11947] ppid=11937 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/11939/task/11947/stat : 11947 (java) S 11937 11939 9972 0 -1 4202560 252 0 0 0 76 3 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915657144616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11939/tid=11948] ppid=11937 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/11939/task/11948/stat : 11948 (java) S 11937 11939 9972 0 -1 4202560 164 0 0 0 70 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915656092072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11949] ppid=11937 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/11939/task/11949/stat : 11949 (java) S 11937 11939 9972 0 -1 4202560 197 0 0 0 69 4 0 0 20 0 19 0 287511763 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915655039528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11950] ppid=11937 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/11939/task/11950/stat : 11950 (java) S 11937 11939 9972 0 -1 4202560 301 0 0 0 358 2 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915642841704 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11951] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11951/stat : 11951 (java) S 11937 11939 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915641788024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11952] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11952/stat : 11952 (java) S 11937 11939 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287511765 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915640735368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11953] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11953/stat : 11953 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915639684112 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11954] ppid=11937 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/11939/task/11954/stat : 11954 (java) S 11937 11939 9972 0 -1 4202560 2555 0 0 0 44 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915638630456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11939/tid=11955] ppid=11937 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11939/task/11955/stat : 11955 (java) S 11937 11939 9972 0 -1 4202560 3613 0 0 0 43 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915637577912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11956] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11956/stat : 11956 (java) S 11937 11939 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915636525560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11939/tid=11957] ppid=11937 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/11939/task/11957/stat : 11957 (java) S 11937 11939 9972 0 -1 4202560 102 0 0 0 28 23 0 0 20 0 19 0 287511768 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915635473224 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11939/tid=11958] ppid=11937 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11939/task/11958/stat : 11958 (java) S 11937 11939 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287511802 9856004096 101253 33554432000 1073741824 1073778376 140735753442048 139915634418984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.76
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.52
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.18
system time used= 0.971852
maximum resident set size= 405148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11912
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40298
involuntary context switches= 14100

runsolver used 5.9311 second user time and 14.4618 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 16:03:53
IDJOB=3710056
IDBENCH=90131
IDSOLVER=2289
FILE ID=node106/3710056-1338213833
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K93.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710056-1338213833/watcher-3710056-1338213833 -o /tmp/evaluation-result-3710056-1338213833/solver-3710056-1338213833 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710056-1338213833.opb

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

MD5SUM BENCH= 91412677f9785e1c6465ad7d3d170f82
RANDOM SEED=1703682272

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        30894848 kB
Buffers:          307540 kB
Cached:           568912 kB
SwapCached:            0 kB
Active:           919308 kB
Inactive:         198228 kB
Active(anon):     232220 kB
Inactive(anon):    11256 kB
Active(file):     687088 kB
Inactive(file):   186972 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        251720 kB
Mapped:            18736 kB
Shmem:               200 kB
Slab:             716456 kB
SReclaimable:     158680 kB
SUnreclaim:       557776 kB
KernelStack:        1608 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71328 MiB
End job on node106 at 2012-05-28 16:33:50