Trace number 3710035

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K102.opb
MD5SUM2946edf6ae8af40eb44098433ff3dcec
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 benchmark213.965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
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 103
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.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710035-1338210877.opb
0.08/0.13	c reading problem ... 
0.69/0.41	c ... done. Wall clock time 0.274s.
0.69/0.41	c declared #vars     6936
0.69/0.41	c #constraints  7142
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5725
0.69/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1313
0.69/0.41	c 7142 constraints processed.
2.29/1.68	c cleaning 2482 clauses out of 4982 with flag 5000/5000
3.66/2.98	c cleaning 4172 clauses out of 8494 with flag 11001/11001
5.19/4.45	c cleaning 5626 clauses out of 11313 with flag 18000/18000
6.90/6.14	c cleaning 6799 clauses out of 13684 with flag 26000/26000
9.05/8.21	c cleaning 7819 clauses out of 15881 with flag 35002/35002
11.36/10.54	c cleaning 8948 clauses out of 18058 with flag 45000/45000
13.67/12.88	c cleaning 9958 clauses out of 20111 with flag 56001/56001
16.41/15.53	c cleaning 10966 clauses out of 22150 with flag 68000/68000
19.23/18.31	c cleaning 11802 clauses out of 24182 with flag 81000/81000
22.26/21.39	c cleaning 12152 clauses out of 26379 with flag 95001/95001
25.86/24.93	c cleaning 13326 clauses out of 29226 with flag 110000/110000
30.97/30.09	c cleaning 14773 clauses out of 31900 with flag 126000/126000
34.79/33.89	c cleaning 14896 clauses out of 34128 with flag 143001/143001
39.01/38.08	c cleaning 16711 clauses out of 37233 with flag 161002/161002
44.53/43.55	c cleaning 17890 clauses out of 39518 with flag 180000/180000
49.56/48.50	c cleaning 18132 clauses out of 41628 with flag 200000/200000
55.69/54.63	c cleaning 19155 clauses out of 44496 with flag 221000/221000
61.46/60.34	c cleaning 20249 clauses out of 47341 with flag 243000/243000
71.39/70.29	c cleaning 21549 clauses out of 50092 with flag 266000/266000
79.15/77.97	c cleaning 22243 clauses out of 52543 with flag 290000/290000
85.68/84.47	c cleaning 22938 clauses out of 55300 with flag 315000/315000
92.40/91.20	c cleaning 23935 clauses out of 58363 with flag 341001/341001
102.74/101.42	c cleaning 24983 clauses out of 61427 with flag 368000/368000
112.81/111.42	c cleaning 26725 clauses out of 64444 with flag 396000/396000
121.17/119.77	c cleaning 26873 clauses out of 66721 with flag 425002/425002
129.20/127.76	c cleaning 28197 clauses out of 69848 with flag 455002/455002
137.72/136.22	c cleaning 28946 clauses out of 72647 with flag 486000/486000
147.57/146.03	c cleaning 30429 clauses out of 75702 with flag 518003/518003
157.89/156.39	c cleaning 31552 clauses out of 78273 with flag 551003/551003
172.32/170.73	c cleaning 32517 clauses out of 80718 with flag 585000/585000
183.68/182.03	c cleaning 32747 clauses out of 83196 with flag 620000/620000
200.16/198.46	c cleaning 34219 clauses out of 86450 with flag 656001/656001
212.34/210.51	c cleaning 34946 clauses out of 89230 with flag 693000/693000
225.57/223.75	c cleaning 36090 clauses out of 92284 with flag 731000/731000
237.43/235.54	c cleaning 36415 clauses out of 95193 with flag 770002/770002
257.28/255.39	c cleaning 38980 clauses out of 98777 with flag 810001/810001
270.88/268.80	c cleaning 38992 clauses out of 100799 with flag 851006/851006
286.02/283.95	c cleaning 40193 clauses out of 103799 with flag 893000/893000
304.78/302.62	c cleaning 41725 clauses out of 106608 with flag 936002/936002
329.85/327.60	c cleaning 42717 clauses out of 108881 with flag 980000/980000
347.27/344.99	c cleaning 43351 clauses out of 111166 with flag 1025002/1025002
362.14/359.73	c cleaning 44026 clauses out of 113814 with flag 1071001/1071001
376.57/374.14	c cleaning 44319 clauses out of 116787 with flag 1118000/1118000
394.61/392.14	c cleaning 46516 clauses out of 120470 with flag 1166002/1166002
414.86/412.31	c cleaning 47267 clauses out of 122953 with flag 1215001/1215001
450.05/447.45	c cleaning 48869 clauses out of 125685 with flag 1265000/1265000
470.16/467.46	c cleaning 49146 clauses out of 127817 with flag 1316001/1316001
508.95/506.18	c cleaning 50195 clauses out of 130671 with flag 1368001/1368001
527.85/525.00	c cleaning 51011 clauses out of 133475 with flag 1421000/1421000
556.71/553.76	c cleaning 52461 clauses out of 136466 with flag 1475002/1475002
579.52/576.42	c cleaning 52870 clauses out of 139003 with flag 1530000/1530000
596.90/593.76	c cleaning 53768 clauses out of 142137 with flag 1586004/1586004
618.14/614.95	c cleaning 55473 clauses out of 145366 with flag 1643001/1643001
641.79/638.57	c cleaning 56662 clauses out of 147895 with flag 1701003/1701003
663.88/660.52	c cleaning 56989 clauses out of 150227 with flag 1760001/1760001
692.22/688.87	c cleaning 58073 clauses out of 153237 with flag 1820000/1820000
719.90/716.47	c cleaning 59867 clauses out of 156167 with flag 1881003/1881003
759.78/756.25	c cleaning 61507 clauses out of 158298 with flag 1943001/1943001
790.91/787.26	c cleaning 61684 clauses out of 159790 with flag 2006000/2006000
816.11/812.34	c cleaning 62276 clauses out of 162106 with flag 2070000/2070000
848.31/844.42	c cleaning 63783 clauses out of 164831 with flag 2135001/2135001
875.73/871.74	c cleaning 64015 clauses out of 167050 with flag 2201003/2201003
904.32/900.27	c cleaning 65015 clauses out of 170032 with flag 2268000/2268000
931.58/927.42	c cleaning 66539 clauses out of 173018 with flag 2336001/2336001
959.16/954.94	c cleaning 67294 clauses out of 175478 with flag 2405000/2405000
987.03/982.77	c cleaning 68706 clauses out of 178186 with flag 2475002/2475002
1015.83/1011.49	c cleaning 69832 clauses out of 180478 with flag 2546000/2546000
1060.66/1056.19	c cleaning 70623 clauses out of 182647 with flag 2618001/2618001
1091.58/1086.90	c cleaning 71746 clauses out of 185025 with flag 2691002/2691002
1128.07/1123.34	c cleaning 72983 clauses out of 187278 with flag 2765001/2765001
1161.10/1156.28	c cleaning 73118 clauses out of 189294 with flag 2840000/2840000
1198.38/1193.43	c cleaning 74686 clauses out of 192176 with flag 2916000/2916000
1241.36/1236.31	c cleaning 76000 clauses out of 194490 with flag 2993000/2993000
1275.59/1270.50	c cleaning 76771 clauses out of 196490 with flag 3071000/3071000
1310.26/1305.07	c cleaning 78068 clauses out of 198717 with flag 3150000/3150000
1355.26/1349.82	c cleaning 78618 clauses out of 200649 with flag 3230000/3230000
1412.54/1406.87	c cleaning 80170 clauses out of 203031 with flag 3311000/3311000
1475.18/1469.20	c cleaning 81288 clauses out of 204863 with flag 3393002/3393002
1526.77/1520.57	c cleaning 81971 clauses out of 206573 with flag 3476000/3476000
1566.31/1560.00	c cleaning 82672 clauses out of 208602 with flag 3560000/3560000
1604.33/1597.92	c cleaning 82893 clauses out of 210931 with flag 3645001/3645001
1669.49/1662.89	c cleaning 85512 clauses out of 214037 with flag 3731000/3731000
1708.41/1701.67	c cleaning 85394 clauses out of 215527 with flag 3818002/3818002
1751.39/1743.94	c cleaning 86625 clauses out of 218132 with flag 3906001/3906001
1800.09/1791.92	c starts		: 251
1800.09/1791.92	c conflicts		: 3983241
1800.09/1791.92	c decisions		: 12493639
1800.09/1791.92	c propagations		: 1304364303
1800.09/1791.92	c inspects		: 7480416510
1800.09/1791.92	c shortcuts		: 0
1800.09/1791.92	c learnt literals	: 41
1800.09/1791.92	c learnt binary clauses	: 109238
1800.09/1791.92	c learnt ternary clauses	: 154316
1800.09/1791.92	c learnt constraints	: 3983200
1800.09/1791.92	c ignored constraints	: 0
1800.09/1791.92	c root simplifications	: 292
1800.09/1791.92	c removed literals (reason simplification)	: 174814872
1800.09/1791.92	c reason swapping (by a shorter reason)	: 0
1800.09/1791.92	c Calls to reduceDB	: 84
1800.09/1791.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.92	c number of learned constraints concerned by reduction	: 0
1800.09/1791.92	c number of learning phase by resolution	: 0
1800.09/1791.92	c number of learning phase by cutting planes	: 0
1800.09/1791.92	c speed (assignments/second)	: 728087.047968317
1800.09/1791.92	c non guided choices	7155
1800.09/1791.98	c learnt constraints type 
1800.09/1791.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109205
1800.09/1791.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99607
1800.09/1791.98	c constraints type 
1800.09/1791.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5725
1800.09/1791.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
1800.09/1791.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1791.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1313
1800.09/1791.98	c 7142 constraints processed.
1800.09/1791.98	s UNKNOWN
1800.09/1791.98	c Total wall clock time (in seconds): 1791.842

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-3710035-1338210877/watcher-3710035-1338210877 -o /tmp/evaluation-result-3710035-1338210877/solver-3710035-1338210877 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710035-1338210877.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 2.00 3/196 25760
/proc/meminfo: memFree=28394020/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25760/stat : 25760 (java) R 25758 25760 22874 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287213073 9515008 183 33554432000 1073741824 1073778376 140734954308864 140734954299896 273589026485 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25760/statm: 2323 183 140 9 0 71 0

[startup+0.081476 s]
/proc/loadavg: 1.92 1.98 2.00 3/196 25760
/proc/meminfo: memFree=28394020/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 3338 0 1 0 5 1 0 0 20 0 18 0 287213073 9787842560 4034 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2389610 4034 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100389 s]
/proc/loadavg: 1.92 1.98 2.00 3/196 25760
/proc/meminfo: memFree=28394020/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 3761 0 1 0 7 1 0 0 20 0 18 0 287213073 9787842560 4457 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2389610 4458 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300281 s]
/proc/loadavg: 1.92 1.98 2.00 3/196 25760
/proc/meminfo: memFree=28394020/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 7152 0 1 0 49 2 0 0 20 0 18 0 287213073 9787842560 8873 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2389610 8874 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700293 s]
/proc/loadavg: 1.92 1.98 2.00 3/196 25760
/proc/meminfo: memFree=28394020/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 8581 0 1 0 135 2 0 0 20 0 19 0 287213073 9856004096 16959 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 16959 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 1.92 1.98 2.00 3/215 25779
/proc/meminfo: memFree=28335088/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 8586 0 1 0 216 3 0 0 20 0 19 0 287213073 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 17474 2259 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2580 0 1 0 144 2 0 0 20 0 19 0 287213074 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764879624808 139764820038933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287213076 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2277 0 0 0 36 0 0 0 20 0 19 0 287213080 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 2532 0 0 0 32 0 0 0 20 0 19 0 287213080 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 17474 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10077 s]
/proc/loadavg: 1.92 1.98 2.00 3/215 25779
/proc/meminfo: memFree=28321940/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 8668 0 1 0 384 4 0 0 20 0 19 0 287213073 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 20609 2284 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2584 0 1 0 300 2 0 0 20 0 19 0 287213074 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764879626664 139764819935747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 287213076 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2285 0 0 0 38 0 0 0 20 0 19 0 287213080 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 2543 0 0 0 36 0 0 0 20 0 19 0 287213080 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 20609 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 1.93 1.98 2.00 3/215 25779
/proc/meminfo: memFree=28319272/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=7.15 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 8866 0 1 0 711 4 0 0 20 0 19 0 287213073 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 21165 2284 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2585 0 1 0 615 2 0 0 20 0 19 0 287213074 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764879626664 139764820007692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287213075 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 59 0 0 0 6 0 0 0 20 0 19 0 287213076 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2446 0 0 0 44 0 0 0 20 0 19 0 287213080 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 2543 0 0 0 37 0 0 0 20 0 19 0 287213080 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 21165 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2446 0 0 0 44 0 0 0 20 0 19 0 287213080 9856004096 109842 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 3739 0 0 0 47 1 0 0 20 0 19 0 287213080 9856004096 109842 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 109842 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 99 0 0 0 35 23 0 0 20 0 19 0 287213080 9856004096 109842 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 109842 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.2
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25853
/proc/meminfo: memFree=30510220/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=1790.43 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 12158 0 1 0 178961 82 0 0 20 0 19 0 287213073 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 95120 2285 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=1770.54 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2738 0 1 0 177023 31 0 0 20 0 19 0 287213074 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764879625720 139764819935066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 236 0 0 0 107 6 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 111 0 0 0 110 6 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 213 0 0 0 105 7 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 321 0 0 0 123 7 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 125 0 0 0 101 5 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 174 0 0 0 115 6 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 220 0 0 0 104 6 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 87 0 0 0 122 6 0 0 20 0 19 0 287213075 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 463 0 0 0 442 2 0 0 20 0 19 0 287213076 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2446 0 0 0 44 0 0 0 20 0 19 0 287213080 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 3739 0 0 0 47 1 0 0 20 0 19 0 287213080 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 103 0 0 0 37 24 0 0 20 0 19 0 287213080 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 95120 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25853
/proc/meminfo: memFree=30522628/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 12159 0 1 0 179927 82 0 0 20 0 19 0 287213073 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 93597 2285 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=1780.11 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2739 0 1 0 177979 32 0 0 20 0 19 0 287213074 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764879625584 139764820038203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 236 0 0 0 107 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 111 0 0 0 110 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 213 0 0 0 107 7 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 321 0 0 0 123 7 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 125 0 0 0 103 5 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 174 0 0 0 115 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 220 0 0 0 105 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 87 0 0 0 123 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 463 0 0 0 442 2 0 0 20 0 19 0 287213076 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2446 0 0 0 44 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 3739 0 0 0 47 1 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 103 0 0 0 37 24 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25853
/proc/meminfo: memFree=30522628/32873844 swapFree=7112/7112
[pid=25760] ppid=25758 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/25760/stat : 25760 (java) S 25758 25760 22874 0 -1 4202496 12159 0 1 0 179927 82 0 0 20 0 19 0 287213073 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 140736109762864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25760/statm: 2406251 93597 2285 9 0 2396937 0
[pid=25760/tid=25762] ppid=25758 vsize=9625004 CPUtime=1780.11 cores=1,3,5,7
/proc/25760/task/25762/stat : 25762 (java) R 25758 25760 22874 0 -1 4202560 2739 0 1 0 177979 32 0 0 20 0 19 0 287213074 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764879625584 139764820038203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25763] ppid=25758 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/25760/task/25763/stat : 25763 (java) S 25758 25760 22874 0 -1 4202560 236 0 0 0 107 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764818357288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25764] ppid=25758 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/25760/task/25764/stat : 25764 (java) S 25758 25760 22874 0 -1 4202560 111 0 0 0 110 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764817304488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25765] ppid=25758 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/25760/task/25765/stat : 25765 (java) S 25758 25760 22874 0 -1 4202560 213 0 0 0 107 7 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764816251688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25766] ppid=25758 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/25760/task/25766/stat : 25766 (java) S 25758 25760 22874 0 -1 4202560 321 0 0 0 123 7 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764815198888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25767] ppid=25758 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/25760/task/25767/stat : 25767 (java) S 25758 25760 22874 0 -1 4202560 125 0 0 0 103 5 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764814146088 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25768] ppid=25758 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/25760/task/25768/stat : 25768 (java) S 25758 25760 22874 0 -1 4202560 174 0 0 0 115 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764717795752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25769] ppid=25758 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/25760/task/25769/stat : 25769 (java) S 25758 25760 22874 0 -1 4202560 220 0 0 0 105 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764716742952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25770] ppid=25758 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/25760/task/25770/stat : 25770 (java) S 25758 25760 22874 0 -1 4202560 87 0 0 0 123 6 0 0 20 0 19 0 287213075 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764715690152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25771] ppid=25758 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25760/task/25771/stat : 25771 (java) S 25758 25760 22874 0 -1 4202560 463 0 0 0 442 2 0 0 20 0 19 0 287213076 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764703493096 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25772] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25772/stat : 25772 (java) S 25758 25760 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764702439160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25773] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25773/stat : 25773 (java) S 25758 25760 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287213077 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764701386248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25774] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25774/stat : 25774 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764700334736 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25775] ppid=25758 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25760/task/25775/stat : 25775 (java) S 25758 25760 22874 0 -1 4202560 2446 0 0 0 44 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764699281848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25760/tid=25776] ppid=25758 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25760/task/25776/stat : 25776 (java) S 25758 25760 22874 0 -1 4202560 3739 0 0 0 47 1 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764698229048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25760/tid=25777] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25777/stat : 25777 (java) S 25758 25760 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764697176440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25760/tid=25778] ppid=25758 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25760/task/25778/stat : 25778 (java) S 25758 25760 22874 0 -1 4202560 103 0 0 0 37 24 0 0 20 0 19 0 287213080 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764696123848 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25760/tid=25779] ppid=25758 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25760/task/25779/stat : 25779 (java) S 25758 25760 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287213116 9856004096 93597 33554432000 1073741824 1073778376 140736109771728 139764695070376 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1791.98
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.82
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.22081
maximum resident set size= 470456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12193
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41220
involuntary context switches= 17999

runsolver used 7.12192 second user time and 15.0127 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 15:14:37
IDJOB=3710035
IDBENCH=90112
IDSOLVER=2289
FILE ID=node132/3710035-1338210877
RUNJOBID= node132-1338207301-25485
PBS_JOBID= 14624592
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= 2946edf6ae8af40eb44098433ff3dcec
RANDOM SEED=929706440

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28394020 kB
Buffers:          467876 kB
Cached:           223032 kB
SwapCached:         2284 kB
Active:          3403456 kB
Inactive:         179048 kB
Active(anon):    2884144 kB
Inactive(anon):     8148 kB
Active(file):     519312 kB
Inactive(file):   170900 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              1164 kB
Writeback:             0 kB
AnonPages:       2895256 kB
Mapped:            19560 kB
Shmem:                 8 kB
Slab:             751280 kB
SReclaimable:     192540 kB
SUnreclaim:       558740 kB
KernelStack:        1616 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3269564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2844672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node132 at 2012-05-28 15:44:31