Trace number 3710041

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K108.opb
MD5SUMa293d07a49a0e06ee574b1553fbf5b2b
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 benchmark105.854
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7344
Total number of constraints7562
Number of constraints which are clauses7454
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint108
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 109
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710041-1338213500.opb
0.09/0.12	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.274s.
0.53/0.39	c declared #vars     7344
0.53/0.39	c #constraints  7562
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6061
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.53/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1391
0.53/0.39	c 7562 constraints processed.
2.39/1.75	c cleaning 2482 clauses out of 4987 with flag 5000/5000
3.77/3.01	c cleaning 4224 clauses out of 8500 with flag 11000/11000
5.28/4.57	c cleaning 5562 clauses out of 11272 with flag 18000/18000
7.19/6.40	c cleaning 6763 clauses out of 13705 with flag 26001/26001
9.15/8.38	c cleaning 7936 clauses out of 15939 with flag 35000/35000
11.35/10.56	c cleaning 8883 clauses out of 18000 with flag 45000/45000
13.86/13.00	c cleaning 9787 clauses out of 20114 with flag 56001/56001
16.66/15.85	c cleaning 10322 clauses out of 22324 with flag 68000/68000
19.58/18.74	c cleaning 11216 clauses out of 25002 with flag 81000/81000
22.90/22.06	c cleaning 11977 clauses out of 27786 with flag 95000/95000
26.61/25.78	c cleaning 13068 clauses out of 30809 with flag 110000/110000
30.22/29.39	c cleaning 14070 clauses out of 33740 with flag 126001/126001
34.33/33.50	c cleaning 15015 clauses out of 36668 with flag 143001/143001
39.29/38.36	c cleaning 16455 clauses out of 39652 with flag 161000/161000
44.40/43.40	c cleaning 16940 clauses out of 42198 with flag 180003/180003
49.26/48.20	c cleaning 17690 clauses out of 45215 with flag 200000/200000
54.57/53.53	c cleaning 18894 clauses out of 48523 with flag 221000/221000
60.67/59.67	c cleaning 20284 clauses out of 51626 with flag 243001/243001
66.82/65.72	c cleaning 21005 clauses out of 54338 with flag 266000/266000
72.88/71.79	c cleaning 21457 clauses out of 57333 with flag 290000/290000
80.60/79.47	c cleaning 23506 clauses out of 60872 with flag 315000/315000
87.33/86.14	c cleaning 23890 clauses out of 63363 with flag 341000/341000
94.65/93.44	c cleaning 24709 clauses out of 66469 with flag 368000/368000
103.69/102.42	c cleaning 25824 clauses out of 69760 with flag 396000/396000
112.10/110.80	c cleaning 26683 clauses out of 72934 with flag 425000/425000
123.02/121.76	c cleaning 28392 clauses out of 76253 with flag 455002/455002
133.18/131.80	c cleaning 28979 clauses out of 78859 with flag 486002/486002
143.61/142.24	c cleaning 29968 clauses out of 81873 with flag 518000/518000
154.13/152.80	c cleaning 30399 clauses out of 84903 with flag 551002/551002
164.48/163.07	c cleaning 31893 clauses out of 88500 with flag 585000/585000
175.70/174.27	c cleaning 31576 clauses out of 91606 with flag 620000/620000
187.43/185.97	c cleaning 34013 clauses out of 96030 with flag 656000/656000
199.14/197.63	c cleaning 35203 clauses out of 99015 with flag 693000/693000
211.79/210.29	c cleaning 35746 clauses out of 101812 with flag 731000/731000
223.76/222.17	c cleaning 36728 clauses out of 105064 with flag 770001/770001
235.47/233.88	c cleaning 37116 clauses out of 108334 with flag 810005/810005
248.99/247.34	c cleaning 38945 clauses out of 112211 with flag 851000/851000
263.03/261.32	c cleaning 39465 clauses out of 115266 with flag 893003/893003
276.08/274.36	c cleaning 40655 clauses out of 118795 with flag 936000/936000
289.59/287.81	c cleaning 41732 clauses out of 122141 with flag 980001/980001
303.83/302.08	c cleaning 42772 clauses out of 125405 with flag 1025000/1025000
321.05/319.25	c cleaning 44171 clauses out of 128633 with flag 1071000/1071000
338.02/336.17	c cleaning 44786 clauses out of 131463 with flag 1118001/1118001
355.28/353.33	c cleaning 46024 clauses out of 134676 with flag 1166000/1166000
375.31/373.39	c cleaning 47453 clauses out of 137652 with flag 1215000/1215000
394.36/392.34	c cleaning 47703 clauses out of 140197 with flag 1265000/1265000
418.97/416.88	c cleaning 49823 clauses out of 143494 with flag 1316000/1316000
445.43/443.27	c cleaning 50757 clauses out of 145671 with flag 1368000/1368000
463.20/460.98	c cleaning 50561 clauses out of 147914 with flag 1421000/1421000
485.82/483.59	c cleaning 52430 clauses out of 151355 with flag 1475002/1475002
508.08/505.75	c cleaning 52618 clauses out of 153925 with flag 1530002/1530002
527.24/524.84	c cleaning 53251 clauses out of 157304 with flag 1586000/1586000
555.46/553.07	c cleaning 55392 clauses out of 161055 with flag 1643002/1643002
581.96/579.42	c cleaning 56745 clauses out of 163661 with flag 1701000/1701000
600.51/597.92	c cleaning 56082 clauses out of 165916 with flag 1760000/1760000
629.28/626.68	c cleaning 57936 clauses out of 169834 with flag 1820000/1820000
661.45/658.77	c cleaning 59121 clauses out of 172898 with flag 1881000/1881000
684.84/682.03	c cleaning 59797 clauses out of 175773 with flag 1943000/1943000
715.76/712.97	c cleaning 61231 clauses out of 178977 with flag 2006001/2006001
746.56/743.65	c cleaning 61617 clauses out of 181745 with flag 2070000/2070000
787.03/784.01	c cleaning 64191 clauses out of 185128 with flag 2135000/2135000
821.64/818.56	c cleaning 64490 clauses out of 186937 with flag 2201000/2201000
849.56/846.38	c cleaning 65587 clauses out of 189447 with flag 2268000/2268000
875.32/872.01	c cleaning 66697 clauses out of 191860 with flag 2336000/2336000
916.60/913.25	c cleaning 67732 clauses out of 194163 with flag 2405000/2405000
964.10/960.54	c cleaning 69107 clauses out of 196431 with flag 2475000/2475000
993.33/989.75	c cleaning 69708 clauses out of 198324 with flag 2546000/2546000
1020.94/1017.25	c cleaning 69386 clauses out of 200616 with flag 2618000/2618000
1054.48/1050.73	c cleaning 71331 clauses out of 204233 with flag 2691003/2691003
1082.17/1078.31	c cleaning 71593 clauses out of 206899 with flag 2765000/2765000
1119.04/1115.12	c cleaning 73400 clauses out of 210307 with flag 2840001/2840001
1170.07/1166.00	c cleaning 75079 clauses out of 212908 with flag 2916002/2916002
1224.04/1219.75	c cleaning 76015 clauses out of 214828 with flag 2993001/2993001
1255.49/1251.15	c cleaning 76006 clauses out of 216813 with flag 3071001/3071001
1291.22/1286.82	c cleaning 77219 clauses out of 219807 with flag 3150001/3150001
1332.02/1327.40	c cleaning 78452 clauses out of 222587 with flag 3230000/3230000
1370.64/1365.94	c cleaning 79923 clauses out of 225135 with flag 3311000/3311000
1408.65/1403.63	c cleaning 80951 clauses out of 227212 with flag 3393000/3393000
1449.18/1443.91	c cleaning 81761 clauses out of 229263 with flag 3476002/3476002
1483.69/1478.34	c cleaning 82742 clauses out of 231500 with flag 3560000/3560000
1516.26/1510.88	c cleaning 83417 clauses out of 233760 with flag 3645002/3645002
1555.56/1549.99	c cleaning 84848 clauses out of 236341 with flag 3731000/3731000
1592.41/1586.78	c cleaning 85193 clauses out of 238493 with flag 3818000/3818000
1633.99/1628.11	c cleaning 86978 clauses out of 241302 with flag 3906002/3906002
1671.37/1665.39	c cleaning 87873 clauses out of 243324 with flag 3995002/3995002
1735.16/1728.94	c cleaning 88999 clauses out of 245450 with flag 4085001/4085001
1800.04/1793.51	c starts		: 251
1800.04/1793.51	c conflicts		: 4162760
1800.04/1793.51	c decisions		: 13799317
1800.04/1793.51	c propagations		: 1405160221
1800.04/1793.51	c inspects		: 7736787853
1800.04/1793.51	c shortcuts		: 0
1800.04/1793.51	c learnt literals	: 56
1800.04/1793.51	c learnt binary clauses	: 129637
1800.04/1793.51	c learnt ternary clauses	: 182581
1800.04/1793.51	c learnt constraints	: 4162704
1800.04/1793.51	c ignored constraints	: 0
1800.04/1793.51	c root simplifications	: 307
1800.04/1793.51	c removed literals (reason simplification)	: 158446137
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 86
1800.04/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.51	c number of learned constraints concerned by reduction	: 0
1800.04/1793.51	c number of learning phase by resolution	: 0
1800.04/1793.51	c number of learning phase by cutting planes	: 0
1800.04/1793.51	c speed (assignments/second)	: 783647.2734695106
1800.04/1793.51	c non guided choices	8177
1800.04/1793.56	c learnt constraints type 
1800.04/1793.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 129561
1800.04/1793.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104703
1800.04/1793.56	c constraints type 
1800.04/1793.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6061
1800.04/1793.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
1800.04/1793.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1793.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1391
1800.04/1793.56	c 7562 constraints processed.
1800.04/1793.56	s UNKNOWN
1800.04/1793.56	c Total wall clock time (in seconds): 1793.442

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-3710041-1338213500/watcher-3710041-1338213500 -o /tmp/evaluation-result-3710041-1338213500/solver-3710041-1338213500 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710041-1338213500.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.01 2.00 3/194 5789
/proc/meminfo: memFree=27456724/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5789/stat : 5789 (java) D 5787 5789 32675 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287475415 9515008 182 33554432000 1073741824 1073778376 140736514601456 140736514592488 214537420469 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/5789/statm: 2323 182 140 9 0 71 0

[startup+0.0557299 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 5789
/proc/meminfo: memFree=27456724/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 3080 0 1 0 3 0 0 0 20 0 13 0 287475415 9446973440 3776 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2306390 3776 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100255 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 5789
/proc/meminfo: memFree=27456724/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 4284 0 1 0 8 1 0 0 20 0 18 0 287475415 9787842560 5490 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2389610 5490 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300175 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 5789
/proc/meminfo: memFree=27456724/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 7048 0 1 0 52 1 0 0 20 0 18 0 287475415 9787842560 9846 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2389610 9846 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700173 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 5789
/proc/meminfo: memFree=27456724/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 7632 0 1 0 137 2 0 0 20 0 19 0 287475415 9856004096 17584 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 17584 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625004

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5808
/proc/meminfo: memFree=27394516/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 7635 0 1 0 217 2 0 0 20 0 19 0 287475415 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 18097 2260 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2523 0 1 0 145 1 0 0 20 0 19 0 287475416 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376824046296 140376661388999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287475418 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 1548 0 0 0 34 0 0 0 20 0 19 0 287475421 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2362 0 0 0 34 0 0 0 20 0 19 0 287475421 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 18097 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5808
/proc/meminfo: memFree=27381608/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=3.88 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 7702 0 1 0 386 2 0 0 20 0 19 0 287475415 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 21217 2285 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2527 0 1 0 302 1 0 0 20 0 19 0 287475416 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376824045872 140376661431979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287475418 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 1552 0 0 0 38 0 0 0 20 0 19 0 287475421 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2363 0 0 0 38 0 0 0 20 0 19 0 287475421 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 21217 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30052 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5808
/proc/meminfo: memFree=27377264/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=7.09 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 7707 0 1 0 707 2 0 0 20 0 19 0 287475415 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 21651 2285 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2528 0 1 0 620 2 0 0 20 0 19 0 287475416 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376824046104 140376661471424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287475417 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 287475418 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 1552 0 0 0 38 0 0 0 20 0 19 0 287475421 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2364 0 0 0 39 0 0 0 20 0 19 0 287475421 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 21651 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 238 0 0 0 88 6 0 0 20 0 19 0 287475417 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 337 0 0 0 77 6 0 0 20 0 19 0 287475417 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 196 0 0 0 85 8 0 0 20 0 19 0 287475417 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 471 0 0 0 376 2 0 0 20 0 19 0 287475418 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 2766 0 0 0 49 0 0 0 20 0 19 0 287475421 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2755 0 0 0 44 0 0 0 20 0 19 0 287475421 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 99 0 0 0 17 19 0 0 20 0 19 0 287475421 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 157008 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.56
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5905
/proc/meminfo: memFree=26835088/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=1788.82 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 12076 0 1 0 178804 78 0 0 20 0 19 0 287475415 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 157079 2286 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=1776.18 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2663 0 1 0 177587 31 0 0 20 0 19 0 287475416 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376824044960 140376661497673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 378 0 0 0 94 9 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 291 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 356 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 182 0 0 0 84 7 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 131 0 0 0 92 4 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 238 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 337 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 202 0 0 0 91 8 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 486 0 0 0 383 2 0 0 20 0 19 0 287475418 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 2766 0 0 0 49 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2755 0 0 0 44 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 103 0 0 0 18 20 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.82
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5905
/proc/meminfo: memFree=26834964/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 12076 0 1 0 179925 79 0 0 20 0 19 0 287475415 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 157079 2286 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=1787.38 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2663 0 1 0 178706 32 0 0 20 0 19 0 287475416 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376824044960 140376661497898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 378 0 0 0 94 9 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 291 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 356 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 182 0 0 0 84 7 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 131 0 0 0 92 4 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 238 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 337 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 202 0 0 0 91 8 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 486 0 0 0 383 2 0 0 20 0 19 0 287475418 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 2766 0 0 0 49 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2755 0 0 0 44 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 103 0 0 0 18 20 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1793.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5905
/proc/meminfo: memFree=26834964/32873648 swapFree=7104/7104
[pid=5789] ppid=5787 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/5789/stat : 5789 (java) S 5787 5789 32675 0 -1 4202496 12076 0 1 0 179925 79 0 0 20 0 19 0 287475415 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140736569891008 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5789/statm: 2406251 157079 2286 9 0 2396937 0
[pid=5789/tid=5791] ppid=5787 vsize=9625004 CPUtime=1787.38 cores=0,2,4,6
/proc/5789/task/5791/stat : 5791 (java) R 5787 5789 32675 0 -1 4202560 2663 0 1 0 178706 32 0 0 20 0 19 0 287475416 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376824044960 140376661497898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 32675 0 -1 4202560 378 0 0 0 94 9 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376785537448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 32675 0 -1 4202560 291 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376784484904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 32675 0 -1 4202560 356 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376783431848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 32675 0 -1 4202560 182 0 0 0 84 7 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376782379304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 32675 0 -1 4202560 131 0 0 0 92 4 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376781327272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 32675 0 -1 4202560 238 0 0 0 90 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376780274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 32675 0 -1 4202560 337 0 0 0 81 6 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376660765352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 32675 0 -1 4202560 202 0 0 0 91 8 0 0 20 0 19 0 287475417 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376659712808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 32675 0 -1 4202560 486 0 0 0 383 2 0 0 20 0 19 0 287475418 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376647514472 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376646460792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287475419 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140376645407624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375905790224 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 32675 0 -1 4202560 2766 0 0 0 49 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375904738104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 32675 0 -1 4202560 2755 0 0 0 44 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375903685560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375902632696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 32675 0 -1 4202560 103 0 0 0 18 20 0 0 20 0 19 0 287475421 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375901580360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5789/task/5808/stat : 5808 (java) S 5787 5789 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287475456 9856004096 157079 33554432000 1073741824 1073778376 140736569899872 140375900525608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1793.57
CPU time (s): 1800.51
CPU user time (s): 1799.31
CPU system time (s): 1.20682
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.20682
maximum resident set size= 628452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40603
involuntary context switches= 27190

runsolver used 5.69213 second user time and 14.3008 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 15:58:20
IDJOB=3710041
IDBENCH=90130
IDSOLVER=2289
FILE ID=node127/3710041-1338213500
RUNJOBID= node127-1338206934-5254
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K108.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-3710041-1338213500/watcher-3710041-1338213500 -o /tmp/evaluation-result-3710041-1338213500/solver-3710041-1338213500 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710041-1338213500.opb

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

MD5SUM BENCH= a293d07a49a0e06ee574b1553fbf5b2b
RANDOM SEED=927481642

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        27456988 kB
Buffers:          495556 kB
Cached:          3627280 kB
SwapCached:            0 kB
Active:          1653332 kB
Inactive:        2870816 kB
Active(anon):     401724 kB
Inactive(anon):     1552 kB
Active(file):    1251608 kB
Inactive(file):  2869264 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:        388896 kB
Mapped:            22704 kB
Shmem:               200 kB
Slab:             745496 kB
SReclaimable:     189768 kB
SUnreclaim:       555728 kB
KernelStack:        1760 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71168 MiB
End job on node127 at 2012-05-28 16:28:15