Trace number 3190681

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 7.81381 6.55946

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1397126856-076.UNKNOWN.cnf
MD5SUM867bcd516c43a4ea9c98fad365ff9a08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.243962
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3190681-1302602880.cnf
0.01/0.09	c reading problem ... 
0.10/0.11	c ... done. Wall clock time 0.016s.
0.10/0.11	c #vars     250
0.10/0.11	c #constraints  1065
0.10/0.11	c constraints type 
0.10/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.75/0.53	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.26/0.89	c cleaning 4243 clauses out of 8503 with flag 11000/11000
1.93/1.43	c cleaning 5629 clauses out of 11260 with flag 18000/18000
2.77/2.07	c cleaning 6813 clauses out of 13632 with flag 26001/26001
3.82/2.76	c cleaning 7900 clauses out of 15818 with flag 35000/35000
4.80/3.61	c cleaning 8960 clauses out of 17919 with flag 45001/45001
5.61/4.47	c cleaning 9479 clauses out of 18958 with flag 55000/55000
6.32/5.18	c cleaning 6191 clauses out of 12382 with flag 65001/65001
7.13/5.90	c cleaning 7353 clauses out of 14706 with flag 75001/75001
7.75/6.55	c starts		: 325
7.75/6.55	c conflicts		: 83858
7.75/6.55	c decisions		: 99207
7.75/6.55	c propagations		: 3693241
7.75/6.55	c inspects		: 93446384
7.75/6.55	c shortcuts		: 0
7.75/6.55	c learnt literals	: 11
7.75/6.55	c learnt binary clauses	: 67
7.75/6.55	c learnt ternary clauses	: 391
7.75/6.55	c learnt constraints	: 83846
7.75/6.55	c ignored constraints	: 0
7.75/6.55	c root simplifications	: 335
7.75/6.55	c removed literals (reason simplification)	: 466165
7.75/6.55	c reason swapping (by a shorter reason)	: 0
7.75/6.55	c Calls to reduceDB	: 9
7.75/6.55	c speed (assignments/second)	: 573484.6273291925
7.75/6.55	c non guided choices	27
7.75/6.55	c learnt constraints type 
7.75/6.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
7.75/6.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3246
7.75/6.55	c constraints type 
7.75/6.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
7.75/6.55	s UNSATISFIABLE
7.75/6.55	c Total wall clock time (in seconds) : 6.456

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190681-1302602880/watcher-3190681-1302602880 -o /tmp/evaluation-result-3190681-1302602880/solver-3190681-1302602880 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190681-1302602880.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.01 4.00 2/203 32507
/proc/meminfo: memFree=11384032/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=252 CPUtime=0 cores=4,6
/proc/32507/stat : 32507 (java) R 32505 32507 31548 0 -1 4194304 80 0 0 0 0 0 0 0 24 0 1 0 371888420 258048 31 33554432000 1073741824 1073778376 140733198748752 18446744073709551615 244442021511 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32507/statm: 63 31 24 9 0 22 0

[startup+0.025674 s]
/proc/loadavg: 4.00 4.01 4.00 2/203 32507
/proc/meminfo: memFree=11384032/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7549900 CPUtime=0.01 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 7591 0 1 0 0 1 0 0 24 0 10 0 371888420 7731097600 7290 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1887475 7290 1039 9 0 1878631 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7549900

[startup+0.107471 s]
/proc/loadavg: 4.00 4.01 4.00 2/203 32507
/proc/meminfo: memFree=11384032/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7636308 CPUtime=0.1 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 10305 0 1 0 9 1 0 0 24 0 18 0 371888420 7819579392 9999 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1909077 9999 2093 9 0 1899815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636308

[startup+0.328064 s]
/proc/loadavg: 4.00 4.01 4.00 2/203 32507
/proc/meminfo: memFree=11384032/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7644300 CPUtime=0.52 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 13002 0 1 0 51 1 0 0 24 0 19 0 371888420 7827763200 11969 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1911075 11969 2199 9 0 1901813 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 7644300

[startup+0.700547 s]
/proc/loadavg: 4.00 4.01 4.00 2/203 32507
/proc/meminfo: memFree=11384032/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7646160 CPUtime=1.15 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 20009 0 1 0 113 2 0 0 24 0 19 0 371888420 7829667840 17037 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1911540 17037 2232 9 0 1902278 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7646160

[startup+1.5424 s]
/proc/loadavg: 4.00 4.01 4.00 9/262 32610
/proc/meminfo: memFree=11239528/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7646160 CPUtime=2.2 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 20735 0 1 0 218 2 0 0 24 0 19 0 371888420 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1911540 17761 2242 9 0 1902278 0
[pid=32507/tid=32509] ppid=32505 vsize=7646160 CPUtime=1.4 cores=4,6
/proc/32507/task/32509/stat : 32509 (java) R 32505 32507 31548 0 -1 4202560 8896 0 1 0 139 1 0 0 25 0 19 0 371888421 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 46912505512936 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32507/tid=32510] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32510/stat : 32510 (java) S 32505 32507 31548 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32511] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32511/stat : 32511 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32512] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32512/stat : 32512 (java) S 32505 32507 31548 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32513] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32513/stat : 32513 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32514] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32514/stat : 32514 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32515] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32515/stat : 32515 (java) S 32505 32507 31548 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32516] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32516/stat : 32516 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32517] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32517/stat : 32517 (java) S 32505 32507 31548 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 371888422 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32518] ppid=32505 vsize=7646160 CPUtime=0.02 cores=4,6
/proc/32507/task/32518/stat : 32518 (java) S 32505 32507 31548 0 -1 4202560 433 0 0 0 2 0 0 0 16 0 19 0 371888423 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 0 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32519] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32519/stat : 32519 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371888424 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32520] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32520/stat : 32520 (java) S 32505 32507 31548 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 371888424 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32521] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32521/stat : 32521 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458768817 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32522] ppid=32505 vsize=7646160 CPUtime=0.61 cores=4,6
/proc/32507/task/32522/stat : 32522 (java) R 32505 32507 31548 0 -1 4202560 9488 0 0 0 61 0 0 0 15 0 19 0 371888426 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 46931761060019 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32507/tid=32523] ppid=32505 vsize=7646160 CPUtime=0.13 cores=4,6
/proc/32507/task/32523/stat : 32523 (java) S 32505 32507 31548 0 -1 4202560 332 0 0 0 13 0 0 0 16 0 19 0 371888426 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32524] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32524/stat : 32524 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32525] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32525/stat : 32525 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888426 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32535] ppid=32505 vsize=7646160 CPUtime=0 cores=4,6
/proc/32507/task/32535/stat : 32535 (java) S 32505 32507 31548 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371888431 7829667840 17761 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 7646160

[startup+3.10111 s]
/proc/loadavg: 4.00 4.01 4.00 7/262 32610
/proc/meminfo: memFree=11184844/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7655744 CPUtime=4.22 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 24755 0 1 0 419 3 0 0 24 0 19 0 371888420 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1913936 19983 2242 9 0 1904674 0
[pid=32507/tid=32509] ppid=32505 vsize=7655744 CPUtime=2.88 cores=4,6
/proc/32507/task/32509/stat : 32509 (java) R 32505 32507 31548 0 -1 4202560 8897 0 1 0 287 1 0 0 25 0 19 0 371888421 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 46912505531794 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32507/tid=32510] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32510/stat : 32510 (java) S 32505 32507 31548 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32511] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32511/stat : 32511 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32512] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32512/stat : 32512 (java) S 32505 32507 31548 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32513] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32513/stat : 32513 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32514] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32514/stat : 32514 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32515] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32515/stat : 32515 (java) S 32505 32507 31548 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32516] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32516/stat : 32516 (java) S 32505 32507 31548 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32517] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32517/stat : 32517 (java) S 32505 32507 31548 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 371888422 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32518] ppid=32505 vsize=7655744 CPUtime=0.05 cores=4,6
/proc/32507/task/32518/stat : 32518 (java) S 32505 32507 31548 0 -1 4202560 488 0 0 0 5 0 0 0 16 0 19 0 371888423 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 0 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32519] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32519/stat : 32519 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371888424 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32520] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32520/stat : 32520 (java) S 32505 32507 31548 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 371888424 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32521] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32521/stat : 32521 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458768817 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32522] ppid=32505 vsize=7655744 CPUtime=0.73 cores=4,6
/proc/32507/task/32522/stat : 32522 (java) S 32505 32507 31548 0 -1 4202560 10027 0 0 0 73 0 0 0 15 0 19 0 371888426 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32523] ppid=32505 vsize=7655744 CPUtime=0.5 cores=4,6
/proc/32507/task/32523/stat : 32523 (java) S 32505 32507 31548 0 -1 4202560 3679 0 0 0 50 0 0 0 16 0 19 0 371888426 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32524] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32524/stat : 32524 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32525] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32525/stat : 32525 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888426 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32535] ppid=32505 vsize=7655744 CPUtime=0 cores=4,6
/proc/32507/task/32535/stat : 32535 (java) S 32505 32507 31548 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371888431 7839481856 19983 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 7655744

[startup+6.30157 s]
/proc/loadavg: 4.00 4.01 4.00 5/262 32610
/proc/meminfo: memFree=11181360/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7651136 CPUtime=7.53 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 24903 0 1 0 750 3 0 0 24 0 19 0 371888420 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1912784 19381 2242 9 0 1903522 0
[pid=32507/tid=32509] ppid=32505 vsize=7651136 CPUtime=6.01 cores=4,6
/proc/32507/task/32509/stat : 32509 (java) R 32505 32507 31548 0 -1 4202560 8903 0 1 0 600 1 0 0 25 0 19 0 371888421 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 46912505777222 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32507/tid=32510] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32510/stat : 32510 (java) S 32505 32507 31548 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32511] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32511/stat : 32511 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32512] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32512/stat : 32512 (java) S 32505 32507 31548 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32513] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32513/stat : 32513 (java) S 32505 32507 31548 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32514] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32514/stat : 32514 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32515] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32515/stat : 32515 (java) S 32505 32507 31548 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32516] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32516/stat : 32516 (java) S 32505 32507 31548 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32517] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32517/stat : 32517 (java) S 32505 32507 31548 0 -1 4202560 236 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32518] ppid=32505 vsize=7651136 CPUtime=0.09 cores=4,6
/proc/32507/task/32518/stat : 32518 (java) S 32505 32507 31548 0 -1 4202560 629 0 0 0 9 0 0 0 15 0 19 0 371888423 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 0 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32519] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32519/stat : 32519 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371888424 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32520] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32520/stat : 32520 (java) S 32505 32507 31548 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 371888424 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32521] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32521/stat : 32521 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458768817 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32522] ppid=32505 vsize=7651136 CPUtime=0.77 cores=4,6
/proc/32507/task/32522/stat : 32522 (java) S 32505 32507 31548 0 -1 4202560 10027 0 0 0 77 0 0 0 15 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32523] ppid=32505 vsize=7651136 CPUtime=0.6 cores=4,6
/proc/32507/task/32523/stat : 32523 (java) S 32505 32507 31548 0 -1 4202560 3679 0 0 0 60 0 0 0 16 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32524] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32524/stat : 32524 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32525] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32525/stat : 32525 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32535] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32535/stat : 32535 (java) S 32505 32507 31548 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371888431 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 7651136

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

[startup+6.50153 s]
/proc/loadavg: 4.00 4.01 4.00 5/262 32610
/proc/meminfo: memFree=11180368/32951124 swapFree=67111528/67111528
[pid=32507] ppid=32505 vsize=7651136 CPUtime=7.75 cores=4,6
/proc/32507/stat : 32507 (java) S 32505 32507 31548 0 -1 4202496 24903 0 1 0 772 3 0 0 24 0 19 0 371888420 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/32507/statm: 1912784 19381 2242 9 0 1903522 0
[pid=32507/tid=32509] ppid=32505 vsize=7651136 CPUtime=6.21 cores=4,6
/proc/32507/task/32509/stat : 32509 (java) R 32505 32507 31548 0 -1 4202560 8903 0 1 0 620 1 0 0 25 0 19 0 371888421 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 46912505777222 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32507/tid=32510] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32510/stat : 32510 (java) S 32505 32507 31548 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32511] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32511/stat : 32511 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32512] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32512/stat : 32512 (java) S 32505 32507 31548 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32513] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32513/stat : 32513 (java) S 32505 32507 31548 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32514] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32514/stat : 32514 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32515] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32515/stat : 32515 (java) S 32505 32507 31548 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32516] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32516/stat : 32516 (java) S 32505 32507 31548 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32517] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32517/stat : 32517 (java) S 32505 32507 31548 0 -1 4202560 236 0 0 0 0 0 0 0 16 0 19 0 371888422 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32518] ppid=32505 vsize=7651136 CPUtime=0.09 cores=4,6
/proc/32507/task/32518/stat : 32518 (java) S 32505 32507 31548 0 -1 4202560 629 0 0 0 9 0 0 0 15 0 19 0 371888423 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 0 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32519] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32519/stat : 32519 (java) S 32505 32507 31548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371888424 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32520] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32520/stat : 32520 (java) S 32505 32507 31548 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 371888424 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32521] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32521/stat : 32521 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458768817 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32522] ppid=32505 vsize=7651136 CPUtime=0.79 cores=4,6
/proc/32507/task/32522/stat : 32522 (java) S 32505 32507 31548 0 -1 4202560 10027 0 0 0 79 0 0 0 16 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 6 0 0 0
[pid=32507/tid=32523] ppid=32505 vsize=7651136 CPUtime=0.6 cores=4,6
/proc/32507/task/32523/stat : 32523 (java) S 32505 32507 31548 0 -1 4202560 3679 0 0 0 60 0 0 0 16 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32524] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32524/stat : 32524 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761113 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32525] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32525/stat : 32525 (java) S 32505 32507 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371888426 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
[pid=32507/tid=32535] ppid=32505 vsize=7651136 CPUtime=0 cores=4,6
/proc/32507/task/32535/stat : 32535 (java) S 32505 32507 31548 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371888431 7834763264 19381 33554432000 1073741824 1073778376 140733907729712 18446744073709551615 244458761728 0 4 0 16800975 18446604453877033088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 7651136

Child status: 20
Real time (s): 6.55946
CPU time (s): 7.81381
CPU user time (s): 7.77782
CPU system time (s): 0.035994
CPU usage (%): 119.123
Max. virtual memory (cumulated for all children) (KiB): 7655744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.77782
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24912
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= 572
involuntary context switches= 397

runsolver used 0.008998 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-12 12:08:00
IDJOB=3190681
IDBENCH=83012
IDSOLVER=1611
FILE ID=node105/3190681-1302602880
RUNJOBID= node105-1302597670-31567
PBS_JOBID= 12958109
Free space on /tmp= 72244 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1397126856-076.UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190681-1302602880/watcher-3190681-1302602880 -o /tmp/evaluation-result-3190681-1302602880/solver-3190681-1302602880 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190681-1302602880.cnf

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

MD5SUM BENCH= 867bcd516c43a4ea9c98fad365ff9a08
RANDOM SEED=451779352

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      11384296 kB
Buffers:        725900 kB
Cached:       20287408 kB
SwapCached:          0 kB
Active:       10286076 kB
Inactive:     10858580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11384296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      131020 kB
Mapped:          23248 kB
Slab:           358816 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7515096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72244 MiB
End job on node105 at 2011-04-12 12:08:06