Trace number 3455777

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 1796.1

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_40.opb
MD5SUMbe9efb792831413817cc7562bdc6c002
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark18.5602
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	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.11	c solving HOME/instance-3455777-1307227175.opb
0.11/0.11	c reading problem ... 
0.48/0.39	c ... done. Wall clock time 0.283s.
0.48/0.39	c #vars     3238
0.48/0.39	c #constraints  6379
0.48/0.39	c constraints type 
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
0.48/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.48/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.07/1795.92	c starts		: 11
1800.07/1795.92	c conflicts		: 1727
1800.07/1795.92	c decisions		: 7608
1800.07/1795.92	c propagations		: 303601
1800.07/1795.92	c inspects		: 16748549
1800.07/1795.92	c shortcuts		: 0
1800.07/1795.92	c learnt literals	: 0
1800.07/1795.92	c learnt binary clauses	: 0
1800.07/1795.92	c learnt ternary clauses	: 0
1800.07/1795.92	c learnt constraints	: 1726
1800.07/1795.92	c ignored constraints	: 0
1800.07/1795.92	c root simplifications	: 0
1800.07/1795.92	c removed literals (reason simplification)	: 0
1800.07/1795.92	c reason swapping (by a shorter reason)	: 0
1800.07/1795.92	c Calls to reduceDB	: 0
1800.07/1795.92	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.92	c number of learned constraints concerned by reduction	: 0
1800.07/1795.92	c number of learning phase by resolution	: 0
1800.07/1795.92	c number of learning phase by cutting planes	: 0
1800.07/1795.92	c speed (assignments/second)	: 169.08683939532162
1800.07/1795.92	c non guided choices	3096
1800.07/1795.92	c learnt constraints type 
1800.07/1795.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/1795.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1725
1800.07/1795.92	c constraints type 
1800.07/1795.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.07/1795.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.07/1795.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.07/1795.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.07/1795.92	s UNKNOWN
1800.07/1795.92	c Total wall clock time (in seconds): 1795.818

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-3455777-1307227175/watcher-3455777-1307227175 -o /tmp/evaluation-result-3455777-1307227175/solver-3455777-1307227175 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455777-1307227175.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 2.01 1.99 2/533 23792
/proc/meminfo: memFree=20234412/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 7022 0 1 0 0 1 0 0 18 0 2 0 912948173 10694979584 6724 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2611079 6738 917 9 0 2602235 0
[pid=23792/tid=23793] ppid=23790 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 7474 0 1 0 0 0 0 0 19 0 2 0 912948173 10694979584 8290 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.084665 s]
/proc/loadavg: 1.89 2.01 1.99 2/533 23792
/proc/meminfo: memFree=20234412/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10474132 CPUtime=0.08 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 12576 0 1 0 6 2 0 0 18 0 18 0 912948173 10725511168 12273 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2618533 12274 2017 9 0 2609267 0
[pid=23792/tid=23793] ppid=23790 vsize=10474132 CPUtime=0.06 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 10931 0 1 0 5 1 0 0 25 0 18 0 912948173 10725511168 12274 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256415387493 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10474132

[startup+0.10033 s]
/proc/loadavg: 1.89 2.01 1.99 2/533 23792
/proc/meminfo: memFree=20234412/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10540448 CPUtime=0.11 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 13094 0 1 0 9 2 0 0 18 0 18 0 912948173 10793418752 12791 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2635112 12791 2092 9 0 2625846 0
[pid=23792/tid=23793] ppid=23790 vsize=10540448 CPUtime=0.08 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 11179 0 1 0 7 1 0 0 25 0 18 0 912948173 10793418752 12792 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 47288906324819 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540448

[startup+0.300226 s]
/proc/loadavg: 1.89 2.01 1.99 2/533 23792
/proc/meminfo: memFree=20234412/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10543492 CPUtime=0.48 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 16237 0 1 0 46 2 0 0 18 0 18 0 912948173 10796535808 15584 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2635873 15584 2220 9 0 2626607 0
[pid=23792/tid=23793] ppid=23790 vsize=10543492 CPUtime=0.28 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 12766 0 1 0 26 2 0 0 25 0 18 0 912948173 10796535808 15585 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912505591689 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543492

[startup+0.700148 s]
/proc/loadavg: 1.89 2.01 1.99 2/533 23792
/proc/meminfo: memFree=20234412/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10553592 CPUtime=1.67 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 29707 0 1 0 163 4 0 0 18 0 19 0 912948173 10806878208 24430 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638398 24430 2232 9 0 2629132 0
[pid=23792/tid=23793] ppid=23790 vsize=10553592 CPUtime=0.68 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 16090 0 1 0 66 2 0 0 19 0 19 0 912948173 10806878208 24430 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10553592

[startup+1.50107 s]
/proc/loadavg: 1.89 2.01 1.99 5/552 23811
/proc/meminfo: memFree=20120808/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=3.08 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 54645 0 1 0 301 7 0 0 18 0 19 0 912948173 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 45727 2235 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=1.48 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 38023 0 1 0 143 5 0 0 20 0 19 0 912948173 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912505782363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 912948176 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 912948177 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912948177 10807521280 45727 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.81 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4894 0 0 0 81 0 0 0 22 0 19 0 912948179 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=0.77 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 10570 0 0 0 76 1 0 0 21 0 19 0 912948179 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 45728 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10554220

[startup+3.10076 s]
/proc/loadavg: 1.89 2.01 1.99 3/552 23811
/proc/meminfo: memFree=19969404/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=4.86 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 133881 0 1 0 469 17 0 0 18 0 19 0 912948173 10807521280 124151 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 124153 2238 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=3.08 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 116426 0 1 0 293 15 0 0 18 0 19 0 912948173 10807521280 124154 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912506006840 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912948175 10807521280 124155 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 124156 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 124157 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 124157 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 124159 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 124160 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 124161 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 124162 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 912948176 10807521280 124164 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 912948177 10807521280 124165 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912948177 10807521280 124166 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 124167 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.82 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4894 0 0 0 82 0 0 0 15 0 19 0 912948179 10807521280 124169 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=0.95 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 11405 0 0 0 93 2 0 0 15 0 19 0 912948179 10807521280 124170 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 124172 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 124173 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 124175 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 10554220

[startup+6.30115 s]
/proc/loadavg: 1.90 2.01 1.99 3/552 23811
/proc/meminfo: memFree=18892340/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=8.19 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 397178 0 1 0 774 45 0 0 18 0 19 0 912948173 10807521280 386488 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 386490 2239 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=6.28 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 378769 0 1 0 586 42 0 0 21 0 19 0 912948173 10807521280 386491 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912505603903 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 912948175 10807521280 386492 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 386494 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 386495 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 386496 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 386498 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912948175 10807521280 386498 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 386499 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912948175 10807521280 386500 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 912948176 10807521280 386502 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 912948177 10807521280 386503 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912948177 10807521280 386504 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 386505 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.87 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4898 0 0 0 87 0 0 0 15 0 19 0 912948179 10807521280 386507 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=1.02 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 12355 0 0 0 100 2 0 0 15 0 19 0 912948179 10807521280 386509 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0

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

/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.87 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4900 0 0 0 87 0 0 0 15 0 19 0 912948179 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=1.02 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 12355 0 0 0 100 2 0 0 15 0 19 0 912948179 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 1112404 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1666.35
Current children cumulated vsize (KiB) 10554220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/552 23866
/proc/meminfo: memFree=14713536/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=1726.41 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 1153755 0 1 0 172508 133 0 0 18 0 19 0 912948173 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 1117194 2252 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=1721.2 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 785919 0 1 0 172039 81 0 0 25 0 19 0 912948173 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912505604104 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0.38 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 45933 0 0 0 31 7 0 0 15 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0.32 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 25754 0 0 0 28 4 0 0 16 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0.44 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 44484 0 0 0 38 6 0 0 15 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0.49 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 53914 0 0 0 43 6 0 0 15 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0.36 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 48271 0 0 0 30 6 0 0 15 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0.43 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 41333 0 0 0 38 5 0 0 16 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0.34 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 36130 0 0 0 30 4 0 0 16 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0.43 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 53414 0 0 0 37 6 0 0 15 0 19 0 912948175 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0.02 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 100 0 0 0 1 1 0 0 15 0 19 0 912948176 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.87 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4900 0 0 0 87 0 0 0 15 0 19 0 912948179 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=1.02 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 12355 0 0 0 100 2 0 0 15 0 19 0 912948179 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 1117194 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 10554220

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/552 24009
/proc/meminfo: memFree=15703000/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=1786.44 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 1153819 0 1 0 178511 133 0 0 18 0 19 0 912948173 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 1117243 2252 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=1781.19 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 785922 0 1 0 178038 81 0 0 25 0 19 0 912948173 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912506166945 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0.39 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 45939 0 0 0 32 7 0 0 16 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0.32 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 25766 0 0 0 28 4 0 0 16 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0.45 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 44503 0 0 0 39 6 0 0 15 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0.5 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 53914 0 0 0 44 6 0 0 15 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0.36 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 48273 0 0 0 30 6 0 0 15 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0.44 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 41335 0 0 0 39 5 0 0 16 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0.34 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 36130 0 0 0 30 4 0 0 15 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0.44 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 53426 0 0 0 38 6 0 0 16 0 19 0 912948175 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0.02 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 19 0 912948176 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.87 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4900 0 0 0 87 0 0 0 15 0 19 0 912948179 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=1.02 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 12355 0 0 0 100 2 0 0 15 0 19 0 912948179 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 1117243 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1786.44
Current children cumulated vsize (KiB) 10554220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/552 24009
/proc/meminfo: memFree=15502472/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=10554220 CPUtime=1800.07 cores=1,3,5,7
/proc/23792/stat : 23792 (java) S 23790 23792 22299 0 -1 4202496 1153855 0 1 0 179874 133 0 0 18 0 19 0 912948173 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 2638555 1117277 2252 9 0 2629289 0
[pid=23792/tid=23793] ppid=23790 vsize=10554220 CPUtime=1794.8 cores=1,3,5,7
/proc/23792/task/23793/stat : 23793 (java) R 23790 23792 22299 0 -1 4202560 785923 0 1 0 179399 81 0 0 22 0 19 0 912948173 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 46912506166935 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23792/tid=23795] ppid=23790 vsize=10554220 CPUtime=0.39 cores=1,3,5,7
/proc/23792/task/23795/stat : 23795 (java) S 23790 23792 22299 0 -1 4202560 45954 0 0 0 32 7 0 0 16 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23796] ppid=23790 vsize=10554220 CPUtime=0.33 cores=1,3,5,7
/proc/23792/task/23796/stat : 23796 (java) S 23790 23792 22299 0 -1 4202560 25766 0 0 0 29 4 0 0 15 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23797] ppid=23790 vsize=10554220 CPUtime=0.45 cores=1,3,5,7
/proc/23792/task/23797/stat : 23797 (java) S 23790 23792 22299 0 -1 4202560 44519 0 0 0 39 6 0 0 15 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23798] ppid=23790 vsize=10554220 CPUtime=0.5 cores=1,3,5,7
/proc/23792/task/23798/stat : 23798 (java) S 23790 23792 22299 0 -1 4202560 53914 0 0 0 44 6 0 0 15 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23799] ppid=23790 vsize=10554220 CPUtime=0.36 cores=1,3,5,7
/proc/23792/task/23799/stat : 23799 (java) S 23790 23792 22299 0 -1 4202560 48273 0 0 0 30 6 0 0 15 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23800] ppid=23790 vsize=10554220 CPUtime=0.44 cores=1,3,5,7
/proc/23792/task/23800/stat : 23800 (java) S 23790 23792 22299 0 -1 4202560 41339 0 0 0 39 5 0 0 16 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23801] ppid=23790 vsize=10554220 CPUtime=0.34 cores=1,3,5,7
/proc/23792/task/23801/stat : 23801 (java) S 23790 23792 22299 0 -1 4202560 36130 0 0 0 30 4 0 0 16 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=10554220 CPUtime=0.44 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) S 23790 23792 22299 0 -1 4202560 53426 0 0 0 38 6 0 0 15 0 19 0 912948175 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23803] ppid=23790 vsize=10554220 CPUtime=0.02 cores=1,3,5,7
/proc/23792/task/23803/stat : 23803 (java) S 23790 23792 22299 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 19 0 912948176 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 0 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23804] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23804/stat : 23804 (java) S 23790 23792 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23805] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23805/stat : 23805 (java) S 23790 23792 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912948177 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 7 0 0 0
[pid=23792/tid=23806] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23806/stat : 23806 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427215281 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23807] ppid=23790 vsize=10554220 CPUtime=0.87 cores=1,3,5,7
/proc/23792/task/23807/stat : 23807 (java) S 23790 23792 22299 0 -1 4202560 4900 0 0 0 87 0 0 0 15 0 19 0 912948179 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23808] ppid=23790 vsize=10554220 CPUtime=1.02 cores=1,3,5,7
/proc/23792/task/23808/stat : 23808 (java) S 23790 23792 22299 0 -1 4202560 12355 0 0 0 100 2 0 0 15 0 19 0 912948179 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 1 0 0 0
[pid=23792/tid=23809] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23809/stat : 23809 (java) S 23790 23792 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912948179 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427207577 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
[pid=23792/tid=23810] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23810/stat : 23810 (java) S 23790 23792 22299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912948179 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 3 0 0 0
[pid=23792/tid=23811] ppid=23790 vsize=10554220 CPUtime=0 cores=1,3,5,7
/proc/23792/task/23811/stat : 23811 (java) S 23790 23792 22299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912948213 10807521280 1117277 33554432000 1073741824 1073778376 140733990372944 18446744073709551615 256427208192 0 4 0 16800975 18446604468128200000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10554220

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

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

[startup+1796.03 s]
/proc/loadavg: 2.04 2.04 2.00 3/552 24009
/proc/meminfo: memFree=15502472/32950928 swapFree=58671692/67111528
[pid=23792] ppid=23790 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/23792/stat : 23792 (java) Z 23790 23792 22299 0 -1 4203548 1153882 0 1 0 179875 143 0 0 17 0 2 0 912948173 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23792/statm: 0 0 0 0 0 0 0
[pid=23792/tid=23802] ppid=23790 vsize=0 CPUtime=0.54 cores=1,3,5,7
/proc/23792/task/23802/stat : 23802 (java) R 23790 23792 22299 0 -1 4203588 53426 0 0 0 38 16 0 0 16 0 2 0 912948175 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.1
CPU time (s): 1800.26
CPU user time (s): 1798.75
CPU system time (s): 1.50677
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 10555916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.50677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1153882
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= 39755
involuntary context switches= 18660

runsolver used 8.89865 second user time and 22.1676 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-05 00:39:35
IDJOB=3455777
IDBENCH=48294
IDSOLVER=1951
FILE ID=node115/3455777-1307227175
RUNJOBID= node115-1307215871-22319
PBS_JOBID= 13509105
Free space on /tmp= 73840 MiB

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

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

MD5SUM BENCH= be9efb792831413817cc7562bdc6c002
RANDOM SEED=2134475597

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      20234676 kB
Buffers:        218828 kB
Cached:         388872 kB
SwapCached:      65828 kB
Active:        3888604 kB
Inactive:      8580424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20234676 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:    11798748 kB
Mapped:          35716 kB
Slab:            97688 kB
PageTables:      81284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162189128 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= 73824 MiB
End job on node115 at 2011-06-05 01:09:33