Trace number 3710686

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.5 1795.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark659
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494177
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494177
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710686-1338140699.opb
0.10/0.12	c reading problem ... 
3.22/2.65	c ... done. Wall clock time 2.533s.
3.22/2.65	c declared #vars     10000
3.22/2.65	c #constraints  656900
3.22/2.65	c constraints type 
3.22/2.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.22/2.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.22/2.65	c 656900 constraints processed.
5.69/4.79	c cleaning 2495 clauses out of 5003 with flag 5003/5003
8.71/7.52	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.05/10.89	c cleaning 5622 clauses out of 11253 with flag 18000/18000
15.99/14.79	c cleaning 6811 clauses out of 13631 with flag 26000/26000
21.49/20.18	c cleaning 7904 clauses out of 15820 with flag 35000/35000
26.91/25.58	c cleaning 8953 clauses out of 17920 with flag 45004/45004
32.36/30.94	c cleaning 9972 clauses out of 19964 with flag 56001/56001
38.61/37.15	c cleaning 10989 clauses out of 21991 with flag 68000/68000
45.76/44.25	c cleaning 11998 clauses out of 24003 with flag 81001/81001
53.42/51.89	c cleaning 12999 clauses out of 26005 with flag 95001/95001
63.91/62.28	c cleaning 13997 clauses out of 28005 with flag 110000/110000
72.25/70.51	c cleaning 14998 clauses out of 30008 with flag 126000/126000
80.94/79.10	c cleaning 15995 clauses out of 32011 with flag 143001/143001
94.67/92.84	c cleaning 17000 clauses out of 34015 with flag 161000/161000
104.72/102.81	c cleaning 18002 clauses out of 36015 with flag 180000/180000
114.82/112.80	c cleaning 19003 clauses out of 38013 with flag 200000/200000
128.40/126.38	c cleaning 19981 clauses out of 40010 with flag 221000/221000
141.91/139.73	c cleaning 21001 clauses out of 42029 with flag 243000/243000
155.17/152.94	c cleaning 22008 clauses out of 44031 with flag 266003/266003
169.09/166.70	c cleaning 23000 clauses out of 46022 with flag 290002/290002
183.98/181.56	c cleaning 23993 clauses out of 48020 with flag 315000/315000
200.47/197.97	c cleaning 25012 clauses out of 50029 with flag 341002/341002
216.41/213.75	c cleaning 26001 clauses out of 52016 with flag 368001/368001
235.57/232.83	c cleaning 26999 clauses out of 54014 with flag 396000/396000
252.58/249.73	c cleaning 28001 clauses out of 56016 with flag 425001/425001
271.76/268.84	c cleaning 29003 clauses out of 58016 with flag 455002/455002
292.06/289.08	c cleaning 29997 clauses out of 60011 with flag 486000/486000
314.77/311.66	c cleaning 30983 clauses out of 62014 with flag 518000/518000
339.48/336.26	c cleaning 32006 clauses out of 64032 with flag 551001/551001
370.07/366.73	c cleaning 33005 clauses out of 66025 with flag 585000/585000
391.25/387.78	c cleaning 34003 clauses out of 68020 with flag 620000/620000
414.66/411.03	c cleaning 34999 clauses out of 70017 with flag 656000/656000
440.66/436.99	c cleaning 36000 clauses out of 72020 with flag 693002/693002
469.80/465.90	c cleaning 37001 clauses out of 74019 with flag 731001/731001
499.03/495.01	c cleaning 37999 clauses out of 76017 with flag 770000/770000
529.33/525.39	c cleaning 38991 clauses out of 78018 with flag 810000/810000
564.54/560.55	c cleaning 40010 clauses out of 80027 with flag 851000/851000
593.30/589.17	c cleaning 41001 clauses out of 82018 with flag 893001/893001
621.72/617.52	c cleaning 41999 clauses out of 84018 with flag 936002/936002
650.22/646.02	c cleaning 42997 clauses out of 86017 with flag 980000/980000
686.93/682.74	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
725.03/720.80	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
757.84/753.65	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
797.15/792.90	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
831.06/826.85	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
867.68/863.46	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
908.38/904.13	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
936.08/931.84	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
972.87/968.63	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1008.66/1004.44	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1047.46/1043.20	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1090.96/1086.73	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1135.25/1131.02	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1175.15/1170.91	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1214.84/1210.62	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1258.94/1254.76	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1304.95/1300.79	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1351.37/1347.18	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1395.48/1391.26	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1440.30/1436.08	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1491.52/1487.27	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1542.73/1538.43	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1596.64/1592.36	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1651.35/1647.00	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1739.00/1734.61	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.08/1795.71	c starts		: 230
1800.08/1795.71	c conflicts		: 2467265
1800.08/1795.71	c decisions		: 3104149
1800.08/1795.71	c propagations		: 420372981
1800.08/1795.71	c inspects		: 8534333713
1800.08/1795.71	c shortcuts		: 0
1800.08/1795.71	c learnt literals	: 0
1800.08/1795.71	c learnt binary clauses	: 0
1800.08/1795.71	c learnt ternary clauses	: 0
1800.08/1795.71	c learnt constraints	: 2467265
1800.08/1795.71	c ignored constraints	: 0
1800.08/1795.71	c root simplifications	: 230
1800.08/1795.71	c removed literals (reason simplification)	: 124984343
1800.08/1795.71	c reason swapping (by a shorter reason)	: 0
1800.08/1795.71	c Calls to reduceDB	: 65
1800.08/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.71	c number of learned constraints concerned by reduction	: 0
1800.08/1795.71	c number of learning phase by resolution	: 0
1800.08/1795.71	c number of learning phase by cutting planes	: 0
1800.08/1795.71	c speed (assignments/second)	: 234446.55067025684
1800.08/1795.71	c non guided choices	3725
1800.08/1795.74	c learnt constraints type 
1800.08/1795.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130317
1800.08/1795.74	c constraints type 
1800.08/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.08/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.08/1795.74	c 656900 constraints processed.
1800.08/1795.74	s UNKNOWN
1800.08/1795.74	c Total wall clock time (in seconds): 1795.62

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-3710686-1338140699/watcher-3710686-1338140699 -o /tmp/evaluation-result-3710686-1338140699/solver-3710686-1338140699 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710686-1338140699.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.99 1.98 1.99 3/194 3282
/proc/meminfo: memFree=28407476/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3282/stat : 3282 (java) D 3280 3282 32120 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280195376 9515008 182 33554432000 1073741824 1073778376 140737190238208 140737190229240 270707539637 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/3282/statm: 2323 182 140 9 0 71 0

[startup+0.067468 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 3282
/proc/meminfo: memFree=28407476/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 3241 0 1 0 4 1 0 0 20 0 18 0 280195376 9787842560 4449 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2389610 4458 1765 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100207 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 3282
/proc/meminfo: memFree=28407476/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 4291 0 1 0 9 1 0 0 20 0 18 0 280195376 9787842560 6009 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2389610 6009 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 3282
/proc/meminfo: memFree=28407476/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 5437 0 1 0 46 1 0 0 20 0 18 0 280195376 9787842560 9111 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2389610 9111 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700235 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 3282
/proc/meminfo: memFree=28407476/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9558440 CPUtime=1.07 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 7494 0 1 0 104 3 0 0 20 0 18 0 280195376 9787842560 40809 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2389610 40809 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.50059 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 3300
/proc/meminfo: memFree=28240324/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9558440 CPUtime=2.01 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 7745 0 1 0 191 10 0 0 20 0 18 0 280195376 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2389610 78829 2253 9 0 2380296 0
[pid=3282/tid=3284] ppid=3280 vsize=9558440 CPUtime=1.41 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2624 0 1 0 136 5 0 0 20 0 18 0 280195377 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571716189544 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280195378 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 280195379 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 280195380 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280195380 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280195380 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280195382 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 1925 0 0 0 17 0 0 0 20 0 18 0 280195382 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 1723 0 0 0 17 0 0 0 20 0 18 0 280195382 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280195382 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280195382 9787842560 78829 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9558440

[startup+3.10074 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 3300
/proc/meminfo: memFree=28071024/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 8978 0 1 0 389 14 0 0 20 0 19 0 280195376 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2406251 98684 2271 9 0 2396937 0
[pid=3282/tid=3284] ppid=3280 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2660 0 1 0 291 5 0 0 20 0 19 0 280195377 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571716190600 140571545616733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 280195378 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 19 0 280195379 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 2496 0 0 0 33 0 0 0 20 0 19 0 280195382 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2246 0 0 0 32 0 0 0 20 0 19 0 280195382 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 98684 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 3301
/proc/meminfo: memFree=27945184/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=7.47 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 9546 0 1 0 729 18 0 0 20 0 19 0 280195376 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2406251 117408 2289 9 0 2396937 0
[pid=3282/tid=3284] ppid=3280 vsize=9625004 CPUtime=5.95 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2671 0 1 0 589 6 0 0 20 0 19 0 280195377 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571716190224 140571545656193 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 19 0 280195378 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 19 0 280195379 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 226 0 0 0 15 0 0 0 20 0 19 0 280195380 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 2891 0 0 0 40 0 0 0 20 0 19 0 280195382 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 280195382 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3301] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3301/stat : 3301 (java) S 3280 3282 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280195643 9856004096 117408 33554432000 1073741824 1073778376 140734672172816 140571531220392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 3301
/proc/meminfo: memFree=27935336/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=13.99 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 9569 0 1 0 1380 19 0 0 20 0 19 0 280195376 9856004096 119979 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 129 0 0 0 44 6 0 0 20 0 19 0 280195379 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 96 0 0 0 42 4 0 0 20 0 19 0 280195379 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 109 0 0 0 50 3 0 0 20 0 19 0 280195379 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=12 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 338 0 0 0 1197 3 0 0 20 0 19 0 280195380 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 3395 0 0 0 48 0 0 0 20 0 19 0 280195382 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2249 0 0 0 36 0 0 0 20 0 19 0 280195382 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 99 0 0 0 30 32 0 0 20 0 19 0 280195382 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3301] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3301/stat : 3301 (java) S 3280 3282 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280195643 9856004096 204863 33554432000 1073741824 1073778376 140734672172816 140571531220392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.68
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 3399
/proc/meminfo: memFree=27726928/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=1786.69 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 11098 0 1 0 178580 89 0 0 20 0 19 0 280195376 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2406251 218175 2290 9 0 2396937 0
[pid=3282/tid=3284] ppid=3280 vsize=9625004 CPUtime=1768.66 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2798 0 1 0 176830 36 0 0 20 0 19 0 280195377 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571716190496 140571545617177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 125 0 0 0 55 5 0 0 20 0 19 0 280195378 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 111 0 0 0 50 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 145 0 0 0 41 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 130 0 0 0 48 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 187 0 0 0 65 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 129 0 0 0 44 6 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 96 0 0 0 42 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 109 0 0 0 50 3 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=12.21 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 340 0 0 0 1218 3 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 3395 0 0 0 48 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2249 0 0 0 36 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3301] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3301/stat : 3301 (java) S 3280 3282 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280195643 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571531220392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 3399
/proc/meminfo: memFree=27722708/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 11098 0 1 0 179919 89 0 0 20 0 19 0 280195376 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2406251 218175 2290 9 0 2396937 0
[pid=3282/tid=3284] ppid=3280 vsize=9625004 CPUtime=1782.07 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2798 0 1 0 178169 38 0 0 20 0 19 0 280195377 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571716190496 140571545668959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 125 0 0 0 55 5 0 0 20 0 19 0 280195378 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 111 0 0 0 50 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 145 0 0 0 41 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 130 0 0 0 48 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 187 0 0 0 65 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 129 0 0 0 44 6 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 96 0 0 0 42 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 109 0 0 0 50 3 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=12.21 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 340 0 0 0 1218 3 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 3395 0 0 0 48 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2249 0 0 0 36 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3301] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3301/stat : 3301 (java) S 3280 3282 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280195643 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571531220392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.7 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 3399
/proc/meminfo: memFree=27722708/32873648 swapFree=6864/6864
[pid=3282] ppid=3280 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/3282/stat : 3282 (java) S 3280 3282 32120 0 -1 4202496 11098 0 1 0 179919 89 0 0 20 0 19 0 280195376 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140734672163952 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3282/statm: 2406251 218175 2290 9 0 2396937 0
[pid=3282/tid=3284] ppid=3280 vsize=9625004 CPUtime=1782.07 cores=1,3,5,7
/proc/3282/task/3284/stat : 3284 (java) R 3280 3282 32120 0 -1 4202560 2798 0 1 0 178169 38 0 0 20 0 19 0 280195377 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571716190496 140571545668959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3285] ppid=3280 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/3282/task/3285/stat : 3285 (java) S 3280 3282 32120 0 -1 4202560 125 0 0 0 55 5 0 0 20 0 19 0 280195378 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571677682472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3286] ppid=3280 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/3282/task/3286/stat : 3286 (java) S 3280 3282 32120 0 -1 4202560 111 0 0 0 50 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571676629672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3287] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3287/stat : 3287 (java) S 3280 3282 32120 0 -1 4202560 145 0 0 0 41 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571675577384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3288] ppid=3280 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/3282/task/3288/stat : 3288 (java) S 3280 3282 32120 0 -1 4202560 130 0 0 0 48 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571674524584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3289] ppid=3280 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/3282/task/3289/stat : 3289 (java) S 3280 3282 32120 0 -1 4202560 187 0 0 0 65 7 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571673471272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3290] ppid=3280 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3282/task/3290/stat : 3290 (java) S 3280 3282 32120 0 -1 4202560 129 0 0 0 44 6 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571672418472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3291] ppid=3280 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/3282/task/3291/stat : 3291 (java) S 3280 3282 32120 0 -1 4202560 96 0 0 0 42 4 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571671366184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3292] ppid=3280 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3282/task/3292/stat : 3292 (java) S 3280 3282 32120 0 -1 4202560 109 0 0 0 50 3 0 0 20 0 19 0 280195379 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571670313384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3293] ppid=3280 vsize=9625004 CPUtime=12.21 cores=1,3,5,7
/proc/3282/task/3293/stat : 3293 (java) S 3280 3282 32120 0 -1 4202560 340 0 0 0 1218 3 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571539643112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3282/tid=3294] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3294/stat : 3294 (java) S 3280 3282 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571538589176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3295] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3295/stat : 3295 (java) S 3280 3282 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280195380 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571537536776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3296] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3296/stat : 3296 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571536485264 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3297] ppid=3280 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/3282/task/3297/stat : 3297 (java) S 3280 3282 32120 0 -1 4202560 3395 0 0 0 48 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571535431864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3282/tid=3298] ppid=3280 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3282/task/3298/stat : 3298 (java) S 3280 3282 32120 0 -1 4202560 2249 0 0 0 36 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571534379064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3299] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3299/stat : 3299 (java) S 3280 3282 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571533326968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3282/tid=3300] ppid=3280 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/3282/task/3300/stat : 3300 (java) S 3280 3282 32120 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 280195382 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571532274376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3282/tid=3301] ppid=3280 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3282/task/3301/stat : 3301 (java) S 3280 3282 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280195643 9856004096 218175 33554432000 1073741824 1073778376 140734672172816 140571531220392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.75
CPU time (s): 1800.5
CPU user time (s): 1799.19
CPU system time (s): 1.3128
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.3128
maximum resident set size= 872820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11132
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39057
involuntary context switches= 17982

runsolver used 6.04908 second user time and 14.7838 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 19:45:00
IDJOB=3710686
IDBENCH=1975
IDSOLVER=2289
FILE ID=node125/3710686-1338140699
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71228 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_5.opb.PB06.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-3710686-1338140699/watcher-3710686-1338140699 -o /tmp/evaluation-result-3710686-1338140699/solver-3710686-1338140699 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710686-1338140699.opb

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

MD5SUM BENCH= 6389567e651775a5f815611581d2023e
RANDOM SEED=1032863948

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28408028 kB
Buffers:          451256 kB
Cached:          2467792 kB
SwapCached:         2308 kB
Active:          2095588 kB
Inactive:        1500392 kB
Active(anon):     668728 kB
Inactive(anon):     9556 kB
Active(file):    1426860 kB
Inactive(file):  1490836 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:             17468 kB
Writeback:             0 kB
AnonPages:        706972 kB
Mapped:            22480 kB
Shmem:               104 kB
Slab:             703704 kB
SReclaimable:     147368 kB
SUnreclaim:       556336 kB
KernelStack:        1608 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1086952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71240 MiB
End job on node125 at 2012-05-27 20:14:57