Trace number 1775339

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
Rsat 2009-03-22UNSAT 35.9205 35.936

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.4278
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  161476   460214 |   48442       0        0     nan |  0.000 % |
1.19/1.21	c |         0 |  154193   474553 |      --       0       --      -- |     --   | -7234/14448
1.19/1.21	c ==============================================================================
1.19/1.21	c Result  :   #vars: 11514   #clauses: 154193   #literals: 474553
1.19/1.21	c CPU time:   1.16882 s
1.19/1.21	c ==============================================================================
1.28/1.39	c Rsat version 3.02
1.38/1.49	c Base unit clause learned: 0
35.86/35.90	c CNF stats: (11514 vars, 154193 clauses)
35.86/35.90	c Decisions: 284909
35.86/35.90	c Conflicts: 90332
35.86/35.90	c Restarts: 50
35.86/35.90	c Avg lpc: 40.45
35.86/35.90	c Max decision level: 1791
35.86/35.90	c KB reduction: 1 (34973 clauses removed)
35.86/35.90	c Final decision lit size:11514 (100.00 %)
35.86/35.90	c Final stack/save sizes: 460(4.00 %)/920(7.99 %)
35.86/35.90	c Final cdc size: 920 (7.99 %)
35.86/35.90	c ***********************************************
35.86/35.90	c Conflicts with bac: 3216/90332 (3.56 %)
35.86/35.90	c Avg bac size: 29.87
35.86/35.90	c Avg bac bt depth: 10.23 vs 2.87 (normal)
35.86/35.92	c Running time: 34.45276 seconds
35.86/35.93	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-1775339-1241343051/watcher-1775339-1241343051 -o /tmp/evaluation-result-1775339-1241343051/solver-1775339-1241343051 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775339-1241343051.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 28066
/proc/meminfo: memFree=1093704/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162331849 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28066/statm: 1339 239 199 169 0 50 0
[pid=28067] ppid=28066 vsize=1672 CPUtime=0
/proc/28067/stat : 28067 (SatElite) R 28066 28066 27871 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 162331849 1712128 277 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28067/statm: 418 278 65 186 0 228 0

[startup+0.0249121 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 28066
/proc/meminfo: memFree=1093704/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162331849 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28066/statm: 1339 239 199 169 0 50 0
[pid=28067] ppid=28066 vsize=4336 CPUtime=0.01
/proc/28067/stat : 28067 (SatElite) R 28066 28066 27871 0 -1 4194304 929 0 0 0 1 0 0 0 18 0 1 0 162331849 4440064 912 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28067/statm: 1084 913 65 186 0 894 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9692

[startup+0.101925 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 28066
/proc/meminfo: memFree=1093704/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162331849 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28066/statm: 1339 239 199 169 0 50 0
[pid=28067] ppid=28066 vsize=16396 CPUtime=0.09
/proc/28067/stat : 28067 (SatElite) R 28066 28066 27871 0 -1 4194304 3645 0 0 0 7 2 0 0 18 0 1 0 162331849 16789504 3628 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28067/statm: 4099 3629 65 186 0 3909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21752

[startup+0.301961 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 28066
/proc/meminfo: memFree=1093704/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162331849 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28066/statm: 1339 239 199 169 0 50 0
[pid=28067] ppid=28066 vsize=27268 CPUtime=0.29
/proc/28067/stat : 28067 (SatElite) R 28066 28066 27871 0 -1 4194304 6521 0 0 0 26 3 0 0 19 0 1 0 162331849 27922432 6204 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28067/statm: 6817 6205 92 186 0 6627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32624

[startup+0.702032 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 28066
/proc/meminfo: memFree=1093704/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=0
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162331849 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28066/statm: 1339 239 199 169 0 50 0
[pid=28067] ppid=28066 vsize=27916 CPUtime=0.68
/proc/28067/stat : 28067 (SatElite) R 28066 28066 27871 0 -1 4194304 6647 0 0 0 65 3 0 0 23 0 1 0 162331849 28585984 6330 1992294400 4194304 4959918 548682068688 18446744073709551615 4270153 0 0 4096 3 0 0 0 17 1 0 0
/proc/28067/statm: 6979 6330 92 186 0 6789 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 33272

[startup+1.50118 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28068
/proc/meminfo: memFree=1065464/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 5356

[startup+3.10246 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28069
/proc/meminfo: memFree=1076728/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=16268 CPUtime=1.7
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 3658 0 0 0 168 2 0 0 25 0 1 0 162331988 16658432 3593 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 4067 3593 116 309 0 3754 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21624

[startup+6.30103 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1073912/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=18716 CPUtime=4.89
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 4254 0 0 0 486 3 0 0 25 0 1 0 162331988 19165184 4188 1992294400 4194304 5460562 548682068800 18446744073709551615 4226028 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 4679 4188 118 309 0 4366 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24072

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1069112/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=23888 CPUtime=11.29
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 5600 0 0 0 1125 4 0 0 25 0 1 0 162331988 24461312 5370 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 5972 5370 118 309 0 5659 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29244

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1063992/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28172 CPUtime=24.09
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7250 0 0 0 2403 6 0 0 25 0 1 0 162331988 28848128 6504 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7043 6504 118 309 0 6730 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33528

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

[startup+31.9056 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1064056/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28172 CPUtime=30.49
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7264 0 0 0 3043 6 0 0 25 0 1 0 162331988 28848128 6518 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7043 6518 118 309 0 6730 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 33528

[startup+33.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1064056/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28416 CPUtime=32.08
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7282 0 0 0 3202 6 0 0 25 0 1 0 162331988 29097984 6536 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7104 6536 118 309 0 6791 0
Current children cumulated CPU time (s) 33.46
Current children cumulated vsize (KiB) 33772

[startup+35.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1064056/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28416 CPUtime=33.69
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7282 0 0 0 3363 6 0 0 25 0 1 0 162331988 29097984 6536 1992294400 4194304 5460562 548682068800 18446744073709551615 4225600 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7104 6536 118 309 0 6791 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 33772

[startup+35.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1064056/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28416 CPUtime=34.08
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7282 0 0 0 3402 6 0 0 25 0 1 0 162331988 29097984 6536 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7104 6536 118 309 0 6791 0
Current children cumulated CPU time (s) 35.46
Current children cumulated vsize (KiB) 33772

[startup+35.9013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28069
/proc/meminfo: memFree=1064056/2055920 swapFree=4181016/4192956
[pid=28066] ppid=28064 vsize=5356 CPUtime=1.38
/proc/28066/stat : 28066 (rsat.sh) S 28064 28066 27871 0 -1 4194304 312 7537 0 0 0 0 133 5 16 0 1 0 162331849 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28066/statm: 1339 241 199 169 0 50 0
[pid=28069] ppid=28066 vsize=28416 CPUtime=34.48
/proc/28069/stat : 28069 (rsat) R 28066 28066 27871 0 -1 4194304 7282 0 0 0 3442 6 0 0 25 0 1 0 162331988 29097984 6536 1992294400 4194304 5460562 548682068800 18446744073709551615 4214277 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28069/statm: 7104 6536 118 309 0 6791 0
Current children cumulated CPU time (s) 35.86
Current children cumulated vsize (KiB) 33772

Child status: 20
Real time (s): 35.936
CPU time (s): 35.9205
CPU user time (s): 35.7896
CPU system time (s): 0.13098
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 36904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7896
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15290
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= 11
involuntary context switches= 110

runsolver used 0.046992 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:30:51
IDJOB=1775339
IDBENCH=71731
IDSOLVER=615
FILE ID=node60/1775339-1241343051
PBS_JOBID= 9225470
Free space on /tmp= 66500 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775339-1241343051/watcher-1775339-1241343051 -o /tmp/evaluation-result-1775339-1241343051/solver-1775339-1241343051 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775339-1241343051.cnf HOME

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=1431648918

node60.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.256
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.256
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:       1094248 kB
Buffers:         76868 kB
Cached:         781316 kB
SwapCached:       6096 kB
Active:          73008 kB
Inactive:       793980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094248 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:            8568 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            80736 kB
Committed_AS:   722240 kB
PageTables:       1456 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= 66492 MiB
End job on node60 at 2009-05-03 11:31:27