Trace number 3689775

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.57 1796.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689775-1337893378.opb
0.08/0.12	c reading problem ... 
1.50/0.87	c ... done. Wall clock time 0.747s.
1.50/0.87	c declared #vars     40451
1.50/0.87	c #constraints  40949
1.50/0.87	c constraints type 
1.50/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.50/0.87	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.50/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.50/0.87	c ignored satisfied constraints => 1
1.50/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.50/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.50/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.50/0.87	c 40950 constraints processed.
1.50/0.87	c objective function length is 28908 literals
8.12/6.99	c cleaning 2486 clauses out of 4986 with flag 5001/5001
14.61/13.25	c cleaning 4247 clauses out of 8499 with flag 11000/11000
21.21/19.89	c cleaning 5622 clauses out of 11252 with flag 18000/18000
28.32/26.99	c cleaning 6811 clauses out of 13631 with flag 26001/26001
36.58/35.18	c cleaning 7910 clauses out of 15819 with flag 35000/35000
45.80/44.33	c cleaning 8953 clauses out of 17909 with flag 45000/45000
55.82/54.33	c cleaning 9976 clauses out of 19957 with flag 56001/56001
66.55/65.00	c cleaning 10988 clauses out of 21980 with flag 68000/68000
78.37/76.84	c cleaning 11992 clauses out of 23992 with flag 81000/81000
89.30/87.71	c cleaning 12998 clauses out of 26002 with flag 95002/95002
102.34/100.79	c cleaning 13998 clauses out of 28002 with flag 110000/110000
116.46/114.80	c cleaning 14997 clauses out of 30004 with flag 126000/126000
130.18/128.56	c cleaning 16001 clauses out of 32007 with flag 143000/143000
144.19/142.55	c cleaning 16992 clauses out of 34006 with flag 161000/161000
160.01/158.36	c cleaning 18000 clauses out of 36016 with flag 180002/180002
178.23/176.50	c cleaning 19004 clauses out of 38016 with flag 200003/200003
197.35/195.62	c cleaning 19992 clauses out of 40009 with flag 221000/221000
217.37/215.62	c cleaning 20999 clauses out of 42019 with flag 243002/243002
238.32/236.55	c cleaning 22005 clauses out of 44018 with flag 266000/266000
257.75/255.94	c cleaning 23001 clauses out of 46014 with flag 290001/290001
274.77/272.90	c cleaning 24006 clauses out of 48013 with flag 315001/315001
293.19/291.32	c cleaning 24994 clauses out of 50006 with flag 341000/341000
316.23/314.40	c cleaning 25999 clauses out of 52012 with flag 368000/368000
340.65/338.77	c cleaning 26998 clauses out of 54013 with flag 396000/396000
363.27/361.38	c cleaning 28003 clauses out of 56015 with flag 425000/425000
385.91/383.96	c cleaning 28998 clauses out of 58013 with flag 455001/455001
412.17/410.20	c cleaning 29991 clauses out of 60017 with flag 486003/486003
438.79/436.73	c cleaning 31011 clauses out of 62023 with flag 518000/518000
462.90/460.80	c cleaning 32001 clauses out of 64012 with flag 551000/551000
485.91/483.83	c cleaning 33003 clauses out of 66011 with flag 585000/585000
511.47/509.31	c cleaning 33992 clauses out of 68008 with flag 620000/620000
538.59/536.49	c cleaning 34971 clauses out of 70017 with flag 656001/656001
570.03/567.86	c cleaning 36021 clauses out of 72045 with flag 693000/693000
603.09/600.88	c cleaning 37000 clauses out of 74024 with flag 731000/731000
636.33/634.06	c cleaning 38000 clauses out of 76025 with flag 770001/770001
670.27/667.95	c cleaning 39005 clauses out of 78024 with flag 810000/810000
703.13/700.74	c cleaning 40002 clauses out of 80020 with flag 851001/851001
734.77/732.32	c cleaning 41005 clauses out of 82017 with flag 893000/893000
761.00/758.51	c cleaning 41999 clauses out of 84014 with flag 936002/936002
785.41/782.99	c cleaning 43001 clauses out of 86014 with flag 980001/980001
816.45/813.96	c cleaning 43994 clauses out of 88012 with flag 1025000/1025000
852.46/849.98	c cleaning 45000 clauses out of 90018 with flag 1071000/1071000
889.12/886.51	c cleaning 46005 clauses out of 92019 with flag 1118001/1118001
926.35/923.72	c cleaning 46995 clauses out of 94014 with flag 1166001/1166001
964.03/961.38	c cleaning 48005 clauses out of 96019 with flag 1215001/1215001
1003.07/1000.30	c cleaning 49001 clauses out of 98014 with flag 1265001/1265001
1042.99/1040.26	c cleaning 49998 clauses out of 100012 with flag 1316000/1316000
1084.00/1081.12	c cleaning 51001 clauses out of 102015 with flag 1368001/1368001
1126.24/1123.31	c cleaning 52007 clauses out of 104016 with flag 1421003/1421003
1168.36/1165.45	c cleaning 52992 clauses out of 106006 with flag 1475000/1475000
1211.40/1208.49	c cleaning 53999 clauses out of 108014 with flag 1530000/1530000
1255.63/1252.67	c cleaning 55004 clauses out of 110016 with flag 1586001/1586001
1301.27/1298.24	c cleaning 55997 clauses out of 112013 with flag 1643002/1643002
1347.22/1344.18	c cleaning 57002 clauses out of 114015 with flag 1701001/1701001
1394.57/1391.43	c cleaning 57999 clauses out of 116012 with flag 1760000/1760000
1443.81/1440.61	c cleaning 58998 clauses out of 118014 with flag 1820001/1820001
1496.07/1492.88	c cleaning 59995 clauses out of 120016 with flag 1881001/1881001
1549.82/1546.55	c cleaning 61005 clauses out of 122021 with flag 1943001/1943001
1601.46/1598.15	c cleaning 62003 clauses out of 124015 with flag 2006000/2006000
1647.50/1644.17	c cleaning 62996 clauses out of 126012 with flag 2070000/2070000
1693.74/1690.31	c cleaning 64003 clauses out of 128016 with flag 2135000/2135000
1740.88/1737.40	c cleaning 64990 clauses out of 130013 with flag 2201000/2201000
1790.44/1786.92	c cleaning 66001 clauses out of 132023 with flag 2268000/2268000
1800.07/1796.51	c starts		: 228
1800.07/1796.51	c conflicts		: 2281244
1800.07/1796.51	c decisions		: 4652373
1800.07/1796.51	c propagations		: 4388817395
1800.07/1796.51	c inspects		: 3278871941
1800.07/1796.51	c shortcuts		: 0
1800.07/1796.51	c learnt literals	: 16
1800.07/1796.51	c learnt binary clauses	: 2568
1800.07/1796.51	c learnt ternary clauses	: 1605
1800.07/1796.51	c learnt constraints	: 2281228
1800.07/1796.51	c ignored constraints	: 0
1800.07/1796.51	c root simplifications	: 0
1800.07/1796.51	c removed literals (reason simplification)	: 0
1800.07/1796.51	c reason swapping (by a shorter reason)	: 0
1800.07/1796.51	c Calls to reduceDB	: 63
1800.07/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.51	c number of learned constraints concerned by reduction	: 0
1800.07/1796.51	c number of learning phase by resolution	: 0
1800.07/1796.51	c number of learning phase by cutting planes	: 0
1800.07/1796.51	c speed (assignments/second)	: 2444246.3222005703
1800.07/1796.51	c non guided choices	299
1800.07/1796.53	c learnt constraints type 
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2568
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76724
1800.07/1796.53	c constraints type 
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.07/1796.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.07/1796.53	c ignored satisfied constraints => 1
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1796.53	c 40950 constraints processed.
1800.07/1796.53	s UNKNOWN
1800.07/1796.53	c Total wall clock time (in seconds): 1796.411

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-3689775-1337893378/watcher-3689775-1337893378 -o /tmp/evaluation-result-3689775-1337893378/solver-3689775-1337893378 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689775-1337893378.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.95 1.97 1.99 3/196 32173
/proc/meminfo: memFree=29068116/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/32173/stat : 32173 (java) D 32171 32173 26250 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255462594 278528 33 33554432000 1073741824 1073778376 140733565286304 140733565283480 215134334247 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/32173/statm: 68 33 25 9 0 25 0

[startup+0.0560111 s]
/proc/loadavg: 1.95 1.97 1.99 3/196 32173
/proc/meminfo: memFree=29068116/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 3035 0 1 0 2 1 0 0 20 0 13 0 255462594 9446973440 3733 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2306390 3733 1702 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100219 s]
/proc/loadavg: 1.95 1.97 1.99 3/196 32173
/proc/meminfo: memFree=29068116/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 4004 0 1 0 7 1 0 0 20 0 18 0 255462594 9787813888 5210 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2389603 5215 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300209 s]
/proc/loadavg: 1.95 1.97 1.99 3/196 32173
/proc/meminfo: memFree=29068116/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 5778 0 1 0 46 2 0 0 20 0 18 0 255462594 9787813888 10919 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2389603 10919 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70019 s]
/proc/loadavg: 1.95 1.97 1.99 3/196 32173
/proc/meminfo: memFree=29068116/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 11127 0 1 0 123 9 0 0 20 0 18 0 255462594 9787813888 46376 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2389603 46376 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 1.95 1.97 1.99 5/215 32192
/proc/meminfo: memFree=28891212/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=2.7 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 11778 0 1 0 260 10 0 0 20 0 19 0 255462594 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 46379 2265 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2518 0 1 0 137 5 0 0 20 0 19 0 255462595 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139793094148392 139792948737150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255462597 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4186 0 0 0 54 0 0 0 20 0 19 0 255462601 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3744 0 0 0 58 0 0 0 20 0 19 0 255462601 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 46379 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 9624976

[startup+3.10077 s]
/proc/loadavg: 1.95 1.97 1.99 3/215 32192
/proc/meminfo: memFree=28890584/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=4.31 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 11780 0 1 0 421 10 0 0 20 0 19 0 255462594 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 46380 2265 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2519 0 1 0 297 5 0 0 20 0 19 0 255462595 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139793094154720 139792948737047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255462597 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4186 0 0 0 54 0 0 0 20 0 19 0 255462601 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3744 0 0 0 58 0 0 0 20 0 19 0 255462601 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 46380 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9624976

[startup+6.3008 s]
/proc/loadavg: 1.96 1.97 1.99 3/215 32192
/proc/meminfo: memFree=28890336/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=7.52 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 11784 0 1 0 742 10 0 0 20 0 19 0 255462594 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 46335 2268 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=6.22 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2520 0 1 0 617 5 0 0 20 0 19 0 255462595 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139793094156920 139792948676059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255462597 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4189 0 0 0 55 0 0 0 20 0 19 0 255462601 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3744 0 0 0 58 0 0 0 20 0 19 0 255462601 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 46335 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 144 0 0 0 27 3 0 0 20 0 19 0 255462597 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 85 0 0 0 28 2 0 0 20 0 19 0 255462597 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 195 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=5.87 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 211 0 0 0 584 3 0 0 20 0 19 0 255462598 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4198 0 0 0 62 0 0 0 20 0 19 0 255462601 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3835 0 0 0 66 0 0 0 20 0 19 0 255462601 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 99 0 0 0 27 17 0 0 20 0 19 0 255462601 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 81201 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.78
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/215 32266
/proc/meminfo: memFree=26417976/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=1785.84 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 13164 0 1 0 178536 48 0 0 20 0 19 0 255462594 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 81609 2282 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=1775.57 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2580 0 1 0 177526 31 0 0 20 0 19 0 255462595 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139793094156576 139792948715465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 179 0 0 0 31 3 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 69 0 0 0 31 2 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 207 0 0 0 30 3 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 110 0 0 0 37 3 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 57 0 0 0 35 4 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 144 0 0 0 27 3 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 85 0 0 0 28 2 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 195 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 213 0 0 0 595 3 0 0 20 0 19 0 255462598 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4198 0 0 0 62 0 0 0 20 0 19 0 255462601 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3838 0 0 0 67 0 0 0 20 0 19 0 255462601 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 103 0 0 0 28 18 0 0 20 0 19 0 255462601 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 81609 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.84
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/215 32266
/proc/meminfo: memFree=26417664/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 13171 0 1 0 179959 48 0 0 20 0 19 0 255462594 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 81613 2282 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=1789.65 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2581 0 1 0 178933 32 0 0 20 0 19 0 255462595 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139793094156576 139792948737150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 179 0 0 0 31 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 69 0 0 0 31 2 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 207 0 0 0 30 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 114 0 0 0 38 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 57 0 0 0 36 4 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 144 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 85 0 0 0 28 2 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 195 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 215 0 0 0 606 3 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4198 0 0 0 62 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3838 0 0 0 67 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 103 0 0 0 28 18 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/215 32266
/proc/meminfo: memFree=26417664/32873844 swapFree=7364/7364
[pid=32173] ppid=32171 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/32173/stat : 32173 (java) S 32171 32173 26250 0 -1 4202496 13171 0 1 0 179959 48 0 0 20 0 19 0 255462594 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 140733680165776 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32173/statm: 2406244 81613 2282 9 0 2396937 0
[pid=32173/tid=32175] ppid=32171 vsize=9624976 CPUtime=1789.65 cores=1,3,5,7
/proc/32173/task/32175/stat : 32175 (java) R 32171 32173 26250 0 -1 4202560 2581 0 1 0 178933 32 0 0 20 0 19 0 255462595 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139793094156576 139792948737150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32176] ppid=32171 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/32173/task/32176/stat : 32176 (java) S 32171 32173 26250 0 -1 4202560 179 0 0 0 31 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139793066609064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32177] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32177/stat : 32177 (java) S 32171 32173 26250 0 -1 4202560 69 0 0 0 31 2 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792936905256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32178] ppid=32171 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/32173/task/32178/stat : 32178 (java) S 32171 32173 26250 0 -1 4202560 207 0 0 0 30 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792935852200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32179] ppid=32171 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/32173/task/32179/stat : 32179 (java) S 32171 32173 26250 0 -1 4202560 114 0 0 0 38 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792934799656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32180] ppid=32171 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/32173/task/32180/stat : 32180 (java) S 32171 32173 26250 0 -1 4202560 57 0 0 0 36 4 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792933747624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32181] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32181/stat : 32181 (java) S 32171 32173 26250 0 -1 4202560 144 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792932695080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32173/tid=32182] ppid=32171 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/32173/task/32182/stat : 32182 (java) S 32171 32173 26250 0 -1 4202560 85 0 0 0 28 2 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792595544744 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32183] ppid=32171 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/32173/task/32183/stat : 32183 (java) S 32171 32173 26250 0 -1 4202560 195 0 0 0 28 3 0 0 20 0 19 0 255462597 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792594492200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32184] ppid=32171 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/32173/task/32184/stat : 32184 (java) S 32171 32173 26250 0 -1 4202560 215 0 0 0 606 3 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792582293864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32185] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32185/stat : 32185 (java) S 32171 32173 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792581240184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32186] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32186/stat : 32186 (java) S 32171 32173 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255462598 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792580187016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32187] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32187/stat : 32187 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792579135760 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32188] ppid=32171 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/32173/task/32188/stat : 32188 (java) S 32171 32173 26250 0 -1 4202560 4198 0 0 0 62 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792578083640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32173/tid=32189] ppid=32171 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/32173/task/32189/stat : 32189 (java) S 32171 32173 26250 0 -1 4202560 3838 0 0 0 67 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792577031096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32190] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32190/stat : 32190 (java) S 32171 32173 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792575978232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32173/tid=32191] ppid=32171 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/32173/task/32191/stat : 32191 (java) S 32171 32173 26250 0 -1 4202560 103 0 0 0 28 18 0 0 20 0 19 0 255462601 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792574925896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32173/tid=32192] ppid=32171 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/32173/task/32192/stat : 32192 (java) S 32171 32173 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255462688 9855975424 81613 33554432000 1073741824 1073778376 140733680174640 139792573871144 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.54
CPU time (s): 1800.57
CPU user time (s): 1799.66
CPU system time (s): 0.912861
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.912861
maximum resident set size= 326576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39774
involuntary context switches= 6004

runsolver used 6.65999 second user time and 14.5238 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 23:02:58
IDJOB=3689775
IDBENCH=90572
IDSOLVER=2269
FILE ID=node133/3689775-1337893378
RUNJOBID= node133-1337889665-30877
PBS_JOBID= 14620071
Free space on /tmp= 71620 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689775-1337893378/watcher-3689775-1337893378 -o /tmp/evaluation-result-3689775-1337893378/solver-3689775-1337893378 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689775-1337893378.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=2054900980

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        29068124 kB
Buffers:          231616 kB
Cached:          2542128 kB
SwapCached:            0 kB
Active:           682420 kB
Inactive:        2345104 kB
Active(anon):     256268 kB
Inactive(anon):        0 kB
Active(file):     426152 kB
Inactive(file):  2345104 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3120 kB
Writeback:             0 kB
AnonPages:        266636 kB
Mapped:            22560 kB
Shmem:               212 kB
Slab:             632036 kB
SReclaimable:      74168 kB
SUnreclaim:       557868 kB
KernelStack:        1632 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71592 MiB
End job on node133 at 2012-05-24 23:32:57