Trace number 1724142

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 0/2009-03-20UNSAT 29.8405 21.7325

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.09/1.11	c ==============================================================================
1.09/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.11	c ==============================================================================
1.09/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.34	c ==============================================================================
4.29/4.34	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.29/4.34	c CPU time:   4.19736 s
4.29/4.34	c ==============================================================================
29.71/17.35	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
29.71/17.35	c ============================[ Problem Statistics ]=============================
29.71/17.35	c |                                                                             |
29.71/17.35	c threadId              : 1
29.71/17.35	c restarts              : 640
29.71/17.35	c conflicts             : 45185          (1795 /sec)
29.71/17.35	c decisions             : 337468         (1.65 % random) (13405 /sec)
29.71/17.35	c propagations          : 14630815       (581160 /sec)
29.71/17.35	c conflict literals     : 382735         (17.05 % deleted)
29.71/17.35	c Memory used           : 38.44 MB
29.71/17.35	c CPU time              : 25.1752 s
29.71/17.35	
29.71/17.35	c --->m=2, e=8, aimd=0, HOME/2676_many.cnf	time: 12.5876	conflicts: 45185        
29.71/17.35	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-1724142-1240692901/watcher-1724142-1240692901 -o /tmp/evaluation-result-1724142-1240692901/solver-1724142-1240692901 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724142-1240692901.cnf aimd 0 

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.00 1.00 1.00 3/65 2676
/proc/meminfo: memFree=1587584/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=1556 CPUtime=0
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 295 0 0 0 0 0 0 0 19 0 1 0 97319306 1593344 279 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 389 283 50 127 0 259 0

[startup+0.0220401 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2676
/proc/meminfo: memFree=1587584/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=7064 CPUtime=0.01
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 1633 0 0 0 1 0 0 0 19 0 1 0 97319306 7233536 1570 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 1766 1572 50 127 0 1636 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12420

[startup+0.101046 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2676
/proc/meminfo: memFree=1587584/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=28576 CPUtime=0.09
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 5706 0 0 0 7 2 0 0 19 0 1 0 97319306 29261824 5543 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 7144 5544 51 127 0 7014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33932

[startup+0.301068 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2676
/proc/meminfo: memFree=1587584/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=44516 CPUtime=0.29
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 9574 0 0 0 25 4 0 0 21 0 1 0 97319306 45584384 9411 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 11129 9411 51 127 0 10999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49872

[startup+0.701113 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2676
/proc/meminfo: memFree=1587584/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=62180 CPUtime=0.68
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 14001 0 0 0 62 6 0 0 25 0 1 0 97319306 63672320 13839 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 15545 13839 51 127 0 15415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 67536

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2678
/proc/meminfo: memFree=1520752/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=77572 CPUtime=1.49
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 17736 0 0 0 141 8 0 0 25 0 1 0 97319306 79433728 17509 1992294400 134512640 135034092 4294956096 18446744073709551615 134671360 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 19393 17509 64 127 0 19263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82928

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2678
/proc/meminfo: memFree=1510960/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=0
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97319306 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1339 235 195 169 0 50 0
[pid=2677] ppid=2676 vsize=83388 CPUtime=3.09
/proc/2677/stat : 2677 (SatElite) R 2676 2676 2609 0 -1 4194304 20387 0 0 0 296 13 0 0 25 0 1 0 97319306 85389312 18651 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2677/statm: 20847 18651 68 127 0 20717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88744

[startup+6.30175 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2680
/proc/meminfo: memFree=1559080/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=4.55
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97319306 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2676/statm: 1339 238 195 169 0 50 0
[pid=2679] ppid=2676 vsize=32772 CPUtime=3.23
/proc/2679/stat : 2679 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194304 4887 0 0 0 319 4 0 0 17 0 2 0 97319763 33558528 4868 1992294400 134512640 135305190 4294956144 18446744073709551615 134524672 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2679/statm: 8193 4868 83 193 0 7997 0
[pid=2679/tid=2680] ppid=2676 vsize=32772 CPUtime=1.5
/proc/2679/task/2680/stat : 2680 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194368 459 0 0 0 150 0 0 0 16 0 2 0 97319784 33558528 4868 1992294400 134512640 135305190 4294956144 18446744073709551615 134542046 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 38128

[startup+12.7025 s]
/proc/loadavg: 1.38 1.08 1.03 3/68 2680
/proc/meminfo: memFree=1552944/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=4.55
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97319306 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2676/statm: 1339 238 195 169 0 50 0
[pid=2679] ppid=2676 vsize=37928 CPUtime=15.99
/proc/2679/stat : 2679 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194304 6218 0 0 0 1592 7 0 0 17 0 2 0 97319763 38838272 6190 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2679/statm: 9482 6190 83 193 0 9286 0
[pid=2679/tid=2680] ppid=2676 vsize=37928 CPUtime=7.89
/proc/2679/task/2680/stat : 2680 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194368 1006 0 0 0 787 2 0 0 17 0 2 0 97319784 38838272 6190 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 43284

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

[startup+15.9018 s]
/proc/loadavg: 1.38 1.08 1.03 3/68 2680
/proc/meminfo: memFree=1551408/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5356 CPUtime=4.55
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 312 23328 0 0 0 0 439 16 16 0 1 0 97319306 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2676/statm: 1339 238 195 169 0 50 0
[pid=2679] ppid=2676 vsize=39100 CPUtime=22.36
/proc/2679/stat : 2679 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194304 6515 0 0 0 2229 7 0 0 17 0 2 0 97319763 40038400 6487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2679/statm: 9775 6487 83 193 0 9579 0
[pid=2679/tid=2680] ppid=2676 vsize=39100 CPUtime=11.08
/proc/2679/task/2680/stat : 2680 (manysat1.1_stat) R 2676 2676 2609 0 -1 4194368 1100 0 0 0 1106 2 0 0 17 0 2 0 97319784 40038400 6487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.91
Current children cumulated vsize (KiB) 44456

[startup+19.1012 s]
/proc/loadavg: 1.51 1.11 1.04 1/67 2681
/proc/meminfo: memFree=1576824/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5360 CPUtime=29.82
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 339 29935 0 0 0 0 2957 25 17 0 1 0 97319306 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1340 240 196 169 0 51 0
[pid=2681] ppid=2676 vsize=2536 CPUtime=0
/proc/2681/stat : 2681 (rm) D 2676 2676 2609 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 97321041 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 251601327145 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/2681/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (KiB) 7896

[startup+20.7013 s]
/proc/loadavg: 1.51 1.11 1.04 1/67 2681
/proc/meminfo: memFree=1578872/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5360 CPUtime=29.82
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 339 29935 0 0 0 0 2957 25 17 0 1 0 97319306 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1340 240 196 169 0 51 0
[pid=2681] ppid=2676 vsize=2536 CPUtime=0
/proc/2681/stat : 2681 (rm) D 2676 2676 2609 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 97321041 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 251601327145 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/2681/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (KiB) 7896

[startup+21.5014 s]
/proc/loadavg: 1.55 1.13 1.04 1/67 2681
/proc/meminfo: memFree=1578936/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5360 CPUtime=29.82
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 339 29935 0 0 0 0 2957 25 17 0 1 0 97319306 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1340 240 196 169 0 51 0
[pid=2681] ppid=2676 vsize=2536 CPUtime=0
/proc/2681/stat : 2681 (rm) D 2676 2676 2609 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 97321041 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 251601327145 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/2681/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (KiB) 7896

[startup+21.7014 s]
/proc/loadavg: 1.55 1.13 1.04 1/67 2681
/proc/meminfo: memFree=1578936/2055920 swapFree=4192952/4192956
[pid=2676] ppid=2674 vsize=5360 CPUtime=29.82
/proc/2676/stat : 2676 (manysat.sh) S 2674 2676 2609 0 -1 4194304 339 29935 0 0 0 0 2957 25 17 0 1 0 97319306 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2676/statm: 1340 240 196 169 0 51 0
[pid=2681] ppid=2676 vsize=2536 CPUtime=0
/proc/2681/stat : 2681 (rm) D 2676 2676 2609 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 97321041 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 251601327145 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/2681/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 21.7325
CPU time (s): 29.8405
CPU user time (s): 29.5745
CPU system time (s): 0.265959
CPU usage (%): 137.308
Max. virtual memory (cumulated for all children) (KiB): 90280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5745
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30401
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= 642
involuntary context switches= 203

runsolver used 0.022996 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-25 22:55:03
IDJOB=1724142
IDBENCH=71758
IDSOLVER=513
FILE ID=node91/1724142-1240692901
PBS_JOBID= 9186742
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1725711171

node91.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.241
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.241
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:       1588072 kB
Buffers:         51744 kB
Cached:         323476 kB
SwapCached:          4 kB
Active:          83812 kB
Inactive:       305968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588072 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           10652 kB
Writeback:           0 kB
Mapped:          24240 kB
Slab:            63984 kB
Committed_AS:   242712 kB
PageTables:       1356 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= 66512 MiB
End job on node91 at 2009-04-25 22:55:25