Trace number 3690233

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.05 1794.35

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690233-1337897097.opb
0.10/0.11	c reading problem ... 
1.03/0.57	c ... done. Wall clock time 0.461s.
1.03/0.57	c declared #vars     15725
1.03/0.57	c #constraints  33136
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.03/0.57	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.03/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.03/0.57	c ignored satisfied constraints => 3
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.03/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.03/0.57	c 33139 constraints processed.
1.03/0.57	c objective function length is 1825 literals
4.98/3.96	c cleaning 2499 clauses out of 5000 with flag 5000/5000
9.09/7.95	c cleaning 4248 clauses out of 8502 with flag 11001/11001
12.89/11.75	c cleaning 5624 clauses out of 11254 with flag 18001/18001
17.12/15.96	c cleaning 6813 clauses out of 13629 with flag 26000/26000
21.27/20.06	c cleaning 7905 clauses out of 15817 with flag 35001/35001
26.98/25.76	c cleaning 8952 clauses out of 17911 with flag 45000/45000
33.41/32.14	c cleaning 9978 clauses out of 19961 with flag 56002/56002
39.02/37.75	c cleaning 10985 clauses out of 21982 with flag 68001/68001
46.03/44.78	c cleaning 11992 clauses out of 23996 with flag 81000/81000
53.17/51.88	c cleaning 12988 clauses out of 26004 with flag 95000/95000
62.58/61.20	c cleaning 14004 clauses out of 28018 with flag 110002/110002
73.10/71.73	c cleaning 14996 clauses out of 30014 with flag 126002/126002
83.44/82.08	c cleaning 15995 clauses out of 32018 with flag 143002/143002
91.57/90.14	c cleaning 17001 clauses out of 34021 with flag 161000/161000
100.49/99.01	c cleaning 18008 clauses out of 36023 with flag 180003/180003
110.62/109.13	c cleaning 18980 clauses out of 38014 with flag 200002/200002
121.96/120.40	c cleaning 19983 clauses out of 40032 with flag 221000/221000
134.40/132.84	c cleaning 20989 clauses out of 42052 with flag 243003/243003
146.72/145.15	c cleaning 22010 clauses out of 44061 with flag 266001/266001
157.44/155.80	c cleaning 23021 clauses out of 46052 with flag 290002/290002
166.56/164.99	c cleaning 23992 clauses out of 48030 with flag 315001/315001
178.61/176.94	c cleaning 24993 clauses out of 50038 with flag 341001/341001
190.97/189.23	c cleaning 25986 clauses out of 52044 with flag 368000/368000
203.81/202.09	c cleaning 27012 clauses out of 54059 with flag 396001/396001
217.07/215.24	c cleaning 27995 clauses out of 56046 with flag 425000/425000
231.82/229.99	c cleaning 29020 clauses out of 58053 with flag 455002/455002
246.45/244.54	c cleaning 29986 clauses out of 60031 with flag 486000/486000
261.98/260.09	c cleaning 31017 clauses out of 62045 with flag 518000/518000
276.92/274.96	c cleaning 32012 clauses out of 64031 with flag 551003/551003
292.38/290.35	c cleaning 32984 clauses out of 66016 with flag 585000/585000
313.69/311.61	c cleaning 33995 clauses out of 68033 with flag 620001/620001
337.56/335.43	c cleaning 35012 clauses out of 70037 with flag 656000/656000
356.89/354.79	c cleaning 36007 clauses out of 72026 with flag 693001/693001
377.81/375.64	c cleaning 37001 clauses out of 74019 with flag 731001/731001
398.74/396.54	c cleaning 38002 clauses out of 76018 with flag 770001/770001
419.76/417.56	c cleaning 38979 clauses out of 78016 with flag 810001/810001
439.74/437.46	c cleaning 39987 clauses out of 80037 with flag 851001/851001
460.89/458.57	c cleaning 41014 clauses out of 82049 with flag 893000/893000
486.94/484.57	c cleaning 42011 clauses out of 84035 with flag 936000/936000
511.10/508.67	c cleaning 42985 clauses out of 86024 with flag 980000/980000
533.55/531.06	c cleaning 43998 clauses out of 88039 with flag 1025000/1025000
554.91/552.35	c cleaning 45006 clauses out of 90043 with flag 1071002/1071002
578.85/576.25	c cleaning 46003 clauses out of 92039 with flag 1118004/1118004
601.92/599.24	c cleaning 46998 clauses out of 94033 with flag 1166001/1166001
624.65/621.99	c cleaning 48010 clauses out of 96035 with flag 1215001/1215001
646.72/643.92	c cleaning 49002 clauses out of 98026 with flag 1265002/1265002
670.66/667.88	c cleaning 49993 clauses out of 100022 with flag 1316000/1316000
696.38/693.42	c cleaning 50974 clauses out of 102029 with flag 1368000/1368000
722.42/719.48	c cleaning 52026 clauses out of 104057 with flag 1421002/1421002
754.88/751.87	c cleaning 52986 clauses out of 106029 with flag 1475000/1475000
779.05/775.95	c cleaning 54004 clauses out of 108044 with flag 1530001/1530001
808.81/805.61	c cleaning 55012 clauses out of 110039 with flag 1586000/1586000
838.26/835.01	c cleaning 56011 clauses out of 112027 with flag 1643000/1643000
870.17/866.88	c cleaning 57006 clauses out of 114019 with flag 1701003/1701003
900.81/897.34	c cleaning 58001 clauses out of 116013 with flag 1760003/1760003
933.78/930.20	c cleaning 58983 clauses out of 118009 with flag 1820000/1820000
968.97/965.30	c cleaning 59998 clauses out of 120026 with flag 1881000/1881000
1005.74/1002.05	c cleaning 61008 clauses out of 122028 with flag 1943000/1943000
1042.14/1038.40	c cleaning 62002 clauses out of 124021 with flag 2006001/2006001
1080.00/1076.16	c cleaning 63001 clauses out of 126018 with flag 2070000/2070000
1118.21/1114.26	c cleaning 64001 clauses out of 128017 with flag 2135000/2135000
1153.12/1149.02	c cleaning 64997 clauses out of 130017 with flag 2201001/2201001
1193.52/1189.39	c cleaning 66002 clauses out of 132021 with flag 2268002/2268002
1230.77/1226.50	c cleaning 66978 clauses out of 134017 with flag 2336000/2336000
1266.37/1261.91	c cleaning 68013 clauses out of 136039 with flag 2405000/2405000
1301.28/1296.79	c cleaning 69005 clauses out of 138029 with flag 2475003/2475003
1338.36/1333.70	c cleaning 69976 clauses out of 140022 with flag 2546001/2546001
1376.84/1372.15	c cleaning 70986 clauses out of 142045 with flag 2618000/2618000
1411.92/1407.14	c cleaning 72017 clauses out of 144059 with flag 2691000/2691000
1451.88/1447.06	c cleaning 72992 clauses out of 146044 with flag 2765002/2765002
1489.35/1484.42	c cleaning 74006 clauses out of 148051 with flag 2840001/2840001
1530.55/1525.51	c cleaning 75007 clauses out of 150044 with flag 2916000/2916000
1566.34/1561.29	c cleaning 76014 clauses out of 152038 with flag 2993001/2993001
1603.95/1598.70	c cleaning 76990 clauses out of 154024 with flag 3071001/3071001
1646.74/1641.42	c cleaning 77991 clauses out of 156033 with flag 3150000/3150000
1682.21/1676.85	c cleaning 78986 clauses out of 158042 with flag 3230000/3230000
1718.77/1713.32	c cleaning 80023 clauses out of 160058 with flag 3311002/3311002
1758.77/1753.26	c cleaning 81007 clauses out of 162036 with flag 3393003/3393003
1800.05/1794.31	c starts		: 251
1800.05/1794.31	c conflicts		: 3473793
1800.05/1794.31	c decisions		: 5118754
1800.05/1794.31	c propagations		: 2299659021
1800.05/1794.31	c inspects		: 17424152208
1800.05/1794.31	c shortcuts		: 0
1800.05/1794.31	c learnt literals	: 0
1800.05/1794.31	c learnt binary clauses	: 0
1800.05/1794.31	c learnt ternary clauses	: 1
1800.05/1794.31	c learnt constraints	: 3473793
1800.05/1794.31	c ignored constraints	: 0
1800.05/1794.31	c root simplifications	: 0
1800.05/1794.31	c removed literals (reason simplification)	: 0
1800.05/1794.31	c reason swapping (by a shorter reason)	: 0
1800.05/1794.31	c Calls to reduceDB	: 78
1800.05/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.31	c number of learned constraints concerned by reduction	: 0
1800.05/1794.31	c number of learning phase by resolution	: 0
1800.05/1794.31	c number of learning phase by cutting planes	: 0
1800.05/1794.31	c speed (assignments/second)	: 1282065.2121435122
1800.05/1794.31	c non guided choices	42
1800.05/1794.34	c learnt constraints type 
1800.05/1794.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161866
1800.05/1794.34	c constraints type 
1800.05/1794.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.05/1794.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.05/1794.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.05/1794.34	c ignored satisfied constraints => 3
1800.05/1794.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.05/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.05/1794.34	c 33139 constraints processed.
1800.05/1794.34	s UNKNOWN
1800.05/1794.34	c Total wall clock time (in seconds): 1794.233

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-3690233-1337897097/watcher-3690233-1337897097 -o /tmp/evaluation-result-3690233-1337897097/solver-3690233-1337897097 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690233-1337897097.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: 0.95 1.47 1.78 3/188 30354
/proc/meminfo: memFree=29228324/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30354/stat : 30354 (java) R 30352 30354 30298 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 255834065 23793664 707 33554432000 1073741824 1073778376 140736319573072 140736319562136 251035433040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 5809 707 522 9 0 128 0

[startup+0.0338159 s]
/proc/loadavg: 0.95 1.47 1.78 3/188 30354
/proc/meminfo: memFree=29228324/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 3038 0 1 0 2 0 0 0 20 0 13 0 255834065 9446973440 3224 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2306390 3224 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10026 s]
/proc/loadavg: 0.95 1.47 1.78 3/188 30354
/proc/meminfo: memFree=29228324/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 255834065 9787813888 5093 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2389603 5094 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300202 s]
/proc/loadavg: 0.95 1.47 1.78 3/188 30354
/proc/meminfo: memFree=29228324/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 5800 0 1 0 51 2 0 0 20 0 18 0 255834065 9787813888 8902 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2389603 8902 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700205 s]
/proc/loadavg: 0.95 1.47 1.78 3/188 30354
/proc/meminfo: memFree=29228324/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=1.53 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 11899 0 1 0 148 5 0 0 20 0 19 0 255834065 9855975424 32567 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 32567 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 1.03 1.48 1.79 3/213 30379
/proc/meminfo: memFree=29060760/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=2.54 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 13343 0 1 0 248 6 0 0 20 0 19 0 255834065 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 33122 2251 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2554 0 1 0 144 3 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035527758168 140035468211552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5082 0 0 0 49 2 0 0 20 0 19 0 255834071 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4507 0 0 0 51 0 0 0 20 0 19 0 255834071 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 33122 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 1.03 1.48 1.79 3/213 30379
/proc/meminfo: memFree=29043376/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=4.17 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 13631 0 1 0 411 6 0 0 20 0 19 0 255834065 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 33645 2254 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=3.07 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2557 0 1 0 304 3 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035527758456 140035468267895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5082 0 0 0 50 2 0 0 20 0 19 0 255834071 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4791 0 0 0 54 0 0 0 20 0 19 0 255834071 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 33645 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624976

[startup+6.30079 s]
/proc/loadavg: 1.03 1.48 1.79 3/213 30436
/proc/meminfo: memFree=28711228/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=7.45 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 13708 0 1 0 738 7 0 0 20 0 19 0 255834065 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 39048 2279 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2562 0 1 0 617 3 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035527756224 140035468212465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255834066 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255834068 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5084 0 0 0 51 2 0 0 20 0 19 0 255834071 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4798 0 0 0 56 0 0 0 20 0 19 0 255834071 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 39048 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5106 0 0 0 59 2 0 0 20 0 19 0 255834071 9855975424 71774 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4811 0 0 0 58 0 0 0 20 0 19 0 255834071 9855975424 71774 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 71774 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 98 0 0 0 43 23 0 0 20 0 19 0 255834071 9855975424 71774 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 71774 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.83
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/214 30451
/proc/meminfo: memFree=28372512/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=1788.03 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 14974 0 1 0 178728 75 0 0 20 0 19 0 255834065 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 75360 2280 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=1771.21 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2637 0 1 0 177090 31 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035527758096 140035468258536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 116 0 0 0 59 2 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 47 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 52 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 235 0 0 0 64 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 163 0 0 0 63 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 166 0 0 0 65 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 157 0 0 0 73 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 38 0 0 0 65 1 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=4.79 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 158 0 0 0 475 4 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5106 0 0 0 59 2 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4811 0 0 0 58 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 102 0 0 0 44 25 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.03
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/214 30451
/proc/meminfo: memFree=28372636/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 14974 0 1 0 179930 75 0 0 20 0 19 0 255834065 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 75360 2280 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=1783.19 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2637 0 1 0 178287 32 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035527758096 140035468206891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 116 0 0 0 59 2 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 47 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 52 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 235 0 0 0 64 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 163 0 0 0 63 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 166 0 0 0 65 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 157 0 0 0 73 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 38 0 0 0 65 1 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=4.79 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 158 0 0 0 475 4 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5106 0 0 0 59 2 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4811 0 0 0 58 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 102 0 0 0 45 25 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1794.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/214 30451
/proc/meminfo: memFree=28372636/32873844 swapFree=7612/7612
[pid=30354] ppid=30352 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/30354/stat : 30354 (java) S 30352 30354 30298 0 -1 4202496 14974 0 1 0 179930 75 0 0 20 0 19 0 255834065 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140736319564208 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30354/statm: 2406244 75360 2280 9 0 2396937 0
[pid=30354/tid=30356] ppid=30352 vsize=9624976 CPUtime=1783.19 cores=1,3,5,7
/proc/30354/task/30356/stat : 30356 (java) R 30352 30354 30298 0 -1 4202560 2637 0 1 0 178287 32 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035527758096 140035468206891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30362] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30362/stat : 30362 (java) S 30352 30354 30298 0 -1 4202560 116 0 0 0 59 2 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035466488616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30363] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30363/stat : 30363 (java) S 30352 30354 30298 0 -1 4202560 47 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035465435816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30364] ppid=30352 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/30354/task/30364/stat : 30364 (java) S 30352 30354 30298 0 -1 4202560 52 0 0 0 62 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035464383528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30365] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30365/stat : 30365 (java) S 30352 30354 30298 0 -1 4202560 235 0 0 0 64 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035367844776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30366] ppid=30352 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30354/task/30366/stat : 30366 (java) S 30352 30354 30298 0 -1 4202560 163 0 0 0 63 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035366791464 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30367] ppid=30352 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/30354/task/30367/stat : 30367 (java) S 30352 30354 30298 0 -1 4202560 166 0 0 0 65 4 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035365738664 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30368] ppid=30352 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30354/task/30368/stat : 30368 (java) S 30352 30354 30298 0 -1 4202560 157 0 0 0 73 3 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035364686376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30369] ppid=30352 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30354/task/30369/stat : 30369 (java) S 30352 30354 30298 0 -1 4202560 38 0 0 0 65 1 0 0 20 0 19 0 255834066 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035363633576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30354/tid=30370] ppid=30352 vsize=9624976 CPUtime=4.79 cores=1,3,5,7
/proc/30354/task/30370/stat : 30370 (java) S 30352 30354 30298 0 -1 4202560 158 0 0 0 475 4 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035351436008 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30371] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30371/stat : 30371 (java) S 30352 30354 30298 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035350382072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30372] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30372/stat : 30372 (java) S 30352 30354 30298 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255834068 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035349329672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30373] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30373/stat : 30373 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035348278160 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30374] ppid=30352 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30354/task/30374/stat : 30374 (java) S 30352 30354 30298 0 -1 4202560 5106 0 0 0 59 2 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035347224760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30354/tid=30375] ppid=30352 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30354/task/30375/stat : 30375 (java) S 30352 30354 30298 0 -1 4202560 4811 0 0 0 58 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035346171960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30376] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30376/stat : 30376 (java) S 30352 30354 30298 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035345119864 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30354/tid=30377] ppid=30352 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/30354/task/30377/stat : 30377 (java) S 30352 30354 30298 0 -1 4202560 102 0 0 0 45 25 0 0 20 0 19 0 255834071 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035344067272 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30354/tid=30379] ppid=30352 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30354/task/30379/stat : 30379 (java) S 30352 30354 30298 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255834125 9855975424 75360 33554432000 1073741824 1073778376 140736319573072 140035343013288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1794.35
CPU time (s): 1800.05
CPU user time (s): 1799.3
CPU system time (s): 0.75
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.00085
maximum resident set size= 301564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15008
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40153
involuntary context switches= 24352

runsolver used 6.73298 second user time and 15.2117 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-25 00:04:57
IDJOB=3690233
IDBENCH=92778
IDSOLVER=2269
FILE ID=node143/3690233-1337897097
RUNJOBID= node143-1337897097-30315
PBS_JOBID= 14620114
Free space on /tmp= 71512 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_2_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690233-1337897097/watcher-3690233-1337897097 -o /tmp/evaluation-result-3690233-1337897097/solver-3690233-1337897097 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690233-1337897097.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=1512342522

node143.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.787
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.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        29228612 kB
Buffers:          240968 kB
Cached:          2605832 kB
SwapCached:            0 kB
Active:           613136 kB
Inactive:        2252036 kB
Active(anon):      21316 kB
Inactive(anon):        0 kB
Active(file):     591820 kB
Inactive(file):  2252036 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:         22004 kB
Mapped:            19376 kB
Shmem:               200 kB
Slab:             640032 kB
SReclaimable:      82460 kB
SUnreclaim:       557572 kB
KernelStack:        1392 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     687564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71500 MiB
End job on node143 at 2012-05-25 00:34:53