Trace number 3710053

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.55 1795.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
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 variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@2dcb25f1
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-3710053-1338210671.opb
0.09/0.12	c reading problem ... 
0.54/0.37	c ... done. Wall clock time 0.253s.
0.54/0.37	c declared #vars     6120
0.54/0.37	c #constraints  6302
0.54/0.37	c constraints type 
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
0.54/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.54/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
0.54/0.37	c 6302 constraints processed.
2.13/1.53	c cleaning 2489 clauses out of 4987 with flag 5000/5000
3.50/2.82	c cleaning 4199 clauses out of 8491 with flag 11000/11000
5.01/4.31	c cleaning 5542 clauses out of 11285 with flag 18000/18000
6.72/6.03	c cleaning 6776 clauses out of 13739 with flag 26000/26000
8.58/7.85	c cleaning 7921 clauses out of 15959 with flag 35000/35000
10.70/9.98	c cleaning 8960 clauses out of 18037 with flag 45002/45002
13.69/12.95	c cleaning 9960 clauses out of 20075 with flag 56000/56000
16.40/15.62	c cleaning 10941 clauses out of 22116 with flag 68001/68001
19.52/18.72	c cleaning 12032 clauses out of 24174 with flag 81000/81000
22.52/21.73	c cleaning 12951 clauses out of 26142 with flag 95000/95000
25.74/24.99	c cleaning 13996 clauses out of 28192 with flag 110001/110001
30.06/29.29	c cleaning 14962 clauses out of 30194 with flag 126001/126001
33.99/33.12	c cleaning 15115 clauses out of 32233 with flag 143002/143002
40.41/39.57	c cleaning 17041 clauses out of 35116 with flag 161000/161000
46.73/45.84	c cleaning 18111 clauses out of 37082 with flag 180007/180007
51.75/50.83	c cleaning 18348 clauses out of 38964 with flag 200002/200002
57.47/56.53	c cleaning 19465 clauses out of 41611 with flag 221001/221001
63.90/62.93	c cleaning 20953 clauses out of 44144 with flag 243001/243001
70.53/69.59	c cleaning 21961 clauses out of 46191 with flag 266001/266001
77.46/76.42	c cleaning 22550 clauses out of 48229 with flag 290000/290000
84.38/83.35	c cleaning 22940 clauses out of 50679 with flag 315000/315000
92.50/91.40	c cleaning 24465 clauses out of 53739 with flag 341000/341000
104.82/103.77	c cleaning 25473 clauses out of 56279 with flag 368005/368005
114.65/113.51	c cleaning 26902 clauses out of 58803 with flag 396002/396002
124.48/123.37	c cleaning 27313 clauses out of 60899 with flag 425000/425000
132.41/131.22	c cleaning 28007 clauses out of 63584 with flag 455001/455001
140.92/139.79	c cleaning 28978 clauses out of 66576 with flag 486000/486000
150.36/149.15	c cleaning 30022 clauses out of 69598 with flag 518000/518000
162.07/160.81	c cleaning 31486 clauses out of 72579 with flag 551003/551003
172.50/171.24	c cleaning 31492 clauses out of 75091 with flag 585003/585003
183.22/181.97	c cleaning 33160 clauses out of 78596 with flag 620000/620000
193.25/191.96	c cleaning 34190 clauses out of 81438 with flag 656002/656002
203.96/202.64	c cleaning 34649 clauses out of 84246 with flag 693000/693000
217.47/216.18	c cleaning 36209 clauses out of 87597 with flag 731000/731000
231.31/229.95	c cleaning 37334 clauses out of 90386 with flag 770000/770000
245.64/244.28	c cleaning 38330 clauses out of 93052 with flag 810000/810000
263.97/262.57	c cleaning 39350 clauses out of 95722 with flag 851000/851000
279.23/277.78	c cleaning 40310 clauses out of 98372 with flag 893000/893000
291.50/289.98	c cleaning 40556 clauses out of 101062 with flag 936000/936000
307.32/305.71	c cleaning 42106 clauses out of 104506 with flag 980000/980000
321.77/320.16	c cleaning 42986 clauses out of 107401 with flag 1025001/1025001
338.58/336.97	c cleaning 44799 clauses out of 110419 with flag 1071005/1071005
355.73/354.04	c cleaning 45724 clauses out of 112615 with flag 1118000/1118000
379.36/377.60	c cleaning 46957 clauses out of 114891 with flag 1166000/1166000
397.23/395.47	c cleaning 47382 clauses out of 116932 with flag 1215000/1215000
426.97/425.19	c cleaning 48852 clauses out of 119552 with flag 1265002/1265002
464.47/462.50	c cleaning 49679 clauses out of 121698 with flag 1316000/1316000
485.49/483.40	c cleaning 50554 clauses out of 124021 with flag 1368002/1368002
509.24/507.11	c cleaning 51698 clauses out of 126465 with flag 1421000/1421000
528.47/526.31	c cleaning 52161 clauses out of 128768 with flag 1475001/1475001
549.00/546.82	c cleaning 53440 clauses out of 131604 with flag 1530000/1530000
571.45/569.25	c cleaning 54448 clauses out of 134164 with flag 1586000/1586000
598.07/595.81	c cleaning 56027 clauses out of 136717 with flag 1643001/1643001
620.85/618.52	c cleaning 56480 clauses out of 138689 with flag 1701000/1701000
656.33/653.96	c cleaning 58013 clauses out of 141210 with flag 1760001/1760001
682.01/679.57	c cleaning 58893 clauses out of 143196 with flag 1820000/1820000
712.67/710.10	c cleaning 59285 clauses out of 145303 with flag 1881000/1881000
745.87/743.25	c cleaning 60791 clauses out of 148024 with flag 1943006/1943006
778.14/775.44	c cleaning 60858 clauses out of 150227 with flag 2006000/2006000
806.42/803.62	c cleaning 62113 clauses out of 153368 with flag 2070001/2070001
847.08/844.27	c cleaning 64320 clauses out of 156254 with flag 2135000/2135000
895.16/892.21	c cleaning 65407 clauses out of 157934 with flag 2201000/2201000
944.34/941.37	c cleaning 66830 clauses out of 159527 with flag 2268000/2268000
972.31/969.26	c cleaning 66204 clauses out of 160697 with flag 2336000/2336000
1000.59/997.47	c cleaning 67828 clauses out of 163493 with flag 2405000/2405000
1041.27/1038.04	c cleaning 69232 clauses out of 165665 with flag 2475000/2475000
1100.72/1097.25	c cleaning 69718 clauses out of 167433 with flag 2546000/2546000
1133.88/1130.31	c cleaning 70721 clauses out of 169716 with flag 2618001/2618001
1174.05/1170.49	c cleaning 71835 clauses out of 171994 with flag 2691000/2691000
1204.93/1201.21	c cleaning 72667 clauses out of 174164 with flag 2765005/2765005
1238.98/1235.24	c cleaning 74056 clauses out of 176493 with flag 2840001/2840001
1283.45/1279.56	c cleaning 74523 clauses out of 178441 with flag 2916005/2916005
1327.08/1323.17	c cleaning 76052 clauses out of 180911 with flag 2993000/2993000
1370.65/1366.62	c cleaning 77109 clauses out of 182860 with flag 3071001/3071001
1407.64/1403.50	c cleaning 77968 clauses out of 184750 with flag 3150000/3150000
1455.31/1451.16	c cleaning 78915 clauses out of 186782 with flag 3230000/3230000
1503.47/1499.21	c cleaning 80076 clauses out of 188868 with flag 3311001/3311001
1546.26/1541.99	c cleaning 80688 clauses out of 190792 with flag 3393001/3393001
1591.23/1586.88	c cleaning 81685 clauses out of 193112 with flag 3476009/3476009
1636.02/1631.53	c cleaning 82867 clauses out of 195422 with flag 3560004/3560004
1671.96/1667.42	c cleaning 83899 clauses out of 197551 with flag 3645000/3645000
1716.45/1711.82	c cleaning 85215 clauses out of 199654 with flag 3731002/3731002
1756.14/1751.41	c cleaning 85871 clauses out of 201438 with flag 3818001/3818001
1795.83/1791.08	c cleaning 86901 clauses out of 203567 with flag 3906001/3906001
1800.02/1795.12	c starts		: 250
1800.02/1795.12	c conflicts		: 3916728
1800.02/1795.12	c decisions		: 11581742
1800.02/1795.12	c propagations		: 1227791515
1800.02/1795.12	c inspects		: 8330331709
1800.02/1795.12	c shortcuts		: 0
1800.02/1795.12	c learnt literals	: 37
1800.02/1795.12	c learnt binary clauses	: 95551
1800.02/1795.12	c learnt ternary clauses	: 130393
1800.02/1795.12	c learnt constraints	: 3916690
1800.02/1795.12	c ignored constraints	: 0
1800.02/1795.12	c root simplifications	: 287
1800.02/1795.12	c removed literals (reason simplification)	: 189481787
1800.02/1795.12	c reason swapping (by a shorter reason)	: 0
1800.02/1795.12	c Calls to reduceDB	: 84
1800.02/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.12	c number of learned constraints concerned by reduction	: 0
1800.02/1795.12	c number of learning phase by resolution	: 0
1800.02/1795.12	c number of learning phase by cutting planes	: 0
1800.02/1795.12	c speed (assignments/second)	: 684108.568855963
1800.02/1795.12	c non guided choices	5700
1800.02/1795.15	c learnt constraints type 
1800.02/1795.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 95526
1800.02/1795.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31988
1800.02/1795.15	c constraints type 
1800.02/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
1800.02/1795.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.02/1795.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
1800.02/1795.15	c 6302 constraints processed.
1800.02/1795.15	s UNKNOWN
1800.02/1795.15	c Total wall clock time (in seconds): 1795.034

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-3710053-1338210671/watcher-3710053-1338210671 -o /tmp/evaluation-result-3710053-1338210671/solver-3710053-1338210671 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710053-1338210671.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 24983
/proc/meminfo: memFree=26696196/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24983/stat : 24983 (java) D 24981 24983 24478 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287193108 9515008 182 33554432000 1073741824 1073778376 140737267743632 140737267734664 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24983/statm: 2323 182 140 9 0 71 0

[startup+0.0282789 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 24983
/proc/meminfo: memFree=26696196/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 2757 0 1 0 0 0 0 0 20 0 10 0 287193108 9233014784 3457 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2254154 3459 1535 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100254 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 24983
/proc/meminfo: memFree=26696196/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 4281 0 1 0 8 1 0 0 20 0 18 0 287193108 9787842560 5489 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2389610 5491 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30024 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 24983
/proc/meminfo: memFree=26696196/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 7137 0 1 0 53 1 0 0 20 0 18 0 287193108 9787842560 9876 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2389610 9876 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700243 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 24983
/proc/meminfo: memFree=26696196/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 7811 0 1 0 130 2 0 0 20 0 19 0 287193108 9856004096 16272 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 16272 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 25002
/proc/meminfo: memFree=26640172/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=2.13 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 7813 0 1 0 211 2 0 0 20 0 19 0 287193108 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 16273 2257 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2525 0 1 0 144 2 0 0 20 0 19 0 287193109 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139759008155896 139758857273274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287193111 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2176 0 0 0 34 0 0 0 20 0 19 0 287193114 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 1917 0 0 0 29 0 0 0 20 0 19 0 287193114 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 16273 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625004

[startup+3.10058 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 25002
/proc/meminfo: memFree=26630116/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=3.81 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 7925 0 1 0 379 2 0 0 20 0 19 0 287193108 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 19424 2282 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2529 0 1 0 301 2 0 0 20 0 19 0 287193109 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139759008158000 139758857222748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287193111 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2179 0 0 0 37 0 0 0 20 0 19 0 287193114 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 1962 0 0 0 33 0 0 0 20 0 19 0 287193114 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 19424 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 25002
/proc/meminfo: memFree=26627548/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=7.08 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 8703 0 1 0 705 3 0 0 20 0 19 0 287193108 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 20111 2283 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2530 0 1 0 617 2 0 0 20 0 19 0 287193109 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139759008157960 139758857267280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287193110 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 60 0 0 0 5 0 0 0 20 0 19 0 287193111 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2179 0 0 0 37 0 0 0 20 0 19 0 287193114 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 2697 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 20111 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 134 0 0 0 62 4 0 0 20 0 19 0 287193110 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 96 0 0 0 67 4 0 0 20 0 19 0 287193110 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 192 0 0 0 55 3 0 0 20 0 19 0 287193110 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 153 0 0 0 304 2 0 0 20 0 19 0 287193111 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2185 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 2697 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 287193114 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 100979 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.03
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25076
/proc/meminfo: memFree=27824532/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=1787.13 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 10186 0 1 0 178657 56 0 0 20 0 19 0 287193108 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 100982 2284 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=1777.47 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2656 0 1 0 177715 32 0 0 20 0 19 0 287193109 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139759008158000 139758857182321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 145 0 0 0 68 3 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 95 0 0 0 65 3 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 60 4 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 170 0 0 0 71 3 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 67 3 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 134 0 0 0 63 4 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 96 0 0 0 70 4 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 192 0 0 0 57 3 0 0 20 0 19 0 287193110 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 155 0 0 0 310 2 0 0 20 0 19 0 287193111 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2185 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 2697 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 103 0 0 0 18 23 0 0 20 0 19 0 287193114 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 100982 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25076
/proc/meminfo: memFree=27824544/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 10192 0 1 0 179946 56 0 0 20 0 19 0 287193108 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 100985 2284 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=1790.18 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2657 0 1 0 178986 32 0 0 20 0 19 0 287193109 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139759008158000 139758857273003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 148 0 0 0 70 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 95 0 0 0 66 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 61 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 170 0 0 0 72 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 68 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 134 0 0 0 64 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 96 0 0 0 73 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 192 0 0 0 58 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 157 0 0 0 318 2 0 0 20 0 19 0 287193111 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2185 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 2697 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25076
/proc/meminfo: memFree=27824544/32873648 swapFree=7372/7372
[pid=24983] ppid=24981 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/24983/stat : 24983 (java) S 24981 24983 24478 0 -1 4202496 10192 0 1 0 179946 56 0 0 20 0 19 0 287193108 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 140734511296784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24983/statm: 2406251 100985 2284 9 0 2396937 0
[pid=24983/tid=24985] ppid=24981 vsize=9625004 CPUtime=1790.18 cores=1,3,5,7
/proc/24983/task/24985/stat : 24985 (java) R 24981 24983 24478 0 -1 4202560 2657 0 1 0 178986 32 0 0 20 0 19 0 287193109 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139759008158000 139758857273003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24986] ppid=24981 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 24478 0 -1 4202560 148 0 0 0 70 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758980610216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24987] ppid=24981 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 24478 0 -1 4202560 95 0 0 0 66 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758979557672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24988] ppid=24981 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 61 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758978505128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 24478 0 -1 4202560 170 0 0 0 72 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758977452584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24990] ppid=24981 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 24478 0 -1 4202560 189 0 0 0 68 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758976400040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 24478 0 -1 4202560 134 0 0 0 64 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758975347496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24992] ppid=24981 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/24983/task/24992/stat : 24992 (java) S 24981 24983 24478 0 -1 4202560 96 0 0 0 73 4 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758845602728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24983/tid=24993] ppid=24981 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/24983/task/24993/stat : 24993 (java) S 24981 24983 24478 0 -1 4202560 192 0 0 0 58 3 0 0 20 0 19 0 287193110 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758844550184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=24994] ppid=24981 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/24983/task/24994/stat : 24994 (java) S 24981 24983 24478 0 -1 4202560 157 0 0 0 318 2 0 0 20 0 19 0 287193111 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758361602152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24995] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24995/stat : 24995 (java) S 24981 24983 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758360548472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24996] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24996/stat : 24996 (java) S 24981 24983 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287193112 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758359495816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24997] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/24997/stat : 24997 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758358444560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24998] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24998/stat : 24998 (java) S 24981 24983 24478 0 -1 4202560 2185 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758357391928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=24999] ppid=24981 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24983/task/24999/stat : 24999 (java) S 24981 24983 24478 0 -1 4202560 2697 0 0 0 39 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758356339384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25000] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25000/stat : 25000 (java) S 24981 24983 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758355287032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24983/tid=25001] ppid=24981 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24983/task/25001/stat : 25001 (java) S 24981 24983 24478 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 287193114 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758354234696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24983/tid=25002] ppid=24981 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24983/task/25002/stat : 25002 (java) S 24981 24983 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287193147 9856004096 100985 33554432000 1073741824 1073778376 140734511305648 139758353179432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.17
CPU time (s): 1800.55
CPU user time (s): 1799.56
CPU system time (s): 0.991849
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.991849
maximum resident set size= 404080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10229
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40295
involuntary context switches= 23974

runsolver used 6.46902 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 15:11:11
IDJOB=3710053
IDBENCH=90110
IDSOLVER=2289
FILE ID=node122/3710053-1338210671
RUNJOBID= node122-1338205330-24495
PBS_JOBID= 14624612
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=1235759675

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        26696352 kB
Buffers:          326360 kB
Cached:          3117868 kB
SwapCached:            0 kB
Active:          3149772 kB
Inactive:        2219372 kB
Active(anon):    1916540 kB
Inactive(anon):    11052 kB
Active(file):    1233232 kB
Inactive(file):  2208320 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       1934096 kB
Mapped:            22076 kB
Shmem:               200 kB
Slab:             663228 kB
SReclaimable:     107172 kB
SUnreclaim:       556056 kB
KernelStack:        1600 kB
PageTables:         8948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2282928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1890304 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= 71684 MiB
End job on node122 at 2012-05-28 15:41:08