Trace number 3455859

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.26 1795.3

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark86.0319
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3455859-1307228067.opb
0.11/0.10	c reading problem ... 
0.47/0.44	c ... done. Wall clock time 0.305s.
0.47/0.44	c #vars     3274
0.47/0.44	c #constraints  6451
0.47/0.44	c constraints type 
0.47/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.47/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
0.47/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.47/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
82.13/80.05	c cleaning 0 clauses out of 5006 with flag 0/5006
577.14/574.10	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.03/1795.12	c starts		: 44
1800.03/1795.12	c conflicts		: 16576
1800.03/1795.12	c decisions		: 90310
1800.03/1795.12	c propagations		: 3004411
1800.03/1795.12	c inspects		: 1096838376
1800.03/1795.12	c shortcuts		: 0
1800.03/1795.12	c learnt literals	: 0
1800.03/1795.12	c learnt binary clauses	: 0
1800.03/1795.12	c learnt ternary clauses	: 0
1800.03/1795.12	c learnt constraints	: 16576
1800.03/1795.12	c ignored constraints	: 0
1800.03/1795.12	c root simplifications	: 0
1800.03/1795.12	c removed literals (reason simplification)	: 0
1800.03/1795.12	c reason swapping (by a shorter reason)	: 0
1800.03/1795.12	c Calls to reduceDB	: 2
1800.03/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.12	c number of learned constraints concerned by reduction	: 0
1800.03/1795.12	c number of learning phase by resolution	: 0
1800.03/1795.12	c number of learning phase by cutting planes	: 0
1800.03/1795.12	c speed (assignments/second)	: 1674.036098291034
1800.03/1795.12	c non guided choices	3139
1800.03/1795.14	c learnt constraints type 
1800.03/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16575
1800.03/1795.14	c constraints type 
1800.03/1795.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.03/1795.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.03/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.03/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.03/1795.14	s UNKNOWN
1800.03/1795.14	c Total wall clock time (in seconds): 1795.039

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-3455859-1307228067/watcher-3455859-1307228067 -o /tmp/evaluation-result-3455859-1307228067/solver-3455859-1307228067 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455859-1307228067.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.02 2.02 2.00 2/452 12939
/proc/meminfo: memFree=8790004/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 834406389 36646912 1018 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 8947 1018 782 9 0 386 0
[pid=12939/tid=12940] ppid=12937 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 5867 0 1 0 0 0 0 0 25 0 2 0 834406389 10694979584 6684 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0523109 s]
/proc/loadavg: 2.02 2.02 2.00 2/452 12939
/proc/meminfo: memFree=8790004/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 11489 0 1 0 3 1 0 0 25 0 13 0 834406389 10718838784 11186 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2616904 11187 1685 9 0 2607652 0
[pid=12939/tid=12940] ppid=12937 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 10344 0 1 0 3 1 0 0 25 0 13 0 834406389 10718838784 11188 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 47766268163608 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.104272 s]
/proc/loadavg: 2.02 2.02 2.00 2/452 12939
/proc/meminfo: memFree=8790004/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10540032 CPUtime=0.11 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 13168 0 1 0 10 1 0 0 25 0 18 0 834406389 10792992768 12850 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2635008 12850 2108 9 0 2625742 0
[pid=12939/tid=12940] ppid=12937 vsize=10540032 CPUtime=0.09 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 11197 0 1 0 8 1 0 0 18 0 18 0 834406389 10792992768 12850 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540032

[startup+0.301107 s]
/proc/loadavg: 2.02 2.02 2.00 2/452 12939
/proc/meminfo: memFree=8790004/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10540200 CPUtime=0.47 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 16203 0 1 0 45 2 0 0 25 0 18 0 834406389 10793164800 15494 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2635050 15494 2212 9 0 2625784 0
[pid=12939/tid=12940] ppid=12937 vsize=10540200 CPUtime=0.28 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 12578 0 1 0 27 1 0 0 18 0 18 0 834406389 10793164800 15495 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 47766269598516 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540200

[startup+0.701161 s]
/proc/loadavg: 2.02 2.02 2.00 2/452 12939
/proc/meminfo: memFree=8790004/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=1.64 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 28045 0 1 0 160 4 0 0 25 0 19 0 834406389 10804637696 23764 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 23765 2234 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=0.69 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 16244 0 1 0 67 2 0 0 19 0 19 0 834406389 10804637696 23765 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505778541 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10551404

[startup+1.50107 s]
/proc/loadavg: 2.02 2.02 2.00 3/471 12958
/proc/meminfo: memFree=8653352/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=2.76 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 61569 0 1 0 267 9 0 0 25 0 19 0 834406389 10804637696 56744 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 56745 2239 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=1.49 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 49153 0 1 0 143 6 0 0 20 0 19 0 834406389 10804637696 56746 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505854364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56748 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56752 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56753 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56757 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56761 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56762 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56763 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 56765 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834406392 10804637696 56766 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 56767 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 56769 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 56770 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=0.65 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 6974 0 0 0 64 1 0 0 16 0 19 0 834406395 10804637696 56771 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=0.6 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4284 0 0 0 60 0 0 0 15 0 19 0 834406395 10804637696 56773 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 56775 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834406395 10804637696 56776 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 56777 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 10551404

[startup+3.10079 s]
/proc/loadavg: 2.02 2.02 2.00 3/471 12958
/proc/meminfo: memFree=8399896/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=4.55 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 150082 0 1 0 435 20 0 0 25 0 19 0 834406389 10804637696 145256 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 145258 2239 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=3.08 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 137648 0 1 0 291 17 0 0 25 0 19 0 834406389 10804637696 145260 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505827694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145260 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145267 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145269 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145270 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145272 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145273 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145276 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 145277 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834406392 10804637696 145279 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 145281 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 145282 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 145284 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=0.65 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 6975 0 0 0 64 1 0 0 15 0 19 0 834406395 10804637696 145285 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=0.78 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4303 0 0 0 78 0 0 0 15 0 19 0 834406395 10804637696 145287 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 145289 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834406395 10804637696 145291 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 145292 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10551404

[startup+6.30124 s]
/proc/loadavg: 2.10 2.04 2.01 3/471 12958
/proc/meminfo: memFree=7531516/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=7.85 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 362187 0 1 0 742 43 0 0 25 0 19 0 834406389 10804637696 357352 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 357355 2240 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=6.28 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 349740 0 1 0 588 40 0 0 25 0 19 0 834406389 10804637696 357356 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505854360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357357 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357359 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357360 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357361 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357362 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357364 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357365 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406391 10804637696 357366 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834406392 10804637696 357368 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 357369 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834406393 10804637696 357370 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 357371 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=0.68 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 6978 0 0 0 67 1 0 0 15 0 19 0 834406395 10804637696 357372 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=0.86 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4312 0 0 0 86 0 0 0 15 0 19 0 834406395 10804637696 357374 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0

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

/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=1.09 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 12155 0 0 0 106 3 0 0 15 0 19 0 834406395 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=1.06 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4340 0 0 0 106 0 0 0 16 0 19 0 834406395 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0.01 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 96 0 0 0 0 1 0 0 15 0 19 0 834406395 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 932974 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.03
Current children cumulated vsize (KiB) 10551404

[startup+1722.3 s]
/proc/loadavg: 2.03 2.07 2.07 3/471 13064
/proc/meminfo: memFree=4483092/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=1727.11 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 946574 0 1 0 172586 125 0 0 25 0 19 0 834406389 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 934801 2269 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=1720.55 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 825396 0 1 0 171956 99 0 0 25 0 19 0 834406389 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505825877 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0.48 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 16240 0 0 0 45 3 0 0 15 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0.35 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 8094 0 0 0 34 1 0 0 15 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0.52 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 13452 0 0 0 50 2 0 0 16 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0.57 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 14484 0 0 0 55 2 0 0 16 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0.49 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 9704 0 0 0 48 1 0 0 15 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0.52 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 14897 0 0 0 49 3 0 0 16 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0.39 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 7693 0 0 0 38 1 0 0 15 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0.49 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 12407 0 0 0 47 2 0 0 16 0 19 0 834406391 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0.46 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 6463 0 0 0 46 0 0 0 15 0 19 0 834406392 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=1.09 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 12155 0 0 0 106 3 0 0 15 0 19 0 834406395 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=1.06 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4340 0 0 0 106 0 0 0 16 0 19 0 834406395 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0.01 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 100 0 0 0 0 1 0 0 15 0 19 0 834406395 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 934801 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 10551404

[startup+1782.3 s]
/proc/loadavg: 2.15 2.11 2.08 3/471 13065
/proc/meminfo: memFree=4474272/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=1787.19 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 947968 0 1 0 178594 125 0 0 25 0 19 0 834406389 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 936162 2269 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=1780.5 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 825398 0 1 0 177951 99 0 0 25 0 19 0 834406389 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505829298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0.5 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 16530 0 0 0 47 3 0 0 16 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0.37 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 8338 0 0 0 36 1 0 0 15 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0.52 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 13452 0 0 0 50 2 0 0 15 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0.6 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 14887 0 0 0 58 2 0 0 16 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0.5 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 9840 0 0 0 49 1 0 0 15 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0.54 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 14997 0 0 0 51 3 0 0 15 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0.4 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 7722 0 0 0 39 1 0 0 16 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0.52 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 12589 0 0 0 49 3 0 0 15 0 19 0 834406391 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0.46 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 6467 0 0 0 46 0 0 0 15 0 19 0 834406392 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=1.09 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 12155 0 0 0 106 3 0 0 15 0 19 0 834406395 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=1.06 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4340 0 0 0 106 0 0 0 16 0 19 0 834406395 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0.01 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 104 0 0 0 0 1 0 0 15 0 19 0 834406395 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 936162 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.19
Current children cumulated vsize (KiB) 10551404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.12 2.10 2.08 3/471 13066
/proc/meminfo: memFree=4471804/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=10551404 CPUtime=1800.03 cores=0,2,4,6
/proc/12939/stat : 12939 (java) S 12937 12939 11532 0 -1 4202496 948541 0 1 0 179878 125 0 0 25 0 19 0 834406389 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 2637851 936707 2269 9 0 2628585 0
[pid=12939/tid=12940] ppid=12937 vsize=10551404 CPUtime=1793.29 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4202560 825399 0 1 0 179230 99 0 0 25 0 19 0 834406389 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 46912505829315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12939/tid=12942] ppid=12937 vsize=10551404 CPUtime=0.5 cores=0,2,4,6
/proc/12939/task/12942/stat : 12942 (java) S 12937 12939 11532 0 -1 4202560 16530 0 0 0 47 3 0 0 15 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12943] ppid=12937 vsize=10551404 CPUtime=0.37 cores=0,2,4,6
/proc/12939/task/12943/stat : 12943 (java) S 12937 12939 11532 0 -1 4202560 8338 0 0 0 36 1 0 0 16 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12944] ppid=12937 vsize=10551404 CPUtime=0.52 cores=0,2,4,6
/proc/12939/task/12944/stat : 12944 (java) S 12937 12939 11532 0 -1 4202560 13452 0 0 0 50 2 0 0 16 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12945] ppid=12937 vsize=10551404 CPUtime=0.6 cores=0,2,4,6
/proc/12939/task/12945/stat : 12945 (java) S 12937 12939 11532 0 -1 4202560 14887 0 0 0 58 2 0 0 15 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12946] ppid=12937 vsize=10551404 CPUtime=0.5 cores=0,2,4,6
/proc/12939/task/12946/stat : 12946 (java) S 12937 12939 11532 0 -1 4202560 9840 0 0 0 49 1 0 0 15 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12947] ppid=12937 vsize=10551404 CPUtime=0.54 cores=0,2,4,6
/proc/12939/task/12947/stat : 12947 (java) S 12937 12939 11532 0 -1 4202560 14997 0 0 0 51 3 0 0 15 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12948] ppid=12937 vsize=10551404 CPUtime=0.43 cores=0,2,4,6
/proc/12939/task/12948/stat : 12948 (java) S 12937 12939 11532 0 -1 4202560 7973 0 0 0 42 1 0 0 16 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12949] ppid=12937 vsize=10551404 CPUtime=0.55 cores=0,2,4,6
/proc/12939/task/12949/stat : 12949 (java) S 12937 12939 11532 0 -1 4202560 12908 0 0 0 52 3 0 0 16 0 19 0 834406391 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12950] ppid=12937 vsize=10551404 CPUtime=0.47 cores=0,2,4,6
/proc/12939/task/12950/stat : 12950 (java) S 12937 12939 11532 0 -1 4202560 6469 0 0 0 46 1 0 0 15 0 19 0 834406392 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 0 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
[pid=12939/tid=12951] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12951/stat : 12951 (java) S 12937 12939 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12952] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12952/stat : 12952 (java) S 12937 12939 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834406393 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12953] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12953/stat : 12953 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676631985 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12954] ppid=12937 vsize=10551404 CPUtime=1.09 cores=0,2,4,6
/proc/12939/task/12954/stat : 12954 (java) S 12937 12939 11532 0 -1 4202560 12155 0 0 0 106 3 0 0 15 0 19 0 834406395 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12955] ppid=12937 vsize=10551404 CPUtime=1.06 cores=0,2,4,6
/proc/12939/task/12955/stat : 12955 (java) S 12937 12939 11532 0 -1 4202560 4340 0 0 0 106 0 0 0 16 0 19 0 834406395 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 2 0 0 0
[pid=12939/tid=12956] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12956/stat : 12956 (java) S 12937 12939 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834406395 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624281 0 4 0 16800975 18446604452382001856 0 0 -1 6 0 0 0
[pid=12939/tid=12957] ppid=12937 vsize=10551404 CPUtime=0.01 cores=0,2,4,6
/proc/12939/task/12957/stat : 12957 (java) S 12937 12939 11532 0 -1 4202560 104 0 0 0 0 1 0 0 15 0 19 0 834406395 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 4 0 0 0
[pid=12939/tid=12958] ppid=12937 vsize=10551404 CPUtime=0 cores=0,2,4,6
/proc/12939/task/12958/stat : 12958 (java) S 12937 12939 11532 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834406431 10804637696 936707 33554432000 1073741824 1073778376 140736627779376 18446744073709551615 274676624896 0 4 0 16800975 18446604452382001856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10551404

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

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

[startup+1795.22 s]
/proc/loadavg: 2.12 2.10 2.08 3/455 13069
/proc/meminfo: memFree=6079488/32951132 swapFree=67093840/67111528
[pid=12939] ppid=12937 vsize=0 CPUtime=1800.18 cores=0,2,4,6
/proc/12939/stat : 12939 (java) Z 12937 12939 11532 0 -1 4203548 948571 0 1 0 179885 133 0 0 17 0 2 0 834406389 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12939/statm: 0 0 0 0 0 0 0
[pid=12939/tid=12940] ppid=12937 vsize=0 CPUtime=1793.4 cores=0,2,4,6
/proc/12939/task/12940/stat : 12940 (java) R 12937 12939 11532 0 -1 4203588 825399 0 1 0 179233 107 0 0 25 0 2 0 834406389 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.3
CPU time (s): 1800.26
CPU user time (s): 1798.86
CPU system time (s): 1.40579
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 10553332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.40579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 948571
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= 38684
involuntary context switches= 18529

runsolver used 8.5747 second user time and 17.7293 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-05 00:54:28
IDJOB=3455859
IDBENCH=48376
IDSOLVER=1951
FILE ID=node131/3455859-1307228067
RUNJOBID= node131-1307215869-11550
PBS_JOBID= 13509093
Free space on /tmp= 73912 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455859-1307228067/watcher-3455859-1307228067 -o /tmp/evaluation-result-3455859-1307228067/solver-3455859-1307228067 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455859-1307228067.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=425521222

node131.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.830
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.66
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.830
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	: 5332.75
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.830
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.83
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.830
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.830
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       8790160 kB
Buffers:        354524 kB
Cached:        5688000 kB
SwapCached:        948 kB
Active:       19663184 kB
Inactive:      4170780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       8790160 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:             640 kB
Writeback:          24 kB
AnonPages:    17790580 kB
Mapped:          47056 kB
Slab:           199200 kB
PageTables:      63036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 105713236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73868 MiB
End job on node131 at 2011-06-05 01:24:25