Trace number 419005

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
minisat+ 1.14SAT 515.904 516.109

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-10-17-s.opb
MD5SUMc26ed3d78fc6bdcddb71a2a3fd514e6f
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.7318
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables294246
Total number of constraints1384270
Number of constraints which are clauses1384270
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/419005-1177400795/instance-419005-1177400795.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-419005-1177400795 -o ROOT/results/node44/solver-419005-1177400795 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/419005-1177400795/minisat+ /tmp/evaluation/419005-1177400795/instance-419005-1177400795.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.06 1.06 0.88 3/77 25570
/proc/meminfo: memFree=1596216/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=1048 CPUtime=0
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 187991497 1073152 111 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 262 111 74 215 0 44 0

[startup+0.023832 s]
/proc/loadavg: 1.06 1.06 0.88 3/77 25570
/proc/meminfo: memFree=1596216/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=1508 CPUtime=0.02
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 215 0 0 0 2 0 0 0 18 0 1 0 187991497 1544192 201 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 377 201 74 215 0 159 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1508

[startup+0.101839 s]
/proc/loadavg: 1.06 1.06 0.88 3/77 25570
/proc/meminfo: memFree=1596216/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=3112 CPUtime=0.09
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 586 0 0 0 9 0 0 0 18 0 1 0 187991497 3186688 572 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 778 572 74 215 0 560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3112

[startup+0.30186 s]
/proc/loadavg: 1.06 1.06 0.88 3/77 25570
/proc/meminfo: memFree=1596216/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=7008 CPUtime=0.29
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 1591 0 0 0 29 0 0 0 19 0 1 0 187991497 7176192 1530 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134570194 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 1752 1530 74 215 0 1534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7008

[startup+0.701899 s]
/proc/loadavg: 1.06 1.06 0.88 3/77 25570
/proc/meminfo: memFree=1596216/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=11080 CPUtime=0.69
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 2565 0 0 0 69 0 0 0 22 0 1 0 187991497 11345920 2504 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 2770 2504 74 215 0 2552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11080

[startup+1.50298 s]
/proc/loadavg: 1.06 1.06 0.88 2/78 25571
/proc/meminfo: memFree=1582640/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=17608 CPUtime=1.49
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 4179 0 0 0 147 2 0 0 25 0 1 0 187991497 18030592 4118 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 4402 4118 74 215 0 4184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17608

[startup+3.10114 s]
/proc/loadavg: 1.06 1.06 0.88 2/78 25571
/proc/meminfo: memFree=1574256/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=32012 CPUtime=3.08
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 7775 0 0 0 304 4 0 0 25 0 1 0 187991497 32780288 7631 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 8003 7631 74 215 0 7785 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32012

[startup+6.30147 s]
/proc/loadavg: 1.06 1.06 0.88 2/78 25571
/proc/meminfo: memFree=1539824/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=72668 CPUtime=6.29
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 17056 0 0 0 620 9 0 0 25 0 1 0 187991497 74412032 16747 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 18167 16748 74 215 0 17949 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72668

[startup+12.7011 s]
/proc/loadavg: 1.05 1.06 0.88 2/78 25571
/proc/meminfo: memFree=1473264/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=135252 CPUtime=12.69
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 32938 0 0 0 1251 18 0 0 25 0 1 0 187991497 138498048 32299 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 33813 32299 74 215 0 33595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135252

[startup+25.5014 s]
/proc/loadavg: 1.04 1.05 0.88 2/78 25571
/proc/meminfo: memFree=1367408/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=238436 CPUtime=25.49
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 58522 0 0 0 2516 33 0 0 25 0 1 0 187991497 244158464 57883 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 59609 57883 74 215 0 59391 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 238436

[startup+51.102 s]
/proc/loadavg: 1.10 1.07 0.89 2/78 25571
/proc/meminfo: memFree=1187888/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=413580 CPUtime=51.03
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104244 0 0 0 4929 174 0 0 25 0 1 0 187991497 423505920 101880 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569723 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103395 101880 103 215 0 103177 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 413580

[startup+102.305 s]
/proc/loadavg: 1.04 1.05 0.90 2/78 25571
/proc/meminfo: memFree=1187504/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=413580 CPUtime=102.21
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104314 0 0 0 10047 174 0 0 25 0 1 0 187991497 423505920 101950 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580337 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103395 101950 103 215 0 103177 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 413580

[startup+162.301 s]
/proc/loadavg: 1.01 1.04 0.90 2/78 25571
/proc/meminfo: memFree=1187184/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=413824 CPUtime=162.19
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104376 0 0 0 16044 175 0 0 25 0 1 0 187991497 423755776 102012 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103456 102012 103 215 0 103238 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 413824

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 0.91 2/78 25571
/proc/meminfo: memFree=1187120/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=413944 CPUtime=222.17
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104405 0 0 0 22042 175 0 0 25 0 1 0 187991497 423878656 102041 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103486 102041 103 215 0 103268 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 413944

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186992/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414124 CPUtime=282.16
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104422 0 0 0 28040 176 0 0 25 0 1 0 187991497 424062976 102058 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103531 102058 103 215 0 103313 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 414124

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186928/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414124 CPUtime=342.13
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104438 0 0 0 34037 176 0 0 25 0 1 0 187991497 424062976 102074 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103531 102074 103 215 0 103313 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 414124

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 25571
/proc/meminfo: memFree=1186864/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414280 CPUtime=402.12
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104470 0 0 0 40035 177 0 0 25 0 1 0 187991497 424222720 102106 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103570 102106 103 215 0 103352 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 414280

[startup+462.302 s]
/proc/loadavg: 1.07 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186544/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414704 CPUtime=462.1
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104540 0 0 0 46033 177 0 0 25 0 1 0 187991497 424656896 102176 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103676 102176 103 215 0 103458 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 414704

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

[startup+486.301 s]
/proc/loadavg: 1.05 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186416/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414904 CPUtime=486.09
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104571 0 0 0 48432 177 0 0 25 0 1 0 187991497 424861696 102207 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103726 102207 103 215 0 103508 0
Current children cumulated CPU time (s) 486.09
Current children cumulated vsize (KiB) 414904

[startup+499.102 s]
/proc/loadavg: 1.04 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186416/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414904 CPUtime=498.9
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104575 0 0 0 49712 178 0 0 25 0 1 0 187991497 424861696 102211 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103726 102211 103 215 0 103508 0
Current children cumulated CPU time (s) 498.9
Current children cumulated vsize (KiB) 414904

[startup+505.501 s]
/proc/loadavg: 1.03 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186416/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=414904 CPUtime=505.29
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104577 0 0 0 50351 178 0 0 25 0 1 0 187991497 424861696 102213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103726 102213 103 215 0 103508 0
Current children cumulated CPU time (s) 505.29
Current children cumulated vsize (KiB) 414904

[startup+511.902 s]
/proc/loadavg: 1.03 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186224/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=415072 CPUtime=511.69
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104612 0 0 0 50991 178 0 0 25 0 1 0 187991497 425033728 102248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574088 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103768 102248 103 215 0 103550 0
Current children cumulated CPU time (s) 511.69
Current children cumulated vsize (KiB) 415072

[startup+513.502 s]
/proc/loadavg: 1.03 1.02 0.91 2/78 25571
/proc/meminfo: memFree=1186224/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=415072 CPUtime=513.29
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104613 0 0 0 51151 178 0 0 25 0 1 0 187991497 425033728 102249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103768 102249 103 215 0 103550 0
Current children cumulated CPU time (s) 513.29
Current children cumulated vsize (KiB) 415072

[startup+515.102 s]
/proc/loadavg: 1.11 1.03 0.92 2/78 25571
/proc/meminfo: memFree=1186160/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=415072 CPUtime=514.89
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104627 0 0 0 51311 178 0 0 25 0 1 0 187991497 425033728 102263 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103768 102263 103 215 0 103550 0
Current children cumulated CPU time (s) 514.89
Current children cumulated vsize (KiB) 415072

[startup+515.905 s]
/proc/loadavg: 1.11 1.03 0.92 2/78 25571
/proc/meminfo: memFree=1186160/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=415072 CPUtime=515.69
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194304 104631 0 0 0 51391 178 0 0 25 0 1 0 187991497 425033728 102267 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580414 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 103768 102267 103 215 0 103550 0
Current children cumulated CPU time (s) 515.69
Current children cumulated vsize (KiB) 415072

[startup+516.101 s]
/proc/loadavg: 1.11 1.03 0.92 2/78 25571
/proc/meminfo: memFree=1186160/2055920 swapFree=4156148/4192956
[pid=25570] ppid=25568 vsize=0 CPUtime=515.88
/proc/25570/stat : 25570 (minisat+) R 25568 25570 25331 0 -1 4194308 105029 0 0 0 51404 184 0 0 17 0 1 0 187991497 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25570/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 515.88
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 516.109
CPU time (s): 515.904
CPU user time (s): 514.049
CPU system time (s): 1.85472
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 416644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.049
system time used= 1.85472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105029
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= 5496
involuntary context switches= 11438

runsolver used 1.40479 second user time and 3.10153 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Apr 24 07:46:38 UTC 2007

IDJOB= 419005
IDBENCH= 47743
IDSOLVER= 156
FILE ID= node44/419005-1177400795

PBS_JOBID= 4675616

Free space on /tmp= 66370 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-10-17-s.opb
COMMAND LINE= /tmp/evaluation/419005-1177400795/minisat+ /tmp/evaluation/419005-1177400795/instance-419005-1177400795.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-419005-1177400795 -o ROOT/results/node44/conversion-419005-1177400795 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419005-1177400795/instance-419005-1177400795.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-419005-1177400795 -o ROOT/results/node44/solver-419005-1177400795 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/419005-1177400795/minisat+ /tmp/evaluation/419005-1177400795/instance-419005-1177400795.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  c26ed3d78fc6bdcddb71a2a3fd514e6f

RANDOM SEED= 122430384

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1596688 kB
Buffers:         50596 kB
Cached:         311912 kB
SwapCached:      14144 kB
Active:         252708 kB
Inactive:       135256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596688 kB
SwapTotal:     4192956 kB
SwapFree:      4156148 kB
Dirty:           45588 kB
Writeback:           0 kB
Mapped:          33376 kB
Slab:            56820 kB
Committed_AS:  1425396 kB
PageTables:       1740 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= 66370 MiB

End job on node44 on Tue Apr 24 07:55:14 UTC 2007