Trace number 3710685

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.2 1794.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark483
Best CPU time to get the best result obtained on this benchmark1792.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
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 494728
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 494728
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.04/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.11	c See www.sat4j.org for details.
0.04/0.11	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.12	c version 2.3.2.v20120418
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		501472288
0.04/0.12	c Max memory 		7480803328
0.04/0.12	c Total memory 		504102912
0.04/0.12	c Number of processors 	8
0.04/0.15	c read org.sat4j.minisat.orders.VarOrderHeap
0.04/0.15	c configuring ORDERS
0.04/0.16	c --- Begin Solver configuration ---
0.04/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.04/0.16	c Learn all clauses as in MiniSAT
0.04/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.04/0.16	c Expensive reason simplification
0.04/0.16	c Armin Biere (Picosat) restarts strategy
0.04/0.16	c Glucose learned constraints deletion strategy
0.04/0.16	c timeout=2147483s
0.04/0.16	c DB Simplification allowed=true
0.04/0.16	c Heuristics kept accross calls (keep the solver "hot")
0.04/0.16	c --- End Solver configuration ---
0.04/0.16	c solving HOME/instance-3710685-1338140231.opb
0.04/0.16	c reading problem ... 
3.50/2.84	c ... done. Wall clock time 2.679s.
3.50/2.84	c declared #vars     10000
3.50/2.84	c #constraints  656900
3.50/2.84	c constraints type 
3.50/2.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.50/2.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.50/2.84	c 656900 constraints processed.
6.17/5.18	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.43/8.10	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.97/11.61	c cleaning 5622 clauses out of 11253 with flag 18000/18000
17.02/15.67	c cleaning 6811 clauses out of 13631 with flag 26000/26000
22.74/21.25	c cleaning 7904 clauses out of 15820 with flag 35000/35000
28.27/26.78	c cleaning 8953 clauses out of 17920 with flag 45004/45004
33.95/32.33	c cleaning 9972 clauses out of 19964 with flag 56001/56001
40.31/38.69	c cleaning 10989 clauses out of 21991 with flag 68000/68000
47.77/46.06	c cleaning 11998 clauses out of 24003 with flag 81001/81001
55.65/53.87	c cleaning 12999 clauses out of 26005 with flag 95001/95001
66.36/64.45	c cleaning 13997 clauses out of 28005 with flag 110000/110000
74.92/72.94	c cleaning 14998 clauses out of 30008 with flag 126000/126000
83.79/81.79	c cleaning 15995 clauses out of 32011 with flag 143001/143001
97.86/95.79	c cleaning 17000 clauses out of 34015 with flag 161000/161000
108.34/106.13	c cleaning 18002 clauses out of 36015 with flag 180000/180000
118.76/116.41	c cleaning 19003 clauses out of 38013 with flag 200000/200000
132.74/130.36	c cleaning 19981 clauses out of 40010 with flag 221000/221000
146.64/144.11	c cleaning 21001 clauses out of 42029 with flag 243000/243000
160.43/157.80	c cleaning 22008 clauses out of 44031 with flag 266003/266003
174.78/172.06	c cleaning 23000 clauses out of 46022 with flag 290002/290002
190.38/187.53	c cleaning 23993 clauses out of 48020 with flag 315000/315000
207.69/204.78	c cleaning 25012 clauses out of 50029 with flag 341002/341002
224.38/221.22	c cleaning 26001 clauses out of 52016 with flag 368001/368001
244.38/241.14	c cleaning 26999 clauses out of 54014 with flag 396000/396000
261.92/258.50	c cleaning 28001 clauses out of 56016 with flag 425001/425001
281.75/278.27	c cleaning 29003 clauses out of 58016 with flag 455002/455002
302.89/299.24	c cleaning 29997 clauses out of 60011 with flag 486000/486000
326.65/322.80	c cleaning 30983 clauses out of 62014 with flag 518000/518000
352.80/348.80	c cleaning 32006 clauses out of 64032 with flag 551001/551001
384.87/380.74	c cleaning 33005 clauses out of 66025 with flag 585000/585000
407.29/402.90	c cleaning 34003 clauses out of 68020 with flag 620000/620000
431.75/427.25	c cleaning 34999 clauses out of 70017 with flag 656000/656000
458.97/454.39	c cleaning 36000 clauses out of 72020 with flag 693002/693002
489.21/484.48	c cleaning 37001 clauses out of 74019 with flag 731001/731001
519.79/514.81	c cleaning 37999 clauses out of 76017 with flag 770000/770000
551.58/546.67	c cleaning 38991 clauses out of 78018 with flag 810000/810000
588.67/583.70	c cleaning 40010 clauses out of 80027 with flag 851000/851000
619.10/613.96	c cleaning 41001 clauses out of 82018 with flag 893001/893001
649.00/643.84	c cleaning 41999 clauses out of 84018 with flag 936002/936002
678.99/673.89	c cleaning 42997 clauses out of 86017 with flag 980000/980000
717.49/712.37	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
757.98/752.82	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
792.60/787.46	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
834.09/828.97	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
870.13/864.96	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
908.84/903.63	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
951.95/946.76	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
980.85/975.66	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
1019.67/1014.45	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1057.40/1052.18	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1098.85/1093.56	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1146.86/1141.52	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1194.49/1189.19	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1238.12/1232.75	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1281.67/1276.20	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1329.27/1323.88	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1378.64/1373.16	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1428.58/1423.02	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1475.57/1470.09	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1523.67/1518.19	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1580.06/1574.57	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1635.77/1630.28	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1695.75/1690.29	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1753.74/1748.25	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1800.06/1794.51	c starts		: 229
1800.06/1794.51	c conflicts		: 2378960
1800.06/1794.51	c decisions		: 2992589
1800.06/1794.51	c propagations		: 407136004
1800.06/1794.51	c inspects		: 8161006363
1800.06/1794.51	c shortcuts		: 0
1800.06/1794.51	c learnt literals	: 0
1800.06/1794.51	c learnt binary clauses	: 0
1800.06/1794.51	c learnt ternary clauses	: 0
1800.06/1794.51	c learnt constraints	: 2378960
1800.06/1794.51	c ignored constraints	: 0
1800.06/1794.51	c root simplifications	: 229
1800.06/1794.51	c removed literals (reason simplification)	: 117436172
1800.06/1794.51	c reason swapping (by a shorter reason)	: 0
1800.06/1794.51	c Calls to reduceDB	: 64
1800.06/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.51	c number of learned constraints concerned by reduction	: 0
1800.06/1794.51	c number of learning phase by resolution	: 0
1800.06/1794.51	c number of learning phase by cutting planes	: 0
1800.06/1794.51	c speed (assignments/second)	: 227239.54544947142
1800.06/1794.51	c non guided choices	3725
1800.06/1794.54	c learnt constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109992
1800.06/1794.54	c constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.06/1794.54	c 656900 constraints processed.
1800.06/1794.54	s UNKNOWN
1800.06/1794.54	c Total wall clock time (in seconds): 1794.383

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-3710685-1338140231/watcher-3710685-1338140231 -o /tmp/evaluation-result-3710685-1338140231/solver-3710685-1338140231 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710685-1338140231.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.00 1.00 1.23 3/175 20480
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20480/stat : 20480 (java) D 20476 20480 18146 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 280147717 278528 33 33554432000 1073741824 1073778376 140734984397968 140734984395144 225435544871 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/20480/statm: 68 33 25 9 0 25 0

[startup+0.0430909 s]
/proc/loadavg: 1.00 1.00 1.23 3/175 20480
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 1283 0 2 0 0 0 0 0 20 0 2 0 280147717 98582528 985 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 24067 984 750 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96272

[startup+0.10022 s]
/proc/loadavg: 1.00 1.00 1.23 3/175 20480
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 3197 0 3 0 3 1 0 0 20 0 18 0 280147717 9787842560 4406 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2389610 4406 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.300212 s]
/proc/loadavg: 1.00 1.00 1.23 3/175 20480
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9558440 CPUtime=0.41 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 5381 0 3 0 39 2 0 0 20 0 18 0 280147717 9787842560 8070 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2389610 8070 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558440

[startup+0.700168 s]
/proc/loadavg: 1.00 1.00 1.23 3/175 20480
/proc/meminfo: memFree=31079708/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9558440 CPUtime=1.08 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 7520 0 3 0 102 6 0 0 20 0 18 0 280147717 9787842560 40824 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2389610 40824 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558440

[startup+1.5007 s]
/proc/loadavg: 1.00 1.00 1.23 4/211 20516
/proc/meminfo: memFree=30743664/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9558440 CPUtime=1.95 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 7594 0 3 0 185 10 0 0 20 0 18 0 280147717 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2389610 71034 2253 9 0 2380296 0
[pid=20480/tid=20484] ppid=20476 vsize=9558440 CPUtime=1.37 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2608 0 1 0 131 6 0 0 20 0 18 0 280147721 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431019782016 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 280147723 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 280147724 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280147725 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280147725 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 1925 0 0 0 17 0 0 0 20 0 18 0 280147727 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 1758 0 0 0 17 0 0 0 20 0 18 0 280147727 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280147727 9787842560 71034 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9558440

[startup+3.10071 s]
/proc/loadavg: 1.00 1.00 1.23 15/211 20516
/proc/meminfo: memFree=30415552/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=4.09 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 8979 0 3 0 390 19 0 0 20 0 19 0 280147717 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2406251 98175 2271 9 0 2396937 0
[pid=20480/tid=20484] ppid=20476 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2650 0 1 0 280 8 0 0 20 0 19 0 280147721 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431019790552 140430885383574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 39 0 0 0 6 1 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 20 0 0 0 4 2 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 280147723 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280147724 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 2486 0 0 0 32 0 0 0 20 0 19 0 280147727 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2272 0 0 0 31 0 0 0 20 0 19 0 280147727 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 98175 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.32 1.07 1.25 4/213 20518
/proc/meminfo: memFree=30171332/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=7.6 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 9650 0 3 0 734 26 0 0 20 0 19 0 280147717 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2406251 116893 2289 9 0 2396937 0
[pid=20480/tid=20484] ppid=20476 vsize=9625004 CPUtime=5.79 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2663 0 1 0 570 9 0 0 20 0 19 0 280147721 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431019790640 140430885388238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 60 0 0 0 9 2 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 51 0 0 0 10 2 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 280147723 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 225 0 0 0 21 0 0 0 20 0 19 0 280147724 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 2979 0 0 0 41 0 0 0 20 0 19 0 280147727 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2273 0 0 0 33 0 0 0 20 0 19 0 280147727 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20517] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20517/stat : 20517 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148003 9856004096 116893 33554432000 1073741824 1073778376 140733821162576 140430835484328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.45 1.10 1.26 4/213 20518
/proc/meminfo: memFree=30132196/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=14.11 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 9665 0 3 0 1385 26 0 0 20 0 19 0 280147717 9856004096 119969 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0

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

[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 57 6 0 0 20 0 19 0 280147723 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 159 0 0 0 73 9 0 0 20 0 19 0 280147723 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 137 0 0 0 69 8 0 0 20 0 19 0 280147723 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=15.65 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 336 0 0 0 1561 4 0 0 20 0 19 0 280147724 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 3479 0 0 0 48 0 0 0 20 0 19 0 280147727 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2273 0 0 0 35 0 0 0 20 0 19 0 280147727 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 98 0 0 0 37 39 0 0 20 0 19 0 280147727 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20517] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20517/stat : 20517 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148003 9856004096 197898 33554432000 1073741824 1073778376 140733821162576 140430835484328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.86 4/213 20555
/proc/meminfo: memFree=29430344/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=1787.86 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 11259 0 3 0 178658 128 0 0 20 0 19 0 280147717 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2406251 197535 2290 9 0 2396937 0
[pid=20480/tid=20484] ppid=20476 vsize=9625004 CPUtime=1764.39 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2747 0 1 0 176402 37 0 0 20 0 19 0 280147721 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431019790640 140430885383730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 111 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 170 0 0 0 69 7 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 128 0 0 0 51 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 124 0 0 0 66 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 140 0 0 0 63 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 57 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 159 0 0 0 73 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 137 0 0 0 69 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=16.04 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 337 0 0 0 1600 4 0 0 20 0 19 0 280147724 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 3549 0 0 0 50 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2273 0 0 0 35 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 38 40 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20517] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20517/stat : 20517 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148003 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430835484328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.86
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.00 2.00 1.86 3/213 20555
/proc/meminfo: memFree=29429164/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 11259 0 3 0 179878 128 0 0 20 0 19 0 280147717 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2406251 197535 2290 9 0 2396937 0
[pid=20480/tid=20484] ppid=20476 vsize=9625004 CPUtime=1776.59 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2747 0 1 0 177621 38 0 0 20 0 19 0 280147721 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431019790640 140430885432476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 111 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 170 0 0 0 69 7 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 128 0 0 0 51 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 124 0 0 0 66 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 140 0 0 0 63 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 57 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 159 0 0 0 73 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 137 0 0 0 69 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=16.04 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 337 0 0 0 1600 4 0 0 20 0 19 0 280147724 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 3549 0 0 0 50 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2273 0 0 0 35 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 38 40 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20517] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20517/stat : 20517 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148003 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430835484328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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.5 s]
/proc/loadavg: 2.00 2.00 1.86 3/213 20555
/proc/meminfo: memFree=29429164/32873844 swapFree=7900/7900
[pid=20480] ppid=20476 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/20480/stat : 20480 (java) S 20476 20480 18146 0 -1 4202496 11259 0 3 0 179878 128 0 0 20 0 19 0 280147717 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140733821153712 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0
/proc/20480/statm: 2406251 197535 2290 9 0 2396937 0
[pid=20480/tid=20484] ppid=20476 vsize=9625004 CPUtime=1776.59 cores=1,3,5,7
/proc/20480/task/20484/stat : 20484 (java) R 20476 20480 18146 0 -1 4202560 2747 0 1 0 177621 38 0 0 20 0 19 0 280147721 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431019790640 140430885432476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20485] ppid=20476 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/20480/task/20485/stat : 20485 (java) S 20476 20480 18146 0 -1 4202560 111 0 0 0 52 5 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431008853032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20488] ppid=20476 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/20480/task/20488/stat : 20488 (java) S 20476 20480 18146 0 -1 4202560 170 0 0 0 69 7 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431007800232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20492] ppid=20476 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/20480/task/20492/stat : 20492 (java) S 20476 20480 18146 0 -1 4202560 128 0 0 0 51 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431006747432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20495] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20495/stat : 20495 (java) S 20476 20480 18146 0 -1 4202560 124 0 0 0 66 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431005694632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20497] ppid=20476 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/20480/task/20497/stat : 20497 (java) S 20476 20480 18146 0 -1 4202560 140 0 0 0 63 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431004641832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20498] ppid=20476 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/20480/task/20498/stat : 20498 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 57 6 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140431003589032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20499] ppid=20476 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/20480/task/20499/stat : 20499 (java) S 20476 20480 18146 0 -1 4202560 159 0 0 0 73 9 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430857156904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20500] ppid=20476 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/20480/task/20500/stat : 20500 (java) S 20476 20480 18146 0 -1 4202560 137 0 0 0 69 8 0 0 20 0 19 0 280147723 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430856104104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20501] ppid=20476 vsize=9625004 CPUtime=16.04 cores=1,3,5,7
/proc/20480/task/20501/stat : 20501 (java) S 20476 20480 18146 0 -1 4202560 337 0 0 0 1600 4 0 0 20 0 19 0 280147724 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430843907048 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20503] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20503/stat : 20503 (java) S 20476 20480 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430842853112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20505] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20505/stat : 20505 (java) S 20476 20480 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280147725 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430841800200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20480/tid=20507] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20507/stat : 20507 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430840748688 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20510] ppid=20476 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/20480/task/20510/stat : 20510 (java) S 20476 20480 18146 0 -1 4202560 3549 0 0 0 50 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430839695800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20480/tid=20512] ppid=20476 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/20480/task/20512/stat : 20512 (java) S 20476 20480 18146 0 -1 4202560 2273 0 0 0 35 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430838643000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20514] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20514/stat : 20514 (java) S 20476 20480 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430837590392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20480/tid=20516] ppid=20476 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/20480/task/20516/stat : 20516 (java) S 20476 20480 18146 0 -1 4202560 102 0 0 0 38 40 0 0 20 0 19 0 280147727 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430836537800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20480/tid=20517] ppid=20476 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20480/task/20517/stat : 20517 (java) S 20476 20480 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280148003 9856004096 197535 33554432000 1073741824 1073778376 140733821162576 140430835484328 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.55
CPU time (s): 1800.2
CPU user time (s): 1798.66
CPU system time (s): 1.54477
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.54476
maximum resident set size= 791864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11293
page faults= 3
swaps= 0
block input operations= 192
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39139
involuntary context switches= 22398

runsolver used 5.73113 second user time and 17.1224 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 19:37:12
IDJOB=3710685
IDBENCH=1968
IDSOLVER=2289
FILE ID=node137/3710685-1338140231
RUNJOBID= node137-1338140231-20454
PBS_JOBID= 14624475
Free space on /tmp= 71460 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_4.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-3710685-1338140231/watcher-3710685-1338140231 -o /tmp/evaluation-result-3710685-1338140231/solver-3710685-1338140231 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710685-1338140231.opb

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=2142162143

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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	: 5331.90
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.600
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.600
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:       32873844 kB
MemFree:        31079840 kB
Buffers:          320664 kB
Cached:           604656 kB
SwapCached:        20904 kB
Active:           834320 kB
Inactive:         113452 kB
Active(anon):       1600 kB
Inactive(anon):    23688 kB
Active(file):     832720 kB
Inactive(file):    89764 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             35280 kB
Writeback:            44 kB
AnonPages:         15540 kB
Mapped:             8924 kB
Shmem:                 0 kB
Slab:             704952 kB
SReclaimable:     146308 kB
SUnreclaim:       558644 kB
KernelStack:        1432 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71460 MiB
End job on node137 at 2012-05-27 20:07:08