Trace number 1730162

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
SAT07 reference solver: SATzilla CRAFTEDUNSAT 21.0178 21.0358

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.913
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

14.85/14.93	c run March_dl for 5 seconds ... 
14.85/14.93	c Bin: Executing march_dl
14.85/14.93	c child exit by a signal
14.85/14.93	c march_dl returned code 137.
14.85/14.93	c run saps (UBCSAT implementation) for 2 seconds ... 
14.85/14.93	c Bin: Executing ubcsat2006
14.85/14.93	c child exited successfully
14.85/14.93	c ubcsat2006 returned code 0.
14.85/14.93	c satzilla computing base features
14.85/14.93	c satzilla doing unit-prop probe
14.85/14.93	c satzilla doing local search probe
14.85/14.93	c satzilla doing lobjois search-space size estimate
14.85/14.93	c satzilla's ranking:
14.85/14.93	c 1) zchaff_rand+P: 1.043913
14.85/14.93	c 2) march_dl+P: 3.698336
14.85/14.93	c 3) march_dl: 3.791705
14.85/14.93	c 4) vallst+P: 3.933466
14.85/14.93	c 5) minisat20: 4.117007
14.85/14.93	c 6) minisat20+P: 4.422551
14.85/14.93	c 7) kcnfs+P: 999.000000
14.85/14.93	c 8) kcnfs: 999.000000
14.85/14.93	c 9) vallst: 999.000000
14.85/14.93	c 10) zchaff_rand: 999.000000
14.85/14.93	c satzilla running zchaff_rand with preprocessing ... 
20.95/21.03	c Preprocessing...
20.95/21.03	c Inital problem has 2025 variables, 85185 nary clauses (990 binary clauses).
20.95/21.03	c Num non-binary clauses 85185, Average non-binary clause length 3.022
20.95/21.03	c Preprocessor runtime was 0.210 seconds.
20.95/21.03	c 
20.95/21.03	c Satisfiability of theory still undetermined.
20.95/21.03	c See file /tmp/E31tvy for simplified theory.
20.95/21.03	c Bin: Executing zchaff_rand
20.95/21.03	c child exited successfully
20.95/21.03	c zchaff_rand returned code 20.
20.95/21.03	s UNSATISFIABLE
20.95/21.03	c SATZILLA_TIME=21.000000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730162-1240756712/watcher-1730162-1240756712 -o /tmp/evaluation-result-1730162-1240756712/solver-1730162-1240756712 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1730162-1240756712.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11230
/proc/meminfo: memFree=1642080/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) R 11228 11230 10883 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=1448 CPUtime=0
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 103699260 1482752 183 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 362 185 50 118 0 241 0

[startup+0.0528359 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11230
/proc/meminfo: memFree=1642080/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=1976 CPUtime=0.04
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 360 0 0 0 4 0 0 0 19 0 1 0 103699260 2023424 355 1992294400 134512640 134996440 4294956240 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 494 355 50 118 0 373 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3416

[startup+0.101841 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11230
/proc/meminfo: memFree=1642080/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=2504 CPUtime=0.09
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 534 0 0 0 9 0 0 0 19 0 1 0 103699260 2564096 529 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 626 529 50 118 0 505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3944

[startup+0.301865 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11230
/proc/meminfo: memFree=1642080/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=7616 CPUtime=0.29
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 2912 0 0 0 29 0 0 0 21 0 1 0 103699260 7798784 1483 1992294400 134512640 134996440 4294956240 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 1904 1483 57 118 0 1783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9056

[startup+0.701912 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11230
/proc/meminfo: memFree=1642080/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=11480 CPUtime=0.69
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 9221 0 0 0 66 3 0 0 25 0 1 0 103699260 11755520 2450 1992294400 134512640 134996440 4294956240 18446744073709551615 134578451 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 2870 2450 72 118 0 2749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12920

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11232
/proc/meminfo: memFree=1632392/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=11496 CPUtime=1.49
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 9227 0 0 0 124 25 0 0 25 0 1 0 103699260 11771904 2456 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 2874 2456 73 118 0 2753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12936

[startup+3.10119 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11232
/proc/meminfo: memFree=1632200/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=0
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103699259 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11230/statm: 360 110 95 260 0 84 0
[pid=11231] ppid=11230 vsize=10668 CPUtime=3.08
/proc/11231/stat : 11231 (march_dl) R 11230 11230 10883 0 -1 4194304 10699 0 0 0 264 44 0 0 25 0 1 0 103699260 10924032 2259 1992294400 134512640 134996440 4294956240 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11231/statm: 2667 2259 75 118 0 2546 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12108

[startup+6.30157 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11233
/proc/meminfo: memFree=1636808/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=1440 CPUtime=4.99
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 135 10703 0 0 0 0 454 45 16 0 1 0 103699259 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 360 111 96 260 0 84 0
[pid=11233] ppid=11230 vsize=10288 CPUtime=1.28
/proc/11233/stat : 11233 (ubcsat2006) R 11230 11230 10883 0 -1 4194304 1367 0 0 0 127 1 0 0 25 0 1 0 103699760 10534912 1350 1992294400 134512640 134777720 4294956096 18446744073709551615 134556121 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11233/statm: 2572 1350 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11233
/proc/meminfo: memFree=1631576/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=14820 CPUtime=12.66
/proc/11230/stat : 11230 (SATzilla2007_C) R 11228 11230 10883 0 -1 4194304 3941 12076 0 0 550 2 666 48 25 0 1 0 103699259 15175680 2722 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/11230/statm: 3705 2722 150 260 0 3429 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14820

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

[startup+15.9027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1624784/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=13376 CPUtime=0.63
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2258 0 0 0 61 2 0 0 23 0 1 0 103700786 13697024 1647 1992294400 134512640 135365884 4294956272 18446744073709551615 134544005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 3344 1647 112 208 0 3116 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 29288

[startup+19.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1617680/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=16184 CPUtime=3.82
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2817 0 0 0 375 7 0 0 25 0 1 0 103700786 16572416 2206 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 4046 2206 112 208 0 3818 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 32096

[startup+19.9012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1617232/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=16184 CPUtime=4.62
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2876 0 0 0 454 8 0 0 25 0 1 0 103700786 16572416 2265 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 4046 2265 112 208 0 3818 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 32096

[startup+20.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1617232/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=16440 CPUtime=5.42
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2944 0 0 0 533 9 0 0 25 0 1 0 103700786 16834560 2333 1992294400 134512640 135365884 4294956272 18446744073709551615 134574617 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 4110 2333 112 208 0 3882 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 32352

[startup+20.9053 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1616848/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=16424 CPUtime=5.63
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2963 0 0 0 553 10 0 0 25 0 1 0 103700786 16818176 2352 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 4106 2352 112 208 0 3878 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (KiB) 32336

[startup+21.0013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11234
/proc/meminfo: memFree=1616848/2055920 swapFree=4191900/4192956
[pid=11230] ppid=11228 vsize=15912 CPUtime=15.22
/proc/11230/stat : 11230 (SATzilla2007_C) S 11228 11230 10883 0 -1 4194304 7334 12076 0 0 800 8 666 48 25 0 1 0 103699259 16293888 3784 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11230/statm: 3978 3784 164 260 0 3702 0
[pid=11234] ppid=11230 vsize=16424 CPUtime=5.73
/proc/11234/stat : 11234 (zchaff_rand) R 11230 11230 10883 0 -1 4194304 2972 0 0 0 563 10 0 0 25 0 1 0 103700786 16818176 2361 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11234/statm: 4106 2361 112 208 0 3878 0
Current children cumulated CPU time (s) 20.95
Current children cumulated vsize (KiB) 32336

Child status: 20
Real time (s): 21.0358
CPU time (s): 21.0178
CPU user time (s): 20.3359
CPU system time (s): 0.681896
CPU usage (%): 99.9144
Max. virtual memory (cumulated for all children) (KiB): 32352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3359
system time used= 0.681896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 64

runsolver used 0.022996 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-26 16:38:32
IDJOB=1730162
IDBENCH=24722
IDSOLVER=558
FILE ID=node53/1730162-1240756712
PBS_JOBID= 9187058
Free space on /tmp= 66476 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730162-1240756712/watcher-1730162-1240756712 -o /tmp/evaluation-result-1730162-1240756712/solver-1730162-1240756712 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1730162-1240756712.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1035585355

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1642624 kB
Buffers:         38612 kB
Cached:         300664 kB
SwapCached:        384 kB
Active:         109344 kB
Inactive:       243372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642624 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9780 kB
Writeback:           0 kB
Mapped:          21812 kB
Slab:            46684 kB
Committed_AS:   312660 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node53 at 2009-04-26 16:38:53