Trace number 3280381

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) 1301.79 1300.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3280381-1303748166.cnf
0.00/0.09	c reading problem ... 
0.86/0.85	c ... done. Wall clock time 0.752s.
0.86/0.85	c #vars     164158
0.86/0.85	c #constraints  723689
0.86/0.85	c constraints type 
0.86/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118150
0.86/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 599287
15.16/14.51	c cleaning 2483 clauses out of 4967 with flag 5000/5000
35.36/34.11	c cleaning 4226 clauses out of 8452 with flag 11001/11001
58.27/57.04	c cleaning 5550 clauses out of 11186 with flag 18003/18003
86.29/85.04	c cleaning 6742 clauses out of 13612 with flag 26000/26000
116.92/115.61	c cleaning 7886 clauses out of 15857 with flag 35000/35000
156.23/154.97	c cleaning 8954 clauses out of 17963 with flag 45000/45000
198.27/196.93	c cleaning 9951 clauses out of 19970 with flag 56001/56001
249.78/248.46	c cleaning 10949 clauses out of 21928 with flag 68001/68001
299.00/297.60	c cleaning 11921 clauses out of 23949 with flag 81002/81002
353.51/352.13	c cleaning 12967 clauses out of 25994 with flag 95003/95003
412.24/410.85	c cleaning 13959 clauses out of 28016 with flag 110000/110000
472.26/470.86	c cleaning 14949 clauses out of 30036 with flag 126002/126002
538.88/537.45	c cleaning 15967 clauses out of 32037 with flag 143001/143001
609.89/608.49	c cleaning 16918 clauses out of 34021 with flag 161000/161000
683.42/681.93	c cleaning 17972 clauses out of 36090 with flag 180001/180001
755.13/753.68	c cleaning 18911 clauses out of 37974 with flag 200001/200001
831.15/829.68	c cleaning 19995 clauses out of 40035 with flag 221000/221000
919.08/917.57	c cleaning 20953 clauses out of 42027 with flag 243000/243000
1002.80/1001.22	c cleaning 21969 clauses out of 44064 with flag 266001/266001
1092.32/1090.72	c cleaning 22997 clauses out of 46090 with flag 290001/290001
1190.35/1188.73	c cleaning 23964 clauses out of 48057 with flag 315000/315000
1288.37/1286.78	c cleaning 24971 clauses out of 50092 with flag 341001/341001
1301.71/1300.01	c starts		: 700
1301.71/1300.01	c conflicts		: 343874
1301.71/1300.01	c decisions		: 2048099
1301.71/1300.01	c propagations		: 1302830655
1301.71/1300.01	c inspects		: 4335837743
1301.71/1300.01	c shortcuts		: 0
1301.71/1300.01	c learnt literals	: 170
1301.71/1300.01	c learnt binary clauses	: 1460
1301.71/1300.01	c learnt ternary clauses	: 1945
1301.71/1300.01	c learnt constraints	: 343704
1301.71/1300.01	c ignored constraints	: 0
1301.71/1300.01	c root simplifications	: 870
1301.71/1300.01	c removed literals (reason simplification)	: 30953950
1301.71/1300.01	c reason swapping (by a shorter reason)	: 0
1301.71/1300.01	c Calls to reduceDB	: 22
1301.71/1300.01	c speed (assignments/second)	: 1002823.9557499372
1301.71/1300.01	c non guided choices	1786
1301.71/1300.03	c learnt constraints type 
1301.71/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1383
1301.71/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26596
1301.71/1300.03	c constraints type 
1301.71/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118150
1301.71/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 599287
1301.71/1300.03	s UNKNOWN
1301.71/1300.03	c Total wall clock time (in seconds) : 1299.916

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

running on 2 cores: 0,2

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: 3.02 3.70 2.96 4/220 26665
/proc/meminfo: memFree=22379856/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=256 CPUtime=0 cores=0,2
/proc/26665/stat : 26665 (java) R 26663 26665 26342 0 -1 4194304 269 0 0 0 0 0 0 0 21 0 1 0 486419452 262144 33 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218366001195 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26665/statm: 64 33 24 9 0 23 0

[startup+0.013894 s]
/proc/loadavg: 3.02 3.70 2.96 4/220 26665
/proc/meminfo: memFree=22379856/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=35788 CPUtime=0 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 1325 0 0 0 0 0 0 0 21 0 2 0 486419452 36646912 1026 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 8947 1026 790 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100833 s]
/proc/loadavg: 3.02 3.70 2.96 4/220 26665
/proc/meminfo: memFree=22379856/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 9887 0 1 0 7 1 0 0 21 0 18 0 486419452 7751618560 9583 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1892485 9583 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.314525 s]
/proc/loadavg: 3.02 3.70 2.96 4/220 26665
/proc/meminfo: memFree=22379856/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7638060 CPUtime=0.38 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 14566 0 1 0 37 1 0 0 21 0 18 0 486419452 7821373440 14116 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1909515 14116 2196 9 0 1900253 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7638060

[startup+0.700765 s]
/proc/loadavg: 3.02 3.70 2.96 4/220 26665
/proc/meminfo: memFree=22379856/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7638060 CPUtime=0.76 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 27094 0 1 0 73 3 0 0 21 0 18 0 486419452 7821373440 26624 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1909515 26625 2197 9 0 1900253 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 7638060

[startup+1.5006 s]
/proc/loadavg: 3.02 3.70 2.96 7/239 26684
/proc/meminfo: memFree=22256644/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=1.92 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 36707 0 1 0 187 5 0 0 21 0 19 0 486419452 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 33314 2221 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=1.19 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 30178 0 1 0 115 4 0 0 18 0 19 0 486419452 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505739872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 486419455 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.36 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) R 26663 26665 26342 0 -1 4202560 1578 0 0 0 36 0 0 0 16 0 19 0 486419458 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 47932294428289 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=0.35 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) R 26663 26665 26342 0 -1 4202560 3789 0 0 0 35 0 0 0 19 0 19 0 486419458 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 33314 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7641092

[startup+3.10138 s]
/proc/loadavg: 3.02 3.70 2.96 5/239 26686
/proc/meminfo: memFree=22269540/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=3.65 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 38863 0 1 0 360 5 0 0 21 0 19 0 486419452 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 34399 2222 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=2.79 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 30326 0 1 0 275 4 0 0 20 0 19 0 486419452 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505544851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 486419455 7824478208 34399 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.38 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1579 0 0 0 38 0 0 0 15 0 19 0 486419458 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=0.45 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 5796 0 0 0 45 0 0 0 15 0 19 0 486419458 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 34400 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7641092

[startup+6.30077 s]
/proc/loadavg: 3.10 3.71 2.97 7/262 26714
/proc/meminfo: memFree=22137332/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=6.96 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 39155 0 1 0 691 5 0 0 21 0 19 0 486419452 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 34678 2225 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=5.99 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 30606 0 1 0 595 4 0 0 25 0 19 0 486419452 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505849139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419454 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 486419455 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419456 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.39 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1579 0 0 0 39 0 0 0 15 0 19 0 486419458 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=0.55 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 5808 0 0 0 55 0 0 0 15 0 19 0 486419458 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 34678 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 7641092

[startup+12.7017 s]

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

[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 188 0 0 0 14 0 0 0 16 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0.12 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 2798 0 0 0 12 0 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0.11 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 4 0 0 0 11 0 0 0 16 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=4.52 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 22494 0 0 0 449 3 0 0 15 0 19 0 486419455 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.43 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1590 0 0 0 43 0 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=1.01 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 12999 0 0 0 99 2 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.94
Current children cumulated vsize (KiB) 7641092

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/262 26793
/proc/meminfo: memFree=22250868/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=1183.95 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 91013 0 1 0 118380 15 0 0 21 0 19 0 486419452 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 81027 2253 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=1177.01 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 31478 0 1 0 117695 6 0 0 25 0 19 0 486419452 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505739670 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0.15 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 9600 0 0 0 14 1 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0.17 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 6586 0 0 0 16 1 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0.1 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1253 0 0 0 10 0 0 0 16 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0.07 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0.04 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 795 0 0 0 4 0 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 188 0 0 0 14 0 0 0 16 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0.12 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 2798 0 0 0 12 0 0 0 15 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0.11 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 4 0 0 0 11 0 0 0 16 0 19 0 486419454 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=4.52 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 22494 0 0 0 449 3 0 0 15 0 19 0 486419455 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.43 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1590 0 0 0 43 0 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=1.01 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 12999 0 0 0 99 2 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 81027 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.95
Current children cumulated vsize (KiB) 7641092

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.72 5/262 26795
/proc/meminfo: memFree=22249844/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=1243.97 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 91019 0 1 0 124382 15 0 0 21 0 19 0 486419452 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 81028 2253 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=1236.78 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 31479 0 1 0 123672 6 0 0 25 0 19 0 486419452 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505849262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0.15 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 9600 0 0 0 14 1 0 0 16 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0.17 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 6586 0 0 0 16 1 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0.1 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1253 0 0 0 10 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0.07 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0.04 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 795 0 0 0 4 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 188 0 0 0 14 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 2798 0 0 0 14 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0.13 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 5 0 0 0 13 0 0 0 15 0 19 0 486419454 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=4.73 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 22496 0 0 0 470 3 0 0 15 0 19 0 486419455 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.43 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1590 0 0 0 43 0 0 0 15 0 19 0 486419458 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=1.01 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 12999 0 0 0 99 2 0 0 15 0 19 0 486419458 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 81028 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.97
Current children cumulated vsize (KiB) 7641092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.53 3.88 3.69 4/238 26816
/proc/meminfo: memFree=22614112/32951124 swapFree=67051468/67111528
[pid=26665] ppid=26663 vsize=7641092 CPUtime=1301.71 cores=0,2
/proc/26665/stat : 26665 (java) S 26663 26665 26342 0 -1 4202496 96125 0 1 0 130155 16 0 0 21 0 19 0 486419452 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26665/statm: 1910273 86127 2253 9 0 1901011 0
[pid=26665/tid=26667] ppid=26663 vsize=7641092 CPUtime=1294.25 cores=0,2
/proc/26665/task/26667/stat : 26667 (java) R 26663 26665 26342 0 -1 4202560 31480 0 1 0 129419 6 0 0 25 0 19 0 486419452 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 46912505739694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26665/tid=26668] ppid=26663 vsize=7641092 CPUtime=0.17 cores=0,2
/proc/26665/task/26668/stat : 26668 (java) S 26663 26665 26342 0 -1 4202560 13557 0 0 0 16 1 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26669] ppid=26663 vsize=7641092 CPUtime=0.2 cores=0,2
/proc/26665/task/26669/stat : 26669 (java) S 26663 26665 26342 0 -1 4202560 7445 0 0 0 19 1 0 0 16 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26670] ppid=26663 vsize=7641092 CPUtime=0.1 cores=0,2
/proc/26665/task/26670/stat : 26670 (java) S 26663 26665 26342 0 -1 4202560 1253 0 0 0 10 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26671] ppid=26663 vsize=7641092 CPUtime=0.07 cores=0,2
/proc/26665/task/26671/stat : 26671 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26672] ppid=26663 vsize=7641092 CPUtime=0.04 cores=0,2
/proc/26665/task/26672/stat : 26672 (java) S 26663 26665 26342 0 -1 4202560 795 0 0 0 4 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26673] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26673/stat : 26673 (java) S 26663 26665 26342 0 -1 4202560 188 0 0 0 14 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26674] ppid=26663 vsize=7641092 CPUtime=0.14 cores=0,2
/proc/26665/task/26674/stat : 26674 (java) S 26663 26665 26342 0 -1 4202560 2798 0 0 0 14 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26675] ppid=26663 vsize=7641092 CPUtime=0.13 cores=0,2
/proc/26665/task/26675/stat : 26675 (java) S 26663 26665 26342 0 -1 4202560 5 0 0 0 13 0 0 0 15 0 19 0 486419454 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26676] ppid=26663 vsize=7641092 CPUtime=4.94 cores=0,2
/proc/26665/task/26676/stat : 26676 (java) S 26663 26665 26342 0 -1 4202560 22781 0 0 0 491 3 0 0 15 0 19 0 486419455 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 0 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
[pid=26665/tid=26677] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26677/stat : 26677 (java) S 26663 26665 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26678] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26678/stat : 26678 (java) S 26663 26665 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486419456 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26679] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26679/stat : 26679 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382780849 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26680] ppid=26663 vsize=7641092 CPUtime=0.43 cores=0,2
/proc/26665/task/26680/stat : 26680 (java) S 26663 26665 26342 0 -1 4202560 1590 0 0 0 43 0 0 0 15 0 19 0 486419458 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26681] ppid=26663 vsize=7641092 CPUtime=1.01 cores=0,2
/proc/26665/task/26681/stat : 26681 (java) S 26663 26665 26342 0 -1 4202560 12999 0 0 0 99 2 0 0 15 0 19 0 486419458 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26682] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26682/stat : 26682 (java) S 26663 26665 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486419458 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773145 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26683] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26683/stat : 26683 (java) S 26663 26665 26342 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 486419458 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 2 0 0 0
[pid=26665/tid=26684] ppid=26663 vsize=7641092 CPUtime=0 cores=0,2
/proc/26665/task/26684/stat : 26684 (java) S 26663 26665 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486419550 7824478208 86127 33554432000 1073741824 1073778376 140737284654144 18446744073709551615 218382773760 0 4 0 16800975 18446604453934443200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.71
Current children cumulated vsize (KiB) 7641092

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.06
CPU time (s): 1301.79
CPU user time (s): 1301.61
CPU system time (s): 0.177972
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 7641092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.61
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96157
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= 27215
involuntary context switches= 6817

runsolver used 2.28865 second user time and 4.82627 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 18:16:07
IDJOB=3280381
IDBENCH=20386
IDSOLVER=1611
FILE ID=node101/3280381-1303748166
RUNJOBID= node101-1303746818-26361
PBS_JOBID= 13154061
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.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-3280381-1303748166/watcher-3280381-1303748166 -o /tmp/evaluation-result-3280381-1303748166/solver-3280381-1303748166 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280381-1303748166.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=2038301676

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      22380136 kB
Buffers:       2073732 kB
Cached:        7164416 kB
SwapCached:      33708 kB
Active:        7042860 kB
Inactive:      3057280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22380136 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           27988 kB
Writeback:           0 kB
AnonPages:      849440 kB
Mapped:          17460 kB
Slab:           404744 kB
PageTables:       7396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14761788 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= 71756 MiB
End job on node101 at 2011-04-25 18:37:49