Trace number 3500792

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 9.38257 8.82734

General information on the benchmark

Namegmus/nadel/
edn_20403_14.cnf_0.10000000.unsat.gcnf
MD5SUMd56032d56be6f6964cc68420e3d76fcd
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.515921
Satisfiable
(Un)Satisfiability was proved
Number of variables113335
Number of clauses324578
Sum of the clauses size751765
Maximum clause length3
Minimum clause length1
Number of clauses of size 1398
Number of clauses of size 2221173
Number of clauses of size 3103007
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups656
Number of clauses in the kernel (group 0)311067
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 24

Solver Data

0.00/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.17	c See www.sat4j.org for details.
0.00/0.19	c version 2.3.0.v20110206
0.00/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.19	c java.vm.version	19.1-b02
0.00/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.19	c sun.arch.data.model	64
0.00/0.19	c java.version		1.6.0_24
0.00/0.19	c os.name		Linux
0.00/0.19	c os.version		2.6.18-164.el5
0.00/0.19	c os.arch		amd64
0.00/0.19	c Free memory 		5997854704
0.00/0.19	c Max memory 		6029312000
0.00/0.19	c Total memory 		6029312000
0.00/0.19	c Number of processors 	8
0.07/0.22	c High Level Explanation (MUS) enabled solver
0.07/0.22	c Deletion based minimization strategy
0.07/0.22	c --- Begin Solver configuration ---
0.07/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.07/0.22	c Learn all clauses as in MiniSAT
0.07/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.22	c Expensive reason simplification
0.07/0.22	c Armin Biere (Picosat) restarts strategy
0.07/0.22	c Glucose learned constraints deletion strategy
0.07/0.22	c timeout=2147483647s
0.07/0.22	c DB Simplification allowed=true
0.07/0.22	c --- End Solver configuration ---
0.07/0.22	c solving /varHOME/instance-3500792-1308036291.gcnf
0.07/0.22	c reading problem ... 
0.83/0.90	c ... done. Wall clock time 0.676s.
0.83/0.90	c #vars     113991
0.83/0.90	c #constraints  324574
0.83/0.90	c constraints type 
0.83/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116173
0.83/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 208344
1.67/1.32	c Unsat detection wall clock time (in seconds) : 1.096
1.67/1.32	c Size of initial high level unsat subformula: 16
1.67/1.32	c Computing high level MUS ...
1.67/1.32	c initial unsat core 252 160 106 105 104 103 102 98 97 76 55 54 53 52 51 50 
1.67/1.32	c checking 252 ...
4.48/4.00	c mandatory.
4.48/4.00	c checking 160 ...
4.63/4.12	c mandatory.
4.63/4.12	c checking 106 ...
7.34/6.88	c mandatory.
7.34/6.88	c checking 105 ...
7.43/6.91	c not needed.
7.43/6.91	c checking 104 ...
7.55/7.06	c mandatory.
7.55/7.06	c checking 103 ...
7.64/7.14	c mandatory.
7.64/7.14	c checking 102 ...
7.75/7.21	c mandatory.
7.75/7.21	c checking 98 ...
9.14/8.63	c mandatory.
9.14/8.64	c checking 97 ...
9.25/8.71	c mandatory.
9.25/8.71	c checking 76 ...
9.25/8.74	c not needed.
9.25/8.74	c checking 55 ...
9.25/8.74	c not needed.
9.25/8.74	c checking 54 ...
9.25/8.75	c not needed.
9.25/8.75	c checking 53 ...
9.25/8.76	c not needed.
9.25/8.76	c checking 52 ...
9.25/8.78	c not needed.
9.25/8.78	c checking 51 ...
9.25/8.79	c not needed.
9.25/8.79	c checking 50 ...
9.25/8.80	c not needed.
9.25/8.80	c starts		: 11
9.25/8.80	c conflicts		: 1984
9.25/8.80	c decisions		: 703684
9.25/8.80	c propagations		: 12962322
9.25/8.80	c inspects		: 29613544
9.25/8.80	c shortcuts		: 0
9.25/8.80	c learnt literals	: 74
9.25/8.80	c learnt binary clauses	: 638
9.25/8.80	c learnt ternary clauses	: 614
9.25/8.80	c learnt constraints	: 1909
9.25/8.80	c ignored constraints	: 0
9.25/8.80	c root simplifications	: 0
9.25/8.80	c removed literals (reason simplification)	: 420
9.25/8.80	c reason swapping (by a shorter reason)	: 0
9.25/8.80	c Calls to reduceDB	: 0
9.25/8.80	c speed (assignments/second)	: 1.1783929090909092E9
9.25/8.80	c non guided choices	631213
9.25/8.80	c learnt constraints type 
9.25/8.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 638
9.25/8.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1271
9.25/8.80	c Size of the high level MUS: 8
9.25/8.80	c Unsat core  computation wall clock time (in seconds) : 7.484
9.25/8.80	c starts		: 11
9.25/8.80	c conflicts		: 1984
9.25/8.80	c decisions		: 703684
9.25/8.80	c propagations		: 12962322
9.25/8.80	c inspects		: 29613544
9.25/8.80	c shortcuts		: 0
9.25/8.80	c learnt literals	: 74
9.25/8.80	c learnt binary clauses	: 638
9.25/8.80	c learnt ternary clauses	: 614
9.25/8.80	c learnt constraints	: 1909
9.25/8.80	c ignored constraints	: 0
9.25/8.80	c root simplifications	: 0
9.25/8.80	c removed literals (reason simplification)	: 420
9.25/8.80	c reason swapping (by a shorter reason)	: 0
9.25/8.80	c Calls to reduceDB	: 0
9.25/8.80	c speed (assignments/second)	: 9.971016923076924E8
9.25/8.80	c non guided choices	631213
9.25/8.80	c learnt constraints type 
9.25/8.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 638
9.25/8.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1271
9.25/8.80	c constraints type 
9.25/8.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116173
9.25/8.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 208344
9.25/8.80	s UNSATISFIABLE
9.25/8.80	v 97 98 102 103 104 106 160 252 0
9.25/8.80	c Total wall clock time (in seconds) : 8.581

Verifier Data

OK	8

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-3500792-1308036291/watcher-3500792-1308036291 -o /var/tmp/evaluation-result-3500792-1308036291/solver-3500792-1308036291 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500792-1308036291.gcnf 

running on 2 cores: 5,7

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: 1.20 0.26 0.08 4/219 6949
/proc/meminfo: memFree=11735544/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=11804 CPUtime=0 cores=5,7
/proc/6949/stat : 6949 (runsolver) S 6947 6949 6754 0 -1 4202560 46 0 0 0 0 0 0 0 23 0 1 0 896045068 12087296 56 33554432000 4194304 5436572 140735219092688 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 5 0 0 0
/proc/6949/statm: 2951 56 36 304 0 2643 0

[startup+0.0663641 s]
/proc/loadavg: 1.20 0.26 0.08 4/219 6949
/proc/meminfo: memFree=11735544/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=27172 CPUtime=0 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 1180 0 0 0 0 0 0 0 23 0 2 0 896045068 27824128 906 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 6793 906 688 9 0 381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27172

[startup+0.100734 s]
/proc/loadavg: 1.20 0.26 0.08 4/219 6949
/proc/meminfo: memFree=11735544/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6336172 CPUtime=0 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 6512 0 1 0 0 0 0 0 23 0 3 0 896045068 6488240128 6212 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1584043 6212 928 9 0 1575199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6336172

[startup+0.300254 s]
/proc/loadavg: 1.20 0.26 0.08 4/219 6949
/proc/meminfo: memFree=11735544/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6431560 CPUtime=0.21 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 11297 0 1 0 20 1 0 0 23 0 18 0 896045068 6585917440 10992 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1607890 10992 2174 9 0 1598628 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 6431560

[startup+0.700178 s]
/proc/loadavg: 1.20 0.26 0.08 4/219 6949
/proc/meminfo: memFree=11735544/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6433388 CPUtime=0.73 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 26896 0 1 0 68 5 0 0 23 0 18 0 896045068 6587789312 25884 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1608347 25884 2202 9 0 1599085 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 6433388

[startup+1.50103 s]
/proc/loadavg: 1.20 0.26 0.08 5/236 6981
/proc/meminfo: memFree=11618448/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=1.93 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 43911 0 1 0 182 11 0 0 23 0 19 0 896045068 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 40408 2231 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=1.13 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 35536 0 1 0 105 8 0 0 25 0 19 0 896045073 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505831200 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 896045080 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.37 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3530 0 0 0 35 2 0 0 16 0 19 0 896045084 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.4 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 3680 0 0 0 39 1 0 0 15 0 19 0 896045084 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 40408 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 6441148

[startup+3.10074 s]
/proc/loadavg: 1.58 0.36 0.12 5/258 7010
/proc/meminfo: memFree=11480196/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=3.54 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 44151 0 1 0 343 11 0 0 23 0 19 0 896045068 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 40444 2232 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=2.73 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 35570 0 1 0 265 8 0 0 25 0 19 0 896045073 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505767936 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 896045080 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.38 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3531 0 0 0 36 2 0 0 15 0 19 0 896045084 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.43 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 3885 0 0 0 42 1 0 0 16 0 19 0 896045084 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6993] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6993/stat : 6993 (java) S 6947 6949 6754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 896045202 6595735552 40444 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 6441148

[startup+6.30115 s]
/proc/loadavg: 1.58 0.36 0.12 5/259 7016
/proc/meminfo: memFree=11231304/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=6.84 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 47978 0 1 0 672 12 0 0 23 0 19 0 896045068 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 43554 2236 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=5.92 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 38527 0 1 0 584 8 0 0 25 0 19 0 896045073 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505685539 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896045080 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.4 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3534 0 0 0 38 2 0 0 15 0 19 0 896045084 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.49 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 4752 0 0 0 48 1 0 0 15 0 19 0 896045084 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=7014] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/7014/stat : 7014 (java) S 6947 6949 6754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 896045481 6595735552 43554 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 6441148

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

[startup+7.90089 s]
/proc/loadavg: 1.78 0.42 0.14 5/259 7020
/proc/meminfo: memFree=11207088/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=8.44 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 54201 0 1 0 831 13 0 0 23 0 19 0 896045068 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 49721 2237 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=7.51 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 44673 0 1 0 742 9 0 0 20 0 19 0 896045073 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505831205 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 896045080 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.4 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3534 0 0 0 38 2 0 0 15 0 19 0 896045084 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.51 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 4823 0 0 0 50 1 0 0 15 0 19 0 896045084 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=7020] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/7020/stat : 7020 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 896045791 6595735552 49721 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 6441148

[startup+8.30081 s]
/proc/loadavg: 1.78 0.42 0.14 5/259 7020
/proc/meminfo: memFree=11207088/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=8.84 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 54203 0 1 0 871 13 0 0 23 0 19 0 896045068 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 49723 2237 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=7.91 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 44675 0 1 0 782 9 0 0 20 0 19 0 896045073 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505831205 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896045080 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.4 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3534 0 0 0 38 2 0 0 15 0 19 0 896045084 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.51 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 4823 0 0 0 50 1 0 0 15 0 19 0 896045084 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=7020] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/7020/stat : 7020 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 896045791 6595735552 49723 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 6441148

[startup+8.70074 s]
/proc/loadavg: 1.78 0.42 0.14 5/259 7021
/proc/meminfo: memFree=11202136/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=6441148 CPUtime=9.25 cores=5,7
/proc/6949/stat : 6949 (java) S 6947 6949 6754 0 -1 4202496 55699 0 1 0 912 13 0 0 23 0 19 0 896045068 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 1610287 51217 2237 9 0 1601025 0
[pid=6949/tid=6957] ppid=6947 vsize=6441148 CPUtime=8.31 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4202560 46169 0 1 0 822 9 0 0 22 0 19 0 896045073 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 46912505785096 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6949/tid=6962] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6962/stat : 6962 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6963] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6963/stat : 6963 (java) S 6947 6949 6754 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6964] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6964/stat : 6964 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6965] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6965/stat : 6965 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6966] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6966/stat : 6966 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6967] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6967/stat : 6967 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6968] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6968/stat : 6968 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6969] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6969/stat : 6969 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896045078 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6971] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6971/stat : 6971 (java) S 6947 6949 6754 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 896045080 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 0 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6972] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6972/stat : 6972 (java) S 6947 6949 6754 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896045080 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6973] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6973/stat : 6973 (java) S 6947 6949 6754 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896045080 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6976] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6976/stat : 6976 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896045084 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828060081 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6977] ppid=6947 vsize=6441148 CPUtime=0.4 cores=5,7
/proc/6949/task/6977/stat : 6977 (java) S 6947 6949 6754 0 -1 4202560 3534 0 0 0 38 2 0 0 15 0 19 0 896045084 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6978] ppid=6947 vsize=6441148 CPUtime=0.51 cores=5,7
/proc/6949/task/6978/stat : 6978 (java) S 6947 6949 6754 0 -1 4202560 4823 0 0 0 50 1 0 0 15 0 19 0 896045084 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=6979] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6979/stat : 6979 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045084 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052377 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
[pid=6949/tid=6980] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/6980/stat : 6980 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896045084 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 5 0 0 0
[pid=6949/tid=7021] ppid=6947 vsize=6441148 CPUtime=0 cores=5,7
/proc/6949/task/7021/stat : 7021 (java) S 6947 6949 6754 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896045933 6595735552 51217 33554432000 1073741824 1073778376 140737125189904 18446744073709551615 220828052992 0 4 0 16800975 18446604457462983488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 6441148

[startup+8.80783 s]
/proc/loadavg: 1.78 0.42 0.14 5/259 7021
/proc/meminfo: memFree=11202136/32951124 swapFree=67062232/67111528
[pid=6949] ppid=6947 vsize=0 CPUtime=9.37 cores=5,7
/proc/6949/stat : 6949 (java) Z 6947 6949 6754 0 -1 4203548 60868 0 1 0 923 14 0 0 18 0 2 0 896045068 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6949/statm: 0 0 0 0 0 0 0
[pid=6949/tid=6957] ppid=6947 vsize=0 CPUtime=8.41 cores=5,7
/proc/6949/task/6957/stat : 6957 (java) R 6947 6949 6754 0 -1 4203588 51210 0 1 0 831 10 0 0 19 0 2 0 896045073 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 8.82734
CPU time (s): 9.38257
CPU user time (s): 9.2316
CPU system time (s): 0.150977
CPU usage (%): 106.29
Max. virtual memory (cumulated for all children) (KiB): 6441148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2316
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60868
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= 575
involuntary context switches= 1100

runsolver used 0.017997 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-14 09:24:52
IDJOB=3500792
IDBENCH=89929
IDSOLVER=1997
FILE ID=node147/3500792-1308036291
RUNJOBID= node147-1308036278-6775
PBS_JOBID= 13563889
Free space on /var/tmp= 2812 MiB

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

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

MD5SUM BENCH= d56032d56be6f6964cc68420e3d76fcd
RANDOM SEED=517471127

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:      11736180 kB
Buffers:        132820 kB
Cached:       19742484 kB
SwapCached:      10516 kB
Active:        4946472 kB
Inactive:     15578492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11736180 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:          101260 kB
Writeback:           0 kB
AnonPages:      647280 kB
Mapped:          18584 kB
Slab:           622764 kB
PageTables:       6124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 12655832 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= 2848 MiB
End job on node147 at 2011-06-14 09:25:01