Trace number 3500779

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 MUS 2.3.0-SNAPSHOT 2011-02-06Wrong Cert. 3.59245 10.039

General information on the benchmark

Namegmus/nadel/
edn_2948_4.cnf_0.07000000.unsat.gcnf
MD5SUM3350375b68160091418231acba8a34cc
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.418935
Satisfiable
(Un)Satisfiability was proved
Number of variables245687
Number of clauses709392
Sum of the clauses size1645921
Maximum clause length3
Minimum clause length1
Number of clauses of size 11642
Number of clauses of size 2478971
Number of clauses of size 3228779
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3507
Number of clauses in the kernel (group 0)688790
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 8

Solver Data

0.05/5.81	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/5.81	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/5.81	c See www.sat4j.org for details.
0.05/5.86	c version 2.3.0.v20110206
0.05/5.86	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/5.86	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/5.86	c java.vm.version	19.1-b02
0.05/5.86	c java.vm.vendor	Sun Microsystems Inc.
0.05/5.86	c sun.arch.data.model	64
0.05/5.86	c java.version		1.6.0_24
0.05/5.86	c os.name		Linux
0.05/5.86	c os.version		2.6.18-164.el5
0.05/5.86	c os.arch		amd64
0.05/5.86	c Free memory 		5997854704
0.05/5.86	c Max memory 		6029312000
0.05/5.86	c Total memory 		6029312000
0.05/5.86	c Number of processors 	8
0.05/5.89	c High Level Explanation (MUS) enabled solver
0.05/5.89	c Deletion based minimization strategy
0.05/5.89	c --- Begin Solver configuration ---
0.05/5.89	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.05/5.89	c Learn all clauses as in MiniSAT
0.05/5.89	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/5.89	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/5.89	c Expensive reason simplification
0.05/5.89	c Armin Biere (Picosat) restarts strategy
0.05/5.89	c Glucose learned constraints deletion strategy
0.05/5.89	c timeout=2147483647s
0.05/5.89	c DB Simplification allowed=true
0.05/5.89	c --- End Solver configuration ---
0.05/5.89	c solving HOME/instance-3500779-1308036278.gcnf
0.05/5.89	c reading problem ... 
1.38/8.28	c ... done. Wall clock time 2.389s.
1.38/8.28	c #vars     249194
1.38/8.28	c #constraints  709392
1.38/8.28	c constraints type 
1.38/8.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 247741
1.38/8.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461649
1.72/8.47	c Unsat detection wall clock time (in seconds) : 2.578
1.72/8.47	c Size of initial high level unsat subformula: 7
1.72/8.47	c Computing high level MUS ...
1.72/8.47	c initial unsat core 1564 1563 1561 1560 1559 1558 1557 
1.72/8.47	c checking 1564 ...
1.72/8.49	c not needed.
1.72/8.49	c checking 1563 ...
2.39/8.93	c mandatory.
2.39/8.93	c checking 1561 ...
2.63/9.15	c mandatory.
2.63/9.15	c checking 1560 ...
2.85/9.33	c mandatory.
2.85/9.33	c checking 1559 ...
3.20/9.60	c mandatory.
3.20/9.60	c checking 1558 ...
3.35/9.76	c mandatory.
3.35/9.76	c checking 1557 ...
3.56/9.92	c mandatory.
3.56/9.92	c starts		: 6
3.56/9.92	c conflicts		: 22
3.56/9.92	c decisions		: 119938
3.56/9.92	c propagations		: 2076783
3.56/9.92	c inspects		: 4618108
3.56/9.92	c shortcuts		: 0
3.56/9.92	c learnt literals	: 0
3.56/9.92	c learnt binary clauses	: 3
3.56/9.92	c learnt ternary clauses	: 15
3.56/9.92	c learnt constraints	: 22
3.56/9.92	c ignored constraints	: 0
3.56/9.92	c root simplifications	: 0
3.56/9.92	c removed literals (reason simplification)	: 0
3.56/9.92	c reason swapping (by a shorter reason)	: 0
3.56/9.92	c Calls to reduceDB	: 0
3.56/9.92	c speed (assignments/second)	: 1.3144196202531645E7
3.56/9.92	c non guided choices	119903
3.56/9.92	c learnt constraints type 
3.56/9.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
3.56/9.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19
3.56/9.92	c Size of the high level MUS: 6
3.56/9.92	c Unsat core  computation wall clock time (in seconds) : 1.452
3.56/9.92	c starts		: 6
3.56/9.92	c conflicts		: 22
3.56/9.92	c decisions		: 119938
3.56/9.92	c propagations		: 2076783
3.56/9.92	c inspects		: 4618108
3.56/9.92	c shortcuts		: 0
3.56/9.92	c learnt literals	: 0
3.56/9.92	c learnt binary clauses	: 3
3.56/9.92	c learnt ternary clauses	: 15
3.56/9.92	c learnt constraints	: 22
3.56/9.92	c ignored constraints	: 0
3.56/9.92	c root simplifications	: 0
3.56/9.92	c removed literals (reason simplification)	: 0
3.56/9.92	c reason swapping (by a shorter reason)	: 0
3.56/9.92	c Calls to reduceDB	: 0
3.56/9.92	c speed (assignments/second)	: 1.3061528301886791E7
3.56/9.92	c non guided choices	119903
3.56/9.92	c learnt constraints type 
3.56/9.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
3.56/9.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19
3.56/9.92	c constraints type 
3.56/9.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 247741
3.56/9.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461649
3.56/9.92	s UNSATISFIABLE
3.56/9.92	v 1557 1558 1559 1560 1561 1563 0
3.56/9.92	c Total wall clock time (in seconds) : 4.031

Verifier Data

ERROR: gmus minus group 1557 is unsatisfiable

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3500779-1308036278/watcher-3500779-1308036278 -o /tmp/evaluation-result-3500779-1308036278/solver-3500779-1308036278 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500779-1308036278.gcnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.53 0.11 0.04 1/177 25987
/proc/meminfo: memFree=31869600/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=11804 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (runsolver) S 25985 25987 25945 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 1 0 915225520 12087296 51 33554432000 4194304 5436572 140735643534256 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/25987/statm: 2951 51 31 304 0 2643 0

[startup+0.080191 s]
/proc/loadavg: 0.53 0.11 0.04 1/177 25987
/proc/meminfo: memFree=31869600/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=11804 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (runsolver) S 25985 25987 25945 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 1 0 915225520 12087296 51 33554432000 4194304 5436572 140735643534256 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/25987/statm: 2951 51 31 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.101192 s]
/proc/loadavg: 0.53 0.11 0.04 1/177 25987
/proc/meminfo: memFree=31869600/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=11804 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (runsolver) S 25985 25987 25945 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 1 0 915225520 12087296 51 33554432000 4194304 5436572 140735643534256 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/25987/statm: 2951 51 31 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.301144 s]
/proc/loadavg: 0.53 0.11 0.04 1/177 25987
/proc/meminfo: memFree=31869600/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=11804 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (runsolver) S 25985 25987 25945 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 1 0 915225520 12087296 56 33554432000 4194304 5436572 140735643534256 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 1 0 0 0
/proc/25987/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.701052 s]
/proc/loadavg: 0.53 0.11 0.04 1/177 25987
/proc/meminfo: memFree=31869600/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=252 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4194304 77 0 0 0 0 0 0 0 16 0 1 0 915225520 258048 31 33554432000 1073741824 1073778376 140736364841104 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/25987/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+1.5009 s]
/proc/loadavg: 0.53 0.11 0.04 1/178 25988
/proc/meminfo: memFree=31847612/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=252 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4194304 77 0 0 0 0 0 0 0 16 0 1 0 915225520 258048 31 33554432000 1073741824 1073778376 140736364841104 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/25987/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+3.10059 s]
/proc/loadavg: 0.53 0.11 0.04 1/178 25988
/proc/meminfo: memFree=31821368/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=2464 CPUtime=0 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4194304 280 0 0 0 0 0 0 0 15 0 1 0 915225520 2523136 44 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/25987/statm: 616 44 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2464
heavy processes:

[startup+6.30094 s]
/proc/loadavg: 0.73 0.16 0.05 1/194 26010
/proc/meminfo: memFree=31703608/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=6430104 CPUtime=0.11 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4202496 9625 0 1 0 9 2 0 0 16 0 18 0 915225520 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 1607526 9322 2090 9 0 1598264 0
[pid=25987/tid=25989] ppid=25985 vsize=6430104 CPUtime=0.08 cores=1,3
/proc/25987/task/25989/stat : 25989 (java) D 25985 25987 25945 0 -1 4202560 7890 0 1 0 7 1 0 0 18 0 18 0 915225866 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512518603 0 4 0 16800975 18446744071562234166 0 0 -1 1 0 0 34
[pid=25987/tid=26000] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26000/stat : 26000 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26001] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26001/stat : 26001 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26002] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26002/stat : 26002 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26003] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26003/stat : 26003 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26004] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26004/stat : 26004 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26005] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26005/stat : 26005 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26006] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26006/stat : 26006 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26008] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26008/stat : 26008 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 915226015 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 0 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26009] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26009/stat : 26009 (java) S 25985 25987 25945 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 915226016 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26010] ppid=25985 vsize=6430104 CPUtime=0 cores=1,3
/proc/25987/task/26010/stat : 26010 (java) S 25985 25987 25945 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 915226016 6584426496 9322 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6430104
heavy processes:

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

[startup+7.90061 s]
/proc/loadavg: 1.15 0.26 0.08 4/237 26059
/proc/meminfo: memFree=31328512/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=6433396 CPUtime=1.07 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4202496 44933 0 1 0 101 6 0 0 16 0 18 0 915225520 6587797504 44245 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 1608349 44247 2201 9 0 1599087 0
[pid=25987/tid=25989] ppid=25985 vsize=6433396 CPUtime=0.87 cores=1,3
/proc/25987/task/25989/stat : 25989 (java) R 25985 25987 25945 0 -1 4202560 41887 0 1 0 82 5 0 0 19 0 18 0 915225866 6587797504 44248 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 46912505545096 0 4 0 16800975 0 0 0 -1 1 0 0 122
[pid=25987/tid=26000] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26000/stat : 26000 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915226003 6587797504 44249 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26001] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26001/stat : 26001 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44250 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26002] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26002/stat : 26002 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44251 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26003] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26003/stat : 26003 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44253 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26004] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26004/stat : 26004 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44254 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26005] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26005/stat : 26005 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44256 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26006] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26006/stat : 26006 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44257 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915226003 6587797504 44258 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26008] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26008/stat : 26008 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 915226015 6587797504 44259 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 0 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26009] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26009/stat : 26009 (java) S 25985 25987 25945 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 915226016 6587797504 44260 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26010] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26010/stat : 26010 (java) S 25985 25987 25945 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 915226016 6587797504 44261 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26030] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26030/stat : 26030 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915226100 6587797504 44263 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512515505 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26031] ppid=25985 vsize=6433396 CPUtime=0.11 cores=1,3
/proc/25987/task/26031/stat : 26031 (java) S 25985 25987 25945 0 -1 4202560 802 0 0 0 11 0 0 0 17 0 18 0 915226100 6587797504 44264 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26032] ppid=25985 vsize=6433396 CPUtime=0.07 cores=1,3
/proc/25987/task/26032/stat : 26032 (java) S 25985 25987 25945 0 -1 4202560 1096 0 0 0 7 0 0 0 17 0 18 0 915226100 6587797504 44265 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26033] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26033/stat : 26033 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 915226100 6587797504 44266 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26034] ppid=25985 vsize=6433396 CPUtime=0 cores=1,3
/proc/25987/task/26034/stat : 26034 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 915226100 6587797504 44267 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 6433396

[startup+8.70139 s]
/proc/loadavg: 1.15 0.26 0.08 5/238 26060
/proc/meminfo: memFree=30736680/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=6435564 CPUtime=2.13 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4202496 72771 0 1 0 203 10 0 0 16 0 19 0 915225520 6590017536 71487 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 1608891 71487 2227 9 0 1599629 0
[pid=25987/tid=25989] ppid=25985 vsize=6435564 CPUtime=1.54 cores=1,3
/proc/25987/task/25989/stat : 25989 (java) R 25985 25987 25945 0 -1 4202560 68708 0 1 0 145 9 0 0 19 0 19 0 915225866 6590017536 71489 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 46912505228560 0 4 0 16800975 0 0 0 -1 3 0 0 122
[pid=25987/tid=26000] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26000/stat : 26000 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26001] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26001/stat : 26001 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26002] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26002/stat : 26002 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26003] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26003/stat : 26003 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26004] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26004/stat : 26004 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26005] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26005/stat : 26005 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26006] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26006/stat : 26006 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26008] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26008/stat : 26008 (java) S 25985 25987 25945 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 915226015 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 0 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26009] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26009/stat : 26009 (java) S 25985 25987 25945 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915226016 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26010] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26010/stat : 26010 (java) S 25985 25987 25945 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 915226016 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26030] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26030/stat : 26030 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226100 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512515505 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26031] ppid=25985 vsize=6435564 CPUtime=0.32 cores=1,3
/proc/25987/task/26031/stat : 26031 (java) S 25985 25987 25945 0 -1 4202560 1343 0 0 0 32 0 0 0 16 0 19 0 915226100 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26032] ppid=25985 vsize=6435564 CPUtime=0.25 cores=1,3
/proc/25987/task/26032/stat : 26032 (java) S 25985 25987 25945 0 -1 4202560 1562 0 0 0 25 0 0 0 15 0 19 0 915226100 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26033] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26033/stat : 26033 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 915226100 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26034] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26034/stat : 26034 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915226100 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26060] ppid=25985 vsize=6435564 CPUtime=0 cores=1,3
/proc/25987/task/26060/stat : 26060 (java) S 25985 25987 25945 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 915226373 6590017536 71491 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 6435564

[startup+9.50123 s]
/proc/loadavg: 1.15 0.26 0.08 5/238 26060
/proc/meminfo: memFree=30736680/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=6435680 CPUtime=3.1 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4202496 82251 0 1 0 299 11 0 0 16 0 19 0 915225520 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 1608920 80544 2232 9 0 1599658 0
[pid=25987/tid=25989] ppid=25985 vsize=6435680 CPUtime=2.32 cores=1,3
/proc/25987/task/25989/stat : 25989 (java) R 25985 25987 25945 0 -1 4202560 77704 0 1 0 222 10 0 0 19 0 19 0 915225866 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 46912505644840 0 4 0 16800975 0 0 0 -1 3 0 0 122
[pid=25987/tid=26000] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26000/stat : 26000 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26001] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26001/stat : 26001 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26002] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26002/stat : 26002 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26003] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26003/stat : 26003 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26004] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26004/stat : 26004 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26005] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26005/stat : 26005 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26006] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26006/stat : 26006 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26008] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26008/stat : 26008 (java) S 25985 25987 25945 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 915226015 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 0 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26009] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26009/stat : 26009 (java) S 25985 25987 25945 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915226016 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26010] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26010/stat : 26010 (java) S 25985 25987 25945 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 915226016 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26030] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26030/stat : 26030 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226100 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512515505 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26031] ppid=25985 vsize=6435680 CPUtime=0.49 cores=1,3
/proc/25987/task/26031/stat : 26031 (java) S 25985 25987 25945 0 -1 4202560 1822 0 0 0 49 0 0 0 15 0 19 0 915226100 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26032] ppid=25985 vsize=6435680 CPUtime=0.26 cores=1,3
/proc/25987/task/26032/stat : 26032 (java) S 25985 25987 25945 0 -1 4202560 1562 0 0 0 26 0 0 0 15 0 19 0 915226100 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26033] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26033/stat : 26033 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 915226100 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26034] ppid=25985 vsize=6435680 CPUtime=0 cores=1,3
/proc/25987/task/26034/stat : 26034 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915226100 6590136320 80544 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 6435680

[startup+9.9072 s]
/proc/loadavg: 1.15 0.26 0.08 4/238 26065
/proc/meminfo: memFree=30275588/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=6435808 CPUtime=3.56 cores=1,3
/proc/25987/stat : 25987 (java) S 25985 25987 25945 0 -1 4202496 88677 0 1 0 344 12 0 0 16 0 19 0 915225520 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 1608952 86517 2232 9 0 1599690 0
[pid=25987/tid=25989] ppid=25985 vsize=6435808 CPUtime=2.73 cores=1,3
/proc/25987/task/25989/stat : 25989 (java) R 25985 25987 25945 0 -1 4202560 83639 0 1 0 262 11 0 0 19 0 19 0 915225866 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 46912505698096 0 4 0 16800975 0 0 0 -1 1 0 0 122
[pid=25987/tid=26000] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26000/stat : 26000 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26001] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26001/stat : 26001 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26002] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26002/stat : 26002 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26003] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26003/stat : 26003 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26004] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26004/stat : 26004 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26005] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26005/stat : 26005 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26006] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26006/stat : 26006 (java) S 25985 25987 25945 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226003 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26008] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26008/stat : 26008 (java) S 25985 25987 25945 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 915226015 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 0 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26009] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26009/stat : 26009 (java) S 25985 25987 25945 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915226016 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26010] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26010/stat : 26010 (java) S 25985 25987 25945 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 915226016 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26030] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26030/stat : 26030 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226100 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512515505 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26031] ppid=25985 vsize=6435808 CPUtime=0.55 cores=1,3
/proc/25987/task/26031/stat : 26031 (java) S 25985 25987 25945 0 -1 4202560 2313 0 0 0 55 0 0 0 15 0 19 0 915226100 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26032] ppid=25985 vsize=6435808 CPUtime=0.26 cores=1,3
/proc/25987/task/26032/stat : 26032 (java) S 25985 25987 25945 0 -1 4202560 1562 0 0 0 26 0 0 0 15 0 19 0 915226100 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 3 0 0 0
[pid=25987/tid=26033] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26033/stat : 26033 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 915226100 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512507801 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26034] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26034/stat : 26034 (java) S 25985 25987 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915226100 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
[pid=25987/tid=26065] ppid=25985 vsize=6435808 CPUtime=0 cores=1,3
/proc/25987/task/26065/stat : 26065 (java) S 25985 25987 25945 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 915226498 6590267392 86517 33554432000 1073741824 1073778376 140736974553536 18446744073709551615 254512508416 0 4 0 16800975 18446604454223280256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 6435808

[startup+10.0012 s]
/proc/loadavg: 1.15 0.26 0.08 4/238 26065
/proc/meminfo: memFree=30275588/32950928 swapFree=67053884/67111528
[pid=25987] ppid=25985 vsize=0 CPUtime=3.58 cores=1,3
/proc/25987/stat : 25987 (java) Z 25985 25987 25945 0 -1 4203548 88701 0 1 0 345 13 0 0 15 0 2 0 915225520 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 0 0 0 0 0 0 0
[pid=25987/tid=26007] ppid=25985 vsize=0 CPUtime=0.01 cores=1,3
/proc/25987/task/26007/stat : 26007 (java) S 25985 25987 25945 0 -1 4203588 1 0 0 0 0 1 0 0 17 0 2 0 915226003 0 0 33554432000 0 0 0 0 0 0 2147483391 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 10.039
CPU time (s): 3.59245
CPU user time (s): 3.45847
CPU system time (s): 0.133979
CPU usage (%): 35.7848
Max. virtual memory (cumulated for all children) (KiB): 6435808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.45847
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88701
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= 550
involuntary context switches= 339

runsolver used 0.026995 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-14 09:24:44
IDJOB=3500779
IDBENCH=89916
IDSOLVER=1997
FILE ID=node149/3500779-1308036278
RUNJOBID= node149-1308036278-25965
PBS_JOBID= 13563887
Free space on /tmp= 73992 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_2948_4.cnf_0.07000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3500779-1308036278/watcher-3500779-1308036278 -o /tmp/evaluation-result-3500779-1308036278/solver-3500779-1308036278 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500779-1308036278.gcnf

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

MD5SUM BENCH= 3350375b68160091418231acba8a34cc
RANDOM SEED=1086691007

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31878564 kB
Buffers:        230852 kB
Cached:         600120 kB
SwapCached:      22932 kB
Active:         338672 kB
Inactive:       523272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31878564 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           99440 kB
Writeback:           0 kB
AnonPages:       28692 kB
Mapped:           9164 kB
Slab:           145216 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191032 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= 73848 MiB
End job on node149 at 2011-06-14 09:24:58