Trace number 3291605

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 core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1302.47 1300.09

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.08/0.10	c no version file found!!!
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		6997539544
0.08/0.10	c Max memory 		7034241024
0.08/0.10	c Total memory 		7034241024
0.08/0.10	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3291605-1303791400.cnf
0.08/0.10	c reading problem ... 
4.45/4.38	c ... done. Wall clock time 4.292s.
4.45/4.38	c #vars     985042
4.45/4.38	c #constraints  3112783
4.45/4.38	c constraints type 
4.45/4.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1621456
4.45/4.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1491034
97.50/96.75	c cleaning 2262 clauses out of 4999 with flag 5000/5000
196.06/194.47	c cleaning 3916 clauses out of 8367 with flag 11001/11001
320.25/318.50	c cleaning 5547 clauses out of 11450 with flag 18000/18000
445.83/444.01	c cleaning 6670 clauses out of 13897 with flag 26000/26000
586.82/584.97	c cleaning 7542 clauses out of 15892 with flag 35000/35000
712.72/710.70	c cleaning 8600 clauses out of 18310 with flag 45000/45000
865.41/863.37	c cleaning 9701 clauses out of 20133 with flag 56000/56000
1043.50/1041.34	c cleaning 10474 clauses out of 21877 with flag 68001/68001
1247.69/1245.49	c cleaning 11082 clauses out of 23724 with flag 81000/81000
1302.38/1300.01	c starts		: 307
1302.38/1300.01	c conflicts		: 84848
1302.38/1300.01	c decisions		: 535290
1302.38/1300.01	c propagations		: 1415674334
1302.38/1300.01	c inspects		: 3126795956
1302.38/1300.01	c shortcuts		: 0
1302.38/1300.01	c learnt literals	: 114
1302.38/1300.01	c learnt binary clauses	: 4519
1302.38/1300.01	c learnt ternary clauses	: 14086
1302.38/1300.01	c learnt constraints	: 84734
1302.38/1300.01	c ignored constraints	: 0
1302.38/1300.01	c root simplifications	: 421
1302.38/1300.01	c removed literals (reason simplification)	: 1927479
1302.38/1300.01	c reason swapping (by a shorter reason)	: 0
1302.38/1300.01	c Calls to reduceDB	: 9
1302.38/1300.01	c speed (assignments/second)	: 1092658.312905596
1302.38/1300.01	c non guided choices	980
1302.38/1300.03	c learnt constraints type 
1302.38/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3962
1302.38/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12512
1302.38/1300.03	c constraints type 
1302.38/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1621456
1302.38/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1491034
1302.38/1300.03	s UNKNOWN
1302.38/1300.03	c Total wall clock time (in seconds) : 1299.923

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3291605-1303791400/watcher-3291605-1303791400 -o /tmp/evaluation-result-3291605-1303791400/solver-3291605-1303791400 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291605-1303791400.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 1.27 2.08 4/243 14144
/proc/meminfo: memFree=23235880/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=31604 CPUtime=0 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 1254 0 0 0 0 0 0 0 18 0 2 0 569370916 32362496 972 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 7901 975 747 9 0 386 0
[pid=14144/tid=14145] ppid=14142 vsize=31608 CPUtime=0 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 168 0 0 0 0 0 0 0 19 0 2 0 569370916 32366592 1000 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252458187424 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0442751 s]
/proc/loadavg: 0.85 1.27 2.08 4/243 14144
/proc/meminfo: memFree=23235880/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 8883 0 1 0 3 0 0 0 18 0 13 0 569370916 7745896448 8579 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1891088 8580 1684 9 0 1881836 0
[pid=14144/tid=14145] ppid=14142 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 7736 0 1 0 3 0 0 0 23 0 13 0 569370916 7745896448 8580 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469892555 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100275 s]
/proc/loadavg: 0.85 1.27 2.08 4/243 14144
/proc/meminfo: memFree=23235880/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 13644 0 1 0 7 1 0 0 18 0 18 0 569370916 7751618560 13342 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1892485 13365 1757 9 0 1883223 0
[pid=14144/tid=14145] ppid=14142 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 12507 0 1 0 7 1 0 0 25 0 18 0 569370916 7751618560 13378 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 47269747324552 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.338241 s]
/proc/loadavg: 0.85 1.27 2.08 4/243 14144
/proc/meminfo: memFree=23235880/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7637324 CPUtime=0.45 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 29963 0 1 0 42 3 0 0 18 0 18 0 569370916 7820619776 29403 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1909331 29405 2204 9 0 1900069 0
[pid=14144/tid=14145] ppid=14142 vsize=7637324 CPUtime=0.32 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 27446 0 1 0 29 3 0 0 18 0 18 0 569370916 7820619776 29405 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505517160 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7637324

[startup+0.701148 s]
/proc/loadavg: 0.85 1.27 2.08 4/243 14144
/proc/meminfo: memFree=23235880/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7637324 CPUtime=0.85 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 48930 0 1 0 79 6 0 0 18 0 18 0 569370916 7820619776 48292 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1909331 48294 2204 9 0 1900069 0
[pid=14144/tid=14145] ppid=14142 vsize=7637324 CPUtime=0.68 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 46328 0 1 0 63 5 0 0 18 0 18 0 569370916 7820619776 48295 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505517174 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7637324

[startup+1.50702 s]
/proc/loadavg: 1.42 1.38 2.11 5/261 14162
/proc/meminfo: memFree=22960608/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7637324 CPUtime=1.65 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 72880 0 1 0 156 9 0 0 18 0 18 0 569370916 7820619776 72241 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1909331 72242 2206 9 0 1900069 0
[pid=14144/tid=14145] ppid=14142 vsize=7637324 CPUtime=1.49 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 70273 0 1 0 140 9 0 0 19 0 18 0 569370916 7820619776 72242 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505558334 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 569370917 7820619776 72243 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 72244 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 72244 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 72245 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 72245 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 72245 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 72246 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 72247 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 569370918 7820619776 72247 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 569370919 7820619776 72248 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 569370919 7820619776 72248 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 569370921 7820619776 72249 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7637324 CPUtime=0.05 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 426 0 0 0 5 0 0 0 24 0 18 0 569370921 7820619776 72250 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7637324 CPUtime=0.09 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 1027 0 0 0 9 0 0 0 24 0 18 0 569370921 7820619776 72250 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 569370921 7820619776 72250 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 569370921 7820619776 72251 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 7637324

[startup+3.1007 s]
/proc/loadavg: 1.42 1.38 2.11 9/261 14162
/proc/meminfo: memFree=22828300/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7637324 CPUtime=3.24 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 95562 0 1 0 311 13 0 0 18 0 18 0 569370916 7820619776 94923 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1909331 94923 2206 9 0 1900069 0
[pid=14144/tid=14145] ppid=14142 vsize=7637324 CPUtime=3.08 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 92955 0 1 0 295 13 0 0 25 0 18 0 569370916 7820619776 94924 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505580263 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 569370917 7820619776 94924 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 94924 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 94925 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 569370917 7820619776 94925 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 94925 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 94925 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 94926 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 569370917 7820619776 94926 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 569370918 7820619776 94926 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 569370919 7820619776 94926 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 569370919 7820619776 94927 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 569370921 7820619776 94927 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7637324 CPUtime=0.05 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 426 0 0 0 5 0 0 0 24 0 18 0 569370921 7820619776 94927 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7637324 CPUtime=0.09 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 1027 0 0 0 9 0 0 0 24 0 18 0 569370921 7820619776 94928 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 569370921 7820619776 94928 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7637324 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 569370921 7820619776 94928 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 7637324

[startup+6.30107 s]
/proc/loadavg: 1.63 1.42 2.12 5/262 14163
/proc/meminfo: memFree=22671860/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7642044 CPUtime=6.94 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 129608 0 1 0 675 19 0 0 18 0 19 0 569370916 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1910511 127610 2223 9 0 1901249 0
[pid=14144/tid=14145] ppid=14142 vsize=7642044 CPUtime=6.16 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 123592 0 1 0 598 18 0 0 25 0 19 0 569370916 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505846709 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 569370917 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 569370918 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 569370919 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 569370919 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7642044 CPUtime=0.34 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 2389 0 0 0 34 0 0 0 15 0 19 0 569370921 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7642044 CPUtime=0.41 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 2462 0 0 0 41 0 0 0 15 0 19 0 569370921 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7642044 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 569370921 7825453056 127610 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0

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

[pid=14144/tid=14152] ppid=14142 vsize=7640932 CPUtime=0.1 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 10 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7640932 CPUtime=0.17 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 4 0 0 0 17 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7640932 CPUtime=0.21 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 5215 0 0 0 21 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7640932 CPUtime=13.42 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 98573 0 0 0 1332 10 0 0 18 0 19 0 569370918 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7640932 CPUtime=0.54 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 2788 0 0 0 54 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7640932 CPUtime=0.58 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 3244 0 0 0 58 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14163] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14163/stat : 14163 (java) S 14142 14144 12511 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 569371375 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.6
Current children cumulated vsize (KiB) 7640932

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.45 5/262 14194
/proc/meminfo: memFree=21371356/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7640932 CPUtime=1184.59 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 335320 0 1 0 118415 44 0 0 18 0 19 0 569370916 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1910233 331158 2254 9 0 1900971 0
[pid=14144/tid=14145] ppid=14142 vsize=7640932 CPUtime=1167.09 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 124760 0 1 0 116690 19 0 0 25 0 19 0 569370916 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505698863 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7640932 CPUtime=0.6 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 33948 0 0 0 56 4 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7640932 CPUtime=1.02 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 44828 0 0 0 97 5 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7640932 CPUtime=0.28 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 13326 0 0 0 27 1 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7640932 CPUtime=0.31 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 5528 0 0 0 31 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7640932 CPUtime=0.15 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1884 0 0 0 15 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7640932 CPUtime=0.1 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 10 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7640932 CPUtime=0.17 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 4 0 0 0 17 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7640932 CPUtime=0.21 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 5215 0 0 0 21 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7640932 CPUtime=13.42 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 98573 0 0 0 1332 10 0 0 18 0 19 0 569370918 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7640932 CPUtime=0.54 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 2788 0 0 0 54 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7640932 CPUtime=0.58 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 3244 0 0 0 58 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14163] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14163/stat : 14163 (java) S 14142 14144 12511 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 569371375 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1184.59
Current children cumulated vsize (KiB) 7640932

[startup+1242.31 s]
/proc/loadavg: 4.13 4.00 3.49 5/262 14196
/proc/meminfo: memFree=21340300/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7640932 CPUtime=1244.6 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 335324 0 1 0 124416 44 0 0 18 0 19 0 569370916 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1910233 331158 2254 9 0 1900971 0
[pid=14144/tid=14145] ppid=14142 vsize=7640932 CPUtime=1227.1 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 124760 0 1 0 122691 19 0 0 25 0 19 0 569370916 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505852005 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7640932 CPUtime=0.6 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 33948 0 0 0 56 4 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7640932 CPUtime=1.02 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 44828 0 0 0 97 5 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7640932 CPUtime=0.28 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 13326 0 0 0 27 1 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7640932 CPUtime=0.31 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 5528 0 0 0 31 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7640932 CPUtime=0.15 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1884 0 0 0 15 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7640932 CPUtime=0.1 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 10 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7640932 CPUtime=0.17 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 4 0 0 0 17 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7640932 CPUtime=0.21 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 5215 0 0 0 21 0 0 0 15 0 19 0 569370917 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7640932 CPUtime=13.42 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 98573 0 0 0 1332 10 0 0 18 0 19 0 569370918 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7640932 CPUtime=0.54 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 2788 0 0 0 54 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7640932 CPUtime=0.58 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 3244 0 0 0 58 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 569370921 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14163] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14163/stat : 14163 (java) S 14142 14144 12511 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 569371375 7824314368 331158 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.6
Current children cumulated vsize (KiB) 7640932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.81 3.95 3.51 2/193 14257
/proc/meminfo: memFree=22325848/32951124 swapFree=67111348/67111528
[pid=14144] ppid=14142 vsize=7640932 CPUtime=1302.38 cores=4,6
/proc/14144/stat : 14144 (java) S 14142 14144 12511 0 -1 4202496 335332 0 1 0 130194 44 0 0 18 0 19 0 569370916 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14144/statm: 1910233 331159 2254 9 0 1900971 0
[pid=14144/tid=14145] ppid=14142 vsize=7640932 CPUtime=1283.25 cores=4,6
/proc/14144/task/14145/stat : 14145 (java) R 14142 14144 12511 0 -1 4202560 124761 0 1 0 128306 19 0 0 25 0 19 0 569370916 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 46912505851780 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=7640932 CPUtime=0.6 cores=4,6
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 12511 0 -1 4202560 33948 0 0 0 56 4 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=7640932 CPUtime=1.02 cores=4,6
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 12511 0 -1 4202560 44828 0 0 0 97 5 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=7640932 CPUtime=0.28 cores=4,6
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 12511 0 -1 4202560 13326 0 0 0 27 1 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=7640932 CPUtime=0.31 cores=4,6
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 12511 0 -1 4202560 5528 0 0 0 31 0 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=7640932 CPUtime=0.24 cores=4,6
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 12511 0 -1 4202560 1884 0 0 0 24 0 0 0 16 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=7640932 CPUtime=0.1 cores=4,6
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 10 0 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=7640932 CPUtime=0.17 cores=4,6
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 12511 0 -1 4202560 4 0 0 0 17 0 0 0 15 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=7640932 CPUtime=0.29 cores=4,6
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 12511 0 -1 4202560 5216 0 0 0 29 0 0 0 16 0 19 0 569370917 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=7640932 CPUtime=14.88 cores=4,6
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 12511 0 -1 4202560 98575 0 0 0 1478 10 0 0 15 0 19 0 569370918 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 0 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 12511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370919 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14158] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14158/stat : 14158 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469889457 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14159] ppid=14142 vsize=7640932 CPUtime=0.54 cores=4,6
/proc/14144/task/14159/stat : 14159 (java) S 14142 14144 12511 0 -1 4202560 2788 0 0 0 54 0 0 0 15 0 19 0 569370921 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14160] ppid=14142 vsize=7640932 CPUtime=0.58 cores=4,6
/proc/14144/task/14160/stat : 14160 (java) S 14142 14144 12511 0 -1 4202560 3244 0 0 0 58 0 0 0 15 0 19 0 569370921 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14161] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14161/stat : 14161 (java) S 14142 14144 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370921 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469881753 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
[pid=14144/tid=14162] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14162/stat : 14162 (java) S 14142 14144 12511 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 569370921 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 6 0 0 0
[pid=14144/tid=14163] ppid=14142 vsize=7640932 CPUtime=0 cores=4,6
/proc/14144/task/14163/stat : 14163 (java) S 14142 14144 12511 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 569371375 7824314368 331159 33554432000 1073741824 1073778376 140733598758192 18446744073709551615 252469882368 0 4 0 16800975 18446604453864448192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1302.38
Current children cumulated vsize (KiB) 7640932

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

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

Child status: 143
Real time (s): 1300.09
CPU time (s): 1302.47
CPU user time (s): 1301.97
CPU system time (s): 0.505923
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 7645036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.97
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335363
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= 26933
involuntary context switches= 5475

runsolver used 2.21466 second user time and 4.89426 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 06:16:44
IDJOB=3291605
IDBENCH=84238
IDSOLVER=1611
FILE ID=node111/3291605-1303791400
RUNJOBID= node111-1303791400-14049
PBS_JOBID= 13157239
Free space on /tmp= 70880 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291605-1303791400/watcher-3291605-1303791400 -o /tmp/evaluation-result-3291605-1303791400/solver-3291605-1303791400 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291605-1303791400.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1817048860

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      23236408 kB
Buffers:       1243820 kB
Cached:        7549144 kB
SwapCached:        132 kB
Active:        3320520 kB
Inactive:      5912888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23236408 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           96328 kB
Writeback:           0 kB
AnonPages:      439776 kB
Mapped:          23424 kB
Slab:           416336 kB
PageTables:       6340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22037352 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= 70912 MiB
End job on node111 at 2011-04-26 06:38:26