Trace number 3689671

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.05 1793.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
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 variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689671-1337892283.opb
0.09/0.11	c reading problem ... 
1.19/0.61	c ... done. Wall clock time 0.505s.
1.19/0.61	c declared #vars     22848
1.19/0.61	c #constraints  23234
1.19/0.61	c constraints type 
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1.19/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1.19/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1.19/0.62	c 23234 constraints processed.
3.64/2.72	c cleaning 2428 clauses out of 4999 with flag 5001/5001
6.07/5.02	c cleaning 4233 clauses out of 8563 with flag 11000/11000
8.68/7.68	c cleaning 5575 clauses out of 11327 with flag 18000/18000
11.89/10.84	c cleaning 6746 clauses out of 13750 with flag 26001/26001
15.14/14.01	c cleaning 7869 clauses out of 16002 with flag 35001/35001
19.44/18.34	c cleaning 8913 clauses out of 18132 with flag 45000/45000
23.75/22.62	c cleaning 9952 clauses out of 20213 with flag 56000/56000
28.87/27.78	c cleaning 11020 clauses out of 22255 with flag 68000/68000
34.09/32.96	c cleaning 11886 clauses out of 24233 with flag 81000/81000
39.02/37.89	c cleaning 12882 clauses out of 26348 with flag 95001/95001
44.62/43.46	c cleaning 14054 clauses out of 28463 with flag 110000/110000
50.94/49.72	c cleaning 14969 clauses out of 30410 with flag 126001/126001
57.36/56.16	c cleaning 15198 clauses out of 32440 with flag 143002/143002
64.89/63.66	c cleaning 15919 clauses out of 35240 with flag 161001/161001
72.01/70.74	c cleaning 16692 clauses out of 38319 with flag 180000/180000
79.87/78.51	c cleaning 17836 clauses out of 41626 with flag 200000/200000
88.49/87.15	c cleaning 18665 clauses out of 44790 with flag 221000/221000
97.83/96.41	c cleaning 19479 clauses out of 48125 with flag 243000/243000
106.14/104.73	c cleaning 20815 clauses out of 51649 with flag 266003/266003
115.53/114.02	c cleaning 21905 clauses out of 54830 with flag 290000/290000
125.36/123.80	c cleaning 22822 clauses out of 57926 with flag 315001/315001
135.48/133.91	c cleaning 23086 clauses out of 61102 with flag 341000/341000
145.71/144.12	c cleaning 24264 clauses out of 65015 with flag 368000/368000
156.03/154.45	c cleaning 25628 clauses out of 68751 with flag 396000/396000
166.01/164.35	c cleaning 27477 clauses out of 72122 with flag 425000/425000
177.26/175.57	c cleaning 26646 clauses out of 74645 with flag 455001/455001
188.40/186.63	c cleaning 28842 clauses out of 78998 with flag 486000/486000
200.19/198.32	c cleaning 28699 clauses out of 82155 with flag 518000/518000
213.24/211.32	c cleaning 29676 clauses out of 86460 with flag 551005/551005
226.37/224.49	c cleaning 30820 clauses out of 90772 with flag 585000/585000
240.00/238.08	c cleaning 31446 clauses out of 94950 with flag 620000/620000
254.43/252.45	c cleaning 32401 clauses out of 99503 with flag 656001/656001
269.39/267.33	c cleaning 33483 clauses out of 104103 with flag 693002/693002
285.43/283.30	c cleaning 34431 clauses out of 108617 with flag 731000/731000
301.29/299.17	c cleaning 35291 clauses out of 113186 with flag 770000/770000
318.04/315.80	c cleaning 36034 clauses out of 117896 with flag 810001/810001
334.58/332.30	c cleaning 37337 clauses out of 122860 with flag 851000/851000
350.92/348.62	c cleaning 37889 clauses out of 127523 with flag 893001/893001
368.74/366.46	c cleaning 39097 clauses out of 132636 with flag 936003/936003
387.40/385.01	c cleaning 40052 clauses out of 137536 with flag 980000/980000
406.04/403.70	c cleaning 40820 clauses out of 142484 with flag 1025000/1025000
422.68/420.24	c cleaning 42434 clauses out of 147663 with flag 1071000/1071000
440.15/437.65	c cleaning 43745 clauses out of 152234 with flag 1118005/1118005
460.62/458.03	c cleaning 43789 clauses out of 156486 with flag 1166002/1166002
480.71/478.00	c cleaning 44629 clauses out of 161696 with flag 1215001/1215001
500.96/498.22	c cleaning 45675 clauses out of 167067 with flag 1265001/1265001
522.80/520.03	c cleaning 46483 clauses out of 172393 with flag 1316003/1316003
544.14/541.38	c cleaning 47874 clauses out of 177909 with flag 1368002/1368002
563.95/561.09	c cleaning 48784 clauses out of 183033 with flag 1421000/1421000
585.90/582.96	c cleaning 49455 clauses out of 188249 with flag 1475000/1475000
606.45/603.46	c cleaning 50989 clauses out of 193794 with flag 1530000/1530000
630.84/627.75	c cleaning 53626 clauses out of 198808 with flag 1586003/1586003
657.20/653.80	c cleaning 54300 clauses out of 202179 with flag 1643000/1643000
683.32/679.80	c cleaning 52795 clauses out of 205879 with flag 1701000/1701000
706.88/703.30	c cleaning 54200 clauses out of 212085 with flag 1760001/1760001
734.24/730.62	c cleaning 54504 clauses out of 217887 with flag 1820003/1820003
760.24/756.57	c cleaning 56610 clauses out of 224382 with flag 1881002/1881002
786.63/782.82	c cleaning 57794 clauses out of 229770 with flag 1943000/1943000
812.20/808.32	c cleaning 58609 clauses out of 234976 with flag 2006000/2006000
841.57/837.67	c cleaning 59031 clauses out of 240367 with flag 2070001/2070001
869.82/865.88	c cleaning 60995 clauses out of 246340 with flag 2135005/2135005
900.71/896.67	c cleaning 61605 clauses out of 251340 with flag 2201000/2201000
928.93/924.72	c cleaning 62320 clauses out of 256735 with flag 2268000/2268000
957.71/953.49	c cleaning 63277 clauses out of 262415 with flag 2336000/2336000
989.71/985.38	c cleaning 65653 clauses out of 268140 with flag 2405002/2405002
1022.33/1017.89	c cleaning 64748 clauses out of 272486 with flag 2475001/2475001
1057.51/1052.95	c cleaning 66113 clauses out of 278738 with flag 2546001/2546001
1090.09/1085.47	c cleaning 67284 clauses out of 284624 with flag 2618000/2618000
1121.96/1117.27	c cleaning 69270 clauses out of 290340 with flag 2691000/2691000
1158.86/1154.03	c cleaning 68276 clauses out of 295070 with flag 2765000/2765000
1193.74/1188.85	c cleaning 69684 clauses out of 301795 with flag 2840001/2840001
1231.53/1226.55	c cleaning 70641 clauses out of 308111 with flag 2916001/2916001
1267.52/1262.49	c cleaning 72074 clauses out of 314469 with flag 2993000/2993000
1303.12/1297.96	c cleaning 73263 clauses out of 320395 with flag 3071000/3071000
1338.11/1332.81	c cleaning 74155 clauses out of 326132 with flag 3150000/3150000
1375.10/1369.75	c cleaning 74494 clauses out of 331978 with flag 3230001/3230001
1407.50/1402.05	c cleaning 77888 clauses out of 338483 with flag 3311000/3311000
1444.50/1438.95	c cleaning 77233 clauses out of 342594 with flag 3393000/3393000
1483.01/1477.33	c cleaning 76768 clauses out of 348360 with flag 3476000/3476000
1519.21/1513.46	c cleaning 79644 clauses out of 355592 with flag 3560000/3560000
1561.71/1555.82	c cleaning 79510 clauses out of 360946 with flag 3645000/3645000
1599.71/1593.72	c cleaning 81568 clauses out of 367437 with flag 3731001/3731001
1644.90/1638.84	c cleaning 81262 clauses out of 372871 with flag 3818003/3818003
1688.59/1682.40	c cleaning 82575 clauses out of 379606 with flag 3906000/3906000
1731.52/1725.22	c cleaning 83490 clauses out of 386035 with flag 3995004/3995004
1774.34/1767.90	c cleaning 85050 clauses out of 392542 with flag 4085001/4085001
1800.05/1793.51	c starts		: 252
1800.05/1793.51	c conflicts		: 4142880
1800.05/1793.51	c decisions		: 133483387
1800.05/1793.51	c propagations		: 3938902563
1800.05/1793.51	c inspects		: 8214474072
1800.05/1793.51	c shortcuts		: 0
1800.05/1793.51	c learnt literals	: 66
1800.05/1793.51	c learnt binary clauses	: 277807
1800.05/1793.51	c learnt ternary clauses	: 259625
1800.05/1793.51	c learnt constraints	: 4142813
1800.05/1793.51	c ignored constraints	: 0
1800.05/1793.51	c root simplifications	: 0
1800.05/1793.51	c removed literals (reason simplification)	: 0
1800.05/1793.51	c reason swapping (by a shorter reason)	: 0
1800.05/1793.51	c Calls to reduceDB	: 86
1800.05/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.51	c number of learned constraints concerned by reduction	: 0
1800.05/1793.51	c number of learning phase by resolution	: 0
1800.05/1793.51	c number of learning phase by cutting planes	: 0
1800.05/1793.51	c speed (assignments/second)	: 2196976.9944792553
1800.05/1793.51	c non guided choices	98900
1800.05/1793.56	c learnt constraints type 
1800.05/1793.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 277809
1800.05/1793.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87601
1800.05/1793.56	c constraints type 
1800.05/1793.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1800.05/1793.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1800.05/1793.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1793.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1800.05/1793.56	c 23234 constraints processed.
1800.05/1793.56	s UNKNOWN
1800.05/1793.56	c Total wall clock time (in seconds): 1793.455

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-3689671-1337892283/watcher-3689671-1337892283 -o /tmp/evaluation-result-3689671-1337892283/solver-3689671-1337892283 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689671-1337892283.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.36 2.12 2.11 3/194 23645
/proc/meminfo: memFree=29423572/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23645/stat : 23645 (java) D 23643 23645 18255 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255353769 9515008 183 33554432000 1073741824 1073778376 140736031814352 140736031805384 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23645/statm: 2323 183 140 9 0 71 0

[startup+0.0261229 s]
/proc/loadavg: 2.36 2.12 2.11 3/194 23645
/proc/meminfo: memFree=29423572/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 2229 0 1 0 0 0 0 0 20 0 10 0 255353769 9231130624 2930 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2253694 2930 1080 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100305 s]
/proc/loadavg: 2.36 2.12 2.11 3/194 23645
/proc/meminfo: memFree=29423572/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 4271 0 1 0 8 1 0 0 20 0 18 0 255353769 9787813888 5472 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2389603 5472 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 2.36 2.12 2.11 3/194 23645
/proc/meminfo: memFree=29423572/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 7111 0 1 0 53 2 0 0 20 0 18 0 255353769 9787813888 11897 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2389603 11897 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 2.36 2.12 2.11 3/194 23645
/proc/meminfo: memFree=29423572/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 10070 0 1 0 140 6 0 0 20 0 19 0 255353769 9855975424 41972 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 41972 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 2.36 2.12 2.11 3/213 23664
/proc/meminfo: memFree=29269004/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=2.43 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 10924 0 1 0 237 6 0 0 20 0 19 0 255353769 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 41979 2264 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2515 0 1 0 142 4 0 0 20 0 19 0 255353770 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846659891720 139846500975155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3440 0 0 0 49 0 0 0 20 0 19 0 255353775 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 3680 0 0 0 41 0 0 0 20 0 19 0 255353775 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 41979 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.36 2.12 2.11 3/213 23664
/proc/meminfo: memFree=29277372/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=4.11 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 11155 0 1 0 404 7 0 0 20 0 19 0 255353769 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 47645 2281 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2516 0 1 0 297 4 0 0 20 0 19 0 255353770 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846659891424 139846501523832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 255353772 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3624 0 0 0 53 0 0 0 20 0 19 0 255353775 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 3684 0 0 0 43 0 0 0 20 0 19 0 255353775 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 47645 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 2.33 2.12 2.11 3/213 23664
/proc/meminfo: memFree=29249068/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=7.38 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 11181 0 1 0 730 8 0 0 20 0 19 0 255353769 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 49170 2281 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2518 0 1 0 612 4 0 0 20 0 19 0 255353770 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846659891656 139846501561669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255353771 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 98 0 0 0 4 0 0 0 20 0 19 0 255353772 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3633 0 0 0 57 0 0 0 20 0 19 0 255353775 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 3684 0 0 0 45 0 0 0 20 0 19 0 255353775 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 49170 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3642 0 0 0 57 0 0 0 20 0 19 0 255353775 9855975424 116738 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 4277 0 0 0 61 0 0 0 20 0 19 0 255353775 9855975424 116738 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116738 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 99 0 0 0 29 30 0 0 20 0 19 0 255353775 9855975424 116738 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 116738 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1728.62
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 23759
/proc/meminfo: memFree=28951564/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=1788.85 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 13382 0 1 0 178818 67 0 0 20 0 19 0 255353769 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 116756 2282 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=1769.14 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2615 0 1 0 176883 31 0 0 20 0 19 0 255353770 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846659891424 139846501523872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 145 0 0 0 82 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 277 0 0 0 80 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 170 0 0 0 83 6 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 84 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 98 0 0 0 75 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 256 0 0 0 94 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 90 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 139 0 0 0 88 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=6.43 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 223 0 0 0 641 2 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3642 0 0 0 57 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 4277 0 0 0 61 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.85
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 23759
/proc/meminfo: memFree=28951316/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 13382 0 1 0 179938 67 0 0 20 0 19 0 255353769 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 116756 2282 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=1780.32 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2615 0 1 0 178000 32 0 0 20 0 19 0 255353770 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846659891424 139846501497996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 145 0 0 0 82 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 277 0 0 0 80 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 170 0 0 0 83 6 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 84 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 98 0 0 0 75 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 256 0 0 0 94 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 90 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 139 0 0 0 88 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=6.43 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 223 0 0 0 641 2 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3642 0 0 0 57 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 4277 0 0 0 61 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1793.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 23759
/proc/meminfo: memFree=28951316/32873844 swapFree=7384/7384
[pid=23645] ppid=23643 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/23645/stat : 23645 (java) S 23643 23645 18255 0 -1 4202496 13382 0 1 0 179938 67 0 0 20 0 19 0 255353769 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 140737094047664 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23645/statm: 2406244 116756 2282 9 0 2396937 0
[pid=23645/tid=23647] ppid=23643 vsize=9624976 CPUtime=1780.32 cores=0,2,4,6
/proc/23645/task/23647/stat : 23647 (java) R 23643 23645 18255 0 -1 4202560 2615 0 1 0 178000 32 0 0 20 0 19 0 255353770 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846659891424 139846501497996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23648] ppid=23643 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/23645/task/23648/stat : 23648 (java) S 23643 23645 18255 0 -1 4202560 145 0 0 0 82 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846621383080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23649] ppid=23643 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23645/task/23649/stat : 23649 (java) S 23643 23645 18255 0 -1 4202560 277 0 0 0 80 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846620330536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23650] ppid=23643 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/23645/task/23650/stat : 23650 (java) S 23643 23645 18255 0 -1 4202560 170 0 0 0 83 6 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846619277480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23651] ppid=23643 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/23645/task/23651/stat : 23651 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 84 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846500739368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23652] ppid=23643 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/23645/task/23652/stat : 23652 (java) S 23643 23645 18255 0 -1 4202560 98 0 0 0 75 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846499687336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23653] ppid=23643 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/23645/task/23653/stat : 23653 (java) S 23643 23645 18255 0 -1 4202560 256 0 0 0 94 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846498634792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23654] ppid=23643 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/23645/task/23654/stat : 23654 (java) S 23643 23645 18255 0 -1 4202560 128 0 0 0 90 5 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846497581736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23655] ppid=23643 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/23645/task/23655/stat : 23655 (java) S 23643 23645 18255 0 -1 4202560 139 0 0 0 88 4 0 0 20 0 19 0 255353771 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846496529192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23656] ppid=23643 vsize=9624976 CPUtime=6.43 cores=0,2,4,6
/proc/23645/task/23656/stat : 23656 (java) S 23643 23645 18255 0 -1 4202560 223 0 0 0 641 2 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846014200168 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23657] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23657/stat : 23657 (java) S 23643 23645 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846013146488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23658] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23658/stat : 23658 (java) S 23643 23645 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255353772 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846012093320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23659] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23659/stat : 23659 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846011042064 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23645/tid=23660] ppid=23643 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/23645/task/23660/stat : 23660 (java) S 23643 23645 18255 0 -1 4202560 3642 0 0 0 57 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846009989944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23661] ppid=23643 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23645/task/23661/stat : 23661 (java) S 23643 23645 18255 0 -1 4202560 4277 0 0 0 61 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846008937400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23645/tid=23662] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23662/stat : 23662 (java) S 23643 23645 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846007884536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23645/tid=23663] ppid=23643 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23645/task/23663/stat : 23663 (java) S 23643 23645 18255 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255353775 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846006832200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23645/tid=23664] ppid=23643 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23645/task/23664/stat : 23664 (java) S 23643 23645 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255353833 9855975424 116756 33554432000 1073741824 1073778376 140737094056528 139846005777448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23645 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=161823
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.57
CPU time (s): 1800.05
CPU user time (s): 1799.38
CPU system time (s): 0.67
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.16182
maximum resident set size= 467152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13418
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= 40370
involuntary context switches= 19842

runsolver used 5.95109 second user time and 14.9617 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 22:44:43
IDJOB=3689671
IDBENCH=90163
IDSOLVER=2269
FILE ID=node136/3689671-1337892283
RUNJOBID= node136-1337890118-23404
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=338959386

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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.247
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:        29423456 kB
Buffers:          294336 kB
Cached:          1962368 kB
SwapCached:        24460 kB
Active:           994148 kB
Inactive:        1679716 kB
Active(anon):     392160 kB
Inactive(anon):    25096 kB
Active(file):     601988 kB
Inactive(file):  1654620 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:        420772 kB
Mapped:            17824 kB
Shmem:                 0 kB
Slab:             627684 kB
SReclaimable:      69640 kB
SUnreclaim:       558044 kB
KernelStack:        1600 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 71712 MiB
End job on node136 at 2012-05-24 23:14:39