Trace number 1724143

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 30.1194 17.5102

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
1.10/1.11	c ==============================================================================
1.10/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.11	c ==============================================================================
1.10/1.11	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
4.29/4.34	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
4.29/4.35	c ==============================================================================
4.29/4.35	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.29/4.35	c CPU time:   4.19936 s
4.29/4.35	c ==============================================================================
29.89/17.49	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
29.89/17.49	c ============================[ Problem Statistics ]=============================
29.89/17.49	c |                                                                             |
29.89/17.49	c threadId              : 0
29.89/17.49	c restarts              : 165
29.89/17.49	c conflicts             : 39419          (1550 /sec)
29.89/17.49	c decisions             : 236867         (1.55 % random) (9313 /sec)
29.89/17.49	c propagations          : 12946031       (509002 /sec)
29.89/17.49	c conflict literals     : 384629         (20.46 % deleted)
29.89/17.49	c Memory used           : 38.55 MB
29.89/17.49	c CPU time              : 25.4341 s
29.89/17.49	
29.89/17.49	c --->m=2, e=8, aimd=1, HOME/22375_many.cnf	time: 12.7171	conflicts: 39419        
29.89/17.50	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-1724143-1240692915/watcher-1724143-1240692915 -o /tmp/evaluation-result-1724143-1240692915/solver-1724143-1240692915 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724143-1240692915.cnf aimd 1 

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: 1.08 1.02 1.00 3/64 22375
/proc/meminfo: memFree=1683592/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) R 22373 22375 21750 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22375/statm: 1339 234 194 169 0 50 0
[pid=22376] ppid=22375 vsize=1556 CPUtime=0
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 1593344 270 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 389 272 50 127 0 259 0

[startup+0.0504281 s]
/proc/loadavg: 1.08 1.02 1.00 3/64 22375
/proc/meminfo: memFree=1683592/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=24844 CPUtime=0.04
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 3801 0 0 0 3 1 0 0 19 0 1 0 97324878 25440256 3638 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 6211 3642 50 127 0 6081 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30200

[startup+0.101431 s]
/proc/loadavg: 1.08 1.02 1.00 3/64 22375
/proc/meminfo: memFree=1683592/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=28576 CPUtime=0.09
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 5709 0 0 0 8 1 0 0 19 0 1 0 97324878 29261824 5546 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 7144 5548 51 127 0 7014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33932

[startup+0.301453 s]
/proc/loadavg: 1.08 1.02 1.00 3/64 22375
/proc/meminfo: memFree=1683592/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=44516 CPUtime=0.29
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 9577 0 0 0 26 3 0 0 21 0 1 0 97324878 45584384 9414 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 11129 9415 51 127 0 10999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49872

[startup+0.701495 s]
/proc/loadavg: 1.08 1.02 1.00 3/64 22375
/proc/meminfo: memFree=1683592/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=62180 CPUtime=0.69
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 14001 0 0 0 63 6 0 0 25 0 1 0 97324878 63672320 13838 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 15545 13838 51 127 0 15415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67536

[startup+1.50158 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 22377
/proc/meminfo: memFree=1616888/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=77572 CPUtime=1.49
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 17736 0 0 0 141 8 0 0 25 0 1 0 97324878 79433728 17509 1992294400 134512640 135034092 4294956096 18446744073709551615 134548964 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 19393 17509 64 127 0 19263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82928

[startup+3.10175 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 22377
/proc/meminfo: memFree=1607480/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=0
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97324878 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22375/statm: 1339 235 195 169 0 50 0
[pid=22376] ppid=22375 vsize=83388 CPUtime=3.08
/proc/22376/stat : 22376 (SatElite) R 22375 22375 21750 0 -1 4194304 20387 0 0 0 296 12 0 0 25 0 1 0 97324878 85389312 18651 1992294400 134512640 135034092 4294956096 18446744073709551615 134540678 0 0 4096 3 0 0 0 17 0 0 0
/proc/22376/statm: 20847 18651 68 127 0 20717 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88744

[startup+6.30111 s]
/proc/loadavg: 1.08 1.01 1.00 3/67 22379
/proc/meminfo: memFree=1655664/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=4.55
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97324878 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1339 238 195 169 0 50 0
[pid=22378] ppid=22375 vsize=32676 CPUtime=3.21
/proc/22378/stat : 22378 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194304 4810 0 0 0 316 5 0 0 17 0 2 0 97325335 33460224 4796 1992294400 134512640 135305190 4294956144 18446744073709551615 134541944 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 8169 4796 83 193 0 7973 0
[pid=22378/tid=22379] ppid=22375 vsize=32676 CPUtime=1.49
/proc/22378/task/22379/stat : 22379 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194368 415 0 0 0 148 1 0 0 17 0 2 0 97325358 33460224 4796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 38032

[startup+12.7028 s]
/proc/loadavg: 1.22 1.05 1.01 3/67 22379
/proc/meminfo: memFree=1650032/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=4.55
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97324878 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1339 238 195 169 0 50 0
[pid=22378] ppid=22375 vsize=37388 CPUtime=15.97
/proc/22378/stat : 22378 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194304 6004 0 0 0 1589 8 0 0 17 0 2 0 97325335 38285312 5990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 9347 5990 83 193 0 9151 0
[pid=22378/tid=22379] ppid=22375 vsize=37388 CPUtime=7.87
/proc/22378/task/22379/stat : 22379 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194368 948 0 0 0 785 2 0 0 17 0 2 0 97325358 38285312 5990 1992294400 134512640 135305190 4294956144 18446744073709551615 134541978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 42744

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

[startup+15.9011 s]
/proc/loadavg: 1.22 1.05 1.01 3/67 22379
/proc/meminfo: memFree=1647984/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=4.55
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97324878 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1339 238 195 169 0 50 0
[pid=22378] ppid=22375 vsize=39000 CPUtime=22.34
/proc/22378/stat : 22378 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194304 6451 0 0 0 2225 9 0 0 16 0 2 0 97325335 39936000 6437 1992294400 134512640 135305190 4294956144 18446744073709551615 134529499 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 9750 6437 83 193 0 9554 0
[pid=22378/tid=22379] ppid=22375 vsize=39000 CPUtime=11.06
/proc/22378/task/22379/stat : 22379 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194368 1137 0 0 0 1104 2 0 0 17 0 2 0 97325358 39936000 6437 1992294400 134512640 135305190 4294956144 18446744073709551615 134528642 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.89
Current children cumulated vsize (KiB) 44356

[startup+16.7012 s]
/proc/loadavg: 1.22 1.05 1.01 3/67 22379
/proc/meminfo: memFree=1647792/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=4.55
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97324878 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1339 238 195 169 0 50 0
[pid=22378] ppid=22375 vsize=39344 CPUtime=23.93
/proc/22378/stat : 22378 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194304 6493 0 0 0 2384 9 0 0 17 0 2 0 97325335 40288256 6479 1992294400 134512640 135305190 4294956144 18446744073709551615 134530572 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 9836 6479 83 193 0 9640 0
[pid=22378/tid=22379] ppid=22375 vsize=39344 CPUtime=11.86
/proc/22378/task/22379/stat : 22379 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194368 1164 0 0 0 1184 2 0 0 18 0 2 0 97325358 40288256 6479 1992294400 134512640 135305190 4294956144 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.48
Current children cumulated vsize (KiB) 44700

[startup+17.1013 s]
/proc/loadavg: 1.22 1.05 1.01 3/67 22379
/proc/meminfo: memFree=1647792/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5356 CPUtime=4.55
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97324878 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1339 238 195 169 0 50 0
[pid=22378] ppid=22375 vsize=39344 CPUtime=24.73
/proc/22378/stat : 22378 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194304 6516 0 0 0 2464 9 0 0 17 0 2 0 97325335 40288256 6502 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 9836 6502 83 193 0 9640 0
[pid=22378/tid=22379] ppid=22375 vsize=39344 CPUtime=12.26
/proc/22378/task/22379/stat : 22379 (manysat1.1_stat) R 22375 22375 21750 0 -1 4194368 1179 0 0 0 1224 2 0 0 17 0 2 0 97325358 40288256 6502 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.28
Current children cumulated vsize (KiB) 44700

[startup+17.5013 s]
/proc/loadavg: 1.28 1.06 1.02 2/66 22380
/proc/meminfo: memFree=1673144/2055920 swapFree=4181324/4192956
[pid=22375] ppid=22373 vsize=5360 CPUtime=30.1
/proc/22375/stat : 22375 (manysat.sh) S 22373 22375 21750 0 -1 4194304 339 29891 0 0 0 0 2983 27 17 0 1 0 97324878 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22375/statm: 1340 240 196 169 0 51 0
[pid=22380] ppid=22375 vsize=2536 CPUtime=0
/proc/22380/stat : 22380 (rm) R 22375 22375 21750 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 97326628 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 255236740137 0 0 4096 0 0 0 0 17 0 0 0
/proc/22380/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 17.5102
CPU time (s): 30.1194
CPU user time (s): 29.8345
CPU system time (s): 0.284956
CPU usage (%): 172.011
Max. virtual memory (cumulated for all children) (KiB): 90280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8345
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30357
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= 558
involuntary context switches= 215

runsolver used 0.016997 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 22:55:16
IDJOB=1724143
IDBENCH=71758
IDSOLVER=514
FILE ID=node19/1724143-1240692915
PBS_JOBID= 9186699
Free space on /tmp= 66232 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724143-1240692915/watcher-1724143-1240692915 -o /tmp/evaluation-result-1724143-1240692915/solver-1724143-1240692915 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1724143-1240692915.cnf aimd 1

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1779281431

node19.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.236
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.236
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:       1684072 kB
Buffers:         52416 kB
Cached:         244216 kB
SwapCached:       5424 kB
Active:         106344 kB
Inactive:       198148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684072 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:           10644 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            53372 kB
Committed_AS:   344768 kB
PageTables:       1452 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= 66232 MiB
End job on node19 at 2009-04-25 22:55:34