Trace number 3689196

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 RES // CP 2.3.2 Snapshot? (TO) 1800.69 936.358

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689196-1337881373.opb
0.09/0.12	c reading problem ... 
2.63/1.23	c ... done. Wall clock time 1.106s.
2.63/1.23	c declared #vars     24684
2.63/1.23	c #constraints  71315
2.63/1.23	c constraints type 
2.63/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
2.63/1.23	c ignored satisfied constraints => 10341
2.63/1.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
2.63/1.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
2.63/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
2.63/1.23	c 81656 constraints processed.
2.63/1.23	c constraints type 
2.63/1.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
2.63/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
2.63/1.23	c ignored satisfied constraints => 10341
2.63/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
2.63/1.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 4321
2.63/1.23	c 81656 constraints processed.
7.12/2.82	c cleaning 2495 clauses out of 5001 with flag 5001/5001
10.57/4.52	c cleaning 4244 clauses out of 8505 with flag 11000/11000
13.83/6.29	c cleaning 5622 clauses out of 11262 with flag 18001/18001
17.73/8.29	c cleaning 6806 clauses out of 13639 with flag 26000/26000
22.56/10.78	c cleaning 7906 clauses out of 15834 with flag 35001/35001
27.41/13.29	c cleaning 8964 clauses out of 17931 with flag 45004/45004
33.62/16.49	c cleaning 9970 clauses out of 19964 with flag 56001/56001
40.36/19.99	c cleaning 10977 clauses out of 21993 with flag 68000/68000
47.37/23.60	c cleaning 11996 clauses out of 24016 with flag 81000/81000
54.91/27.57	c cleaning 12998 clauses out of 26021 with flag 95001/95001
64.05/32.20	c cleaning 13999 clauses out of 28024 with flag 110002/110002
72.57/36.65	c cleaning 15002 clauses out of 30023 with flag 126000/126000
81.63/41.49	c cleaning 15987 clauses out of 32024 with flag 143003/143003
91.02/46.37	c cleaning 16997 clauses out of 34036 with flag 161002/161002
101.60/51.89	c cleaning 18009 clauses out of 36040 with flag 180003/180003
113.16/57.88	c cleaning 0 clauses out of 5000 with flag 0/5000
115.28/59.18	c cleaning 19001 clauses out of 38028 with flag 200000/200000
128.39/65.82	c cleaning 19954 clauses out of 40032 with flag 221005/221005
141.70/72.73	c cleaning 21016 clauses out of 42073 with flag 243000/243000
154.37/79.38	c cleaning 22024 clauses out of 44059 with flag 266002/266002
168.71/86.95	c cleaning 23012 clauses out of 46036 with flag 290003/290003
184.91/95.38	c cleaning 23982 clauses out of 48021 with flag 315000/315000
200.91/103.61	c cleaning 25008 clauses out of 50040 with flag 341001/341001
216.27/111.67	c cleaning 25984 clauses out of 52031 with flag 368000/368000
233.76/120.88	c cleaning 27009 clauses out of 54047 with flag 396000/396000
250.69/129.61	c cleaning 28004 clauses out of 56041 with flag 425003/425003
270.70/141.00	c cleaning 28999 clauses out of 58034 with flag 455000/455000
292.36/152.36	c cleaning 30001 clauses out of 60035 with flag 486000/486000
313.29/163.13	c cleaning 30984 clauses out of 62038 with flag 518004/518004
335.99/174.83	c cleaning 32004 clauses out of 64050 with flag 551000/551000
359.46/186.98	c cleaning 33002 clauses out of 66048 with flag 585002/585002
380.67/198.20	c cleaning 33997 clauses out of 68045 with flag 620001/620001
403.67/210.14	c cleaning 34987 clauses out of 70048 with flag 656001/656001
427.62/222.56	c cleaning 36003 clauses out of 72062 with flag 693002/693002
453.18/235.72	c cleaning 37008 clauses out of 74057 with flag 731000/731000
479.57/249.64	c cleaning 37989 clauses out of 76050 with flag 770001/770001
480.99/250.89	c cleaning 0 clauses out of 11000 with flag 0/11000
508.48/265.02	c cleaning 38991 clauses out of 78060 with flag 810000/810000
537.92/280.23	c cleaning 39985 clauses out of 80070 with flag 851001/851001
568.19/296.15	c cleaning 41035 clauses out of 82086 with flag 893002/893002
597.81/311.43	c cleaning 41991 clauses out of 84050 with flag 936001/936001
633.91/330.07	c cleaning 43001 clauses out of 86060 with flag 980002/980002
670.84/349.00	c cleaning 43998 clauses out of 88058 with flag 1025001/1025001
712.75/370.94	c cleaning 44984 clauses out of 90062 with flag 1071003/1071003
749.43/390.93	c cleaning 46028 clauses out of 92079 with flag 1118004/1118004
789.70/411.53	c cleaning 46985 clauses out of 94047 with flag 1166000/1166000
827.53/431.48	c cleaning 48001 clauses out of 96064 with flag 1215002/1215002
871.20/453.91	c cleaning 48988 clauses out of 98061 with flag 1265000/1265000
914.91/476.48	c cleaning 50002 clauses out of 100074 with flag 1316001/1316001
947.79/493.59	c cleaning 51019 clauses out of 102071 with flag 1368000/1368000
986.51/513.91	c cleaning 52012 clauses out of 104053 with flag 1421001/1421001
1031.14/536.94	c cleaning 53003 clauses out of 106042 with flag 1475002/1475002
1076.73/560.44	c cleaning 53994 clauses out of 108037 with flag 1530000/1530000
1118.36/581.95	c cleaning 54995 clauses out of 110044 with flag 1586001/1586001
1161.19/604.58	c cleaning 55992 clauses out of 112050 with flag 1643002/1643002
1210.72/630.01	c cleaning 57003 clauses out of 114057 with flag 1701001/1701001
1260.43/655.62	c cleaning 58005 clauses out of 116053 with flag 1760000/1760000
1288.87/670.64	c cleaning 0 clauses out of 18000 with flag 0/18000
1311.04/683.19	c cleaning 59009 clauses out of 118048 with flag 1820000/1820000
1366.73/711.77	c cleaning 60004 clauses out of 120041 with flag 1881002/1881002
1424.25/741.22	c cleaning 60994 clauses out of 122037 with flag 1943002/1943002
1476.60/768.22	c cleaning 61997 clauses out of 124041 with flag 2006000/2006000
1521.55/792.11	c cleaning 63009 clauses out of 126045 with flag 2070001/2070001
1573.14/818.85	c cleaning 64010 clauses out of 128036 with flag 2135001/2135001
1636.71/851.43	c cleaning 64948 clauses out of 130026 with flag 2201001/2201001
1691.18/879.52	c cleaning 65969 clauses out of 132077 with flag 2268000/2268000
1746.50/908.67	c cleaning 67030 clauses out of 134109 with flag 2336001/2336001
1800.09/936.31	c starts		: 229
1800.09/936.31	c conflicts		: 2395185
1800.09/936.31	c decisions		: 3231349
1800.09/936.31	c propagations		: 981903057
1800.09/936.31	c inspects		: 5865906784
1800.09/936.31	c shortcuts		: 0
1800.09/936.31	c learnt literals	: 0
1800.09/936.31	c learnt binary clauses	: 0
1800.09/936.31	c learnt ternary clauses	: 2093
1800.09/936.31	c learnt constraints	: 2395185
1800.09/936.31	c ignored constraints	: 0
1800.09/936.31	c root simplifications	: 0
1800.09/936.31	c removed literals (reason simplification)	: 75921385
1800.09/936.31	c reason swapping (by a shorter reason)	: 0
1800.09/936.31	c Calls to reduceDB	: 64
1800.09/936.31	c number of reductions to clauses (during analyze)	: 0
1800.09/936.31	c number of learned constraints concerned by reduction	: 0
1800.09/936.31	c number of learning phase by resolution	: 0
1800.09/936.31	c number of learning phase by cutting planes	: 0
1800.09/936.31	c speed (assignments/second)	: 1050138.0682614224
1800.09/936.31	c non guided choices	98
1800.09/936.34	c learnt constraints type 
1800.09/936.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126297
1800.09/936.34	c constraints type 
1800.09/936.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1800.09/936.34	c ignored satisfied constraints => 10341
1800.09/936.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1800.09/936.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1800.09/936.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1800.09/936.34	c 81656 constraints processed.
1800.09/936.34	c constraints type 
1800.09/936.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
1800.09/936.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
1800.09/936.34	c ignored satisfied constraints => 10341
1800.09/936.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.09/936.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 4321
1800.09/936.34	c 81656 constraints processed.
1800.09/936.34	s UNKNOWN
1800.09/936.34	c Total wall clock time (in seconds): 936.215

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

running on 4 cores: 0,2,4,6

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: 3.92 3.98 3.92 4/197 25349
/proc/meminfo: memFree=21360644/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25349/stat : 25349 (java) D 25347 25349 21308 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254265855 9515008 183 33554432000 1073741824 1073778376 140737068738064 140737068729096 247064247989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25349/statm: 2323 183 140 9 0 71 0

[startup+0.0591321 s]
/proc/loadavg: 3.92 3.98 3.92 4/197 25349
/proc/meminfo: memFree=21360644/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 3076 0 1 0 3 0 0 0 20 0 13 0 254265855 9446973440 3774 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2306390 3774 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100247 s]
/proc/loadavg: 3.92 3.98 3.92 4/197 25349
/proc/meminfo: memFree=21360644/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 4250 0 1 0 8 1 0 0 20 0 18 0 254265855 9787813888 5447 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2389603 5447 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300212 s]
/proc/loadavg: 3.92 3.98 3.92 4/197 25349
/proc/meminfo: memFree=21360644/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 5197 0 1 0 42 2 0 0 20 0 18 0 254265855 9787813888 8210 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2389603 8210 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700239 s]
/proc/loadavg: 3.92 3.98 3.92 4/197 25349
/proc/meminfo: memFree=21360644/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9558412 CPUtime=1.61 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 18365 0 1 0 156 5 0 0 20 0 18 0 254265855 9787813888 29687 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2389603 29687 2241 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.92 3.98 3.92 4/215 25367
/proc/meminfo: memFree=21169744/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=3.7 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 23368 0 1 0 362 8 0 0 20 0 22 0 254265855 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 50504 2270 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2520 0 1 0 114 4 0 0 20 0 22 0 254265856 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489424110584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489396562344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) S 25347 25349 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489395509800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) S 25347 25349 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489394456744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) S 25347 25349 21308 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489393404200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) S 25347 25349 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489392352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) S 25347 25349 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489391299624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) S 25347 25349 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489390246568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) S 25347 25349 21308 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254265857 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140489389194024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) S 25347 25349 21308 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254265858 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488776583528 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) R 25347 25349 21308 0 -1 4202560 11361 0 0 0 91 2 0 0 20 0 22 0 254265861 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488772372800 140489430493012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) R 25347 25349 21308 0 -1 4202560 8084 0 0 0 95 0 0 0 20 0 22 0 254265861 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488771320760 140489430569955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 50504 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.92 3.98 3.92 6/219 25371
/proc/meminfo: memFree=21134092/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=7.69 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 27002 0 1 0 745 24 0 0 20 0 22 0 254265855 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 106394 2285 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2520 0 1 0 114 4 0 0 20 0 22 0 254265856 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489424110584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) S 25347 25349 21308 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489396562344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) S 25347 25349 21308 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489395509800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) S 25347 25349 21308 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489394456744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) S 25347 25349 21308 0 -1 4202560 134 0 0 0 8 3 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489393404200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) S 25347 25349 21308 0 -1 4202560 93 0 0 0 2 1 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489392352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) S 25347 25349 21308 0 -1 4202560 133 0 0 0 3 2 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489391299624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) S 25347 25349 21308 0 -1 4202560 148 0 0 0 5 2 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489390246568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) S 25347 25349 21308 0 -1 4202560 51 0 0 0 4 2 0 0 20 0 22 0 254265857 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140489389194024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) S 25347 25349 21308 0 -1 4202560 230 0 0 0 12 0 0 0 20 0 22 0 254265858 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488776583528 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) S 25347 25349 21308 0 -1 4202560 14169 0 0 0 132 3 0 0 20 0 22 0 254265861 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488772373304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) S 25347 25349 21308 0 -1 4202560 8089 0 0 0 124 0 0 0 20 0 22 0 254265861 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488771320760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25368] ppid=25347 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25349/task/25368/stat : 25368 (java) R 25347 25349 21308 0 -1 4202560 29 0 0 0 157 0 0 0 20 0 22 0 254265978 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488768160096 140489270631227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25369] ppid=25347 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25349/task/25369/stat : 25369 (java) R 25347 25349 21308 0 -1 4202560 124 0 0 0 154 3 0 0 20 0 22 0 254265978 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488767105304 140489270618462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25370] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25370/stat : 25370 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265983 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488766055208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25371] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25371/stat : 25371 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265984 10060460032 106394 33554432000 1073741824 1073778376 140734400798432 140488765002664 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9824668

[startup+6.30415 s]
/proc/loadavg: 4.01 4.00 3.92 5/219 25371
/proc/meminfo: memFree=20819136/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=14.06 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 27273 0 1 0 1379 27 0 0 20 0 22 0 254265855 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 140858 2285 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2520 0 1 0 114 4 0 0 20 0 22 0 254265856 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489424110584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) R 25347 25349 21308 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489396562184 247064202375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) R 25347 25349 21308 0 -1 4202560 35 0 0 0 6 1 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489395509800 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) R 25347 25349 21308 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489394456744 247064202375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) R 25347 25349 21308 0 -1 4202560 137 0 0 0 9 3 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489393404328 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) R 25347 25349 21308 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489392352344 140489427866764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) R 25347 25349 21308 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489391299752 247064202375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) R 25347 25349 21308 0 -1 4202560 151 0 0 0 6 2 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489390246592 247067632053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) R 25347 25349 21308 0 -1 4202560 52 0 0 0 4 3 0 0 20 0 22 0 254265857 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140489389194152 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) S 25347 25349 21308 0 -1 4202560 236 0 0 0 29 0 0 0 20 0 22 0 254265858 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488776582504 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) S 25347 25349 21308 0 -1 4202560 14169 0 0 0 137 3 0 0 20 0 22 0 254265861 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488772373304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) S 25347 25349 21308 0 -1 4202560 8090 0 0 0 128 0 0 0 20 0 22 0 254265861 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488771297336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25368] ppid=25347 vsize=9824668 CPUtime=4.58 cores=0,2,4,6
/proc/25349/task/25368/stat : 25368 (java) S 25347 25349 21308 0 -1 4202560 34 0 0 0 458 0 0 0 20 0 22 0 254265978 10060460032 140858 33554432000 1073741824 1073778376 140734400798432 140488768160216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=25349/tid=25369] ppid=25347 vsize=9824668 CPUtime=740.71 cores=0,2,4,6
/proc/25349/task/25369/stat : 25369 (java) R 25347 25349 21308 0 -1 4202560 2235 0 0 0 74026 45 0 0 20 0 22 0 254265978 10060460032 926213 33554432000 1073741824 1073778376 140734400798432 140488767107728 140489270299025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25370] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25370/stat : 25370 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265983 10060460032 926213 33554432000 1073741824 1073778376 140734400798432 140488766055208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25371] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25371/stat : 25371 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265984 10060460032 926213 33554432000 1073741824 1073778376 140734400798432 140488765002664 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1578.34
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.95 3.95 3.90 4/219 25499
/proc/meminfo: memFree=21795216/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=1694.15 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 40040 0 1 0 169282 133 0 0 20 0 22 0 254265855 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 931938 2286 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2559 0 1 0 116 5 0 0 20 0 22 0 254265856 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489424110296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) S 25347 25349 21308 0 -1 4202560 494 0 0 0 204 7 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489396562344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) S 25347 25349 21308 0 -1 4202560 358 0 0 0 216 7 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489395509800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) S 25347 25349 21308 0 -1 4202560 549 0 0 0 196 7 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489394456744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) S 25347 25349 21308 0 -1 4202560 597 0 0 0 210 6 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489393404200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) S 25347 25349 21308 0 -1 4202560 572 0 0 0 185 6 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489392352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) S 25347 25349 21308 0 -1 4202560 608 0 0 0 206 8 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489391299624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) S 25347 25349 21308 0 -1 4202560 682 0 0 0 224 7 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489390246568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) S 25347 25349 21308 0 -1 4202560 753 0 0 0 217 7 0 0 20 0 22 0 254265857 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140489389194024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=80.53 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) R 25347 25349 21308 0 -1 4202560 3490 0 0 0 8032 21 0 0 20 0 22 0 254265858 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488776582384 140489430966116 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) S 25347 25349 21308 0 -1 4202560 17643 0 0 0 193 4 0 0 20 0 22 0 254265861 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488772373304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) S 25347 25349 21308 0 -1 4202560 8099 0 0 0 143 1 0 0 20 0 22 0 254265861 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488771320760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 254265861 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25368] ppid=25347 vsize=9824668 CPUtime=795.89 cores=0,2,4,6
/proc/25349/task/25368/stat : 25368 (java) S 25347 25349 21308 0 -1 4202560 161 0 0 0 79571 18 0 0 20 0 22 0 254265978 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488768159896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25369] ppid=25347 vsize=9824668 CPUtime=795.79 cores=0,2,4,6
/proc/25349/task/25369/stat : 25369 (java) S 25347 25349 21308 0 -1 4202560 2236 0 0 0 79533 46 0 0 20 0 22 0 254265978 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488767105800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25370] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25370/stat : 25370 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265983 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488766055208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25371] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25371/stat : 25371 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265984 10060460032 931938 33554432000 1073741824 1073778376 140734400798432 140488765002664 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1694.15
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.301 s]
/proc/loadavg: 3.88 3.92 3.89 5/219 25499
/proc/meminfo: memFree=21738260/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 40137 0 1 0 179874 135 0 0 20 0 22 0 254265855 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 935806 2286 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2559 0 1 0 116 6 0 0 20 0 22 0 254265856 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489424110584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) S 25347 25349 21308 0 -1 4202560 501 0 0 0 209 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489396562344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) S 25347 25349 21308 0 -1 4202560 380 0 0 0 220 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489395509800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) S 25347 25349 21308 0 -1 4202560 563 0 0 0 203 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489394456744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) S 25347 25349 21308 0 -1 4202560 597 0 0 0 220 6 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489393404200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) S 25347 25349 21308 0 -1 4202560 577 0 0 0 189 6 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489392352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) S 25347 25349 21308 0 -1 4202560 619 0 0 0 213 8 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489391299624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) S 25347 25349 21308 0 -1 4202560 688 0 0 0 234 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489390246568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) S 25347 25349 21308 0 -1 4202560 764 0 0 0 226 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489389194024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=82.84 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) S 25347 25349 21308 0 -1 4202560 3504 0 0 0 8263 21 0 0 20 0 22 0 254265858 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488776583528 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) S 25347 25349 21308 0 -1 4202560 17643 0 0 0 193 4 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488772373304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) S 25347 25349 21308 0 -1 4202560 8099 0 0 0 143 1 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488771320760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 55 0 0 0 18 18 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25368] ppid=25347 vsize=9824668 CPUtime=847.44 cores=0,2,4,6
/proc/25349/task/25368/stat : 25368 (java) R 25347 25349 21308 0 -1 4202560 161 0 0 0 84726 18 0 0 20 0 22 0 254265978 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488768158336 140489270526072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25369] ppid=25347 vsize=9824668 CPUtime=847.31 cores=0,2,4,6
/proc/25349/task/25369/stat : 25369 (java) R 25347 25349 21308 0 -1 4202560 2239 0 0 0 84685 46 0 0 20 0 22 0 254265978 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488767106608 140489270299025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25370] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25370/stat : 25370 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265983 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488766055208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25371] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25371/stat : 25371 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265984 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488765002664 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

[startup+936.301 s]
/proc/loadavg: 3.88 3.92 3.89 5/219 25499
/proc/meminfo: memFree=21738260/32873844 swapFree=7100/7100
[pid=25349] ppid=25347 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/25349/stat : 25349 (java) S 25347 25349 21308 0 -1 4202496 40137 0 1 0 179874 135 0 0 20 0 22 0 254265855 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140734400789568 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25349/statm: 2456167 935806 2286 9 0 2446860 0
[pid=25349/tid=25351] ppid=25347 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25349/task/25351/stat : 25351 (java) S 25347 25349 21308 0 -1 4202560 2559 0 1 0 116 6 0 0 20 0 22 0 254265856 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489424110584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25352] ppid=25347 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/25349/task/25352/stat : 25352 (java) S 25347 25349 21308 0 -1 4202560 501 0 0 0 209 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489396562344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25353] ppid=25347 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25349/task/25353/stat : 25353 (java) S 25347 25349 21308 0 -1 4202560 380 0 0 0 220 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489395509800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25354] ppid=25347 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/25349/task/25354/stat : 25354 (java) S 25347 25349 21308 0 -1 4202560 563 0 0 0 203 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489394456744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25355] ppid=25347 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/25349/task/25355/stat : 25355 (java) S 25347 25349 21308 0 -1 4202560 597 0 0 0 220 6 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489393404200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25356] ppid=25347 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25349/task/25356/stat : 25356 (java) S 25347 25349 21308 0 -1 4202560 577 0 0 0 189 6 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489392352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25357] ppid=25347 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/25349/task/25357/stat : 25357 (java) S 25347 25349 21308 0 -1 4202560 619 0 0 0 213 8 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489391299624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25358] ppid=25347 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25349/task/25358/stat : 25358 (java) S 25347 25349 21308 0 -1 4202560 688 0 0 0 234 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489390246568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25359] ppid=25347 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25349/task/25359/stat : 25359 (java) S 25347 25349 21308 0 -1 4202560 764 0 0 0 226 7 0 0 20 0 22 0 254265857 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140489389194024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25360] ppid=25347 vsize=9824668 CPUtime=82.84 cores=0,2,4,6
/proc/25349/task/25360/stat : 25360 (java) S 25347 25349 21308 0 -1 4202560 3504 0 0 0 8263 21 0 0 20 0 22 0 254265858 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488776583528 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25361] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25361/stat : 25361 (java) S 25347 25349 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488775529848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25362] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25362/stat : 25362 (java) S 25347 25349 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254265859 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488774476680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25363] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25363/stat : 25363 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488773425424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25364] ppid=25347 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/25349/task/25364/stat : 25364 (java) S 25347 25349 21308 0 -1 4202560 17643 0 0 0 193 4 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488772373304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25365] ppid=25347 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25349/task/25365/stat : 25365 (java) S 25347 25349 21308 0 -1 4202560 8099 0 0 0 143 1 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488771320760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25366] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25366/stat : 25366 (java) S 25347 25349 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488770267896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25349/tid=25367] ppid=25347 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25349/task/25367/stat : 25367 (java) S 25347 25349 21308 0 -1 4202560 55 0 0 0 18 18 0 0 20 0 22 0 254265861 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488769215560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25368] ppid=25347 vsize=9824668 CPUtime=847.44 cores=0,2,4,6
/proc/25349/task/25368/stat : 25368 (java) R 25347 25349 21308 0 -1 4202560 161 0 0 0 84726 18 0 0 20 0 22 0 254265978 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488768158336 140489270526072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25349/tid=25369] ppid=25347 vsize=9824668 CPUtime=847.31 cores=0,2,4,6
/proc/25349/task/25369/stat : 25369 (java) R 25347 25349 21308 0 -1 4202560 2239 0 0 0 84685 46 0 0 20 0 22 0 254265978 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488767106608 140489270299025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25349/tid=25370] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25370/stat : 25370 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265983 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488766055208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25349/tid=25371] ppid=25347 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25349/task/25371/stat : 25371 (java) S 25347 25349 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254265984 10060460032 935806 33554432000 1073741824 1073778376 140734400798432 140488765002664 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 936.358
CPU time (s): 1800.69
CPU user time (s): 1798.83
CPU system time (s): 1.86172
CPU usage (%): 192.308
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.86172
maximum resident set size= 3743340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40170
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25421
involuntary context switches= 31043

runsolver used 3.43048 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 19:42:53
IDJOB=3689196
IDBENCH=73968
IDSOLVER=2268
FILE ID=node103/3689196-1337881373
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71588 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689196-1337881373/watcher-3689196-1337881373 -o /tmp/evaluation-result-3689196-1337881373/solver-3689196-1337881373 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689196-1337881373.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=862335654

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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	: 5411.36
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.189
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.189
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:        21361024 kB
Buffers:          209320 kB
Cached:          2801204 kB
SwapCached:            0 kB
Active:          8516288 kB
Inactive:        2208564 kB
Active(anon):    7716784 kB
Inactive(anon):        0 kB
Active(file):     799504 kB
Inactive(file):  2208564 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:       7727336 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             627808 kB
SReclaimable:      70324 kB
SUnreclaim:       557484 kB
KernelStack:        1624 kB
PageTables:        19348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8315220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7542784 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= 71708 MiB
End job on node103 at 2012-05-24 19:58:31