Trace number 1723749

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 275.506 275.584

General information on the benchmark

Namemanol-pipe-g6bi.cnf
MD5SUM276c05fafaa0b870834db9baaef6afca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.883865
Satisfiable
(Un)Satisfiability was proved
Number of variables23891
Number of clauses69895
Sum of the clauses size163087
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 246596
Number of clauses of size 323298
Number of clauses of size 40
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:  23891                                                |
0.00/0.00	c |  Number of clauses:    69895                                                |
0.05/0.09	c |  Parsing time:         0.08         s                                       |
0.05/0.09	c |  Timeout:              43200 s
0.05/0.09	c |  Random Seed:          772287122.000000
0.05/0.09	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.05/0.09	c |  Branching Rule:       default (solution-guided)                            |
0.05/0.09	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.05/0.09	c |                                                                             |
0.49/0.55	c ============================[ Search Statistics ]==============================
0.49/0.55	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.55	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.55	c ===============================================================================
0.49/0.55	c |         0 |    5021    30529   119411 |    10176        0    nan |  0.000 % |
26.78/26.83	c |       101 |    5008    30529   119411 |    11193       99      9 |  0.347 % |
51.07/51.10	c |       251 |    5005    30529   119411 |    12313      248      8 |  0.360 % |
76.77/76.88	c |       478 |    4988    30529   119411 |    13544      474      9 |  0.373 % |
100.96/101.02	c |       816 |    4962    30529   119411 |    14899      812     12 |  0.373 % |
125.66/125.77	c |      1323 |    4962    30529   119411 |    16389     1319     12 |  0.373 % |
149.45/149.51	c |      2086 |    4933    29558   116434 |    18027     2079     15 |  0.373 % |
173.14/173.29	c |      3225 |    4933    29558   116434 |    19830     3218     16 |  0.373 % |
198.23/198.39	c |      4939 |    4933    29558   116434 |    21813     4932     18 |  0.373 % |
224.24/224.32	c |      7501 |    4933    29558   116434 |    23995     7494     19 |  0.373 % |
250.92/251.04	c |     11347 |    4927    29483   116062 |    26394    11245     19 |  0.398 % |
275.42/275.58	c ===============================================================================
275.42/275.58	c surveys--CPU time (sec)   : 272.9275       (99.08 % of total)
275.42/275.58	c surveys--attempted        : 2802           (10 /sec)
275.42/275.58	c surveys--converged        : 2802           (100.00 % successful)
275.42/275.58	c restarts              : 11
275.42/275.58	c conflicts             : 15876          (6271 /sec)
275.42/275.58	c decisions             : 51699          (1.47 % random) (20421 /sec)
275.42/275.58	c propagations          : 1165371        (460326 /sec)
275.42/275.58	c conflict literals     : 305249         (16.87 % deleted)
275.42/275.58	c Memory used           : 24.61 MB
275.42/275.58	c Total CPU time (sec)      : 275.4591    
275.42/275.58	c 
275.42/275.58	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-1723749-1240688429/watcher-1723749-1240688429 -o /tmp/evaluation-result-1723749-1240688429/solver-1723749-1240688429 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=772287122 HOME/instance-1723749-1240688429.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: 2.19 1.70 1.29 3/65 20142
/proc/meminfo: memFree=1712040/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=3600 CPUtime=0
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 747 0 0 0 0 0 0 0 20 0 1 0 96872759 3686400 732 1992294400 4194304 5102416 548682068784 18446744073709551615 4515515 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 900 732 88 221 0 676 0

[startup+0.0687531 s]
/proc/loadavg: 2.19 1.70 1.29 3/65 20142
/proc/meminfo: memFree=1712040/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=12096 CPUtime=0.05
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 2788 0 0 0 5 0 0 0 20 0 1 0 96872759 12386304 2773 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 3024 2774 88 221 0 2800 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12096

[startup+0.101756 s]
/proc/loadavg: 2.19 1.70 1.29 3/65 20142
/proc/meminfo: memFree=1712040/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=15848 CPUtime=0.09
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 3622 0 0 0 8 1 0 0 20 0 1 0 96872759 16228352 3607 1992294400 4194304 5102416 548682068784 18446744073709551615 4273029 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 3962 3607 98 221 0 3738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15848

[startup+0.301777 s]
/proc/loadavg: 2.19 1.70 1.29 3/65 20142
/proc/meminfo: memFree=1712040/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=23168 CPUtime=0.29
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 5429 0 0 0 28 1 0 0 22 0 1 0 96872759 23724032 5414 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 5792 5414 99 221 0 5568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23168

[startup+0.70182 s]
/proc/loadavg: 2.19 1.70 1.29 3/65 20142
/proc/meminfo: memFree=1712040/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=0.69
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 67 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4221918 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25036

[startup+1.50191 s]
/proc/loadavg: 2.19 1.70 1.29 2/66 20143
/proc/meminfo: memFree=1688160/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=1.49
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 147 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4220520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25036

[startup+3.10107 s]
/proc/loadavg: 2.19 1.70 1.29 2/66 20143
/proc/meminfo: memFree=1687968/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=3.09
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 307 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4220347 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25036

[startup+6.30142 s]
/proc/loadavg: 2.10 1.69 1.28 2/66 20143
/proc/meminfo: memFree=1687904/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=6.29
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 627 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4220520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25036

[startup+12.7011 s]
/proc/loadavg: 2.01 1.68 1.28 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=12.69
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 1267 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4221927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25036

[startup+25.5015 s]
/proc/loadavg: 1.78 1.64 1.28 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=25.48
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6507 0 0 0 2546 2 0 0 25 0 1 0 96872759 25636864 6015 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6015 102 221 0 6035 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25036

[startup+51.1012 s]
/proc/loadavg: 1.52 1.59 1.27 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=51.07
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 5105 2 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4230759 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25036

[startup+102.306 s]
/proc/loadavg: 1.22 1.50 1.25 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=102.27
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 10224 3 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220509 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25036

[startup+162.301 s]
/proc/loadavg: 1.08 1.40 1.23 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=162.24
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 16221 3 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 25036

[startup+222.301 s]
/proc/loadavg: 1.03 1.33 1.22 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=222.23
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 22219 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220228 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 25036

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

[startup+230.301 s]
/proc/loadavg: 1.02 1.32 1.21 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=230.23
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 23019 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220224 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 25036

[startup+255.902 s]
/proc/loadavg: 1.01 1.29 1.21 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=255.82
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 25578 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220224 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 25036

[startup+268.701 s]
/proc/loadavg: 1.01 1.28 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=268.62
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 26858 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220614 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 268.62
Current children cumulated vsize (KiB) 25036

[startup+271.902 s]
/proc/loadavg: 1.01 1.28 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=271.82
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 27178 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4221901 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 271.82
Current children cumulated vsize (KiB) 25036

[startup+273.502 s]
/proc/loadavg: 1.01 1.27 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=273.42
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 27338 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220145 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 273.42
Current children cumulated vsize (KiB) 25036

[startup+274.302 s]
/proc/loadavg: 1.01 1.27 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=274.22
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 27418 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220614 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 274.22
Current children cumulated vsize (KiB) 25036

[startup+275.101 s]
/proc/loadavg: 1.01 1.27 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25036 CPUtime=275.02
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6520 0 0 0 27498 4 0 0 25 0 1 0 96872759 25636864 6028 1992294400 4194304 5102416 548682068784 18446744073709551615 4220509 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6259 6028 115 221 0 6035 0
Current children cumulated CPU time (s) 275.02
Current children cumulated vsize (KiB) 25036

[startup+275.501 s]
/proc/loadavg: 1.01 1.27 1.20 2/66 20143
/proc/meminfo: memFree=1687784/2055920 swapFree=4191900/4192956
[pid=20142] ppid=20140 vsize=25196 CPUtime=275.42
/proc/20142/stat : 20142 (varsat-random_s) R 20140 20142 19887 0 -1 4194304 6532 0 0 0 27538 4 0 0 25 0 1 0 96872759 25800704 6040 1992294400 4194304 5102416 548682068784 18446744073709551615 4249357 0 0 4096 3 0 0 0 17 1 0 0
/proc/20142/statm: 6299 6040 115 221 0 6075 0
Current children cumulated CPU time (s) 275.42
Current children cumulated vsize (KiB) 25196

Child status: 20
Real time (s): 275.584
CPU time (s): 275.506
CPU user time (s): 275.46
CPU system time (s): 0.045993
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 27272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.46
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6537
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= 729

runsolver used 0.316951 second user time and 0.679896 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-25 21:40:29
IDJOB=1723749
IDBENCH=71734
IDSOLVER=539
FILE ID=node81/1723749-1240688429
PBS_JOBID= 9186706
Free space on /tmp= 126388 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-g6bi.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723749-1240688429/watcher-1723749-1240688429 -o /tmp/evaluation-result-1723749-1240688429/solver-1723749-1240688429 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=772287122 HOME/instance-1723749-1240688429.cnf

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

MD5SUM BENCH= 276c05fafaa0b870834db9baaef6afca
RANDOM SEED=772287122

node81.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.234
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.234
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:       1712456 kB
Buffers:         31380 kB
Cached:         241392 kB
SwapCached:        384 kB
Active:         131100 kB
Inactive:       155936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712456 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:          22712 kB
Slab:            42124 kB
Committed_AS:   350992 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126388 MiB
End job on node81 at 2009-04-25 21:45:05