Trace number 3500780

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-06UNSAT 75.2766 77.8604

General information on the benchmark

Namegmus/nadel/
edn_22134_4.cnf_0.14000000.unsat.gcnf
MD5SUMc3b3bc71f0a7066bbeff8355a3fe11e2
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.639902
Satisfiable
(Un)Satisfiability was proved
Number of variables331251
Number of clauses962139
Sum of the clauses size2231636
Maximum clause length3
Minimum clause length1
Number of clauses of size 11758
Number of clauses of size 2651265
Number of clauses of size 3309116
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups4030
Number of clauses in the kernel (group 0)930415
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 10

Solver Data

0.04/2.79	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/2.79	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/2.79	c See www.sat4j.org for details.
0.06/2.81	c version 2.3.0.v20110206
0.06/2.81	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/2.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/2.81	c java.vm.version	19.1-b02
0.06/2.81	c java.vm.vendor	Sun Microsystems Inc.
0.06/2.81	c sun.arch.data.model	64
0.06/2.81	c java.version		1.6.0_24
0.06/2.81	c os.name		Linux
0.06/2.81	c os.version		2.6.18-164.el5
0.06/2.81	c os.arch		amd64
0.06/2.81	c Free memory 		5997854704
0.06/2.81	c Max memory 		6029312000
0.06/2.81	c Total memory 		6029312000
0.06/2.81	c Number of processors 	8
0.06/2.83	c High Level Explanation (MUS) enabled solver
0.06/2.83	c Deletion based minimization strategy
0.06/2.83	c --- Begin Solver configuration ---
0.06/2.83	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.06/2.83	c Learn all clauses as in MiniSAT
0.06/2.83	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/2.83	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/2.83	c Expensive reason simplification
0.06/2.83	c Armin Biere (Picosat) restarts strategy
0.06/2.83	c Glucose learned constraints deletion strategy
0.06/2.83	c timeout=2147483647s
0.06/2.83	c DB Simplification allowed=true
0.06/2.83	c --- End Solver configuration ---
0.06/2.83	c solving /varHOME/instance-3500780-1308036278.gcnf
0.06/2.83	c reading problem ... 
1.84/4.73	c ... done. Wall clock time 1.896s.
1.84/4.73	c #vars     335281
1.84/4.73	c #constraints  962139
1.84/4.73	c constraints type 
1.84/4.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 339084
1.84/4.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 623053
1.96/4.87	c Unsat detection wall clock time (in seconds) : 2.036
1.96/4.87	c Size of initial high level unsat subformula: 2
1.96/4.87	c Computing high level MUS ...
1.96/4.87	c initial unsat core 4023 4020 
1.96/4.87	c checking 4023 ...
37.91/40.51	c mandatory.
37.91/40.51	c checking 4020 ...
75.21/77.83	c mandatory.
75.21/77.83	c starts		: 7
75.21/77.83	c conflicts		: 5111
75.21/77.83	c decisions		: 3243220
75.21/77.83	c propagations		: 124462200
75.21/77.83	c inspects		: 267722744
75.21/77.83	c shortcuts		: 0
75.21/77.83	c learnt literals	: 350
75.21/77.83	c learnt binary clauses	: 1158
75.21/77.83	c learnt ternary clauses	: 1742
75.21/77.83	c learnt constraints	: 4761
75.21/77.83	c ignored constraints	: 0
75.21/77.83	c root simplifications	: 0
75.21/77.83	c removed literals (reason simplification)	: 1370
75.21/77.83	c reason swapping (by a shorter reason)	: 0
75.21/77.83	c Calls to reduceDB	: 0
75.21/77.83	c speed (assignments/second)	: 3335446.8712314083
75.21/77.83	c non guided choices	2495155
75.21/77.83	c learnt constraints type 
75.21/77.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1158
75.21/77.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3603
75.21/77.83	c Size of the high level MUS: 2
75.21/77.83	c Unsat core  computation wall clock time (in seconds) : 72.967
75.21/77.83	c starts		: 7
75.21/77.83	c conflicts		: 5111
75.21/77.83	c decisions		: 3243220
75.21/77.83	c propagations		: 124462200
75.21/77.83	c inspects		: 267722744
75.21/77.83	c shortcuts		: 0
75.21/77.83	c learnt literals	: 350
75.21/77.83	c learnt binary clauses	: 1158
75.21/77.83	c learnt ternary clauses	: 1742
75.21/77.83	c learnt constraints	: 4761
75.21/77.83	c ignored constraints	: 0
75.21/77.83	c root simplifications	: 0
75.21/77.83	c removed literals (reason simplification)	: 1370
75.21/77.83	c reason swapping (by a shorter reason)	: 0
75.21/77.83	c Calls to reduceDB	: 0
75.21/77.83	c speed (assignments/second)	: 3335178.7341229436
75.21/77.83	c non guided choices	2495155
75.21/77.84	c learnt constraints type 
75.21/77.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1158
75.21/77.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3603
75.21/77.84	c constraints type 
75.21/77.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 339084
75.21/77.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 623053
75.21/77.84	s UNSATISFIABLE
75.21/77.84	v 4020 4023 0
75.21/77.84	c Total wall clock time (in seconds) : 75.004

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500780-1308036278/watcher-3500780-1308036278 -o /var/tmp/evaluation-result-3500780-1308036278/solver-3500780-1308036278 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500780-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.69 0.15 0.05 1/178 6807
/proc/meminfo: memFree=12426056/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=11804 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (runsolver) S 6805 6807 6754 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 896044291 12087296 51 33554432000 4194304 5436572 140735104634432 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 1 0 0 0
/proc/6807/statm: 2951 51 31 304 0 2643 0

[startup+0.0929 s]
/proc/loadavg: 0.69 0.15 0.05 1/178 6807
/proc/meminfo: memFree=12426056/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=11804 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (runsolver) S 6805 6807 6754 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 896044291 12087296 56 33554432000 4194304 5436572 140735104634432 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 1 0 0 0
/proc/6807/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.1009 s]
/proc/loadavg: 0.69 0.15 0.05 1/178 6807
/proc/meminfo: memFree=12426056/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=252 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4194304 79 0 0 0 0 0 0 0 21 0 1 0 896044291 258048 32 33554432000 1073741824 1073778376 140736084193648 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 17 3 0 0 0
/proc/6807/statm: 63 32 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.300872 s]
/proc/loadavg: 0.69 0.15 0.05 1/178 6807
/proc/meminfo: memFree=12426056/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=252 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4194304 79 0 0 0 0 0 0 0 16 0 1 0 896044291 258048 32 33554432000 1073741824 1073778376 140736084193648 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 17 3 0 0 0
/proc/6807/statm: 63 32 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.700791 s]
/proc/loadavg: 0.69 0.15 0.05 1/178 6807
/proc/meminfo: memFree=12426056/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=252 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (java) D 6805 6807 6754 0 -1 4194304 79 0 0 0 0 0 0 0 16 0 1 0 896044291 258048 32 33554432000 1073741824 1073778376 140736084193648 18446744073709551615 220811312775 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6807/statm: 63 32 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+1.50066 s]
/proc/loadavg: 0.69 0.15 0.05 1/179 6808
/proc/meminfo: memFree=12388388/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=9100 CPUtime=0 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 237 0 0 0 0 0 0 0 16 0 1 0 896044291 9318400 172 33554432000 1073741824 1073778376 140736084193648 18446744073709551615 220816057335 0 2147483391 4096 0 18446744071699953811 0 0 17 3 0 0 0
/proc/6807/statm: 2275 172 131 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+3.10038 s]
/proc/loadavg: 0.69 0.15 0.05 1/183 6818
/proc/meminfo: memFree=12345576/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6430632 CPUtime=0.11 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 12467 0 1 0 9 2 0 0 16 0 18 0 896044291 6584967168 12162 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1607658 12162 2090 9 0 1598396 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6430632
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 1.20 0.26 0.08 6/257 6898
/proc/meminfo: memFree=10787348/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=3.7 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 92457 0 1 0 359 11 0 0 16 0 19 0 896044291 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 90759 2228 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=3.02 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 87104 0 1 0 292 10 0 0 25 0 19 0 896044504 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505564712 0 4 0 16800975 0 0 0 -1 3 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 896044557 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.27 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2123 0 0 0 27 0 0 0 15 0 19 0 896044568 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6898] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6898/stat : 6898 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 896044782 6591262720 90759 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 6436780
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 1.58 0.36 0.12 5/259 7014
/proc/meminfo: memFree=11232048/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=10.09 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 92506 0 1 0 998 11 0 0 16 0 19 0 896044291 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 90577 2229 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=9.4 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 87152 0 1 0 930 10 0 0 25 0 19 0 896044504 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505598568 0 4 0 16800975 0 0 0 -1 1 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896044557 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.28 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2124 0 0 0 28 0 0 0 15 0 19 0 896044568 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6898] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6898/stat : 6898 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 896044782 6591262720 90577 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 6436780
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 2.20 0.55 0.18 5/258 7146
/proc/meminfo: memFree=11210052/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=22.9 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 92665 0 1 0 2279 11 0 0 16 0 19 0 896044291 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 90647 2234 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=22.16 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 87212 0 1 0 2206 10 0 0 25 0 19 0 896044504 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505676204 0 4 0 16800975 0 0 0 -1 1 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 90647 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3

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

/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896044557 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.35 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2282 0 0 0 35 0 0 0 15 0 19 0 896044568 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=7225] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/7225/stat : 7225 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896048345 6591262720 94679 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.11
Current children cumulated vsize (KiB) 6436780

[startup+77.5006 s]
/proc/loadavg: 3.37 1.13 0.40 5/259 7397
/proc/meminfo: memFree=9617420/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=74.91 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 96762 0 1 0 7479 12 0 0 16 0 19 0 896044291 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 94680 2237 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=74.14 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 91244 0 1 0 7403 11 0 0 25 0 19 0 896044504 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505722360 0 4 0 16800975 0 0 0 -1 1 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896044557 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.35 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2282 0 0 0 35 0 0 0 15 0 19 0 896044568 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=7225] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/7225/stat : 7225 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896048345 6591262720 94680 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.91
Current children cumulated vsize (KiB) 6436780

[startup+77.7016 s]
/proc/loadavg: 3.37 1.13 0.40 5/259 7397
/proc/meminfo: memFree=9617420/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=75.11 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 96763 0 1 0 7499 12 0 0 16 0 19 0 896044291 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 94681 2237 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=74.34 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 91245 0 1 0 7423 11 0 0 25 0 19 0 896044504 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505722360 0 4 0 16800975 0 0 0 -1 1 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896044557 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.35 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2282 0 0 0 35 0 0 0 15 0 19 0 896044568 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=7225] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/7225/stat : 7225 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896048345 6591262720 94681 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 6436780

[startup+77.8016 s]
/proc/loadavg: 3.37 1.13 0.40 5/259 7397
/proc/meminfo: memFree=9617420/32951124 swapFree=67062232/67111528
[pid=6807] ppid=6805 vsize=6436780 CPUtime=75.21 cores=1,3
/proc/6807/stat : 6807 (java) S 6805 6807 6754 0 -1 4202496 97175 0 1 0 7509 12 0 0 16 0 19 0 896044291 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6807/statm: 1609195 95093 2237 9 0 1599933 0
[pid=6807/tid=6819] ppid=6805 vsize=6436780 CPUtime=74.43 cores=1,3
/proc/6807/task/6819/stat : 6819 (java) R 6805 6807 6754 0 -1 4202560 91655 0 1 0 7432 11 0 0 25 0 19 0 896044504 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 46912505689221 0 4 0 16800975 0 0 0 -1 1 0 0 28
[pid=6807/tid=6832] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6832/stat : 6832 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6833] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6833/stat : 6833 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6834] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6834/stat : 6834 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6835] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6835/stat : 6835 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6836] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6836/stat : 6836 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6837] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6837/stat : 6837 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6838] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6838/stat : 6838 (java) S 6805 6807 6754 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6839] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6839/stat : 6839 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896044555 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6857] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6857/stat : 6857 (java) S 6805 6807 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896044557 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 0 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6858] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6858/stat : 6858 (java) S 6805 6807 6754 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 896044557 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6859] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6859/stat : 6859 (java) S 6805 6807 6754 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 896044557 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6877] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6877/stat : 6877 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896044568 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828060081 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6878] ppid=6805 vsize=6436780 CPUtime=0.36 cores=1,3
/proc/6807/task/6878/stat : 6878 (java) S 6805 6807 6754 0 -1 4202560 2284 0 0 0 36 0 0 0 15 0 19 0 896044568 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=6879] ppid=6805 vsize=6436780 CPUtime=0.39 cores=1,3
/proc/6807/task/6879/stat : 6879 (java) S 6805 6807 6754 0 -1 4202560 2066 0 0 0 39 0 0 0 15 0 19 0 896044568 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6880] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6880/stat : 6880 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896044568 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052377 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
[pid=6807/tid=6881] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/6881/stat : 6881 (java) S 6805 6807 6754 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 896044569 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 1 0 0 0
[pid=6807/tid=7225] ppid=6805 vsize=6436780 CPUtime=0 cores=1,3
/proc/6807/task/7225/stat : 7225 (java) S 6805 6807 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896048345 6591262720 95093 33554432000 1073741824 1073778376 140734374772240 18446744073709551615 220828052992 0 4 0 16800975 18446604471161775168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 75.21
Current children cumulated vsize (KiB) 6436780

Child status: 20
Real time (s): 77.8604
CPU time (s): 75.2766
CPU user time (s): 75.1336
CPU system time (s): 0.142978
CPU usage (%): 96.6815
Max. virtual memory (cumulated for all children) (KiB): 6436780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1336
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97200
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= 2315
involuntary context switches= 1776

runsolver used 0.13098 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-14 09:24:43
IDJOB=3500780
IDBENCH=89917
IDSOLVER=1997
FILE ID=node147/3500780-1308036278
RUNJOBID= node147-1308036278-6774
PBS_JOBID= 13563889
Free space on /var/tmp= 2832 MiB

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

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

MD5SUM BENCH= c3b3bc71f0a7066bbeff8355a3fe11e2
RANDOM SEED=1086691007

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      12430132 kB
Buffers:        132736 kB
Cached:       19680076 kB
SwapCached:      10516 kB
Active:        4250448 kB
Inactive:     15579980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12430132 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           91016 kB
Writeback:           0 kB
AnonPages:       15532 kB
Mapped:          10092 kB
Slab:           625968 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2760 MiB
End job on node147 at 2011-06-14 09:26:02