Trace number 1731260

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
VARSAT-random 2009-03-22UNSAT 297.829 297.902

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    640                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          997069322.000000
0.00/0.00	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      76      304     1216 |      101        0    nan |  0.000 % |
0.00/0.00	c |       100 |      76      304     1216 |      111      100     18 |  0.004 % |
0.00/0.00	c |       250 |      76      304     1216 |      122      167     12 |  0.004 % |
0.00/0.01	c |       476 |      76      304     1216 |      134      146     13 |  0.004 % |
0.00/0.01	c |       814 |      76      304     1216 |      148      147     11 |  0.004 % |
0.00/0.01	c |      1321 |      76      304     1216 |      163      177     12 |  0.004 % |
0.00/0.02	c |      2080 |      76      304     1216 |      179      154     12 |  0.004 % |
0.02/0.03	c |      3220 |      76      304     1216 |      197      221     12 |  0.004 % |
0.02/0.05	c |      4928 |      76      304     1216 |      217      205     11 |  0.004 % |
0.02/0.07	c |      7490 |      76      304     1216 |      238      133     10 |  0.004 % |
0.09/0.10	c |     11334 |      76      304     1216 |      262      181     10 |  0.004 % |
0.09/0.15	c |     17101 |      76      304     1216 |      289      208     14 |  0.004 % |
0.19/0.23	c |     25751 |      76      304     1216 |      318      274     14 |  0.004 % |
0.29/0.36	c |     38725 |      76      304     1216 |      349      207     12 |  0.004 % |
0.49/0.53	c |     58186 |      76      304     1216 |      384      287     13 |  0.004 % |
0.79/0.85	c |     87379 |      76      304     1216 |      423      251     15 |  0.004 % |
1.19/1.27	c |    131169 |      76      304     1216 |      465      320     13 |  0.004 % |
1.79/1.88	c |    196853 |      76      304     1216 |      512      400     13 |  0.004 % |
2.79/2.85	c |    295379 |      76      304     1216 |      563      522     13 |  0.004 % |
4.30/4.39	c |    443169 |      76      304     1216 |      619      500     14 |  0.004 % |
6.69/6.75	c |    664853 |      76      304     1216 |      681      368     14 |  0.004 % |
10.19/10.28	c |    997380 |      76      304     1216 |      749      611     13 |  0.004 % |
15.59/15.61	c |   1496168 |      76      304     1216 |      824      678     13 |  0.004 % |
24.09/24.20	c |   2244350 |      76      304     1216 |      907      783     14 |  0.004 % |
37.08/37.18	c |   3366625 |      76      304     1216 |      998      494     12 |  0.004 % |
57.28/57.32	c |   5050037 |      76      304     1216 |     1097      978     12 |  0.004 % |
88.97/89.02	c |   7575153 |      76      304     1216 |     1207     1066     14 |  0.004 % |
137.16/137.20	c |  11362830 |      76      304     1216 |     1328     1112     14 |  0.012 % |
212.44/212.54	c |  17044343 |      75      296     1184 |     1461     1278     13 |  0.629 % |
297.72/297.90	c ===============================================================================
297.72/297.90	c surveys--CPU time (sec)   : 0.0200         (0.01 % of total)
297.72/297.90	c surveys--attempted        : 29             (1450 /sec)
297.72/297.90	c surveys--converged        : 29             (100.00 % successful)
297.72/297.90	c restarts              : 29
297.72/297.90	c conflicts             : 23364454       (78457 /sec)
297.72/297.90	c decisions             : 36392035       (1.92 % random) (122204 /sec)
297.72/297.90	c propagations          : 187568061      (629851 /sec)
297.72/297.90	c conflict literals     : 340311201      (17.41 % deleted)
297.72/297.90	c Memory used           : 3.39 MB
297.72/297.90	c Total CPU time (sec)      : 297.8177    
297.72/297.90	c 
297.72/297.90	s UNSATISFIABLE

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-1731260-1240768593/watcher-1731260-1240768593 -o /tmp/evaluation-result-1731260-1240768593/solver-1731260-1240768593 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=997069322 HOME/instance-1731260-1240768593.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.91 0.97 0.99 3/64 22496
/proc/meminfo: memFree=1799864/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2276 CPUtime=0
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 104891946 2330624 175 1992294400 4194304 5102416 548682068784 18446744073709551615 4283027 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 569 176 99 221 0 345 0

[startup+0.0311231 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22496
/proc/meminfo: memFree=1799864/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2404 CPUtime=0.02
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 212 0 0 0 2 0 0 0 18 0 1 0 104891946 2461696 197 1992294400 4194304 5102416 548682068784 18446744073709551615 4249737 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2404

[startup+0.101128 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22496
/proc/meminfo: memFree=1799864/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2404 CPUtime=0.09
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 212 0 0 0 9 0 0 0 18 0 1 0 104891946 2461696 197 1992294400 4194304 5102416 548682068784 18446744073709551615 4249504 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2404

[startup+0.301142 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22496
/proc/meminfo: memFree=1799864/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2404 CPUtime=0.29
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 212 0 0 0 29 0 0 0 19 0 1 0 104891946 2461696 197 1992294400 4194304 5102416 548682068784 18446744073709551615 4254401 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 601 197 112 221 0 377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2404

[startup+0.701171 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22496
/proc/meminfo: memFree=1799864/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2404 CPUtime=0.69
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 219 0 0 0 69 0 0 0 22 0 1 0 104891946 2461696 204 1992294400 4194304 5102416 548682068784 18446744073709551615 4232374 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 601 204 112 221 0 377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2404

[startup+1.50123 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1799408/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2404 CPUtime=1.49
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 231 0 0 0 149 0 0 0 25 0 1 0 104891946 2461696 216 1992294400 4194304 5102416 548682068784 18446744073709551615 4230448 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 601 216 112 221 0 377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2404

[startup+3.10135 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1799216/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2536 CPUtime=3.09
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 242 0 0 0 309 0 0 0 25 0 1 0 104891946 2596864 227 1992294400 4194304 5102416 548682068784 18446744073709551615 4254367 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 634 227 112 221 0 410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2536

[startup+6.30158 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1799088/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2536 CPUtime=6.29
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 260 0 0 0 629 0 0 0 25 0 1 0 104891946 2596864 245 1992294400 4194304 5102416 548682068784 18446744073709551615 4249138 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 634 245 112 221 0 410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2536

[startup+12.7021 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798960/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2668 CPUtime=12.69
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 285 0 0 0 1269 0 0 0 25 0 1 0 104891946 2732032 270 1992294400 4194304 5102416 548682068784 18446744073709551615 4230323 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 667 270 112 221 0 443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2668

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798768/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2800 CPUtime=25.49
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 314 0 0 0 2549 0 0 0 25 0 1 0 104891946 2867200 299 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 700 299 112 221 0 476 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2800

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798640/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=2932 CPUtime=51.08
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 360 0 0 0 5108 0 0 0 25 0 1 0 104891946 3002368 345 1992294400 4194304 5102416 548682068784 18446744073709551615 4254301 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 733 345 112 221 0 509 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2932

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798384/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3064 CPUtime=102.27
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 397 0 0 0 10227 0 0 0 25 0 1 0 104891946 3137536 382 1992294400 4194304 5102416 548682068784 18446744073709551615 4254236 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 766 382 112 221 0 542 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3064

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798128/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3328 CPUtime=162.25
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 439 0 0 0 16225 0 0 0 25 0 1 0 104891946 3407872 424 1992294400 4194304 5102416 548682068784 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 832 424 112 221 0 608 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3328

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22497
/proc/meminfo: memFree=1798064/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3328 CPUtime=222.24
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 457 0 0 0 22224 0 0 0 25 0 1 0 104891946 3407872 442 1992294400 4194304 5102416 548682068784 18446744073709551615 4249721 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 832 442 112 221 0 608 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3328

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=282.23
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 28222 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4249909 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3464

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

[startup+287.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=287.82
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 28781 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 287.82
Current children cumulated vsize (KiB) 3464

[startup+294.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=294.22
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 29421 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4255607 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 294.22
Current children cumulated vsize (KiB) 3464

[startup+295.905 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=295.83
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 29582 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4249765 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 295.83
Current children cumulated vsize (KiB) 3464

[startup+296.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=296.62
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 29661 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4249671 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 296.62
Current children cumulated vsize (KiB) 3464

[startup+297.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=3464 CPUtime=297.42
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194304 480 0 0 0 29741 1 0 0 25 0 1 0 104891946 3547136 465 1992294400 4194304 5102416 548682068784 18446744073709551615 4250052 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 866 465 112 221 0 642 0
Current children cumulated CPU time (s) 297.42
Current children cumulated vsize (KiB) 3464

[startup+297.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22503
/proc/meminfo: memFree=1797744/2055920 swapFree=4191900/4192956
[pid=22496] ppid=22494 vsize=0 CPUtime=297.82
/proc/22496/stat : 22496 (varsat-random_s) R 22494 22496 22153 0 -1 4194308 484 0 0 0 29781 1 0 0 25 0 1 0 104891946 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22496/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 297.82
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 297.902
CPU time (s): 297.829
CPU user time (s): 297.818
CPU system time (s): 0.010998
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 3464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.818
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484
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= 2
involuntary context switches= 719

runsolver used 0.264959 second user time and 0.578911 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-26 19:56:33
IDJOB=1731260
IDBENCH=24747
IDSOLVER=539
FILE ID=node34/1731260-1240768593
PBS_JOBID= 9187137
Free space on /tmp= 66404 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731260-1240768593/watcher-1731260-1240768593 -o /tmp/evaluation-result-1731260-1240768593/solver-1731260-1240768593 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=997069322 HOME/instance-1731260-1240768593.cnf

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=997069322

node34.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.214
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.214
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800280 kB
Buffers:         31768 kB
Cached:         138992 kB
SwapCached:        260 kB
Active:          31016 kB
Inactive:       152956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1024 kB
Writeback:           0 kB
Mapped:          21732 kB
Slab:            57660 kB
Committed_AS:   415252 kB
PageTables:       1380 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= 66400 MiB
End job on node34 at 2009-04-26 20:01:31