Trace number 3710045

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.07 1794.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K82.opb
MD5SUM007cb74ee15cb0b4c01d23d6abd9d82b
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710045-1338212672.opb
0.07/0.13	c reading problem ... 
0.51/0.38	c ... done. Wall clock time 0.243s.
0.51/0.38	c declared #vars     5576
0.51/0.38	c #constraints  5742
0.51/0.38	c constraints type 
0.51/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
0.51/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
0.51/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.51/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
0.51/0.38	c 5742 constraints processed.
2.05/1.47	c cleaning 2473 clauses out of 4985 with flag 5000/5000
3.24/2.54	c cleaning 4224 clauses out of 8509 with flag 11000/11000
4.44/3.72	c cleaning 5568 clauses out of 11277 with flag 18000/18000
5.86/5.17	c cleaning 6743 clauses out of 13705 with flag 26000/26000
7.61/6.85	c cleaning 7879 clauses out of 15959 with flag 35000/35000
9.34/8.58	c cleaning 8953 clauses out of 18078 with flag 45000/45000
11.57/10.75	c cleaning 10006 clauses out of 20125 with flag 56000/56000
13.87/13.08	c cleaning 10963 clauses out of 22120 with flag 68001/68001
16.68/15.87	c cleaning 11991 clauses out of 24156 with flag 81000/81000
19.50/18.70	c cleaning 12877 clauses out of 26165 with flag 95000/95000
22.63/21.79	c cleaning 14088 clauses out of 28288 with flag 110000/110000
26.24/25.32	c cleaning 14989 clauses out of 30198 with flag 126000/126000
29.55/28.62	c cleaning 15874 clauses out of 32209 with flag 143000/143000
34.17/33.29	c cleaning 17069 clauses out of 34333 with flag 161000/161000
39.10/38.13	c cleaning 17861 clauses out of 36264 with flag 180000/180000
43.82/42.86	c cleaning 18383 clauses out of 38401 with flag 200000/200000
48.63/47.61	c cleaning 19651 clauses out of 41018 with flag 221000/221000
54.36/53.39	c cleaning 20911 clauses out of 43365 with flag 243000/243000
60.91/59.82	c cleaning 21733 clauses out of 45452 with flag 266000/266000
67.53/66.44	c cleaning 22607 clauses out of 47719 with flag 290000/290000
73.46/72.38	c cleaning 23229 clauses out of 50114 with flag 315004/315004
79.50/78.36	c cleaning 24203 clauses out of 52880 with flag 341001/341001
86.21/85.02	c cleaning 25695 clauses out of 55674 with flag 368000/368000
93.65/92.40	c cleaning 26475 clauses out of 57982 with flag 396003/396003
102.16/100.97	c cleaning 27394 clauses out of 60502 with flag 425000/425000
110.89/109.61	c cleaning 28559 clauses out of 63108 with flag 455000/455000
118.83/117.59	c cleaning 29361 clauses out of 65549 with flag 486000/486000
127.16/125.83	c cleaning 29807 clauses out of 68188 with flag 518000/518000
138.40/137.07	c cleaning 31157 clauses out of 71382 with flag 551001/551001
151.06/149.63	c cleaning 32984 clauses out of 74227 with flag 585003/585003
166.30/164.89	c cleaning 33938 clauses out of 76240 with flag 620000/620000
175.97/174.40	c cleaning 34815 clauses out of 78302 with flag 656000/656000
186.02/184.49	c cleaning 35467 clauses out of 80490 with flag 693003/693003
196.16/194.53	c cleaning 36881 clauses out of 83020 with flag 731000/731000
218.18/216.60	c cleaning 38095 clauses out of 85140 with flag 770001/770001
231.42/229.79	c cleaning 39130 clauses out of 87042 with flag 810000/810000
244.96/243.23	c cleaning 39647 clauses out of 88910 with flag 851000/851000
259.11/257.39	c cleaning 40445 clauses out of 91265 with flag 893002/893002
279.08/277.21	c cleaning 42284 clauses out of 93820 with flag 936002/936002
296.77/294.86	c cleaning 43271 clauses out of 95535 with flag 980001/980001
311.13/309.16	c cleaning 43631 clauses out of 97261 with flag 1025000/1025000
324.27/322.24	c cleaning 44103 clauses out of 99628 with flag 1071000/1071000
339.33/337.20	c cleaning 45529 clauses out of 102523 with flag 1118000/1118000
359.05/356.90	c cleaning 47104 clauses out of 104994 with flag 1166000/1166000
379.62/377.47	c cleaning 47920 clauses out of 106890 with flag 1215000/1215000
402.60/400.35	c cleaning 49168 clauses out of 108972 with flag 1265002/1265002
425.97/423.62	c cleaning 50053 clauses out of 110804 with flag 1316002/1316002
454.03/451.60	c cleaning 51119 clauses out of 112752 with flag 1368003/1368003
487.81/485.34	c cleaning 52342 clauses out of 114630 with flag 1421000/1421000
513.80/511.29	c cleaning 53220 clauses out of 116288 with flag 1475000/1475000
531.78/529.17	c cleaning 53500 clauses out of 118071 with flag 1530003/1530003
552.64/549.99	c cleaning 55442 clauses out of 120569 with flag 1586001/1586001
577.70/574.98	c cleaning 56050 clauses out of 122128 with flag 1643002/1643002
599.58/596.73	c cleaning 56591 clauses out of 124074 with flag 1701000/1701000
632.66/629.76	c cleaning 57686 clauses out of 126483 with flag 1760000/1760000
655.78/652.73	c cleaning 59081 clauses out of 128797 with flag 1820000/1820000
685.63/682.55	c cleaning 60504 clauses out of 130717 with flag 1881001/1881001
719.33/716.14	c cleaning 61622 clauses out of 132217 with flag 1943005/1943005
746.33/743.00	c cleaning 61896 clauses out of 133590 with flag 2006000/2006000
772.72/769.37	c cleaning 63040 clauses out of 135696 with flag 2070002/2070002
804.33/800.85	c cleaning 63975 clauses out of 137655 with flag 2135001/2135001
829.41/825.83	c cleaning 65318 clauses out of 139684 with flag 2201005/2201005
857.99/854.37	c cleaning 66147 clauses out of 141361 with flag 2268000/2268000
885.16/881.41	c cleaning 67385 clauses out of 143215 with flag 2336001/2336001
920.15/916.39	c cleaning 67207 clauses out of 144829 with flag 2405000/2405000
951.07/947.12	c cleaning 68878 clauses out of 147623 with flag 2475001/2475001
988.21/984.27	c cleaning 69478 clauses out of 149745 with flag 2546001/2546001
1021.71/1017.67	c cleaning 71153 clauses out of 152266 with flag 2618000/2618000
1060.51/1056.31	c cleaning 72284 clauses out of 154113 with flag 2691000/2691000
1111.01/1106.78	c cleaning 73596 clauses out of 155829 with flag 2765000/2765000
1145.06/1140.63	c cleaning 73513 clauses out of 157233 with flag 2840001/2840001
1192.32/1187.86	c cleaning 74572 clauses out of 159719 with flag 2916000/2916000
1229.37/1224.77	c cleaning 75875 clauses out of 162147 with flag 2993000/2993000
1267.95/1263.22	c cleaning 76953 clauses out of 164272 with flag 3071000/3071000
1307.91/1303.13	c cleaning 78220 clauses out of 166319 with flag 3150000/3150000
1366.41/1361.59	c cleaning 79306 clauses out of 168100 with flag 3230001/3230001
1426.92/1421.78	c cleaning 80138 clauses out of 169793 with flag 3311000/3311000
1463.27/1458.06	c cleaning 80847 clauses out of 171655 with flag 3393000/3393000
1499.96/1494.66	c cleaning 82004 clauses out of 173804 with flag 3476000/3476000
1540.73/1535.39	c cleaning 83398 clauses out of 175800 with flag 3560000/3560000
1577.70/1572.21	c cleaning 84235 clauses out of 177404 with flag 3645002/3645002
1634.05/1628.57	c cleaning 85265 clauses out of 179168 with flag 3731001/3731001
1683.07/1677.49	c cleaning 86441 clauses out of 180903 with flag 3818001/3818001
1728.04/1722.34	c cleaning 87517 clauses out of 182462 with flag 3906001/3906001
1779.62/1773.81	c cleaning 88352 clauses out of 183944 with flag 3995000/3995000
1800.07/1794.12	c starts		: 252
1800.07/1794.12	c conflicts		: 4035783
1800.07/1794.12	c decisions		: 11232847
1800.07/1794.12	c propagations		: 1275646947
1800.07/1794.12	c inspects		: 9565923534
1800.07/1794.12	c shortcuts		: 0
1800.07/1794.12	c learnt literals	: 41
1800.07/1794.12	c learnt binary clauses	: 76655
1800.07/1794.12	c learnt ternary clauses	: 105282
1800.07/1794.12	c learnt constraints	: 4035741
1800.07/1794.12	c ignored constraints	: 0
1800.07/1794.12	c root simplifications	: 293
1800.07/1794.12	c removed literals (reason simplification)	: 209768544
1800.07/1794.12	c reason swapping (by a shorter reason)	: 0
1800.07/1794.12	c Calls to reduceDB	: 85
1800.07/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.12	c number of learned constraints concerned by reduction	: 0
1800.07/1794.12	c number of learning phase by resolution	: 0
1800.07/1794.12	c number of learning phase by cutting planes	: 0
1800.07/1794.12	c speed (assignments/second)	: 711170.3875000069
1800.07/1794.12	c non guided choices	3858
1800.07/1794.16	c learnt constraints type 
1800.07/1794.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 76627
1800.07/1794.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59791
1800.07/1794.16	c constraints type 
1800.07/1794.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
1800.07/1794.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.07/1794.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1794.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
1800.07/1794.16	c 5742 constraints processed.
1800.07/1794.16	s UNKNOWN
1800.07/1794.16	c Total wall clock time (in seconds): 1794.031

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 25893
/proc/meminfo: memFree=30891700/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25893/stat : 25893 (java) D 25891 25893 22874 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287392486 9515008 182 33554432000 1073741824 1073778376 140736304142112 140736304133144 273589026485 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/25893/statm: 2323 182 140 9 0 71 0

[startup+0.0143719 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 25893
/proc/meminfo: memFree=30891700/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 1272 0 0 0 0 0 0 0 20 0 2 0 287392486 98570240 973 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 24065 973 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.10021 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 25893
/proc/meminfo: memFree=30891700/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 3702 0 1 0 6 1 0 0 20 0 18 0 287392486 9787842560 4910 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2389610 4910 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300176 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 25893
/proc/meminfo: memFree=30891700/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 7008 0 1 0 49 2 0 0 20 0 18 0 287392486 9787842560 9348 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2389610 9349 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700167 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 25893
/proc/meminfo: memFree=30891700/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 8713 0 1 0 130 3 0 0 20 0 19 0 287392486 9856004096 15880 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 15880 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625004

[startup+1.50056 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30836828/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 8835 0 1 0 218 3 0 0 20 0 19 0 287392486 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 19028 2282 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2539 0 1 0 141 2 0 0 20 0 19 0 287392487 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719712407944 140719585582871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3126 0 0 0 35 0 0 0 20 0 19 0 287392493 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 37 0 0 0 20 0 19 0 287392493 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 19028 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30823788/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 8843 0 1 0 381 3 0 0 20 0 19 0 287392486 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 19545 2282 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2541 0 1 0 298 2 0 0 20 0 19 0 287392487 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719712407128 140719585639796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 287392490 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3126 0 0 0 36 0 0 0 20 0 19 0 287392493 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 19545 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30819692/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=7.11 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 8891 0 1 0 707 4 0 0 20 0 19 0 287392486 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 19874 2283 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2542 0 1 0 613 2 0 0 20 0 19 0 287392487 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719712407856 140719585553182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287392489 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 53 0 0 0 5 0 0 0 20 0 19 0 287392490 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3140 0 0 0 42 0 0 0 20 0 19 0 287392493 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 19874 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3146 0 0 0 44 0 0 0 20 0 19 0 287392493 9856004096 94558 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 94558 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94558 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 99 0 0 0 35 27 0 0 20 0 19 0 287392493 9856004096 94558 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 94558 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.04
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26011
/proc/meminfo: memFree=30529888/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=1788.25 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 10435 0 1 0 178762 63 0 0 20 0 19 0 287392486 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 94561 2284 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=1771.9 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2670 0 1 0 177160 30 0 0 20 0 19 0 287392487 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719712407856 140719585640152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 163 0 0 0 78 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 208 0 0 0 88 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 183 0 0 0 70 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 72 0 0 0 73 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 278 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 198 0 0 0 78 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 81 0 0 0 84 6 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 149 0 0 0 372 2 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3146 0 0 0 44 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 103 0 0 0 36 28 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26011
/proc/meminfo: memFree=30519152/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 10435 0 1 0 179944 63 0 0 20 0 19 0 287392486 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 94561 2284 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=1783.68 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2670 0 1 0 178337 31 0 0 20 0 19 0 287392487 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719712407856 140719585561152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 163 0 0 0 78 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 208 0 0 0 88 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 183 0 0 0 70 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 72 0 0 0 73 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 278 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 198 0 0 0 78 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 81 0 0 0 84 6 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 149 0 0 0 372 3 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3146 0 0 0 44 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 103 0 0 0 37 28 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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: 2.00 2.00 2.00 3/215 26011
/proc/meminfo: memFree=30519152/32873844 swapFree=7112/7112
[pid=25893] ppid=25891 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/25893/stat : 25893 (java) S 25891 25893 22874 0 -1 4202496 10435 0 1 0 179944 63 0 0 20 0 19 0 287392486 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140735150124784 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25893/statm: 2406251 94561 2284 9 0 2396937 0
[pid=25893/tid=25895] ppid=25891 vsize=9625004 CPUtime=1783.68 cores=1,3,5,7
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 22874 0 -1 4202560 2670 0 1 0 178337 31 0 0 20 0 19 0 287392487 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719712407856 140719585561152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25896] ppid=25891 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 22874 0 -1 4202560 163 0 0 0 78 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719556393384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 22874 0 -1 4202560 208 0 0 0 88 5 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719555340840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 22874 0 -1 4202560 183 0 0 0 70 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719554287784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 22874 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719553235240 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25900] ppid=25891 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 22874 0 -1 4202560 72 0 0 0 73 3 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719552183208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25901] ppid=25891 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 22874 0 -1 4202560 278 0 0 0 81 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719551130664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25902] ppid=25891 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 22874 0 -1 4202560 198 0 0 0 78 4 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719550077608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25893/tid=25903] ppid=25891 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/25893/task/25903/stat : 25903 (java) S 25891 25893 22874 0 -1 4202560 81 0 0 0 84 6 0 0 20 0 19 0 287392489 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719549025064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25904] ppid=25891 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/25893/task/25904/stat : 25904 (java) S 25891 25893 22874 0 -1 4202560 149 0 0 0 372 3 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719536613736 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25905] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25905/stat : 25905 (java) S 25891 25893 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719535560056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25906] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25906/stat : 25906 (java) S 25891 25893 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287392490 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719534506888 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25907] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25907/stat : 25907 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719533455632 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25908] ppid=25891 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25893/task/25908/stat : 25908 (java) S 25891 25893 22874 0 -1 4202560 3146 0 0 0 44 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719532403512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25893/tid=25909] ppid=25891 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25893/task/25909/stat : 25909 (java) S 25891 25893 22874 0 -1 4202560 1918 0 0 0 39 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719531350968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25893/tid=25910] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25910/stat : 25910 (java) S 25891 25893 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719530298104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25911] ppid=25891 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25893/task/25911/stat : 25911 (java) S 25891 25893 22874 0 -1 4202560 103 0 0 0 37 28 0 0 20 0 19 0 287392493 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719529245768 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25893/tid=25912] ppid=25891 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25893/task/25912/stat : 25912 (java) S 25891 25893 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287392526 9856004096 94561 33554432000 1073741824 1073778376 140735150133648 140719528191016 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.17
CPU time (s): 1800.07
CPU user time (s): 1799.44
CPU system time (s): 0.63
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.10283
maximum resident set size= 378380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10472
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40192
involuntary context switches= 17455

runsolver used 6.40003 second user time and 15.5326 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 15:44:32
IDJOB=3710045
IDBENCH=90125
IDSOLVER=2289
FILE ID=node132/3710045-1338212672
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/ShortestPathTate/normalized-TateBritain_K82.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-3710045-1338212672/watcher-3710045-1338212672 -o /tmp/evaluation-result-3710045-1338212672/solver-3710045-1338212672 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710045-1338212672.opb

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

MD5SUM BENCH= 007cb74ee15cb0b4c01d23d6abd9d82b
RANDOM SEED=12018958

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:        30891856 kB
Buffers:          469144 kB
Cached:           214624 kB
SwapCached:         2284 kB
Active:           906488 kB
Inactive:         180236 kB
Active(anon):     395244 kB
Inactive(anon):     8148 kB
Active(file):     511244 kB
Inactive(file):   172088 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:        409836 kB
Mapped:            19236 kB
Shmem:                 8 kB
Slab:             751140 kB
SReclaimable:     192544 kB
SUnreclaim:       558596 kB
KernelStack:        1632 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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 16:14:28