Trace number 313210

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDSAT 107.796 108.868

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/total-5-19-s.cnf
MD5SUMda84c31d7a6be4fe4d1189ad9ffe5349
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3291
Satisfiable
(Un)Satisfiability was proved
Number of variables279590
Number of clauses1337190
Sum of the clauses size3109060
Maximum clause length10
Minimum clause length1
Number of clauses of size 123239
Number of clauses of size 21012692
Number of clauses of size 3249039
Number of clauses of size 45800
Number of clauses of size 523200
Number of clauses of size over 523220

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node46/watcher-313210-1176879636 -o ROOT/results/node46/solver-313210-1176879636 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/313210-1176879636/SATzilla2007_C /tmp/evaluation/313210-1176879636/instance-313210-1176879636.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): 2400 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.95 0.99 0.99 3/84 11553
/proc/meminfo: memFree=1557248/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) R 11551 11553 10983 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=6956 CPUtime=0
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 935 0 0 0 0 0 0 0 18 0 1 0 42649517 7122944 931 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549394 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 1739 938 49 118 0 1618 0

[startup+0.084247 s]
/proc/loadavg: 0.95 0.99 0.99 3/84 11553
/proc/meminfo: memFree=1557248/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=28948 CPUtime=0.07
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 5587 0 0 0 6 1 0 0 19 0 1 0 42649517 29642752 5582 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 7237 5582 50 118 0 7116 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30388

[startup+0.101249 s]
/proc/loadavg: 0.95 0.99 0.99 3/84 11553
/proc/meminfo: memFree=1557248/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=29212 CPUtime=0.09
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 5664 0 0 0 7 2 0 0 19 0 1 0 42649517 29913088 5659 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 7303 5659 50 118 0 7182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30652

[startup+0.301287 s]
/proc/loadavg: 0.95 0.99 0.99 3/84 11553
/proc/meminfo: memFree=1557248/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=31852 CPUtime=0.29
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 6490 0 0 0 27 2 0 0 21 0 1 0 42649517 32616448 6485 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 7963 6485 50 118 0 7842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33292

[startup+0.70136 s]
/proc/loadavg: 0.95 0.99 0.99 3/84 11553
/proc/meminfo: memFree=1557248/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=37000 CPUtime=0.69
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 8098 0 0 0 66 3 0 0 25 0 1 0 42649517 37888000 8093 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 9250 8093 50 118 0 9129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38440

[startup+1.50151 s]
/proc/loadavg: 0.95 0.99 0.99 2/86 11555
/proc/meminfo: memFree=1520696/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=46636 CPUtime=1.49
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 11098 0 0 0 144 5 0 0 25 0 1 0 42649517 47755264 11093 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 11659 11093 50 118 0 11538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48076

[startup+3.1018 s]
/proc/loadavg: 0.95 0.99 0.99 2/86 11555
/proc/meminfo: memFree=1469432/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=0
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 42649517 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 110 95 260 0 84 0
[pid=11554] ppid=11553 vsize=101920 CPUtime=3.09
/proc/11554/stat : 11554 (march_dl) R 11553 11553 10983 0 -1 4194304 23131 0 0 0 298 11 0 0 25 0 1 0 42649517 104366080 19356 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11554/statm: 25480 19356 53 118 0 25359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103360

[startup+6.3014 s]
/proc/loadavg: 0.95 0.99 0.99 2/86 11562
/proc/meminfo: memFree=1551216/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=1440 CPUtime=5
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 135 31514 0 0 0 0 484 16 16 0 1 0 42649517 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11553/statm: 360 111 96 260 0 84 0
[pid=11562] ppid=11553 vsize=28940 CPUtime=1.26
/proc/11562/stat : 11562 (ubcsat2006) R 11553 11553 10983 0 -1 4194304 4686 0 0 0 123 3 0 0 25 0 1 0 42650020 29634560 4670 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11562/statm: 7235 4672 141 64 0 6816 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 30380

[startup+12.7016 s]
/proc/loadavg: 0.96 0.99 0.99 2/85 11598
/proc/meminfo: memFree=1438448/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=126124 CPUtime=12.63
/proc/11553/stat : 11553 (SATzilla2007_C) R 11551 11553 10983 0 -1 4194304 29698 51022 0 0 363 13 860 27 25 0 1 0 42649517 129150976 29667 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11553/statm: 31531 29667 121 260 0 31255 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 126124

[startup+25.502 s]
/proc/loadavg: 0.97 0.99 0.99 2/85 11646
/proc/meminfo: memFree=1438384/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=126124 CPUtime=25.4
/proc/11553/stat : 11553 (SATzilla2007_C) R 11551 11553 10983 0 -1 4194304 29761 51022 0 0 1639 14 860 27 25 0 1 0 42649517 129150976 29730 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134540696 0 0 4096 0 0 0 0 17 1 0 0
/proc/11553/statm: 31531 29730 121 260 0 31255 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 126124

[startup+51.1017 s]
/proc/loadavg: 0.98 0.99 0.99 2/85 11668
/proc/meminfo: memFree=1438008/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=126124 CPUtime=50.95
/proc/11553/stat : 11553 (SATzilla2007_C) R 11551 11553 10983 0 -1 4194304 29891 51022 0 0 4193 15 860 27 25 0 1 0 42649517 129150976 29860 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134540670 0 0 4096 0 0 0 0 17 0 0 0
/proc/11553/statm: 31531 29860 121 260 0 31255 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 126124

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=75048 CPUtime=71.96
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 36915 51022 0 0 6288 21 860 27 25 0 1 0 42649517 76849152 18266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11553/statm: 18762 18266 126 260 0 18486 0
[pid=11689] ppid=11553 vsize=75016 CPUtime=30.17
/proc/11689/stat : 11689 (minisat20) R 11553 11553 10983 0 -1 4194304 17776 0 0 0 3007 10 0 0 25 0 1 0 42656728 76816384 17762 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527550 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11689/statm: 18754 17762 59 118 0 18632 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 150064

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

[startup+105.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=75048 CPUtime=71.96
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 36915 51022 0 0 6288 21 860 27 25 0 1 0 42649517 76849152 18266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11553/statm: 18762 18266 126 260 0 18486 0
[pid=11689] ppid=11553 vsize=75016 CPUtime=33.37
/proc/11689/stat : 11689 (minisat20) R 11553 11553 10983 0 -1 4194304 17778 0 0 0 3327 10 0 0 25 0 1 0 42656728 76816384 17764 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11689/statm: 18754 17764 59 118 0 18632 0
Current children cumulated CPU time (s) 105.33
Current children cumulated vsize (KiB) 150064

[startup+107.101 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=75048 CPUtime=71.96
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 36915 51022 0 0 6288 21 860 27 25 0 1 0 42649517 76849152 18266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11553/statm: 18762 18266 126 260 0 18486 0
[pid=11689] ppid=11553 vsize=75016 CPUtime=34.96
/proc/11689/stat : 11689 (minisat20) R 11553 11553 10983 0 -1 4194304 17779 0 0 0 3486 10 0 0 25 0 1 0 42656728 76816384 17765 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11689/statm: 18754 17765 59 118 0 18632 0
Current children cumulated CPU time (s) 106.92
Current children cumulated vsize (KiB) 150064

[startup+107.901 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=75048 CPUtime=71.96
/proc/11553/stat : 11553 (SATzilla2007_C) S 11551 11553 10983 0 -1 4194304 36915 51022 0 0 6288 21 860 27 25 0 1 0 42649517 76849152 18266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11553/statm: 18762 18266 126 260 0 18486 0
[pid=11689] ppid=11553 vsize=75296 CPUtime=35.76
/proc/11689/stat : 11689 (minisat20) R 11553 11553 10983 0 -1 4194304 17860 0 0 0 3566 10 0 0 25 0 1 0 42656728 77103104 17845 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134662429 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11689/statm: 18824 17845 65 118 0 18702 0
Current children cumulated CPU time (s) 107.72
Current children cumulated vsize (KiB) 150344

[startup+108.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=0 CPUtime=107.77
/proc/11553/stat : 11553 (SATzilla2007_C) D 11551 11553 10983 0 -1 4194308 36941 68882 0 0 6288 23 4427 39 15 0 1 0 42649517 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100444862 0 0 17 0 0 0
/proc/11553/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.77
Current children cumulated vsize (KiB) 0

[startup+108.701 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 11689
/proc/meminfo: memFree=1414584/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=0 CPUtime=107.77
/proc/11553/stat : 11553 (SATzilla2007_C) D 11551 11553 10983 0 -1 4194308 36941 68882 0 0 6288 23 4427 39 15 0 1 0 42649517 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100444862 0 0 17 0 0 0
/proc/11553/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.77
Current children cumulated vsize (KiB) 0

[startup+108.801 s]
/proc/loadavg: 0.99 0.99 0.99 1/78 11689
/proc/meminfo: memFree=1553928/2055920 swapFree=4162240/4192956
[pid=11553] ppid=11551 vsize=0 CPUtime=107.77
/proc/11553/stat : 11553 (SATzilla2007_C) D 11551 11553 10983 0 -1 4194308 36941 68882 0 0 6288 23 4427 39 15 0 1 0 42649517 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100444862 0 0 17 0 0 0
/proc/11553/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.77
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 108.868
CPU time (s): 107.796
CPU user time (s): 107.163
CPU system time (s): 0.632903
CPU usage (%): 99.0146
Max. virtual memory (cumulated for all children) (KiB): 150344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.163
system time used= 0.632903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105823
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= 1839
involuntary context switches= 2509

runsolver used 0.12998 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Wed Apr 18 07:01:05 UTC 2007

IDJOB= 313210
IDBENCH= 20360
IDSOLVER= 135
FILE ID= node46/313210-1176879636

PBS_JOBID= 4590324

Free space on /tmp= 66082 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/total-5-19-s.cnf
COMMAND LINE= /tmp/evaluation/313210-1176879636/SATzilla2007_C /tmp/evaluation/313210-1176879636/instance-313210-1176879636.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-313210-1176879636 -o ROOT/results/node46/solver-313210-1176879636 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/313210-1176879636/SATzilla2007_C /tmp/evaluation/313210-1176879636/instance-313210-1176879636.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  da84c31d7a6be4fe4d1189ad9ffe5349

RANDOM SEED= 774330151

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.268
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	: 5931.00
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.268
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:       1557672 kB
Buffers:         22612 kB
Cached:         296768 kB
SwapCached:       2260 kB
Active:         280692 kB
Inactive:       167724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557672 kB
SwapTotal:     4192956 kB
SwapFree:      4162240 kB
Dirty:           32996 kB
Writeback:           0 kB
Mapped:         138716 kB
Slab:            34752 kB
Committed_AS:  1926616 kB
PageTables:       2308 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= 66082 MiB

End job on node46 on Wed Apr 18 07:02:56 UTC 2007