Trace number 3709846

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1797.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709846-1338132118.opb
0.10/0.12	c reading problem ... 
1.97/1.44	c ... done. Wall clock time 1.327s.
1.97/1.44	c declared #vars     81558
1.97/1.44	c #constraints  240469
1.97/1.44	c constraints type 
1.97/1.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1.97/1.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.97/1.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1.97/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1.97/1.44	c 240469 constraints processed.
13.52/12.34	c cleaning 2498 clauses out of 4999 with flag 5000/5000
25.72/24.39	c cleaning 4245 clauses out of 8500 with flag 11000/11000
41.32/39.94	c cleaning 5619 clauses out of 11255 with flag 18001/18001
56.55/55.10	c cleaning 6809 clauses out of 13635 with flag 26000/26000
77.12/75.68	c cleaning 7901 clauses out of 15825 with flag 35000/35000
99.84/98.37	c cleaning 8956 clauses out of 17924 with flag 45000/45000
122.26/120.71	c cleaning 9982 clauses out of 19968 with flag 56000/56000
148.19/146.63	c cleaning 10991 clauses out of 21986 with flag 68000/68000
177.41/175.89	c cleaning 11998 clauses out of 23998 with flag 81003/81003
204.32/202.76	c cleaning 12996 clauses out of 25997 with flag 95000/95000
238.54/236.96	c cleaning 13995 clauses out of 28001 with flag 110000/110000
273.58/271.96	c cleaning 14999 clauses out of 30008 with flag 126002/126002
304.31/302.69	c cleaning 15988 clauses out of 32008 with flag 143001/143001
338.93/337.22	c cleaning 16984 clauses out of 34019 with flag 161000/161000
367.06/365.30	c cleaning 18007 clauses out of 36035 with flag 180000/180000
398.80/397.05	c cleaning 18989 clauses out of 38028 with flag 200001/200001
430.52/428.74	c cleaning 19995 clauses out of 40038 with flag 221000/221000
461.24/459.43	c cleaning 20995 clauses out of 42043 with flag 243000/243000
494.57/492.79	c cleaning 22011 clauses out of 44048 with flag 266000/266000
535.99/534.17	c cleaning 23010 clauses out of 46026 with flag 290002/290002
577.33/575.46	c cleaning 24004 clauses out of 48016 with flag 315002/315002
617.75/615.88	c cleaning 24997 clauses out of 50010 with flag 341000/341000
659.89/657.95	c cleaning 25990 clauses out of 52013 with flag 368000/368000
705.32/703.34	c cleaning 26989 clauses out of 54023 with flag 396000/396000
758.45/756.49	c cleaning 28001 clauses out of 56036 with flag 425002/425002
797.86/795.89	c cleaning 28995 clauses out of 58035 with flag 455002/455002
846.47/844.43	c cleaning 30018 clauses out of 60040 with flag 486002/486002
894.99/892.92	c cleaning 30997 clauses out of 62022 with flag 518002/518002
945.02/942.99	c cleaning 31999 clauses out of 64023 with flag 551000/551000
990.15/988.07	c cleaning 32992 clauses out of 66025 with flag 585001/585001
1044.99/1042.83	c cleaning 33892 clauses out of 67827 with flag 620000/620000
1103.60/1101.48	c cleaning 34954 clauses out of 69936 with flag 656001/656001
1151.41/1149.28	c cleaning 35975 clauses out of 71983 with flag 693002/693002
1209.96/1207.73	c cleaning 36994 clauses out of 74006 with flag 731000/731000
1269.56/1267.37	c cleaning 37991 clauses out of 76013 with flag 770001/770001
1334.41/1332.14	c cleaning 38998 clauses out of 78021 with flag 810000/810000
1404.95/1402.62	c cleaning 39998 clauses out of 80024 with flag 851001/851001
1468.68/1466.37	c cleaning 40999 clauses out of 82026 with flag 893001/893001
1526.80/1524.50	c cleaning 40077 clauses out of 80168 with flag 936000/936000
1599.34/1596.99	c cleaning 40153 clauses out of 80329 with flag 980000/980000
1649.27/1646.86	c cleaning 42577 clauses out of 85176 with flag 1025000/1025000
1717.49/1715.00	c cleaning 44290 clauses out of 88600 with flag 1071001/1071001
1793.03/1790.52	c cleaning 45645 clauses out of 91310 with flag 1118001/1118001
1800.05/1797.51	c starts		: 189
1800.05/1797.51	c conflicts		: 1123036
1800.05/1797.51	c decisions		: 1866690
1800.05/1797.51	c propagations		: 4789238361
1800.05/1797.51	c inspects		: 12944396027
1800.05/1797.51	c shortcuts		: 0
1800.05/1797.51	c learnt literals	: 10
1800.05/1797.51	c learnt binary clauses	: 247
1800.05/1797.51	c learnt ternary clauses	: 562
1800.05/1797.51	c learnt constraints	: 1123026
1800.05/1797.51	c ignored constraints	: 0
1800.05/1797.51	c root simplifications	: 199
1800.05/1797.51	c removed literals (reason simplification)	: 23863909
1800.05/1797.51	c reason swapping (by a shorter reason)	: 0
1800.05/1797.51	c Calls to reduceDB	: 43
1800.05/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.51	c number of learned constraints concerned by reduction	: 0
1800.05/1797.51	c number of learning phase by resolution	: 0
1800.05/1797.51	c number of learning phase by cutting planes	: 0
1800.05/1797.51	c speed (assignments/second)	: 2666569.3496211087
1800.05/1797.51	c non guided choices	922
1800.05/1797.53	c learnt constraints type 
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 202
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50515
1800.05/1797.53	c constraints type 
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.05/1797.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1800.05/1797.53	c 240469 constraints processed.
1800.05/1797.53	s UNKNOWN
1800.05/1797.53	c Total wall clock time (in seconds): 1797.416

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-3709846-1338132118/watcher-3709846-1338132118 -o /tmp/evaluation-result-3709846-1338132118/solver-3709846-1338132118 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709846-1338132118.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: 1.94 1.99 1.99 3/194 29649
/proc/meminfo: memFree=30442252/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/29649/stat : 29649 (java) R 29647 29649 28151 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 279336661 23793664 710 33554432000 1073741824 1073778376 140735610309328 140735610298392 213410429008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 5809 710 525 9 0 128 0

[startup+0.0655549 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 29649
/proc/meminfo: memFree=30442252/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 3282 0 1 0 4 1 0 0 20 0 18 0 279336661 9787842560 4490 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2389610 4491 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100254 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 29649
/proc/meminfo: memFree=30442252/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 4273 0 1 0 9 1 0 0 20 0 18 0 279336661 9787842560 5991 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2389610 5991 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300262 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 29649
/proc/meminfo: memFree=30442252/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 5564 0 1 0 46 2 0 0 20 0 18 0 279336661 9787842560 8884 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2389610 8884 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700263 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 29649
/proc/meminfo: memFree=30442252/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9558440 CPUtime=1.13 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 7489 0 1 0 108 5 0 0 20 0 18 0 279336661 9787842560 42010 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2389610 42010 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 1.94 1.99 1.99 3/212 29667
/proc/meminfo: memFree=30261936/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 7588 0 1 0 206 9 0 0 20 0 19 0 279336661 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 66615 2266 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2613 0 1 0 135 5 0 0 20 0 19 0 279336661 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498409423784 140498412708742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 279336663 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 2156 0 0 0 24 0 0 0 20 0 19 0 279336666 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) R 29647 29649 28151 0 -1 4202560 1491 0 0 0 25 0 0 0 20 0 19 0 279336666 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497758026168 140498415124458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 66615 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 29668
/proc/meminfo: memFree=30182616/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=4.28 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 11297 0 1 0 418 10 0 0 20 0 19 0 279336661 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 67212 2271 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2616 0 1 0 295 5 0 0 20 0 19 0 279336661 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498409422872 140498262728796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 279336663 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 3906 0 0 0 46 0 0 0 20 0 19 0 279336666 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 3445 0 0 0 54 1 0 0 20 0 19 0 279336666 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 67212 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 29668
/proc/meminfo: memFree=30180320/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=7.48 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 11300 0 1 0 738 10 0 0 20 0 19 0 279336661 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 67196 2271 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2619 0 1 0 614 5 0 0 20 0 19 0 279336661 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498409421392 140498262780311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279336662 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 279336663 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 3906 0 0 0 46 0 0 0 20 0 19 0 279336666 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 3445 0 0 0 54 1 0 0 20 0 19 0 279336666 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 67196 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.95 1.99 1.99 3/213 29668
/proc/meminfo: memFree=30180888/32873844 swapFree=6600/6600

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

[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 4521 0 0 0 57 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 4041 0 0 0 64 1 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 98 0 0 0 39 35 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.83
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 29743
/proc/meminfo: memFree=30111684/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=1784.83 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 13062 0 1 0 178450 33 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 86539 2289 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=1772.6 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2667 0 1 0 177229 31 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498409423152 140498262950464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 53 0 0 0 21 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 46 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 55 0 0 0 22 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 34 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 18 0 0 0 18 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 71 0 0 0 20 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 29 0 0 0 18 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=4.59 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 203 0 0 0 457 2 0 0 20 0 19 0 279336663 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 4521 0 0 0 57 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 4041 0 0 0 64 1 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 102 0 0 0 39 37 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 29743
/proc/meminfo: memFree=30105664/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 13065 0 1 0 179972 33 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 86539 2289 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=1787.66 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2668 0 1 0 178734 32 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498409423152 140498262876835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 41 0 0 0 22 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 53 0 0 0 22 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 46 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 55 0 0 0 22 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 34 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 18 0 0 0 18 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 71 0 0 0 20 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 29 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=4.69 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 205 0 0 0 467 2 0 0 20 0 19 0 279336663 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 4521 0 0 0 57 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 4041 0 0 0 64 1 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 102 0 0 0 41 37 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1797.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 29743
/proc/meminfo: memFree=30105664/32873844 swapFree=6600/6600
[pid=29649] ppid=29647 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/29649/stat : 29649 (java) S 29647 29649 28151 0 -1 4202496 13065 0 1 0 179972 33 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140735610300464 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29649/statm: 2406251 86539 2289 9 0 2396937 0
[pid=29649/tid=29651] ppid=29647 vsize=9625004 CPUtime=1787.66 cores=0,2,4,6
/proc/29649/task/29651/stat : 29651 (java) R 29647 29649 28151 0 -1 4202560 2668 0 1 0 178734 32 0 0 20 0 19 0 279336661 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498409423152 140498262876835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29652] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29652/stat : 29652 (java) S 29647 29649 28151 0 -1 4202560 41 0 0 0 22 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498381876136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29653] ppid=29647 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/29649/task/29653/stat : 29653 (java) S 29647 29649 28151 0 -1 4202560 53 0 0 0 22 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498380823592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29654] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29654/stat : 29654 (java) S 29647 29649 28151 0 -1 4202560 46 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498251066024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29655] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29655/stat : 29655 (java) S 29647 29649 28151 0 -1 4202560 55 0 0 0 22 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498250013480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29656] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29656/stat : 29656 (java) S 29647 29649 28151 0 -1 4202560 34 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498248960424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29649/tid=29657] ppid=29647 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29649/task/29657/stat : 29657 (java) S 29647 29649 28151 0 -1 4202560 18 0 0 0 18 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498247907880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29658] ppid=29647 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/29649/task/29658/stat : 29658 (java) S 29647 29649 28151 0 -1 4202560 71 0 0 0 20 2 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140498246854824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29659] ppid=29647 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29649/task/29659/stat : 29659 (java) S 29647 29649 28151 0 -1 4202560 29 0 0 0 19 0 0 0 20 0 19 0 279336662 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497775487272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29660] ppid=29647 vsize=9625004 CPUtime=4.69 cores=0,2,4,6
/proc/29649/task/29660/stat : 29660 (java) S 29647 29649 28151 0 -1 4202560 205 0 0 0 467 2 0 0 20 0 19 0 279336663 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497763289960 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29661] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29661/stat : 29661 (java) S 29647 29649 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497762236280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29662] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29662/stat : 29662 (java) S 29647 29649 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279336664 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497761183112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29663] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29663/stat : 29663 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497760131856 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29664] ppid=29647 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29649/task/29664/stat : 29664 (java) S 29647 29649 28151 0 -1 4202560 4521 0 0 0 57 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497759078712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29649/tid=29665] ppid=29647 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/29649/task/29665/stat : 29665 (java) S 29647 29649 28151 0 -1 4202560 4041 0 0 0 64 1 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497758026168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29666] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29666/stat : 29666 (java) S 29647 29649 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497756973304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29649/tid=29667] ppid=29647 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/29649/task/29667/stat : 29667 (java) S 29647 29649 28151 0 -1 4202560 102 0 0 0 41 37 0 0 20 0 19 0 279336666 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497755920968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29649/tid=29668] ppid=29647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29649/task/29668/stat : 29668 (java) S 29647 29649 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279336809 9856004096 86539 33554432000 1073741824 1073778376 140735610309328 140497754805800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29649 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=430053
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=911861
# CPU time returned by wait4() is 1796.34
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.55
CPU time (s): 1800.05
CPU user time (s): 1799.72
CPU system time (s): 0.33
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.43
system time used= 0.911861
maximum resident set size= 346292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13101
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39235
involuntary context switches= 5004

runsolver used 6.30004 second user time and 15.0137 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 17:21:58
IDJOB=3709846
IDBENCH=1475
IDSOLVER=2289
FILE ID=node140/3709846-1338132118
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71312 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709846-1338132118/watcher-3709846-1338132118 -o /tmp/evaluation-result-3709846-1338132118/solver-3709846-1338132118 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709846-1338132118.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=775386518

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        30441880 kB
Buffers:          382784 kB
Cached:           731804 kB
SwapCached:         1492 kB
Active:          1319968 kB
Inactive:         250912 kB
Active(anon):     448052 kB
Inactive(anon):     8612 kB
Active(file):     871916 kB
Inactive(file):   242300 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              8336 kB
Writeback:             0 kB
AnonPages:        465472 kB
Mapped:            19980 kB
Shmem:                 8 kB
Slab:             719504 kB
SReclaimable:     160780 kB
SUnreclaim:       558724 kB
KernelStack:        1752 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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= 71324 MiB
End job on node140 at 2012-05-27 17:51:58