Trace number 3710010

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.1 1794.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K138.opb
MD5SUMb6be79d7c894904bfb5f7c9acfb80f53
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.08/0.10	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@2dcb25f1
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-3710010-1338218060.opb
0.08/0.13	c reading problem ... 
0.91/0.55	c ... done. Wall clock time 0.411s.
0.91/0.55	c declared #vars     16422
0.91/0.55	c #constraints  16700
0.91/0.55	c constraints type 
0.91/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
0.91/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
0.91/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
0.91/0.55	c 16700 constraints processed.
3.48/2.52	c cleaning 2469 clauses out of 4992 with flag 5000/5000
5.49/4.46	c cleaning 4202 clauses out of 8519 with flag 11000/11000
7.60/6.60	c cleaning 5503 clauses out of 11315 with flag 18000/18000
10.42/9.36	c cleaning 6781 clauses out of 13805 with flag 26000/26000
13.27/12.16	c cleaning 7828 clauses out of 16021 with flag 35000/35000
16.37/15.28	c cleaning 8931 clauses out of 18187 with flag 45001/45001
19.78/18.69	c cleaning 9925 clauses out of 20254 with flag 56000/56000
23.69/22.58	c cleaning 10059 clauses out of 22329 with flag 68000/68000
28.00/26.83	c cleaning 11103 clauses out of 25266 with flag 81000/81000
32.31/31.16	c cleaning 11860 clauses out of 28163 with flag 95000/95000
37.82/36.69	c cleaning 12891 clauses out of 31300 with flag 110000/110000
43.03/41.88	c cleaning 13267 clauses out of 34409 with flag 126000/126000
48.86/47.64	c cleaning 14350 clauses out of 38139 with flag 143000/143000
55.85/54.56	c cleaning 15395 clauses out of 41789 with flag 161000/161000
62.28/60.92	c cleaning 16324 clauses out of 45394 with flag 180000/180000
69.62/68.28	c cleaning 17084 clauses out of 49070 with flag 200000/200000
77.06/75.60	c cleaning 18223 clauses out of 52986 with flag 221000/221000
85.33/83.83	c cleaning 18962 clauses out of 56762 with flag 243001/243001
93.56/92.06	c cleaning 19971 clauses out of 60796 with flag 266000/266000
101.88/100.39	c cleaning 21059 clauses out of 64825 with flag 290000/290000
112.22/110.61	c cleaning 22034 clauses out of 68765 with flag 315000/315000
121.74/120.12	c cleaning 23133 clauses out of 72729 with flag 341000/341000
131.27/129.65	c cleaning 24345 clauses out of 76597 with flag 368001/368001
141.09/139.40	c cleaning 24920 clauses out of 80250 with flag 396001/396001
151.82/150.14	c cleaning 26474 clauses out of 84329 with flag 425000/425000
163.26/161.56	c cleaning 27694 clauses out of 87853 with flag 455000/455000
174.52/172.76	c cleaning 27472 clauses out of 91159 with flag 486000/486000
191.44/189.67	c cleaning 29277 clauses out of 95687 with flag 518000/518000
205.92/204.03	c cleaning 30767 clauses out of 99410 with flag 551000/551000
217.98/216.01	c cleaning 31022 clauses out of 102643 with flag 585000/585000
232.11/230.11	c cleaning 32546 clauses out of 106621 with flag 620000/620000
248.46/246.47	c cleaning 33460 clauses out of 110076 with flag 656001/656001
262.51/260.40	c cleaning 33774 clauses out of 113616 with flag 693001/693001
277.57/275.48	c cleaning 34607 clauses out of 117840 with flag 731000/731000
309.11/306.98	c cleaning 36864 clauses out of 122233 with flag 770000/770000
335.10/332.84	c cleaning 37872 clauses out of 125369 with flag 810000/810000
352.45/350.18	c cleaning 37042 clauses out of 128495 with flag 851000/851000
375.11/372.73	c cleaning 38991 clauses out of 133453 with flag 893000/893000
396.08/393.69	c cleaning 40414 clauses out of 137463 with flag 936001/936001
423.94/421.47	c cleaning 42108 clauses out of 141048 with flag 980000/980000
443.87/441.29	c cleaning 41445 clauses out of 143938 with flag 1025000/1025000
463.09/460.45	c cleaning 42032 clauses out of 148497 with flag 1071004/1071004
494.73/492.02	c cleaning 44310 clauses out of 153463 with flag 1118002/1118002
521.10/518.34	c cleaning 45055 clauses out of 157151 with flag 1166000/1166000
545.18/542.35	c cleaning 46502 clauses out of 161099 with flag 1215003/1215003
583.91/581.04	c cleaning 48016 clauses out of 164595 with flag 1265001/1265001
627.43/624.40	c cleaning 48607 clauses out of 167580 with flag 1316002/1316002
655.43/652.34	c cleaning 49378 clauses out of 170971 with flag 1368000/1368000
681.18/678.02	c cleaning 50213 clauses out of 174593 with flag 1421000/1421000
703.14/699.96	c cleaning 49934 clauses out of 178378 with flag 1475000/1475000
730.20/726.96	c cleaning 51343 clauses out of 183443 with flag 1530000/1530000
759.66/756.35	c cleaning 52614 clauses out of 188099 with flag 1586000/1586000
786.52/783.18	c cleaning 53129 clauses out of 192485 with flag 1643000/1643000
820.00/816.53	c cleaning 55015 clauses out of 197356 with flag 1701000/1701000
848.70/845.16	c cleaning 56470 clauses out of 201341 with flag 1760000/1760000
883.09/879.40	c cleaning 56582 clauses out of 204871 with flag 1820000/1820000
915.70/911.95	c cleaning 57809 clauses out of 209294 with flag 1881005/1881005
947.98/944.14	c cleaning 58580 clauses out of 213480 with flag 1943000/1943000
981.89/977.94	c cleaning 60302 clauses out of 217900 with flag 2006000/2006000
1014.97/1010.98	c cleaning 60975 clauses out of 221597 with flag 2070000/2070000
1079.47/1075.30	c cleaning 63577 clauses out of 225622 with flag 2135000/2135000
1124.52/1120.27	c cleaning 63920 clauses out of 228045 with flag 2201000/2201000
1160.52/1156.11	c cleaning 64541 clauses out of 231125 with flag 2268000/2268000
1193.48/1189.09	c cleaning 64097 clauses out of 234586 with flag 2336002/2336002
1230.86/1226.34	c cleaning 65826 clauses out of 239489 with flag 2405002/2405002
1271.18/1266.54	c cleaning 67144 clauses out of 243663 with flag 2475002/2475002
1309.17/1304.42	c cleaning 67038 clauses out of 247519 with flag 2546002/2546002
1351.33/1346.59	c cleaning 68313 clauses out of 252479 with flag 2618000/2618000
1394.01/1389.16	c cleaning 69315 clauses out of 257167 with flag 2691001/2691001
1437.30/1432.31	c cleaning 71451 clauses out of 261851 with flag 2765000/2765000
1484.00/1478.91	c cleaning 72548 clauses out of 265403 with flag 2840003/2840003
1533.51/1528.36	c cleaning 73225 clauses out of 268852 with flag 2916000/2916000
1580.43/1575.12	c cleaning 74429 clauses out of 272625 with flag 2993000/2993000
1629.85/1624.42	c cleaning 74913 clauses out of 276197 with flag 3071001/3071001
1681.27/1675.72	c cleaning 77335 clauses out of 280286 with flag 3150003/3150003
1771.91/1766.06	c cleaning 79304 clauses out of 282956 with flag 3230008/3230008
1800.10/1794.12	c starts		: 231
1800.10/1794.12	c conflicts		: 3265112
1800.10/1794.12	c decisions		: 14383134
1800.10/1794.12	c propagations		: 2551979921
1800.10/1794.12	c inspects		: 6919827046
1800.10/1794.12	c shortcuts		: 0
1800.10/1794.12	c learnt literals	: 39
1800.10/1794.12	c learnt binary clauses	: 166473
1800.10/1794.12	c learnt ternary clauses	: 203588
1800.10/1794.12	c learnt constraints	: 3265073
1800.10/1794.12	c ignored constraints	: 0
1800.10/1794.12	c root simplifications	: 270
1800.10/1794.12	c removed literals (reason simplification)	: 73139583
1800.10/1794.12	c reason swapping (by a shorter reason)	: 0
1800.10/1794.12	c Calls to reduceDB	: 76
1800.10/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.10/1794.12	c number of learned constraints concerned by reduction	: 0
1800.10/1794.12	c number of learning phase by resolution	: 0
1800.10/1794.12	c number of learning phase by cutting planes	: 0
1800.10/1794.12	c speed (assignments/second)	: 1422864.7442977647
1800.10/1794.12	c non guided choices	4848
1800.10/1794.17	c learnt constraints type 
1800.10/1794.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 166461
1800.10/1794.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72333
1800.10/1794.17	c constraints type 
1800.10/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1800.10/1794.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1800.10/1794.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1800.10/1794.17	c 16700 constraints processed.
1800.10/1794.17	s UNKNOWN
1800.10/1794.17	c Total wall clock time (in seconds): 1794.037

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-3710010-1338218060/watcher-3710010-1338218060 -o /tmp/evaluation-result-3710010-1338218060/solver-3710010-1338218060 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710010-1338218060.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: 2.07 2.06 2.01 2/196 26398
/proc/meminfo: memFree=31004800/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26398/stat : 26398 (java) D 26396 26398 22874 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287931304 9515008 183 33554432000 1073741824 1073778376 140736871515136 140736871506168 273589026485 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/26398/statm: 2323 183 140 9 0 71 0

[startup+0.094584 s]
/proc/loadavg: 2.07 2.06 2.01 2/196 26398
/proc/meminfo: memFree=31004800/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 3467 0 1 0 6 1 0 0 20 0 18 0 287931304 9787842560 4676 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2389610 4678 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100332 s]
/proc/loadavg: 2.07 2.06 2.01 2/196 26398
/proc/meminfo: memFree=31004800/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 3685 0 1 0 7 1 0 0 20 0 18 0 287931304 9787842560 4893 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2389610 4893 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300285 s]
/proc/loadavg: 2.07 2.06 2.01 2/196 26398
/proc/meminfo: memFree=31004800/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 7311 0 1 0 50 1 0 0 20 0 18 0 287931304 9787842560 9956 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2389610 9956 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700257 s]
/proc/loadavg: 2.07 2.06 2.01 2/196 26398
/proc/meminfo: memFree=31004800/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 9064 0 1 0 144 3 0 0 20 0 19 0 287931304 9856004096 30056 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 30056 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 2.07 2.06 2.01 3/215 26417
/proc/meminfo: memFree=30892224/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=2.46 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 9645 0 1 0 243 3 0 0 20 0 19 0 287931304 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 30573 2262 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2561 0 1 0 144 2 0 0 20 0 19 0 287931305 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833971864120 139833817892984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2628 0 0 0 44 0 0 0 20 0 19 0 287931311 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 3256 0 0 0 51 0 0 0 20 0 19 0 287931311 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 30573 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.07 2.06 2.01 3/215 26417
/proc/meminfo: memFree=30889928/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 9714 0 1 0 412 4 0 0 20 0 19 0 287931304 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 34714 2287 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2564 0 1 0 300 2 0 0 20 0 19 0 287931305 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833971863944 139833817918912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287931308 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2630 0 0 0 48 0 0 0 20 0 19 0 287931311 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 3263 0 0 0 55 0 0 0 20 0 19 0 287931311 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 34714 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.07 2.05 2.01 3/215 26417
/proc/meminfo: memFree=30869076/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=7.39 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 9726 0 1 0 735 4 0 0 20 0 19 0 287931304 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 35712 2287 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2567 0 1 0 616 2 0 0 20 0 19 0 287931305 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833971863976 139833818018784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287931307 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 287931308 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2630 0 0 0 50 0 0 0 20 0 19 0 287931311 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 3263 0 0 0 56 0 0 0 20 0 19 0 287931311 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 35712 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2968 0 0 0 55 0 0 0 20 0 19 0 287931311 9856004096 85443 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 4393 0 0 0 67 1 0 0 20 0 19 0 287931311 9856004096 85443 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 85443 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 99 0 0 0 27 29 0 0 20 0 19 0 287931311 9856004096 85443 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 85443 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/191 26460
/proc/meminfo: memFree=30872796/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=1788.29 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 13054 0 1 0 178757 72 0 0 20 0 19 0 287931304 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 104426 2288 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=1770.43 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2656 0 1 0 177011 32 0 0 20 0 19 0 287931305 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833971863856 139833817893303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 145 0 0 0 78 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 238 0 0 0 76 4 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 204 0 0 0 73 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 179 0 0 0 70 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 236 0 0 0 79 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 225 0 0 0 76 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 101 0 0 0 60 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 262 0 0 0 88 6 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=5.25 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 158 0 0 0 523 2 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2968 0 0 0 55 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 4393 0 0 0 67 1 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 103 0 0 0 29 31 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.29
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.00 1.03 1.34 2/191 26460
/proc/meminfo: memFree=30872796/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 13054 0 1 0 179938 72 0 0 20 0 19 0 287931304 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 104426 2288 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=1782.21 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2656 0 1 0 178188 33 0 0 20 0 19 0 287931305 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833971863856 139833817892984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 145 0 0 0 78 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 238 0 0 0 76 4 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 204 0 0 0 73 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 179 0 0 0 70 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 236 0 0 0 79 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 225 0 0 0 76 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 101 0 0 0 60 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 262 0 0 0 88 6 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=5.26 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 158 0 0 0 524 2 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2968 0 0 0 55 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 4393 0 0 0 67 1 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 103 0 0 0 29 31 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.11 s]
/proc/loadavg: 1.00 1.03 1.34 2/191 26460
/proc/meminfo: memFree=30872796/32873844 swapFree=7112/7112
[pid=26398] ppid=26396 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/26398/stat : 26398 (java) S 26396 26398 22874 0 -1 4202496 13054 0 1 0 179938 72 0 0 20 0 19 0 287931304 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 140735442766304 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26398/statm: 2406251 104426 2288 9 0 2396937 0
[pid=26398/tid=26400] ppid=26396 vsize=9625004 CPUtime=1782.21 cores=1,3,5,7
/proc/26398/task/26400/stat : 26400 (java) R 26396 26398 22874 0 -1 4202560 2656 0 1 0 178188 33 0 0 20 0 19 0 287931305 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833971863856 139833817892984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26401] ppid=26396 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/26398/task/26401/stat : 26401 (java) S 26396 26398 22874 0 -1 4202560 145 0 0 0 78 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833944316200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26402] ppid=26396 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/26398/task/26402/stat : 26402 (java) S 26396 26398 22874 0 -1 4202560 238 0 0 0 76 4 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833943263400 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26403] ppid=26396 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/26398/task/26403/stat : 26403 (java) S 26396 26398 22874 0 -1 4202560 204 0 0 0 73 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833942211112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26404] ppid=26396 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/26398/task/26404/stat : 26404 (java) S 26396 26398 22874 0 -1 4202560 179 0 0 0 70 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833941158312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26405] ppid=26396 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/26398/task/26405/stat : 26405 (java) S 26396 26398 22874 0 -1 4202560 236 0 0 0 79 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833940106024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26406] ppid=26396 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/26398/task/26406/stat : 26406 (java) S 26396 26398 22874 0 -1 4202560 225 0 0 0 76 5 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833939053224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26407] ppid=26396 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26398/task/26407/stat : 26407 (java) S 26396 26398 22874 0 -1 4202560 101 0 0 0 60 3 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833938000936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26408] ppid=26396 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/26398/task/26408/stat : 26408 (java) S 26396 26398 22874 0 -1 4202560 262 0 0 0 88 6 0 0 20 0 19 0 287931307 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833936948136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26409] ppid=26396 vsize=9625004 CPUtime=5.26 cores=1,3,5,7
/proc/26398/task/26409/stat : 26409 (java) S 26396 26398 22874 0 -1 4202560 158 0 0 0 524 2 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833325361384 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26410] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26410/stat : 26410 (java) S 26396 26398 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833324307448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26411] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26411/stat : 26411 (java) S 26396 26398 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287931308 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833323255048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26412] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26412/stat : 26412 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833322203536 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26398/tid=26413] ppid=26396 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26398/task/26413/stat : 26413 (java) S 26396 26398 22874 0 -1 4202560 2968 0 0 0 55 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833321151160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26398/tid=26414] ppid=26396 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/26398/task/26414/stat : 26414 (java) S 26396 26398 22874 0 -1 4202560 4393 0 0 0 67 1 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833320098360 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26415] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26415/stat : 26415 (java) S 26396 26398 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833319046264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26398/tid=26416] ppid=26396 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26398/task/26416/stat : 26416 (java) S 26396 26398 22874 0 -1 4202560 103 0 0 0 29 31 0 0 20 0 19 0 287931311 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833317993672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26398/tid=26417] ppid=26396 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26398/task/26417/stat : 26417 (java) S 26396 26398 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287931361 9856004096 104426 33554432000 1073741824 1073778376 140735442775168 139833316938664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.18
CPU time (s): 1800.1
CPU user time (s): 1799.38
CPU system time (s): 0.72
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 1.17282
maximum resident set size= 417828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13089
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40068
involuntary context switches= 27691

runsolver used 6.70998 second user time and 14.9437 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 17:14:20
IDJOB=3710010
IDBENCH=90190
IDSOLVER=2289
FILE ID=node132/3710010-1338218060
RUNJOBID= node132-1338207301-25485
PBS_JOBID= 14624592
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= b6be79d7c894904bfb5f7c9acfb80f53
RANDOM SEED=749430076

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:        31005180 kB
Buffers:          472872 kB
Cached:           217212 kB
SwapCached:         2284 kB
Active:           784896 kB
Inactive:         184288 kB
Active(anon):     271392 kB
Inactive(anon):     8148 kB
Active(file):     513504 kB
Inactive(file):   176140 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:        290424 kB
Mapped:            19644 kB
Shmem:                 8 kB
Slab:             751092 kB
SReclaimable:     192620 kB
SUnreclaim:       558472 kB
KernelStack:        1616 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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 17:44:16