Trace number 3458549

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 Resolution 2.3.0? (TO) 1800.11 1798.78

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
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 benchmark357.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		12995394264
0.04/0.08	c Max memory 		13063553024
0.04/0.08	c Total memory 		13063553024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458549-1307138190.opb
0.11/0.11	c reading problem ... 
1.57/1.18	c ... done. Wall clock time 1.073s.
1.57/1.18	c #vars     62704
1.57/1.18	c #constraints  187107
1.57/1.18	c constraints type 
1.57/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1.57/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1.57/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
18.58/17.74	c cleaning 2494 clauses out of 4995 with flag 5005/5005
43.02/42.04	c cleaning 4244 clauses out of 8492 with flag 11000/11000
71.04/70.05	c cleaning 5621 clauses out of 11251 with flag 18003/18003
98.05/97.03	c cleaning 6809 clauses out of 13622 with flag 26000/26000
134.38/133.39	c cleaning 7901 clauses out of 15812 with flag 35000/35000
173.59/172.51	c cleaning 8951 clauses out of 17911 with flag 45000/45000
215.10/214.09	c cleaning 9971 clauses out of 19958 with flag 56000/56000
263.30/262.29	c cleaning 10994 clauses out of 21988 with flag 68002/68002
313.42/312.41	c cleaning 11985 clauses out of 23989 with flag 81000/81000
371.52/370.49	c cleaning 13000 clauses out of 26005 with flag 95001/95001
430.73/429.65	c cleaning 14000 clauses out of 28004 with flag 110001/110001
485.94/484.85	c cleaning 14997 clauses out of 30002 with flag 126000/126000
556.75/555.62	c cleaning 16001 clauses out of 32006 with flag 143001/143001
632.06/630.95	c cleaning 16988 clauses out of 34004 with flag 161000/161000
705.19/704.05	c cleaning 18003 clauses out of 36018 with flag 180002/180002
785.77/784.65	c cleaning 19001 clauses out of 38015 with flag 200002/200002
869.29/868.20	c cleaning 20000 clauses out of 40011 with flag 221000/221000
958.31/957.12	c cleaning 20996 clauses out of 42012 with flag 243001/243001
1045.03/1043.89	c cleaning 22007 clauses out of 44016 with flag 266001/266001
1139.03/1137.85	c cleaning 23001 clauses out of 46009 with flag 290001/290001
1231.44/1230.26	c cleaning 24001 clauses out of 48008 with flag 315001/315001
1330.95/1329.70	c cleaning 24995 clauses out of 50005 with flag 341000/341000
1434.06/1432.84	c cleaning 26005 clauses out of 52009 with flag 368000/368000
1533.27/1532.06	c cleaning 26986 clauses out of 54003 with flag 396000/396000
1644.38/1643.19	c cleaning 27999 clauses out of 56018 with flag 425001/425001
1762.31/1761.10	c cleaning 28994 clauses out of 58018 with flag 455000/455000
1800.02/1798.72	c starts		: 147
1800.02/1798.72	c conflicts		: 464594
1800.02/1798.72	c decisions		: 662897
1800.02/1798.72	c propagations		: 3366149664
1800.02/1798.72	c inspects		: 10275576788
1800.02/1798.72	c shortcuts		: 0
1800.02/1798.72	c learnt literals	: 32
1800.02/1798.72	c learnt binary clauses	: 160
1800.02/1798.72	c learnt ternary clauses	: 360
1800.02/1798.72	c learnt constraints	: 464561
1800.02/1798.72	c ignored constraints	: 0
1800.02/1798.72	c root simplifications	: 0
1800.02/1798.72	c removed literals (reason simplification)	: 60151742
1800.02/1798.72	c reason swapping (by a shorter reason)	: 0
1800.02/1798.72	c Calls to reduceDB	: 26
1800.02/1798.72	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.72	c number of learned constraints concerned by reduction	: 0
1800.02/1798.72	c number of learning phase by resolution	: 0
1800.02/1798.72	c number of learning phase by cutting planes	: 0
1800.02/1798.72	c speed (assignments/second)	: 1872641.3834232432
1800.02/1798.72	c non guided choices	2208
1800.02/1798.74	c learnt constraints type 
1800.02/1798.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 160
1800.02/1798.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38462
1800.02/1798.74	c constraints type 
1800.02/1798.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.02/1798.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.02/1798.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1800.02/1798.74	s UNKNOWN
1800.02/1798.74	c Total wall clock time (in seconds): 1798.632

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458549-1307138190/watcher-3458549-1307138190 -o /tmp/evaluation-result-3458549-1307138190/solver-3458549-1307138190 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458549-1307138190.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: 2.32 2.10 2.04 2/501 18729
/proc/meminfo: memFree=24318836/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 2101 0 1 0 0 0 0 0 25 0 2 0 904049728 13833195520 1803 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3377245 1816 906 9 0 3368401 0
[pid=18729/tid=18730] ppid=18727 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 7195 0 1 0 0 0 0 0 25 0 2 0 904049729 13850947584 8012 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0523801 s]
/proc/loadavg: 2.32 2.10 2.04 2/501 18729
/proc/meminfo: memFree=24318836/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 13929 0 1 0 3 1 0 0 25 0 13 0 904049728 13874806784 13626 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3387404 13626 1684 9 0 3378152 0
[pid=18729/tid=18730] ppid=18727 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 12782 0 1 0 3 1 0 0 25 0 13 0 904049729 13874806784 13626 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917220811 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.100367 s]
/proc/loadavg: 2.32 2.10 2.04 2/501 18729
/proc/meminfo: memFree=24318836/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13622384 CPUtime=0.11 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 15615 0 1 0 9 2 0 0 25 0 18 0 904049728 13949321216 15286 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3405596 15287 2092 9 0 3396330 0
[pid=18729/tid=18730] ppid=18727 vsize=13622384 CPUtime=0.08 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 13672 0 1 0 7 1 0 0 25 0 18 0 904049729 13949321216 15289 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622384

[startup+0.300332 s]
/proc/loadavg: 2.32 2.10 2.04 2/501 18729
/proc/meminfo: memFree=24318836/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13624292 CPUtime=0.5 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 19074 0 1 0 48 2 0 0 25 0 18 0 904049728 13951275008 18287 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3406073 18287 2201 9 0 3396807 0
[pid=18729/tid=18730] ppid=18727 vsize=13624292 CPUtime=0.29 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 15950 0 1 0 27 2 0 0 25 0 18 0 904049729 13951275008 18288 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505592466 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13624292

[startup+0.700327 s]
/proc/loadavg: 2.32 2.10 2.04 2/501 18729
/proc/meminfo: memFree=24318836/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13627060 CPUtime=1.15 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 56537 0 1 0 109 6 0 0 25 0 18 0 904049728 13954109440 54449 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3406765 54454 2213 9 0 3397499 0
[pid=18729/tid=18730] ppid=18727 vsize=13627060 CPUtime=0.68 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 50514 0 1 0 63 5 0 0 25 0 18 0 904049729 13954109440 54456 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505592403 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13627060

[startup+1.50111 s]
/proc/loadavg: 2.32 2.10 2.04 3/519 18747
/proc/meminfo: memFree=23982288/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=2.28 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 106263 0 1 0 215 13 0 0 25 0 19 0 904049728 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 104173 2234 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=1.48 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100067 0 1 0 137 11 0 0 25 0 19 0 904049729 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505931440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 904049731 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.39 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2686 0 0 0 39 0 0 0 17 0 19 0 904049734 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.38 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2349 0 0 0 38 0 0 0 17 0 19 0 904049734 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 104173 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 13628568

[startup+3.10082 s]
/proc/loadavg: 2.32 2.10 2.04 3/520 18748
/proc/meminfo: memFree=23830564/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=3.93 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 106387 0 1 0 380 13 0 0 25 0 19 0 904049728 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 104296 2235 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=3.08 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100187 0 1 0 297 11 0 0 25 0 19 0 904049729 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505905536 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 904049731 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.41 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2687 0 0 0 41 0 0 0 16 0 19 0 904049734 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.4 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2352 0 0 0 40 0 0 0 16 0 19 0 904049734 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18748] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18748/stat : 18748 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049850 13955653632 104296 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 13628568

[startup+6.3013 s]
/proc/loadavg: 2.30 2.10 2.04 3/520 18748
/proc/meminfo: memFree=23829632/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=7.17 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 106545 0 1 0 704 13 0 0 25 0 19 0 904049728 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 104403 2238 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=6.28 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100340 0 1 0 617 11 0 0 25 0 19 0 904049729 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505905946 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049730 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 904049731 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049732 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.41 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2687 0 0 0 41 0 0 0 16 0 19 0 904049734 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.44 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2357 0 0 0 44 0 0 0 15 0 19 0 904049734 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 104403 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0

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

[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0.06 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1683 0 0 0 6 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0.08 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 2635 0 0 0 8 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0.1 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 2525 0 0 0 10 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=2.05 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 10164 0 0 0 204 1 0 0 15 0 19 0 904049731 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.49 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2706 0 0 0 49 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.5 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2363 0 0 0 50 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18748] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18748/stat : 18748 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049850 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1723.6
Current children cumulated vsize (KiB) 13628568

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 2/500 18808
/proc/meminfo: memFree=24366580/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=1783.61 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 125008 0 1 0 178344 17 0 0 25 0 19 0 904049728 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 122679 2263 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=1779.98 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100968 0 1 0 177985 13 0 0 25 0 19 0 904049729 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505905695 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0.03 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 21 0 0 0 3 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0.02 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 649 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0.06 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1683 0 0 0 6 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0.08 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 2635 0 0 0 8 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0.1 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 2525 0 0 0 10 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=2.13 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 10166 0 0 0 212 1 0 0 15 0 19 0 904049731 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.49 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2706 0 0 0 49 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.5 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2363 0 0 0 50 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18748] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18748/stat : 18748 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049850 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (KiB) 13628568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/520 18853
/proc/meminfo: memFree=23676736/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=1800.02 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 125008 0 1 0 179984 18 0 0 25 0 19 0 904049728 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 122679 2263 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=1796.4 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100968 0 1 0 179626 14 0 0 25 0 19 0 904049729 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505913680 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0.03 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 21 0 0 0 3 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0.02 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 649 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0.06 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1683 0 0 0 6 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0.08 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 2635 0 0 0 8 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0.1 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 2525 0 0 0 10 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=2.13 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 10166 0 0 0 212 1 0 0 15 0 19 0 904049731 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.49 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2706 0 0 0 49 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.5 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2363 0 0 0 50 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18748] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18748/stat : 18748 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049850 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13628568

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

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

[startup+1798.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/520 18853
/proc/meminfo: memFree=23676736/32950928 swapFree=61542356/67111528
[pid=18729] ppid=18727 vsize=13628568 CPUtime=1800.02 cores=0,2,4,6
/proc/18729/stat : 18729 (java) S 18727 18729 14759 0 -1 4202496 125008 0 1 0 179984 18 0 0 25 0 19 0 904049728 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18729/statm: 3407142 122679 2263 9 0 3397876 0
[pid=18729/tid=18730] ppid=18727 vsize=13628568 CPUtime=1796.4 cores=0,2,4,6
/proc/18729/task/18730/stat : 18730 (java) R 18727 18729 14759 0 -1 4202560 100968 0 1 0 179626 14 0 0 25 0 19 0 904049729 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 46912505913680 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18729/tid=18732] ppid=18727 vsize=13628568 CPUtime=0.03 cores=0,2,4,6
/proc/18729/task/18732/stat : 18732 (java) S 18727 18729 14759 0 -1 4202560 21 0 0 0 3 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18733] ppid=18727 vsize=13628568 CPUtime=0.02 cores=0,2,4,6
/proc/18729/task/18733/stat : 18733 (java) S 18727 18729 14759 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18734] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18734/stat : 18734 (java) S 18727 18729 14759 0 -1 4202560 649 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18735] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18735/stat : 18735 (java) S 18727 18729 14759 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18736] ppid=18727 vsize=13628568 CPUtime=0.04 cores=0,2,4,6
/proc/18729/task/18736/stat : 18736 (java) S 18727 18729 14759 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18737] ppid=18727 vsize=13628568 CPUtime=0.06 cores=0,2,4,6
/proc/18729/task/18737/stat : 18737 (java) S 18727 18729 14759 0 -1 4202560 1683 0 0 0 6 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18738] ppid=18727 vsize=13628568 CPUtime=0.08 cores=0,2,4,6
/proc/18729/task/18738/stat : 18738 (java) S 18727 18729 14759 0 -1 4202560 2635 0 0 0 8 0 0 0 16 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18739] ppid=18727 vsize=13628568 CPUtime=0.1 cores=0,2,4,6
/proc/18729/task/18739/stat : 18739 (java) S 18727 18729 14759 0 -1 4202560 2525 0 0 0 10 0 0 0 15 0 19 0 904049730 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18740] ppid=18727 vsize=13628568 CPUtime=2.13 cores=0,2,4,6
/proc/18729/task/18740/stat : 18740 (java) S 18727 18729 14759 0 -1 4202560 10166 0 0 0 212 1 0 0 15 0 19 0 904049731 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 0 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18741] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18741/stat : 18741 (java) S 18727 18729 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18742] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (java) S 18727 18729 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904049732 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18743] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18743/stat : 18743 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917217713 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18744] ppid=18727 vsize=13628568 CPUtime=0.49 cores=0,2,4,6
/proc/18729/task/18744/stat : 18744 (java) S 18727 18729 14759 0 -1 4202560 2706 0 0 0 49 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
[pid=18729/tid=18745] ppid=18727 vsize=13628568 CPUtime=0.5 cores=0,2,4,6
/proc/18729/task/18745/stat : 18745 (java) S 18727 18729 14759 0 -1 4202560 2363 0 0 0 50 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 6 0 0 0
[pid=18729/tid=18746] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18746/stat : 18746 (java) S 18727 18729 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210009 0 4 0 16800975 18446604441958723712 0 0 -1 4 0 0 0
[pid=18729/tid=18747] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18747/stat : 18747 (java) S 18727 18729 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904049734 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 0 0 0 0
[pid=18729/tid=18748] ppid=18727 vsize=13628568 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18748/stat : 18748 (java) S 18727 18729 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904049850 13955653632 122679 33554432000 1073741824 1073778376 140735073284992 18446744073709551615 260917210624 0 4 0 16800975 18446604441958723712 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13628568

Child status: 143
Real time (s): 1798.78
CPU time (s): 1800.11
CPU user time (s): 1799.91
CPU system time (s): 0.203968
CPU usage (%): 100.074
Max. virtual memory (cumulated for all children) (KiB): 13628568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37412
involuntary context switches= 18922

runsolver used 9.45156 second user time and 20.019 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 23:56:31
IDJOB=3458549
IDBENCH=1479
IDSOLVER=1952
FILE ID=node116/3458549-1307138190
RUNJOBID= node116-1307134118-15945
PBS_JOBID= 13508800
Free space on /tmp= 73828 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458549-1307138190/watcher-3458549-1307138190 -o /tmp/evaluation-result-3458549-1307138190/solver-3458549-1307138190 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458549-1307138190.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1755564057

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24318992 kB
Buffers:        251440 kB
Cached:         461016 kB
SwapCached:      12580 kB
Active:        8011324 kB
Inactive:       349200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24318992 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           14112 kB
Writeback:           0 kB
AnonPages:     7645760 kB
Mapped:          30792 kB
Slab:           140384 kB
PageTables:      63624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153028384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73828 MiB
End job on node116 at 2011-06-04 00:26:31