Trace number 3688893

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.04 1783.55

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688893-1337888440.opb
0.11/0.10	c reading problem ... 
0.78/0.48	c ... done. Wall clock time 0.382s.
0.78/0.48	c declared #vars     8424
0.78/0.48	c #constraints  9186
0.78/0.48	c constraints type 
0.78/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
0.78/0.48	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.78/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.78/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
0.78/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
0.78/0.48	c 9186 constraints processed.
0.78/0.48	c objective function length is 9 literals
2.15/1.38	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.23/2.33	c cleaning 4226 clauses out of 8506 with flag 11001/11001
4.34/3.47	c cleaning 5619 clauses out of 11279 with flag 18000/18000
5.66/4.74	c cleaning 6825 clauses out of 13661 with flag 26001/26001
6.92/5.91	c cleaning 7906 clauses out of 15836 with flag 35001/35001
8.53/7.52	c cleaning 8956 clauses out of 17929 with flag 45000/45000
10.46/9.45	c cleaning 9872 clauses out of 19974 with flag 56001/56001
12.64/11.56	c cleaning 11032 clauses out of 22101 with flag 68000/68000
15.27/14.10	c cleaning 12030 clauses out of 24070 with flag 81001/81001
17.60/16.49	c cleaning 12986 clauses out of 26039 with flag 95000/95000
21.42/20.25	c cleaning 13988 clauses out of 28055 with flag 110002/110002
23.98/22.79	c cleaning 14959 clauses out of 30065 with flag 126000/126000
27.00/25.79	c cleaning 15997 clauses out of 32107 with flag 143001/143001
30.55/29.20	c cleaning 16979 clauses out of 34110 with flag 161001/161001
33.46/32.13	c cleaning 18012 clauses out of 36131 with flag 180001/180001
36.71/35.37	c cleaning 19021 clauses out of 38118 with flag 200000/200000
40.74/39.36	c cleaning 19991 clauses out of 40097 with flag 221000/221000
45.49/44.04	c cleaning 20985 clauses out of 42108 with flag 243002/243002
50.87/49.36	c cleaning 22031 clauses out of 44122 with flag 266001/266001
55.53/53.94	c cleaning 23033 clauses out of 46093 with flag 290003/290003
60.36/58.74	c cleaning 23983 clauses out of 48057 with flag 315000/315000
67.10/65.41	c cleaning 25007 clauses out of 50074 with flag 341000/341000
71.90/70.13	c cleaning 26015 clauses out of 52067 with flag 368000/368000
76.54/74.72	c cleaning 26987 clauses out of 54052 with flag 396000/396000
82.47/80.67	c cleaning 27927 clauses out of 56066 with flag 425001/425001
89.13/87.20	c cleaning 29053 clauses out of 58139 with flag 455001/455001
98.75/96.86	c cleaning 29953 clauses out of 60086 with flag 486001/486001
107.59/105.61	c cleaning 30957 clauses out of 62133 with flag 518001/518001
116.60/114.59	c cleaning 31989 clauses out of 64175 with flag 551000/551000
126.21/124.13	c cleaning 33006 clauses out of 66186 with flag 585000/585000
132.46/130.39	c cleaning 34024 clauses out of 68183 with flag 620003/620003
140.73/138.52	c cleaning 35022 clauses out of 70157 with flag 656001/656001
150.40/148.13	c cleaning 36012 clauses out of 72134 with flag 693000/693000
159.73/157.30	c cleaning 37015 clauses out of 74122 with flag 731000/731000
171.14/168.62	c cleaning 38020 clauses out of 76107 with flag 770000/770000
179.61/177.05	c cleaning 39027 clauses out of 78088 with flag 810001/810001
193.13/190.59	c cleaning 40014 clauses out of 80061 with flag 851001/851001
203.69/201.08	c cleaning 41005 clauses out of 82048 with flag 893002/893002
213.06/210.34	c cleaning 41941 clauses out of 84042 with flag 936001/936001
222.81/220.04	c cleaning 43010 clauses out of 86100 with flag 980000/980000
234.08/231.20	c cleaning 43966 clauses out of 88092 with flag 1025002/1025002
247.64/244.69	c cleaning 44933 clauses out of 90124 with flag 1071000/1071000
257.43/254.38	c cleaning 46023 clauses out of 92193 with flag 1118002/1118002
272.07/268.94	c cleaning 47028 clauses out of 94173 with flag 1166005/1166005
283.79/280.45	c cleaning 48017 clauses out of 96141 with flag 1215001/1215001
296.55/293.01	c cleaning 49045 clauses out of 98127 with flag 1265004/1265004
311.49/307.80	c cleaning 50017 clauses out of 100078 with flag 1316000/1316000
321.90/318.19	c cleaning 50997 clauses out of 102062 with flag 1368001/1368001
336.27/332.25	c cleaning 51971 clauses out of 104066 with flag 1421002/1421002
353.79/349.58	c cleaning 53028 clauses out of 106093 with flag 1475000/1475000
370.71/366.36	c cleaning 54021 clauses out of 108068 with flag 1530003/1530003
387.83/383.32	c cleaning 54978 clauses out of 110044 with flag 1586000/1586000
402.23/397.55	c cleaning 55996 clauses out of 112067 with flag 1643001/1643001
426.23/421.24	c cleaning 56978 clauses out of 114073 with flag 1701003/1701003
451.30/445.93	c cleaning 57963 clauses out of 116094 with flag 1760002/1760002
470.14/464.54	c cleaning 58957 clauses out of 118130 with flag 1820001/1820001
488.81/483.11	c cleaning 60014 clauses out of 120174 with flag 1881002/1881002
510.30/504.50	c cleaning 61004 clauses out of 122158 with flag 1943000/1943000
528.60/522.75	c cleaning 62056 clauses out of 124155 with flag 2006001/2006001
542.36/536.38	c cleaning 63013 clauses out of 126099 with flag 2070001/2070001
558.47/552.30	c cleaning 64013 clauses out of 128086 with flag 2135001/2135001
579.25/572.96	c cleaning 64994 clauses out of 130072 with flag 2201000/2201000
599.67/593.25	c cleaning 65994 clauses out of 132080 with flag 2268002/2268002
619.44/612.93	c cleaning 66945 clauses out of 134084 with flag 2336000/2336000
645.38/638.68	c cleaning 67962 clauses out of 136140 with flag 2405001/2405001
664.43/657.35	c cleaning 69033 clauses out of 138177 with flag 2475000/2475000
691.72/684.54	c cleaning 70015 clauses out of 140145 with flag 2546001/2546001
714.13/706.87	c cleaning 71010 clauses out of 142129 with flag 2618000/2618000
734.19/726.82	c cleaning 72016 clauses out of 144119 with flag 2691000/2691000
770.30/762.75	c cleaning 73027 clauses out of 146103 with flag 2765000/2765000
806.86/799.04	c cleaning 74019 clauses out of 148077 with flag 2840001/2840001
844.77/836.60	c cleaning 75015 clauses out of 150059 with flag 2916002/2916002
877.65/869.21	c cleaning 75980 clauses out of 152042 with flag 2993000/2993000
898.03/889.38	c cleaning 76989 clauses out of 154064 with flag 3071002/3071002
926.00/917.07	c cleaning 78015 clauses out of 156074 with flag 3150001/3150001
951.92/942.77	c cleaning 78951 clauses out of 158060 with flag 3230002/3230002
977.00/967.56	c cleaning 80029 clauses out of 160107 with flag 3311000/3311000
999.57/989.94	c cleaning 80958 clauses out of 162078 with flag 3393000/3393000
1022.72/1012.85	c cleaning 81900 clauses out of 164120 with flag 3476000/3476000
1050.99/1040.89	c cleaning 82986 clauses out of 166220 with flag 3560000/3560000
1085.43/1074.89	c cleaning 84003 clauses out of 168235 with flag 3645001/3645001
1130.78/1119.60	c cleaning 85105 clauses out of 170232 with flag 3731001/3731001
1181.36/1169.89	c cleaning 86046 clauses out of 172126 with flag 3818000/3818000
1236.00/1224.05	c cleaning 86914 clauses out of 174080 with flag 3906000/3906000
1283.38/1271.07	c cleaning 88076 clauses out of 176169 with flag 3995003/3995003
1307.89/1295.37	c cleaning 89035 clauses out of 178090 with flag 4085000/4085000
1337.69/1325.00	c cleaning 89999 clauses out of 180057 with flag 4176002/4176002
1367.42/1354.64	c cleaning 90977 clauses out of 182056 with flag 4268000/4268000
1409.05/1395.98	c cleaning 92028 clauses out of 184087 with flag 4361008/4361008
1435.42/1422.18	c cleaning 93007 clauses out of 186051 with flag 4455000/4455000
1457.89/1444.50	c cleaning 93956 clauses out of 188044 with flag 4550000/4550000
1482.24/1468.75	c cleaning 94841 clauses out of 190088 with flag 4646000/4646000
1521.05/1507.47	c cleaning 95990 clauses out of 192247 with flag 4743000/4743000
1551.99/1538.09	c cleaning 96992 clauses out of 194260 with flag 4841003/4841003
1590.25/1575.95	c cleaning 98090 clauses out of 196267 with flag 4940002/4940002
1645.91/1631.35	c cleaning 99044 clauses out of 198176 with flag 5040001/5040001
1682.13/1667.40	c cleaning 99826 clauses out of 200136 with flag 5141005/5141005
1722.19/1707.17	c cleaning 101104 clauses out of 202305 with flag 5243000/5243000
1773.87/1758.06	c cleaning 101965 clauses out of 204201 with flag 5346000/5346000
1800.04/1783.51	c starts		: 274
1800.04/1783.51	c conflicts		: 5420721
1800.04/1783.51	c decisions		: 10936112
1800.04/1783.51	c propagations		: 1050353678
1800.04/1783.51	c inspects		: 13660573948
1800.04/1783.51	c shortcuts		: 0
1800.04/1783.51	c learnt literals	: 0
1800.04/1783.51	c learnt binary clauses	: 0
1800.04/1783.51	c learnt ternary clauses	: 0
1800.04/1783.51	c learnt constraints	: 5420721
1800.04/1783.51	c ignored constraints	: 0
1800.04/1783.51	c root simplifications	: 0
1800.04/1783.51	c removed literals (reason simplification)	: 0
1800.04/1783.51	c reason swapping (by a shorter reason)	: 0
1800.04/1783.51	c Calls to reduceDB	: 99
1800.04/1783.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1783.51	c number of learned constraints concerned by reduction	: 0
1800.04/1783.51	c number of learning phase by resolution	: 0
1800.04/1783.51	c number of learning phase by cutting planes	: 0
1800.04/1783.51	c speed (assignments/second)	: 589088.5270174395
1800.04/1783.51	c non guided choices	174713
1800.04/1783.54	c learnt constraints type 
1800.04/1783.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177016
1800.04/1783.54	c constraints type 
1800.04/1783.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1800.04/1783.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.04/1783.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.04/1783.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1800.04/1783.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1800.04/1783.54	c 9186 constraints processed.
1800.04/1783.54	s UNKNOWN
1800.04/1783.54	c Total wall clock time (in seconds): 1783.44

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-3688893-1337888440/watcher-3688893-1337888440 -o /tmp/evaluation-result-3688893-1337888440/solver-3688893-1337888440 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688893-1337888440.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12669
/proc/meminfo: memFree=29271324/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/12669/stat : 12669 (java) R 12667 12669 10055 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 254969476 9379840 123 33554432000 1073741824 1073778376 140736575789664 140736575786792 260193691200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2372 131 101 9 0 120 0

[startup+0.032561 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12669
/proc/meminfo: memFree=29271324/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 3003 0 1 0 1 0 0 0 20 0 13 0 254969476 9446973440 3700 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2306390 3700 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100191 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12669
/proc/meminfo: memFree=29271324/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 4469 0 1 0 10 1 0 0 20 0 18 0 254969476 9787813888 6134 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2389603 6134 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300174 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12669
/proc/meminfo: memFree=29271324/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 7382 0 1 0 54 2 0 0 20 0 18 0 254969476 9787813888 10844 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2389603 10844 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700173 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12669
/proc/meminfo: memFree=29271324/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 12651 0 1 0 151 3 0 0 20 0 19 0 254969476 9855975424 25685 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 25685 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 2.15 2.05 2.01 3/214 12688
/proc/meminfo: memFree=29170792/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 12794 0 1 0 234 4 0 0 20 0 19 0 254969476 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 30858 2281 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2488 0 1 0 140 3 0 0 20 0 19 0 254969477 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863291634056 139863144418331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254969479 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 40 0 0 0 20 0 19 0 254969481 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4412 0 0 0 48 0 0 0 20 0 19 0 254969481 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 30858 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.15 2.05 2.01 3/214 12688
/proc/meminfo: memFree=29154308/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=4.04 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 12804 0 1 0 399 5 0 0 20 0 19 0 254969476 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 32395 2281 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2489 0 1 0 299 3 0 0 20 0 19 0 254969477 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863291634120 139863144527711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254969479 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4412 0 0 0 49 0 0 0 20 0 19 0 254969481 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 32395 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 2.14 2.05 2.01 3/214 12688
/proc/meminfo: memFree=29128920/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=7.33 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 12856 0 1 0 727 6 0 0 20 0 19 0 254969476 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 35554 2281 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=6.13 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2491 0 1 0 610 3 0 0 20 0 19 0 254969477 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863291634056 139863144418096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) S 12667 12669 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969478 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 254969479 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4420 0 0 0 54 0 0 0 20 0 19 0 254969481 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 35554 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 329625 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4537 0 0 0 56 0 0 0 20 0 19 0 254969481 9855975424 329625 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 329625 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 99 0 0 0 23 31 0 0 20 0 19 0 254969481 9855975424 329625 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 329625 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1737.62
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 2/194 12730
/proc/meminfo: memFree=27777064/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=1798.63 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 19893 0 1 0 179668 195 0 0 20 0 19 0 254969476 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 395285 2282 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=1765.97 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2647 0 1 0 176567 30 0 0 20 0 19 0 254969477 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863291633936 139863144529404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) S 12667 12669 10055 0 -1 4202560 597 0 0 0 250 17 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 740 0 0 0 242 16 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 777 0 0 0 236 22 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=2.63 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 827 0 0 0 242 21 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=2.64 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 611 0 0 0 244 20 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 650 0 0 0 228 19 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=2.33 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 666 0 0 0 215 18 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 539 0 0 0 228 17 0 0 20 0 19 0 254969478 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=6.23 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 1370 0 0 0 619 4 0 0 20 0 19 0 254969479 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4537 0 0 0 56 0 0 0 20 0 19 0 254969481 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 103 0 0 0 24 31 0 0 20 0 19 0 254969481 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 395285 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.96 1.98 1.99 10/193 12758
/proc/meminfo: memFree=27751760/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 19895 0 1 0 179809 195 0 0 20 0 19 0 254969476 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 395266 2282 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=1767.1 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2648 0 1 0 176680 30 0 0 20 0 19 0 254969477 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863291633112 139863298034910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=2.69 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) R 12667 12669 10055 0 -1 4202560 597 0 0 0 252 17 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=2.62 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 740 0 0 0 246 16 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=2.6 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 777 0 0 0 238 22 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=2.68 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 827 0 0 0 246 22 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 611 0 0 0 247 20 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=2.54 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 650 0 0 0 235 19 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 666 0 0 0 218 19 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 539 0 0 0 230 17 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=6.23 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 1372 0 0 0 619 4 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4537 0 0 0 56 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 103 0 0 0 24 31 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1783.5 s]
/proc/loadavg: 1.96 1.98 1.99 10/193 12758
/proc/meminfo: memFree=27751760/32873648 swapFree=7100/7100
[pid=12669] ppid=12667 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/12669/stat : 12669 (java) S 12667 12669 10055 0 -1 4202496 19895 0 1 0 179809 195 0 0 20 0 19 0 254969476 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 140736575780800 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12669/statm: 2406244 395266 2282 9 0 2396937 0
[pid=12669/tid=12671] ppid=12667 vsize=9624976 CPUtime=1767.1 cores=1,3,5,7
/proc/12669/task/12671/stat : 12671 (java) R 12667 12669 10055 0 -1 4202560 2648 0 1 0 176680 30 0 0 20 0 19 0 254969477 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863291633112 139863298034910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12672] ppid=12667 vsize=9624976 CPUtime=2.69 cores=1,3,5,7
/proc/12669/task/12672/stat : 12672 (java) R 12667 12669 10055 0 -1 4202560 597 0 0 0 252 17 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863264086440 260193694780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12673] ppid=12667 vsize=9624976 CPUtime=2.62 cores=1,3,5,7
/proc/12669/task/12673/stat : 12673 (java) S 12667 12669 10055 0 -1 4202560 740 0 0 0 246 16 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863263033896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12674] ppid=12667 vsize=9624976 CPUtime=2.6 cores=1,3,5,7
/proc/12669/task/12674/stat : 12674 (java) S 12667 12669 10055 0 -1 4202560 777 0 0 0 238 22 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863132776616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12675] ppid=12667 vsize=9624976 CPUtime=2.68 cores=1,3,5,7
/proc/12669/task/12675/stat : 12675 (java) S 12667 12669 10055 0 -1 4202560 827 0 0 0 246 22 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863131724072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12676] ppid=12667 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/12669/task/12676/stat : 12676 (java) S 12667 12669 10055 0 -1 4202560 611 0 0 0 247 20 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863130672040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12669/tid=12677] ppid=12667 vsize=9624976 CPUtime=2.54 cores=1,3,5,7
/proc/12669/task/12677/stat : 12677 (java) S 12667 12669 10055 0 -1 4202560 650 0 0 0 235 19 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863129619496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12678] ppid=12667 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/12669/task/12678/stat : 12678 (java) S 12667 12669 10055 0 -1 4202560 666 0 0 0 218 19 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139863128566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12679] ppid=12667 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/12669/task/12679/stat : 12679 (java) S 12667 12669 10055 0 -1 4202560 539 0 0 0 230 17 0 0 20 0 19 0 254969478 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862657198888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12680] ppid=12667 vsize=9624976 CPUtime=6.23 cores=1,3,5,7
/proc/12669/task/12680/stat : 12680 (java) S 12667 12669 10055 0 -1 4202560 1372 0 0 0 619 4 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862645000552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12681] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12681/stat : 12681 (java) S 12667 12669 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862643946872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12682] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12682/stat : 12682 (java) S 12667 12669 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969479 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862642893704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12683] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12683/stat : 12683 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862641842448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12684] ppid=12667 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12669/task/12684/stat : 12684 (java) S 12667 12669 10055 0 -1 4202560 4647 0 0 0 43 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862640790328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12685] ppid=12667 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/12669/task/12685/stat : 12685 (java) S 12667 12669 10055 0 -1 4202560 4537 0 0 0 56 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862639737784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12686] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12686/stat : 12686 (java) S 12667 12669 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862638684920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12669/tid=12687] ppid=12667 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/12669/task/12687/stat : 12687 (java) S 12667 12669 10055 0 -1 4202560 103 0 0 0 24 31 0 0 20 0 19 0 254969481 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862637632584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12669/tid=12688] ppid=12667 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12669/task/12688/stat : 12688 (java) S 12667 12669 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969526 9855975424 395266 33554432000 1073741824 1073778376 140736575789664 139862636545064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12669 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=529342
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=320647
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.55
CPU time (s): 1800.04
CPU user time (s): 1798.09
CPU system time (s): 1.95
CPU usage (%): 100.925
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.53
system time used= 2.32065
maximum resident set size= 1581188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41465
involuntary context switches= 24731

runsolver used 6.33004 second user time and 14.5828 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 21:40:40
IDJOB=3688893
IDBENCH=71849
IDSOLVER=2269
FILE ID=node123/3688893-1337888440
RUNJOBID= node123-1337871881-10072
PBS_JOBID= 14620081
Free space on /tmp= 71548 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688893-1337888440/watcher-3688893-1337888440 -o /tmp/evaluation-result-3688893-1337888440/solver-3688893-1337888440 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688893-1337888440.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1948956623

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29271852 kB
Buffers:          227568 kB
Cached:          2508704 kB
SwapCached:            0 kB
Active:           777076 kB
Inactive:        2054652 kB
Active(anon):      97712 kB
Inactive(anon):        0 kB
Active(file):     679364 kB
Inactive(file):  2054652 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1804 kB
Writeback:             0 kB
AnonPages:        106200 kB
Mapped:            21604 kB
Shmem:               200 kB
Slab:             629304 kB
SReclaimable:      72920 kB
SUnreclaim:       556384 kB
KernelStack:        1632 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71500 MiB
End job on node123 at 2012-05-24 22:10:26