Trace number 3458690

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.2 1798.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
MD5SUM7e6cf7bd8ae3eb2dbe42fe5a31768e13
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52001
Total number of constraints154561
Number of constraints which are clauses154560
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285328142673459177384060592124920906005152554730819278690998820076480368784343607308117472639948431515
Number of bits of the biggest sum of numbers481
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458690-1307155550.opb
0.10/0.11	c reading problem ... 
2.37/1.67	c ... done. Wall clock time 1.555s.
2.37/1.67	c #vars     52001
2.37/1.67	c #constraints  167764
2.37/1.67	c constraints type 
2.37/1.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51520
2.37/1.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
2.37/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1798.62	c starts		: 13
1800.06/1798.62	c conflicts		: 2611
1800.06/1798.62	c decisions		: 28259
1800.06/1798.62	c propagations		: 7270106
1800.06/1798.62	c inspects		: 41215961
1800.06/1798.62	c shortcuts		: 0
1800.06/1798.62	c learnt literals	: 0
1800.06/1798.62	c learnt binary clauses	: 2
1800.06/1798.62	c learnt ternary clauses	: 0
1800.06/1798.62	c learnt constraints	: 2611
1800.06/1798.62	c ignored constraints	: 0
1800.06/1798.62	c root simplifications	: 0
1800.06/1798.62	c removed literals (reason simplification)	: 25486630
1800.06/1798.62	c reason swapping (by a shorter reason)	: 0
1800.06/1798.62	c Calls to reduceDB	: 0
1800.06/1798.62	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.62	c number of learned constraints concerned by reduction	: 0
1800.06/1798.62	c number of learning phase by resolution	: 0
1800.06/1798.62	c number of learning phase by cutting planes	: 0
1800.06/1798.62	c speed (assignments/second)	: 4045.791909090656
1800.06/1798.62	c non guided choices	143
1800.06/1798.62	c learnt constraints type 
1800.06/1798.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.06/1798.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2609
1800.06/1798.62	c constraints type 
1800.06/1798.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51520
1800.06/1798.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
1800.06/1798.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1798.62	s UNKNOWN
1800.06/1798.62	c Total wall clock time (in seconds): 1798.513

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-3458690-1307155550/watcher-3458690-1307155550 -o /tmp/evaluation-result-3458690-1307155550/solver-3458690-1307155550 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458690-1307155550.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.13 1.67 1.87 3/515 27959
/proc/meminfo: memFree=26495532/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 5917 0 1 0 0 0 0 0 21 0 2 0 905785695 13850947584 5619 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3381579 5632 917 9 0 3372735 0
[pid=27959/tid=27960] ppid=27957 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 4867 0 1 0 0 0 0 0 23 0 2 0 905785696 13850947584 5683 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0874079 s]
/proc/loadavg: 1.13 1.67 1.87 3/515 27959
/proc/meminfo: memFree=26495532/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13620916 CPUtime=0.07 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 14778 0 1 0 6 1 0 0 21 0 18 0 905785695 13947817984 14475 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3405229 14475 1913 9 0 3395963 0
[pid=27959/tid=27960] ppid=27957 vsize=13620916 CPUtime=0.07 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 13400 0 1 0 6 1 0 0 18 0 18 0 905785696 13947817984 14475 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 47009887762451 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13620916

[startup+0.100401 s]
/proc/loadavg: 1.13 1.67 1.87 3/515 27959
/proc/meminfo: memFree=26495532/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13621504 CPUtime=0.1 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 15330 0 1 0 9 1 0 0 21 0 18 0 905785695 13948420096 15027 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3405376 15029 2088 9 0 3396110 0
[pid=27959/tid=27960] ppid=27957 vsize=13621504 CPUtime=0.08 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 13585 0 1 0 7 1 0 0 18 0 18 0 905785696 13948420096 15029 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379373515 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621504

[startup+0.300378 s]
/proc/loadavg: 1.13 1.67 1.87 3/515 27959
/proc/meminfo: memFree=26495532/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13623992 CPUtime=0.49 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 18895 0 1 0 47 2 0 0 21 0 18 0 905785695 13950967808 18193 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3405998 18194 2201 9 0 3396732 0
[pid=27959/tid=27960] ppid=27957 vsize=13623992 CPUtime=0.28 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 15829 0 1 0 26 2 0 0 18 0 18 0 905785696 13950967808 18195 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505606848 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13623992

[startup+0.70037 s]
/proc/loadavg: 1.13 1.67 1.87 3/515 27959
/proc/meminfo: memFree=26495532/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13627884 CPUtime=1.19 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 56800 0 1 0 112 7 0 0 21 0 18 0 905785695 13954953216 54374 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3406971 54379 2213 9 0 3397705 0
[pid=27959/tid=27960] ppid=27957 vsize=13627884 CPUtime=0.68 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 50346 0 1 0 62 6 0 0 18 0 18 0 905785696 13954953216 54381 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505651093 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13627884

[startup+1.50116 s]
/proc/loadavg: 1.13 1.67 1.87 3/533 28023
/proc/meminfo: memFree=26147280/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13637592 CPUtime=2.12 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 108501 0 1 0 199 13 0 0 21 0 18 0 905785695 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409398 104353 2224 9 0 3400132 0
[pid=27959/tid=27960] ppid=27957 vsize=13637592 CPUtime=1.49 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 97907 0 1 0 137 12 0 0 19 0 18 0 905785696 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505766636 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785698 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 905785699 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 905785699 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 905785699 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785702 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13637592 CPUtime=0.29 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 2898 0 0 0 29 0 0 0 15 0 18 0 905785702 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13637592 CPUtime=0.32 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) R 27957 27959 24487 0 -1 4202560 6546 0 0 0 32 0 0 0 17 0 18 0 905785702 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 47009886213712 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 905785702 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13637592 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 905785702 13964894208 104353 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13637592

[startup+3.10091 s]
/proc/loadavg: 1.13 1.67 1.87 3/534 28024
/proc/meminfo: memFree=25686736/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13638620 CPUtime=4.19 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 114804 0 1 0 405 14 0 0 21 0 19 0 905785695 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409655 110184 2234 9 0 3400389 0
[pid=27959/tid=27960] ppid=27957 vsize=13638620 CPUtime=3.07 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 103198 0 1 0 295 12 0 0 19 0 19 0 905785696 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505965604 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 905785699 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.48 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 3781 0 0 0 48 0 0 0 15 0 19 0 905785702 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.6 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6665 0 0 0 60 0 0 0 15 0 19 0 905785702 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 905785702 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=28024] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/28024/stat : 28024 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 905785866 13965946880 110184 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 13638620

[startup+6.30132 s]
/proc/loadavg: 1.20 1.68 1.87 3/535 28025
/proc/meminfo: memFree=25569984/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13638620 CPUtime=7.39 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 115392 0 1 0 725 14 0 0 21 0 19 0 905785695 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409655 110704 2234 9 0 3400389 0
[pid=27959/tid=27960] ppid=27957 vsize=13638620 CPUtime=6.27 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 103785 0 1 0 615 12 0 0 25 0 19 0 905785696 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505766581 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 905785699 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.48 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 3781 0 0 0 48 0 0 0 15 0 19 0 905785702 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.6 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6665 0 0 0 60 0 0 0 15 0 19 0 905785702 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 110704 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0

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

/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.62 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 4035 0 0 0 62 0 0 0 16 0 19 0 905785702 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.76 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6678 0 0 0 76 0 0 0 15 0 19 0 905785702 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 905785702 13965946880 623003 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=28024] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/28024/stat : 28024 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 905785866 13965946880 623004 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1663.74
Current children cumulated vsize (KiB) 13638620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/535 28080
/proc/meminfo: memFree=21631060/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13638620 CPUtime=1723.75 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 643752 0 1 0 172290 85 0 0 21 0 19 0 905785695 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409655 638714 2238 9 0 3400389 0
[pid=27959/tid=27960] ppid=27957 vsize=13638620 CPUtime=1722.34 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 631775 0 1 0 172151 83 0 0 25 0 19 0 905785696 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505965813 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 905785699 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.62 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 4035 0 0 0 62 0 0 0 16 0 19 0 905785702 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.76 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6678 0 0 0 76 0 0 0 15 0 19 0 905785702 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 905785702 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=28024] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/28024/stat : 28024 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 905785866 13965946880 638714 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1723.75
Current children cumulated vsize (KiB) 13638620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/535 28082
/proc/meminfo: memFree=21464356/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13638620 CPUtime=1783.74 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 659430 0 1 0 178287 87 0 0 21 0 19 0 905785695 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409655 654390 2238 9 0 3400389 0
[pid=27959/tid=27960] ppid=27957 vsize=13638620 CPUtime=1782.33 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 647451 0 1 0 178148 85 0 0 25 0 19 0 905785696 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505766515 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 905785699 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.62 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 4035 0 0 0 62 0 0 0 16 0 19 0 905785702 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.76 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6678 0 0 0 76 0 0 0 15 0 19 0 905785702 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 905785702 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=28024] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/28024/stat : 28024 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 905785866 13965946880 654390 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1783.74
Current children cumulated vsize (KiB) 13638620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/535 28082
/proc/meminfo: memFree=21443000/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=13638620 CPUtime=1800.06 cores=0,2,4,6
/proc/27959/stat : 27959 (java) S 27957 27959 24487 0 -1 4202496 663855 0 1 0 179919 87 0 0 21 0 19 0 905785695 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 3409655 658813 2238 9 0 3400389 0
[pid=27959/tid=27960] ppid=27957 vsize=13638620 CPUtime=1798.65 cores=0,2,4,6
/proc/27959/task/27960/stat : 27960 (java) R 27957 27959 24487 0 -1 4202560 651874 0 1 0 179780 85 0 0 25 0 19 0 905785696 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 46912505965699 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27959/tid=27962] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27968] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27968/stat : 27968 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27969] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27969/stat : 27969 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785698 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27970] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27970/stat : 27970 (java) S 27957 27959 24487 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 905785699 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 0 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27971] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27971/stat : 27971 (java) S 27957 27959 24487 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27972] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27972/stat : 27972 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905785699 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27973] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27973/stat : 27973 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379370417 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27974] ppid=27957 vsize=13638620 CPUtime=0.62 cores=0,2,4,6
/proc/27959/task/27974/stat : 27974 (java) S 27957 27959 24487 0 -1 4202560 4035 0 0 0 62 0 0 0 16 0 19 0 905785702 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 6 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=13638620 CPUtime=0.76 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) S 27957 27959 24487 0 -1 4202560 6678 0 0 0 76 0 0 0 15 0 19 0 905785702 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=27976] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27976/stat : 27976 (java) S 27957 27959 24487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905785702 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379362713 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
[pid=27959/tid=27977] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/27977/stat : 27977 (java) S 27957 27959 24487 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 905785702 13965946880 658813 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 0 0 0 0
[pid=27959/tid=28024] ppid=27957 vsize=13638620 CPUtime=0 cores=0,2,4,6
/proc/27959/task/28024/stat : 28024 (java) S 27957 27959 24487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 905785866 13965946880 658814 33554432000 1073741824 1073778376 140737318903856 18446744073709551615 251379363328 0 4 0 16800975 18446604447884794816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13638620

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

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

[startup+1798.72 s]
/proc/loadavg: 2.00 2.00 1.97 3/535 28082
/proc/meminfo: memFree=21443000/32950928 swapFree=34421304/67111528
[pid=27959] ppid=27957 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/27959/stat : 27959 (java) Z 27957 27959 24487 0 -1 4203548 663895 0 1 0 179920 97 0 0 17 0 2 0 905785695 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27959/statm: 0 0 0 0 0 0 0
[pid=27959/tid=27975] ppid=27957 vsize=0 CPUtime=0.86 cores=0,2,4,6
/proc/27959/task/27975/stat : 27975 (java) R 27957 27959 24487 0 -1 4203588 6678 0 0 0 76 10 0 0 15 0 2 0 905785702 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.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.74
CPU time (s): 1800.2
CPU user time (s): 1799.21
CPU system time (s): 0.989849
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 13638620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663895
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= 36696
involuntary context switches= 4264

runsolver used 9.45356 second user time and 19.971 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-04 04:45:50
IDJOB=3458690
IDBENCH=3039
IDSOLVER=1952
FILE ID=node113/3458690-1307155550
RUNJOBID= node113-1307155550-27922
PBS_JOBID= 13508803
Free space on /tmp= 73788 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458690-1307155550/watcher-3458690-1307155550 -o /tmp/evaluation-result-3458690-1307155550/solver-3458690-1307155550 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458690-1307155550.opb

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

MD5SUM BENCH= 7e6cf7bd8ae3eb2dbe42fe5a31768e13
RANDOM SEED=2053908728

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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:      26495688 kB
Buffers:        267900 kB
Cached:         779448 kB
SwapCached:      13476 kB
Active:        5436936 kB
Inactive:       696604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26495688 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            8972 kB
Writeback:           0 kB
AnonPages:     5084252 kB
Mapped:          28832 kB
Slab:           135576 kB
PageTables:     116780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 168197276 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= 73776 MiB
End job on node113 at 2011-06-04 05:15:51