Trace number 3190665

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 5.18121 3.97468

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v50-c1065-S1990278523-047.UNKNOWN.cnf
MD5SUM6c0adcb20b6c76973ae8b17d3f7995a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.146976
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses1065
Sum of the clauses size5325
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51065
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.10	c Expensive reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose learned constraints deletion strategy
0.03/0.10	c timeout=2147483647s
0.03/0.10	c DB Simplification allowed=true
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-3190665-1302602805.cnf
0.03/0.10	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.019s.
0.10/0.12	c #vars     50
0.10/0.12	c #constraints  1065
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.75/0.58	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.42/0.92	c cleaning 4251 clauses out of 8502 with flag 11000/11000
1.82/1.39	c cleaning 5619 clauses out of 11251 with flag 18000/18000
2.53/2.05	c cleaning 6816 clauses out of 13632 with flag 26000/26000
3.43/2.83	c cleaning 7906 clauses out of 15816 with flag 35000/35000
4.49/3.68	c cleaning 3628 clauses out of 7256 with flag 45000/45000
5.06/3.94	c starts		: 231
5.06/3.94	c conflicts		: 50126
5.06/3.94	c decisions		: 56142
5.06/3.94	c propagations		: 520822
5.06/3.94	c inspects		: 57040249
5.06/3.94	c shortcuts		: 0
5.06/3.94	c learnt literals	: 11
5.06/3.94	c learnt binary clauses	: 71
5.06/3.94	c learnt ternary clauses	: 306
5.06/3.94	c learnt constraints	: 50114
5.06/3.94	c ignored constraints	: 0
5.06/3.94	c root simplifications	: 241
5.06/3.94	c removed literals (reason simplification)	: 188725
5.06/3.94	c reason swapping (by a shorter reason)	: 0
5.06/3.94	c Calls to reduceDB	: 6
5.06/3.94	c speed (assignments/second)	: 136162.61437908496
5.06/3.94	c non guided choices	20
5.06/3.94	c learnt constraints type 
5.06/3.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
5.06/3.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 695
5.06/3.94	c constraints type 
5.06/3.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
5.06/3.94	s UNSATISFIABLE
5.06/3.94	c Total wall clock time (in seconds) : 3.844

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.91 3.98 3.99 4/243 19291
/proc/meminfo: memFree=13725352/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=5592 CPUtime=0 cores=1,3
/proc/19291/stat : 19291 (java) R 19289 19291 18109 0 -1 4194304 99 0 0 0 0 0 0 0 24 0 1 0 352695991 5726208 49 33554432000 1073741824 1073778376 140736100941344 18446744073709551615 228090527847 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19291/statm: 1398 52 41 9 0 27 0

[startup+0.053189 s]
/proc/loadavg: 3.91 3.98 3.99 4/243 19291
/proc/meminfo: memFree=13725352/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 8937 0 1 0 2 1 0 0 24 0 13 0 352695991 7746035712 8630 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1891122 8630 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.104892 s]
/proc/loadavg: 3.91 3.98 3.99 4/243 19291
/proc/meminfo: memFree=13725352/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7637164 CPUtime=0.1 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 10456 0 1 0 8 2 0 0 24 0 18 0 352695991 7820455936 10149 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1909291 10149 2093 9 0 1900029 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7637164

[startup+0.300802 s]
/proc/loadavg: 3.91 3.98 3.99 4/243 19291
/proc/meminfo: memFree=13725352/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7646512 CPUtime=0.47 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 13670 0 1 0 45 2 0 0 24 0 19 0 352695991 7830028288 12521 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1911628 12521 2193 9 0 1902366 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7646512

[startup+0.70073 s]
/proc/loadavg: 3.91 3.98 3.99 4/243 19291
/proc/meminfo: memFree=13725352/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7662948 CPUtime=1.14 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 20375 0 1 0 111 3 0 0 24 0 19 0 352695991 7846858752 17110 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1915737 17110 2232 9 0 1906475 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7662948

[startup+1.50058 s]
/proc/loadavg: 3.91 3.98 3.99 5/262 19310
/proc/meminfo: memFree=13663580/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7662948 CPUtime=2.03 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 20856 0 1 0 200 3 0 0 24 0 19 0 352695991 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1915737 17589 2237 9 0 1906475 0
[pid=19291/tid=19293] ppid=19289 vsize=7662948 CPUtime=1.43 cores=1,3
/proc/19291/task/19293/stat : 19293 (java) R 19289 19291 18109 0 -1 4202560 8920 0 1 0 142 1 0 0 25 0 19 0 352695992 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 46912505531539 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19291/tid=19294] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19294/stat : 19294 (java) S 19289 19291 18109 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19295] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19295/stat : 19295 (java) S 19289 19291 18109 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19296] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19296/stat : 19296 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19297] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19297/stat : 19297 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19298] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19298/stat : 19298 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19299] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19299/stat : 19299 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19300] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19300/stat : 19300 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19301] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19301/stat : 19301 (java) S 19289 19291 18109 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19302] ppid=19289 vsize=7662948 CPUtime=0.02 cores=1,3
/proc/19291/task/19302/stat : 19302 (java) S 19289 19291 18109 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 19 0 352695994 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 0 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19303] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19303/stat : 19303 (java) S 19289 19291 18109 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19304] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19304/stat : 19304 (java) S 19289 19291 18109 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19305] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19305/stat : 19305 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107274673 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19306] ppid=19289 vsize=7662948 CPUtime=0.2 cores=1,3
/proc/19291/task/19306/stat : 19306 (java) S 19289 19291 18109 0 -1 4202560 548 0 0 0 20 0 0 0 17 0 19 0 352695997 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19307] ppid=19289 vsize=7662948 CPUtime=0.34 cores=1,3
/proc/19291/task/19307/stat : 19307 (java) S 19289 19291 18109 0 -1 4202560 9387 0 0 0 33 1 0 0 19 0 19 0 352695997 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19308] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19308/stat : 19308 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19309] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19309/stat : 19309 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695997 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19310] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19310/stat : 19310 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352696003 7846858752 17589 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7662948

[startup+3.10129 s]
/proc/loadavg: 3.91 3.98 3.99 5/262 19310
/proc/meminfo: memFree=13662680/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7662948 CPUtime=3.97 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 21236 0 1 0 394 3 0 0 24 0 19 0 352695991 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1915737 17967 2241 9 0 1906475 0
[pid=19291/tid=19293] ppid=19289 vsize=7662948 CPUtime=2.93 cores=1,3
/proc/19291/task/19293/stat : 19293 (java) R 19289 19291 18109 0 -1 4202560 8928 0 1 0 292 1 0 0 25 0 19 0 352695992 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 46912505516966 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19291/tid=19294] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19294/stat : 19294 (java) S 19289 19291 18109 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19295] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19295/stat : 19295 (java) S 19289 19291 18109 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19296] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19296/stat : 19296 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19297] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19297/stat : 19297 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19298] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19298/stat : 19298 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19299] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19299/stat : 19299 (java) S 19289 19291 18109 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19300] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19300/stat : 19300 (java) S 19289 19291 18109 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19301] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19301/stat : 19301 (java) S 19289 19291 18109 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19302] ppid=19289 vsize=7662948 CPUtime=0.05 cores=1,3
/proc/19291/task/19302/stat : 19302 (java) S 19289 19291 18109 0 -1 4202560 505 0 0 0 5 0 0 0 16 0 19 0 352695994 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 0 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19303] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19303/stat : 19303 (java) S 19289 19291 18109 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19304] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19304/stat : 19304 (java) S 19289 19291 18109 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19305] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19305/stat : 19305 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107274673 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19306] ppid=19289 vsize=7662948 CPUtime=0.26 cores=1,3
/proc/19291/task/19306/stat : 19306 (java) S 19289 19291 18109 0 -1 4202560 582 0 0 0 26 0 0 0 15 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19307] ppid=19289 vsize=7662948 CPUtime=0.7 cores=1,3
/proc/19291/task/19307/stat : 19307 (java) S 19289 19291 18109 0 -1 4202560 9588 0 0 0 69 1 0 0 16 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19308] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19308/stat : 19308 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19309] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19309/stat : 19309 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19310] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19310/stat : 19310 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352696003 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 7662948

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

[startup+3.50121 s]
/proc/loadavg: 3.91 3.98 3.99 5/262 19310
/proc/meminfo: memFree=13661192/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7662948 CPUtime=4.38 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 21236 0 1 0 435 3 0 0 24 0 19 0 352695991 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1915737 17967 2241 9 0 1906475 0
[pid=19291/tid=19293] ppid=19289 vsize=7662948 CPUtime=3.32 cores=1,3
/proc/19291/task/19293/stat : 19293 (java) R 19289 19291 18109 0 -1 4202560 8928 0 1 0 331 1 0 0 25 0 19 0 352695992 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 46912505517040 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19291/tid=19294] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19294/stat : 19294 (java) S 19289 19291 18109 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19295] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19295/stat : 19295 (java) S 19289 19291 18109 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19296] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19296/stat : 19296 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19297] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19297/stat : 19297 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19298] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19298/stat : 19298 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19299] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19299/stat : 19299 (java) S 19289 19291 18109 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19300] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19300/stat : 19300 (java) S 19289 19291 18109 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19301] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19301/stat : 19301 (java) S 19289 19291 18109 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 352695993 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19302] ppid=19289 vsize=7662948 CPUtime=0.05 cores=1,3
/proc/19291/task/19302/stat : 19302 (java) S 19289 19291 18109 0 -1 4202560 505 0 0 0 5 0 0 0 16 0 19 0 352695994 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 0 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19303] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19303/stat : 19303 (java) S 19289 19291 18109 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19304] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19304/stat : 19304 (java) S 19289 19291 18109 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 352695995 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19305] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19305/stat : 19305 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107274673 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19306] ppid=19289 vsize=7662948 CPUtime=0.26 cores=1,3
/proc/19291/task/19306/stat : 19306 (java) S 19289 19291 18109 0 -1 4202560 582 0 0 0 26 0 0 0 15 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19307] ppid=19289 vsize=7662948 CPUtime=0.71 cores=1,3
/proc/19291/task/19307/stat : 19307 (java) S 19289 19291 18109 0 -1 4202560 9588 0 0 0 70 1 0 0 15 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19308] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19308/stat : 19308 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19309] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19309/stat : 19309 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695997 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19310] ppid=19289 vsize=7662948 CPUtime=0 cores=1,3
/proc/19291/task/19310/stat : 19310 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352696003 7846858752 17967 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 7662948

[startup+3.90114 s]
/proc/loadavg: 3.91 3.98 3.99 5/262 19310
/proc/meminfo: memFree=13661192/32951124 swapFree=67111528/67111528
[pid=19291] ppid=19289 vsize=7664692 CPUtime=5.06 cores=1,3
/proc/19291/stat : 19291 (java) S 19289 19291 18109 0 -1 4202496 21801 0 1 0 503 3 0 0 24 0 19 0 352695991 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19291/statm: 1916173 18055 2241 9 0 1906911 0
[pid=19291/tid=19293] ppid=19289 vsize=7664692 CPUtime=3.71 cores=1,3
/proc/19291/task/19293/stat : 19293 (java) R 19289 19291 18109 0 -1 4202560 8931 0 1 0 370 1 0 0 25 0 19 0 352695992 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 46912505501446 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19291/tid=19294] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19294/stat : 19294 (java) S 19289 19291 18109 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19295] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19295/stat : 19295 (java) S 19289 19291 18109 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19296] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19296/stat : 19296 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19297] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19297/stat : 19297 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19298] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19298/stat : 19298 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19299] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19299/stat : 19299 (java) S 19289 19291 18109 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19300] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19300/stat : 19300 (java) S 19289 19291 18109 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19301] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19301/stat : 19301 (java) S 19289 19291 18109 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 352695993 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 1 0 0 0
[pid=19291/tid=19302] ppid=19289 vsize=7664692 CPUtime=0.06 cores=1,3
/proc/19291/task/19302/stat : 19302 (java) S 19289 19291 18109 0 -1 4202560 565 0 0 0 6 0 0 0 16 0 19 0 352695994 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 0 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19303] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19303/stat : 19303 (java) S 19289 19291 18109 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 352695995 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19304] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19304/stat : 19304 (java) S 19289 19291 18109 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 352695995 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19305] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19305/stat : 19305 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107274673 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19306] ppid=19289 vsize=7664692 CPUtime=0.26 cores=1,3
/proc/19291/task/19306/stat : 19306 (java) S 19289 19291 18109 0 -1 4202560 582 0 0 0 26 0 0 0 15 0 19 0 352695997 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19307] ppid=19289 vsize=7664692 CPUtime=0.99 cores=1,3
/proc/19291/task/19307/stat : 19307 (java) R 19289 19291 18109 0 -1 4202560 10089 0 0 0 98 1 0 0 16 0 19 0 352695997 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 47554140540308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19291/tid=19308] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19308/stat : 19308 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352695997 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107266969 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19309] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19309/stat : 19309 (java) S 19289 19291 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352695997 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
[pid=19291/tid=19310] ppid=19289 vsize=7664692 CPUtime=0 cores=1,3
/proc/19291/task/19310/stat : 19310 (java) S 19289 19291 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352696003 7848644608 18055 33554432000 1073741824 1073778376 140737366326544 18446744073709551615 228107267584 0 4 0 16800975 18446604471144887552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 7664692

Child status: 20
Real time (s): 3.97468
CPU time (s): 5.18121
CPU user time (s): 5.14422
CPU system time (s): 0.036994
CPU usage (%): 130.356
Max. virtual memory (cumulated for all children) (KiB): 7664692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.14422
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21816
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= 494
involuntary context switches= 286

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-12 12:06:45
IDJOB=3190665
IDBENCH=82996
IDSOLVER=1611
FILE ID=node142/3190665-1302602805
RUNJOBID= node142-1302597452-18129
PBS_JOBID= 12958100
Free space on /tmp= 71720 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v50-c1065-S1990278523-047.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-3190665-1302602805/watcher-3190665-1302602805 -o /tmp/evaluation-result-3190665-1302602805/solver-3190665-1302602805 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190665-1302602805.cnf

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

MD5SUM BENCH= 6c0adcb20b6c76973ae8b17d3f7995a7
RANDOM SEED=1103188581

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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:      13725368 kB
Buffers:        726040 kB
Cached:       17840172 kB
SwapCached:          0 kB
Active:        9872232 kB
Inactive:      8943804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13725368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             136 kB
Writeback:           0 kB
AnonPages:      249584 kB
Mapped:          23348 kB
Slab:           345300 kB
PageTables:       6108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22060036 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= 71720 MiB
End job on node142 at 2011-04-12 12:06:49