Trace number 3457174

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 CuttingPlanes 2.3.0? (TO) 1800.3 1795.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
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 benchmark8.83266
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
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 taking into account the objective function
0.10/0.12	c No 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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3457174-1307217669.opb
0.10/0.12	c reading problem ... 
1.31/0.99	c ... done. Wall clock time 0.87s.
1.31/0.99	c #vars     40605
1.31/0.99	c #constraints  118930
1.31/0.99	c constraints type 
1.31/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78866
1.31/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 38323
1.31/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1740
99.75/97.41	c cleaning 0 clauses out of 5001 with flag 0/5001
497.45/494.42	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.11/1794.92	c starts		: 44
1800.11/1794.92	c conflicts		: 17834
1800.11/1794.92	c decisions		: 26470
1800.11/1794.92	c propagations		: 68231010
1800.11/1794.92	c inspects		: 2144298585
1800.11/1794.92	c shortcuts		: 0
1800.11/1794.92	c learnt literals	: 0
1800.11/1794.92	c learnt binary clauses	: 153
1800.11/1794.92	c learnt ternary clauses	: 227
1800.11/1794.92	c learnt constraints	: 17833
1800.11/1794.92	c ignored constraints	: 0
1800.11/1794.92	c root simplifications	: 0
1800.11/1794.92	c removed literals (reason simplification)	: 0
1800.11/1794.92	c reason swapping (by a shorter reason)	: 0
1800.11/1794.92	c Calls to reduceDB	: 2
1800.11/1794.92	c number of reductions to clauses (during analyze)	: 0
1800.11/1794.92	c number of learned constraints concerned by reduction	: 0
1800.11/1794.92	c number of learning phase by resolution	: 0
1800.11/1794.92	c number of learning phase by cutting planes	: 0
1800.11/1794.92	c speed (assignments/second)	: 38034.461845137426
1800.11/1794.92	c non guided choices	928
1800.11/1794.93	c learnt constraints type 
1800.11/1794.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3053
1800.11/1794.93	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 153
1800.11/1794.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14627
1800.11/1794.93	c constraints type 
1800.11/1794.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78866
1800.11/1794.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 38323
1800.11/1794.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1740
1800.11/1794.93	s UNKNOWN
1800.11/1794.93	c Total wall clock time (in seconds): 1794.808

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-3457174-1307217669/watcher-3457174-1307217669 -o /tmp/evaluation-result-3457174-1307217669/solver-3457174-1307217669 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457174-1307217669.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.26 2.07 1.74 3/482 20664
/proc/meminfo: memFree=29754704/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 1317 0 0 0 0 0 0 0 22 0 2 0 833366763 36646912 1018 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 8947 1018 782 9 0 386 0
[pid=20664/tid=20665] ppid=20662 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) S 20662 20664 20455 0 -1 4202560 202 0 0 0 0 0 0 0 25 0 2 0 833366763 36646912 1018 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248089718342 0 0 0 16784584 4028493235599966207 0 0 -1 0 0 0 0

[startup+0.113247 s]
/proc/loadavg: 2.26 2.07 1.74 3/482 20664
/proc/meminfo: memFree=29754704/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10539568 CPUtime=0.1 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 13030 0 1 0 9 1 0 0 22 0 18 0 833366763 10792517632 12725 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2634892 12725 2093 9 0 2625626 0
[pid=20664/tid=20665] ppid=20662 vsize=10539568 CPUtime=0.08 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 11093 0 1 0 7 1 0 0 18 0 18 0 833366763 10792517632 12725 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539568

[startup+0.201184 s]
/proc/loadavg: 2.26 2.07 1.74 3/482 20664
/proc/meminfo: memFree=29754704/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10540104 CPUtime=0.24 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 14010 0 1 0 23 1 0 0 22 0 18 0 833366763 10793066496 13701 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2635026 13702 2170 9 0 2625760 0
[pid=20664/tid=20665] ppid=20662 vsize=10540104 CPUtime=0.16 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 11854 0 1 0 15 1 0 0 18 0 18 0 833366763 10793066496 13702 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540104

[startup+0.301169 s]
/proc/loadavg: 2.26 2.07 1.74 3/482 20664
/proc/meminfo: memFree=29754704/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10540984 CPUtime=0.43 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 15413 0 1 0 42 1 0 0 22 0 18 0 833366763 10793967616 14992 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2635246 14992 2200 9 0 2625980 0
[pid=20664/tid=20665] ppid=20662 vsize=10540984 CPUtime=0.26 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 12765 0 1 0 25 1 0 0 18 0 18 0 833366763 10793967616 14993 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505559195 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10540984

[startup+0.701165 s]
/proc/loadavg: 2.26 2.07 1.74 3/482 20664
/proc/meminfo: memFree=29754704/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10545124 CPUtime=1.11 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 48248 0 1 0 105 6 0 0 22 0 18 0 833366763 10798206976 46000 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2636281 46004 2214 9 0 2627015 0
[pid=20664/tid=20665] ppid=20662 vsize=10545124 CPUtime=0.66 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 41792 0 1 0 61 5 0 0 18 0 18 0 833366763 10798206976 46006 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10545124

[startup+1.50102 s]
/proc/loadavg: 2.26 2.07 1.74 8/501 20683
/proc/meminfo: memFree=29180440/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10559980 CPUtime=2.71 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 97960 0 1 0 257 14 0 0 22 0 19 0 833366763 10813419520 91996 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2639995 91996 2237 9 0 2630729 0
[pid=20664/tid=20665] ppid=20662 vsize=10559980 CPUtime=1.46 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 83210 0 1 0 135 11 0 0 20 0 19 0 833366763 10813419520 91996 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505908437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 91996 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 91996 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92001 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92011 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833366768 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833366768 10813419520 92030 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833366768 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10559980 CPUtime=0.69 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) R 20662 20664 20455 0 -1 4202560 8225 0 0 0 69 0 0 0 16 0 19 0 833366770 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248089392075 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10559980 CPUtime=0.52 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 5396 0 0 0 51 1 0 0 15 0 19 0 833366771 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833366771 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10813419520 92031 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10559980

[startup+3.10068 s]
/proc/loadavg: 2.26 2.07 1.74 5/501 20683
/proc/meminfo: memFree=28678240/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10559980 CPUtime=4.73 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 173390 0 1 0 451 22 0 0 22 0 19 0 833366763 10813419520 165845 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2639995 165845 2238 9 0 2630729 0
[pid=20664/tid=20665] ppid=20662 vsize=10559980 CPUtime=3.06 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 156866 0 1 0 287 19 0 0 25 0 19 0 833366763 10813419520 165846 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505925868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165848 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165850 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165853 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165854 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165855 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165857 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165860 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833366768 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833366768 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833366768 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10559980 CPUtime=0.84 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 8352 0 0 0 84 0 0 0 15 0 19 0 833366770 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10559980 CPUtime=0.8 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7011 0 0 0 79 1 0 0 15 0 19 0 833366771 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833366771 10813419520 165861 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10559980 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10813419520 165862 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10559980

[startup+6.3011 s]
/proc/loadavg: 2.24 2.07 1.74 3/501 20683
/proc/meminfo: memFree=27121656/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10547232 CPUtime=7.97 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 309209 0 1 0 757 40 0 0 22 0 19 0 833366763 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2636808 297359 2238 9 0 2627542 0
[pid=20664/tid=20665] ppid=20662 vsize=10547232 CPUtime=6.26 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 292682 0 1 0 589 37 0 0 25 0 19 0 833366763 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912506172557 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366767 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 833366768 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833366768 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833366768 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10547232 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10547232 CPUtime=0.86 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 8354 0 0 0 86 0 0 0 15 0 19 0 833366770 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10547232 CPUtime=0.82 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7011 0 0 0 80 2 0 0 15 0 19 0 833366771 10800365568 297359 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0

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

/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10553656 CPUtime=1.06 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 10451 0 0 0 106 0 0 0 15 0 19 0 833366770 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10553656 CPUtime=0.94 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7385 0 0 0 92 2 0 0 15 0 19 0 833366771 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 833366771 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10806943744 912694 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.25
Current children cumulated vsize (KiB) 10553656

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 1.97 3/501 20732
/proc/meminfo: memFree=22546340/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10553656 CPUtime=1727.38 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 927340 0 1 0 172622 116 0 0 22 0 19 0 833366763 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2638414 913562 2267 9 0 2629148 0
[pid=20664/tid=20665] ppid=20662 vsize=10553656 CPUtime=1720.37 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 830995 0 1 0 171936 101 0 0 25 0 19 0 833366763 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505927321 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10553656 CPUtime=0.48 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 10120 0 0 0 48 0 0 0 15 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10553656 CPUtime=0.59 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 9646 0 0 0 58 1 0 0 15 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10553656 CPUtime=0.56 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 7274 0 0 0 55 1 0 0 15 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10553656 CPUtime=0.59 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 8265 0 0 0 59 0 0 0 15 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10553656 CPUtime=0.54 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 7376 0 0 0 53 1 0 0 16 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10553656 CPUtime=0.57 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 9900 0 0 0 57 0 0 0 15 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10553656 CPUtime=0.61 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 11773 0 0 0 61 0 0 0 16 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10553656 CPUtime=0.61 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 9864 0 0 0 60 1 0 0 16 0 19 0 833366767 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10553656 CPUtime=0.31 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 3042 0 0 0 30 1 0 0 15 0 19 0 833366768 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10553656 CPUtime=1.06 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 10451 0 0 0 106 0 0 0 15 0 19 0 833366770 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10553656 CPUtime=0.94 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7385 0 0 0 92 2 0 0 15 0 19 0 833366771 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833366771 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10806943744 913562 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.38
Current children cumulated vsize (KiB) 10553656

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 1.97 3/501 20733
/proc/meminfo: memFree=22539120/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10553656 CPUtime=1787.47 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 927784 0 1 0 178631 116 0 0 22 0 19 0 833366763 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2638414 913994 2267 9 0 2629148 0
[pid=20664/tid=20665] ppid=20662 vsize=10553656 CPUtime=1780.33 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 830998 0 1 0 177931 102 0 0 25 0 19 0 833366763 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505928227 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10553656 CPUtime=0.51 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 10214 0 0 0 51 0 0 0 15 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10553656 CPUtime=0.62 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 9752 0 0 0 61 1 0 0 16 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10553656 CPUtime=0.56 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 7274 0 0 0 55 1 0 0 15 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10553656 CPUtime=0.61 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 8374 0 0 0 61 0 0 0 16 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10553656 CPUtime=0.54 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 7376 0 0 0 53 1 0 0 15 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10553656 CPUtime=0.6 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 10000 0 0 0 60 0 0 0 16 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10553656 CPUtime=0.62 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 11794 0 0 0 62 0 0 0 15 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10553656 CPUtime=0.63 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 9869 0 0 0 62 1 0 0 15 0 19 0 833366767 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10553656 CPUtime=0.31 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 3044 0 0 0 30 1 0 0 15 0 19 0 833366768 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10553656 CPUtime=1.06 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 10451 0 0 0 106 0 0 0 15 0 19 0 833366770 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10553656 CPUtime=0.94 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7385 0 0 0 92 2 0 0 15 0 19 0 833366771 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833366771 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10806943744 913994 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 10553656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.00 2.05 1.97 2/481 20736
/proc/meminfo: memFree=26332300/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=10553656 CPUtime=1800.11 cores=0,2,4,6
/proc/20664/stat : 20664 (java) S 20662 20664 20455 0 -1 4202496 928228 0 1 0 179895 116 0 0 22 0 19 0 833366763 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 2638414 914433 2267 9 0 2629148 0
[pid=20664/tid=20665] ppid=20662 vsize=10553656 CPUtime=1792.92 cores=0,2,4,6
/proc/20664/task/20665/stat : 20665 (java) R 20662 20664 20455 0 -1 4202560 830999 0 1 0 179190 102 0 0 25 0 19 0 833366763 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 46912505763998 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20664/tid=20667] ppid=20662 vsize=10553656 CPUtime=0.53 cores=0,2,4,6
/proc/20664/task/20667/stat : 20667 (java) S 20662 20664 20455 0 -1 4202560 10341 0 0 0 53 0 0 0 16 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20668] ppid=20662 vsize=10553656 CPUtime=0.62 cores=0,2,4,6
/proc/20664/task/20668/stat : 20668 (java) S 20662 20664 20455 0 -1 4202560 9752 0 0 0 61 1 0 0 15 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20669] ppid=20662 vsize=10553656 CPUtime=0.58 cores=0,2,4,6
/proc/20664/task/20669/stat : 20669 (java) S 20662 20664 20455 0 -1 4202560 7512 0 0 0 57 1 0 0 16 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20670] ppid=20662 vsize=10553656 CPUtime=0.61 cores=0,2,4,6
/proc/20664/task/20670/stat : 20670 (java) S 20662 20664 20455 0 -1 4202560 8374 0 0 0 61 0 0 0 15 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20671] ppid=20662 vsize=10553656 CPUtime=0.54 cores=0,2,4,6
/proc/20664/task/20671/stat : 20671 (java) S 20662 20664 20455 0 -1 4202560 7376 0 0 0 53 1 0 0 15 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20672] ppid=20662 vsize=10553656 CPUtime=0.6 cores=0,2,4,6
/proc/20664/task/20672/stat : 20672 (java) S 20662 20664 20455 0 -1 4202560 10000 0 0 0 60 0 0 0 15 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20673] ppid=20662 vsize=10553656 CPUtime=0.62 cores=0,2,4,6
/proc/20664/task/20673/stat : 20673 (java) S 20662 20664 20455 0 -1 4202560 11794 0 0 0 62 0 0 0 15 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20674] ppid=20662 vsize=10553656 CPUtime=0.64 cores=0,2,4,6
/proc/20664/task/20674/stat : 20674 (java) S 20662 20664 20455 0 -1 4202560 9945 0 0 0 63 1 0 0 16 0 19 0 833366767 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20675] ppid=20662 vsize=10553656 CPUtime=0.31 cores=0,2,4,6
/proc/20664/task/20675/stat : 20675 (java) S 20662 20664 20455 0 -1 4202560 3046 0 0 0 30 1 0 0 15 0 19 0 833366768 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 0 0 16800975 18446604453850649920 0 0 -1 0 0 0 0
[pid=20664/tid=20676] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20676/stat : 20676 (java) S 20662 20664 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20677] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20677/stat : 20677 (java) S 20662 20664 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833366768 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20678] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20678/stat : 20678 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366770 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101521841 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20679] ppid=20662 vsize=10553656 CPUtime=1.06 cores=0,2,4,6
/proc/20664/task/20679/stat : 20679 (java) S 20662 20664 20455 0 -1 4202560 10451 0 0 0 106 0 0 0 15 0 19 0 833366770 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 2 0 0 0
[pid=20664/tid=20680] ppid=20662 vsize=10553656 CPUtime=0.94 cores=0,2,4,6
/proc/20664/task/20680/stat : 20680 (java) S 20662 20664 20455 0 -1 4202560 7385 0 0 0 92 2 0 0 15 0 19 0 833366771 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20681] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20681/stat : 20681 (java) S 20662 20664 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833366771 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514137 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
[pid=20664/tid=20682] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20682/stat : 20682 (java) S 20662 20664 20455 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833366771 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 4 0 0 0
[pid=20664/tid=20683] ppid=20662 vsize=10553656 CPUtime=0 cores=0,2,4,6
/proc/20664/task/20683/stat : 20683 (java) S 20662 20664 20455 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833366866 10806943744 914433 33554432000 1073741824 1073778376 140737365272528 18446744073709551615 248101514752 0 4 0 16800975 18446604453850649920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10553656

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

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

[startup+1795.02 s]
/proc/loadavg: 2.00 2.05 1.97 2/481 20736
/proc/meminfo: memFree=26332300/32950928 swapFree=45617076/67111528
[pid=20664] ppid=20662 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/20664/stat : 20664 (java) Z 20662 20664 20455 0 -1 4203548 928258 0 1 0 179898 125 0 0 17 0 2 0 833366763 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20664/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.08
CPU time (s): 1800.3
CPU user time (s): 1798.99
CPU system time (s): 1.3098
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 10559980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 928258
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= 39769
involuntary context switches= 34114

runsolver used 8.87265 second user time and 18.8951 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 22:01:10
IDJOB=3457174
IDBENCH=1451
IDSOLVER=1951
FILE ID=node123/3457174-1307217669
RUNJOBID= node123-1307215869-20473
PBS_JOBID= 13509099
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457174-1307217669/watcher-3457174-1307217669 -o /tmp/evaluation-result-3457174-1307217669/solver-3457174-1307217669 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457174-1307217669.opb

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=1309920077

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29755488 kB
Buffers:        319972 kB
Cached:         408692 kB
SwapCached:       9456 kB
Active:        2567272 kB
Inactive:       346144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29755488 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            4540 kB
Writeback:           0 kB
AnonPages:     2182632 kB
Mapped:          31312 kB
Slab:           135400 kB
PageTables:      78860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143738244 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= 73856 MiB
End job on node123 at 2011-06-04 22:31:07