Trace number 3493009

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08? (TO) 1800.18 1797.16

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-2_wcsp.wbo
MD5SUM4279ee44886a475273bf158c4a05b4f8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables22540
Total number of constraints1101088
Number of soft constraints1098834
Number of constraints which are clauses1098834
Number of constraints which are cardinality constraints (but not clauses)2254
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 899
Min constraint cost 1
Max constraint cost 899
Sum of constraints costs 980594130
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3493009-1307913789.wbo
0.10/0.10	c reading problem ... 
8.69/7.38	c ... done. Wall clock time 7.28s.
8.69/7.38	c #vars     1121374
8.69/7.38	c #constraints  2194095
8.69/7.38	c constraints type 
8.69/7.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1093006
8.69/7.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 2254
8.69/7.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8082
8.69/7.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1686.52/1684.64	c cleaning 2425 clauses out of 5000 with flag 5000/5000
1800.01/1797.01	c starts		: 25
1800.01/1797.01	c conflicts		: 5558
1800.01/1797.01	c decisions		: 4896149
1800.01/1797.01	c propagations		: 11353767
1800.01/1797.01	c inspects		: 28119516
1800.01/1797.01	c shortcuts		: 0
1800.01/1797.01	c learnt literals	: 0
1800.01/1797.01	c learnt binary clauses	: 1002
1800.01/1797.01	c learnt ternary clauses	: 819
1800.01/1797.01	c learnt constraints	: 5558
1800.01/1797.01	c ignored constraints	: 0
1800.01/1797.01	c root simplifications	: 0
1800.01/1797.01	c removed literals (reason simplification)	: 473
1800.01/1797.01	c reason swapping (by a shorter reason)	: 0
1800.01/1797.01	c Calls to reduceDB	: 1
1800.01/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.01	c number of learned constraints concerned by reduction	: 0
1800.01/1797.01	c number of learning phase by resolution	: 0
1800.01/1797.01	c number of learning phase by cutting planes	: 0
1800.01/1797.01	c speed (assignments/second)	: 6344.222777646465
1800.01/1797.01	c non guided choices	481559
1800.01/1797.01	c learnt constraints type 
1800.01/1797.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1002
1800.01/1797.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2131
1800.01/1797.01	c constraints type 
1800.01/1797.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1093006
1800.01/1797.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 2254
1800.01/1797.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8082
1800.01/1797.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1797.01	s UNKNOWN
1800.01/1797.01	c Total wall clock time (in seconds): 1796.908

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3493009-1307913789/watcher-3493009-1307913789 -o /var/tmp/evaluation-result-3493009-1307913789/solver-3493009-1307913789 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493009-1307913789.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 2/195 27723
/proc/meminfo: memFree=10116680/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 1127 0 0 0 0 0 0 0 25 0 2 0 981609563 24580096 863 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 6001 864 652 9 0 381 0
[pid=27723/tid=27724] ppid=27721 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 2 0 981609564 24580096 864 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.066021 s]
/proc/loadavg: 2.07 2.02 2.00 2/195 27723
/proc/meminfo: memFree=10116680/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 11766 0 1 0 4 1 0 0 25 0 18 0 981609563 10724302848 11461 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2618238 11466 1742 9 0 2608972 0
[pid=27723/tid=27724] ppid=27721 vsize=10472952 CPUtime=0.04 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 10595 0 1 0 4 0 0 0 25 0 18 0 981609564 10724302848 11466 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 47293030612067 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.101027 s]
/proc/loadavg: 2.07 2.02 2.00 2/195 27723
/proc/meminfo: memFree=10116680/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10539936 CPUtime=0.1 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 13107 0 1 0 9 1 0 0 25 0 18 0 981609563 10792894464 12767 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2634984 12767 2092 9 0 2625718 0
[pid=27723/tid=27724] ppid=27721 vsize=10539936 CPUtime=0.08 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 11162 0 1 0 7 1 0 0 25 0 18 0 981609564 10792894464 12768 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 47293030951763 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) 10539936

[startup+0.30498 s]
/proc/loadavg: 2.07 2.02 2.00 2/195 27723
/proc/meminfo: memFree=10116680/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10541340 CPUtime=0.5 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 45304 0 1 0 45 5 0 0 25 0 18 0 981609563 10794332160 44788 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2635335 44749 2198 9 0 2626069 0
[pid=27723/tid=27724] ppid=27721 vsize=10541340 CPUtime=0.29 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 41988 0 1 0 24 5 0 0 25 0 18 0 981609564 10794332160 44749 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 47293026871436 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541340

[startup+0.700948 s]
/proc/loadavg: 2.07 2.02 2.00 2/195 27723
/proc/meminfo: memFree=10116680/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10544732 CPUtime=1.26 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 137884 0 1 0 111 15 0 0 25 0 18 0 981609563 10797805568 135939 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636183 135944 2215 9 0 2626917 0
[pid=27723/tid=27724] ppid=27721 vsize=10544732 CPUtime=0.68 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 131467 0 1 0 54 14 0 0 18 0 18 0 981609564 10797805568 135944 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032222667 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10544732

[startup+1.50076 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27741
/proc/meminfo: memFree=9434536/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10544732 CPUtime=2.07 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 233058 0 1 0 180 27 0 0 25 0 18 0 981609563 10797805568 231113 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636183 231117 2216 9 0 2626917 0
[pid=27723/tid=27724] ppid=27721 vsize=10544732 CPUtime=1.48 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 226642 0 1 0 123 25 0 0 18 0 18 0 981609564 10797805568 231119 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505583627 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231122 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231125 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231128 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981609565 10797805568 231131 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231134 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231137 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231140 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 231142 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 981609566 10797805568 231145 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 981609567 10797805568 231148 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 981609567 10797805568 231151 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 231154 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2592 0 0 0 28 0 0 0 16 0 18 0 981609569 10797805568 231157 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2678 0 0 0 28 0 0 0 15 0 18 0 981609569 10797805568 231160 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 231163 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 981609569 10797805568 231166 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 10544732

[startup+3.1015 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27741
/proc/meminfo: memFree=8909396/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10544732 CPUtime=3.67 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 426566 0 1 0 316 51 0 0 25 0 18 0 981609563 10797805568 424620 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636183 424625 2216 9 0 2626917 0
[pid=27723/tid=27724] ppid=27721 vsize=10544732 CPUtime=3.07 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 420151 0 1 0 258 49 0 0 21 0 18 0 981609564 10797805568 424628 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505673569 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424631 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424634 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424636 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981609565 10797805568 424639 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424642 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424645 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424648 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609565 10797805568 424650 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 981609566 10797805568 424653 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 981609567 10797805568 424656 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 981609567 10797805568 424659 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 424662 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2592 0 0 0 28 0 0 0 15 0 18 0 981609569 10797805568 424665 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2678 0 0 0 28 0 0 0 15 0 18 0 981609569 10797805568 424667 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 424670 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 981609569 10797805568 424673 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 10544732

[startup+6.30088 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27741
/proc/meminfo: memFree=7221708/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10544732 CPUtime=7.63 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 726496 0 1 0 676 87 0 0 25 0 18 0 981609563 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636183 724339 2231 9 0 2626917 0
[pid=27723/tid=27724] ppid=27721 vsize=10544732 CPUtime=6.02 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 650953 0 1 0 525 77 0 0 25 0 18 0 981609564 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505572626 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 565 0 0 0 0 0 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10544732 CPUtime=0.02 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 1048 0 0 0 2 0 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10544732 CPUtime=0.09 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 7284 0 0 0 9 0 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10544732 CPUtime=0.14 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 10296 0 0 0 13 1 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10544732 CPUtime=0.23 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 18505 0 0 0 22 1 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10544732 CPUtime=0.24 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 16982 0 0 0 22 2 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10544732 CPUtime=0.22 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 14438 0 0 0 21 1 0 0 18 0 18 0 981609565 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 981609566 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 981609567 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 981609567 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2592 0 0 0 28 0 0 0 15 0 18 0 981609569 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10544732 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2678 0 0 0 28 0 0 0 15 0 18 0 981609569 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981609569 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10544732 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 981609569 10797805568 724339 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0

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

/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10545760 CPUtime=0.59 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2654 0 0 0 59 0 0 0 15 0 19 0 981609569 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10545760 CPUtime=0.52 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2720 0 0 0 52 0 0 0 15 0 19 0 981609569 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 981609569 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27742] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27742/stat : 27742 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981610343 10798858240 724265 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 10545760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.32 2/190 27818
/proc/meminfo: memFree=7351948/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10545760 CPUtime=1725.31 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 953136 0 1 0 172417 114 0 0 25 0 19 0 981609563 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636440 950543 2262 9 0 2627174 0
[pid=27723/tid=27724] ppid=27721 vsize=10545760 CPUtime=1720.3 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 651017 0 1 0 171952 78 0 0 25 0 19 0 981609564 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505982744 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10545760 CPUtime=0.34 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 27589 0 0 0 31 3 0 0 16 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10545760 CPUtime=0.3 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 32988 0 0 0 26 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 16561 0 0 0 18 1 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10545760 CPUtime=0.18 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 12539 0 0 0 18 0 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 15991 0 0 0 17 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10545760 CPUtime=0.29 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 20802 0 0 0 27 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 31736 0 0 0 37 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 30684 0 0 0 38 3 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10545760 CPUtime=1.41 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 106585 0 0 0 131 10 0 0 15 0 19 0 981609566 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10545760 CPUtime=0.61 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2661 0 0 0 61 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10545760 CPUtime=0.55 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2730 0 0 0 55 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27742] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27742/stat : 27742 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981610343 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 10545760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/190 27819
/proc/meminfo: memFree=7351616/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10545760 CPUtime=1785.31 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 953140 0 1 0 178417 114 0 0 25 0 19 0 981609563 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636440 950543 2262 9 0 2627174 0
[pid=27723/tid=27724] ppid=27721 vsize=10545760 CPUtime=1780.3 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 651017 0 1 0 177952 78 0 0 25 0 19 0 981609564 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505580236 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10545760 CPUtime=0.34 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 27589 0 0 0 31 3 0 0 16 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10545760 CPUtime=0.3 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 32988 0 0 0 26 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 16561 0 0 0 18 1 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10545760 CPUtime=0.18 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 12539 0 0 0 18 0 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 15991 0 0 0 17 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10545760 CPUtime=0.29 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 20802 0 0 0 27 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 31736 0 0 0 37 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 30684 0 0 0 38 3 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10545760 CPUtime=1.41 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 106585 0 0 0 131 10 0 0 15 0 19 0 981609566 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10545760 CPUtime=0.61 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2661 0 0 0 61 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10545760 CPUtime=0.55 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2730 0 0 0 55 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27742] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27742/stat : 27742 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981610343 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 10545760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.00 1.02 1.29 2/190 27820
/proc/meminfo: memFree=7351584/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=10545760 CPUtime=1800.01 cores=0,2,4,6
/proc/27723/stat : 27723 (java) S 27721 27723 24181 0 -1 4202496 953140 0 1 0 179887 114 0 0 25 0 19 0 981609563 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 2636440 950543 2262 9 0 2627174 0
[pid=27723/tid=27724] ppid=27721 vsize=10545760 CPUtime=1795 cores=0,2,4,6
/proc/27723/task/27724/stat : 27724 (java) R 27721 27723 24181 0 -1 4202560 651017 0 1 0 179422 78 0 0 25 0 19 0 981609564 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 46912505580267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27723/tid=27726] ppid=27721 vsize=10545760 CPUtime=0.34 cores=0,2,4,6
/proc/27723/task/27726/stat : 27726 (java) S 27721 27723 24181 0 -1 4202560 27589 0 0 0 31 3 0 0 16 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27727] ppid=27721 vsize=10545760 CPUtime=0.3 cores=0,2,4,6
/proc/27723/task/27727/stat : 27727 (java) S 27721 27723 24181 0 -1 4202560 32988 0 0 0 26 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27728] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27728/stat : 27728 (java) S 27721 27723 24181 0 -1 4202560 16561 0 0 0 18 1 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27729] ppid=27721 vsize=10545760 CPUtime=0.18 cores=0,2,4,6
/proc/27723/task/27729/stat : 27729 (java) S 27721 27723 24181 0 -1 4202560 12539 0 0 0 18 0 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=10545760 CPUtime=0.19 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) S 27721 27723 24181 0 -1 4202560 15991 0 0 0 17 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27731] ppid=27721 vsize=10545760 CPUtime=0.29 cores=0,2,4,6
/proc/27723/task/27731/stat : 27731 (java) S 27721 27723 24181 0 -1 4202560 20802 0 0 0 27 2 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
[pid=27723/tid=27732] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27732/stat : 27732 (java) S 27721 27723 24181 0 -1 4202560 31736 0 0 0 37 4 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27733] ppid=27721 vsize=10545760 CPUtime=0.41 cores=0,2,4,6
/proc/27723/task/27733/stat : 27733 (java) S 27721 27723 24181 0 -1 4202560 30684 0 0 0 38 3 0 0 18 0 19 0 981609565 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27734] ppid=27721 vsize=10545760 CPUtime=1.41 cores=0,2,4,6
/proc/27723/task/27734/stat : 27734 (java) S 27721 27723 24181 0 -1 4202560 106585 0 0 0 131 10 0 0 15 0 19 0 981609566 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 0 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27735] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27735/stat : 27735 (java) S 27721 27723 24181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27736] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27736/stat : 27736 (java) S 27721 27723 24181 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981609567 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27737] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27737/stat : 27737 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032219569 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27738] ppid=27721 vsize=10545760 CPUtime=0.61 cores=0,2,4,6
/proc/27723/task/27738/stat : 27738 (java) S 27721 27723 24181 0 -1 4202560 2661 0 0 0 61 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 0 0 0 0
[pid=27723/tid=27739] ppid=27721 vsize=10545760 CPUtime=0.55 cores=0,2,4,6
/proc/27723/task/27739/stat : 27739 (java) S 27721 27723 24181 0 -1 4202560 2730 0 0 0 55 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27740] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27740/stat : 27740 (java) S 27721 27723 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032211865 0 4 0 16800975 18446604453907998592 0 0 -1 2 0 0 0
[pid=27723/tid=27741] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27741/stat : 27741 (java) S 27721 27723 24181 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 981609569 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 4 0 0 0
[pid=27723/tid=27742] ppid=27721 vsize=10545760 CPUtime=0 cores=0,2,4,6
/proc/27723/task/27742/stat : 27742 (java) S 27721 27723 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981610343 10798858240 950543 33554432000 1073741824 1073778376 140735781247056 18446744073709551615 260032212480 0 4 0 16800975 18446604453907998592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10545760

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

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

[startup+1797.11 s]
/proc/loadavg: 1.00 1.02 1.29 2/190 27820
/proc/meminfo: memFree=7351584/32951124 swapFree=67056304/67111528
[pid=27723] ppid=27721 vsize=0 CPUtime=1800.12 cores=0,2,4,6
/proc/27723/stat : 27723 (java) Z 27721 27723 24181 0 -1 4203548 953168 0 1 0 179888 124 0 0 17 0 2 0 981609563 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27723/statm: 0 0 0 0 0 0 0
[pid=27723/tid=27730] ppid=27721 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/27723/task/27730/stat : 27730 (java) R 27721 27723 24181 0 -1 4203588 15991 0 0 0 17 11 0 0 18 0 2 0 981609565 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.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.16
CPU time (s): 1800.18
CPU user time (s): 1798.89
CPU system time (s): 1.2928
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 10545760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.2928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953168
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= 36774
involuntary context switches= 2805

runsolver used 3.24851 second user time and 6.56 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 23:23:10
IDJOB=3493009
IDBENCH=79620
IDSOLVER=1982
FILE ID=node110/3493009-1307913789
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
Free space on /var/tmp= 2832 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-2_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3493009-1307913789/watcher-3493009-1307913789 -o /var/tmp/evaluation-result-3493009-1307913789/solver-3493009-1307913789 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493009-1307913789.wbo

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

MD5SUM BENCH= 4279ee44886a475273bf158c4a05b4f8
RANDOM SEED=1241756411

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10117100 kB
Buffers:         59296 kB
Cached:       21009760 kB
SwapCached:       9144 kB
Active:        6800596 kB
Inactive:     15316568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10117100 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           45184 kB
Writeback:           0 kB
AnonPages:     1045588 kB
Mapped:          21576 kB
Slab:           650852 kB
PageTables:       6868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10547260 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 /var/tmp at the end= 2840 MiB
End job on node110 at 2011-06-12 23:53:09