Trace number 1555045

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
SATzilla2009_I 2009-03-22UNSAT 47.1068 47.1394

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2104
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.87/19.99	c SATzilla is building models for class 3
19.87/19.99	c run presolver mxc-sr08 for 10 seconds ... 
19.87/19.99	c Bin: Executing mxc-sr08
19.87/19.99	c spawning binary file with 10 seconds ...
19.87/19.99	c child exit by a signal
19.87/19.99	c mxc-sr08 returned code 137.
19.87/19.99	c run presolver picosat846 for 5 seconds ... 
19.87/19.99	c Bin: Executing picosat846
19.87/19.99	c spawning binary file with 5 seconds ...
19.87/19.99	c child exit by a signal
19.87/19.99	c picosat846 returned code 137.
19.87/19.99	c Orignal number of varibales is 11309, number of clauses is 33833 
19.87/19.99	c predicted feature computation time is 1.503013 
19.87/19.99	c Bin: Executing satelite
19.87/19.99	c spawning binary file with 240 seconds ...
19.87/19.99	c child exited successfully
19.87/19.99	c satzilla computing base features
19.87/19.99	c Number of variabe is: 5436, Number of clause is : 24515 
19.87/19.99	c Initializing...
19.87/19.99	c satzilla doing clause learning
19.87/19.99	c start clause learning features ...
19.87/19.99	c Bin: Executing zchaff07
19.87/19.99	c spawning binary file with 2 seconds ...
19.87/19.99	c child exit by a signal
19.87/19.99	c satzilla doing survey propogation probe
19.87/19.99	c do survay propogation for 2 second ...
19.87/19.99	c satzilla doing local search probe
19.87/19.99	c features are:11309 33833 5436 24515 1.08039 0.380094 0.221742 0.394254 0.816702 1.37441 0.000540816 0.43789 0.000367918 0.0115894 1.16051 0.332368 0.804365 0.000540816 1.48989 0.000326331 0.0197022 2.09005 0.133256 0.096094 0 0.927273 2.20222 0.000218822 1.71251 4.07914e-05 0.00934122 1.7043 0.501774 0.00045924 1.67896 0.000203957 0.017214 2799 0 2799 2799 2799 2799 2799 2799 2799 109.053 0 109.053 109.053 109.053 109.053 109.053 109.053 109.053 0.237999 0.753659 1.63659e-06 0.902562 0.527813 0.0258316 0.33987 0.086204 0.220503 0.0338283 0.76461 -5.55112e-17 0.370509 0.0478268 0.0134119 0.0469271 0.0178471 0.0251202 330.735 0.209777 1108.84 0.14787 1128 1088 1167 0.479343 0.707684 0.870793 0.0662148 
19.87/19.99	c satzilla's ranking:
19.87/19.99	c 1) minisat20SAT07: 2.398310
19.87/19.99	c 2) picosat846: 2.143957
19.87/19.99	c 3) march_dl2004: 1.858515
19.87/19.99	c 4) mxc-sr08: 1.546596
19.87/19.99	c 5) zchaff_rand: 0.702341
19.87/19.99	c 6) SATenstein: -10000.000000
19.87/19.99	c 7) gnovelty+: -10000.000000
19.87/19.99	c 8) adaptg2wsat+: -10000.000000
19.87/19.99	c 9) adaptg2wsat0: -10000.000000
19.87/19.99	c 10) tts-4-0: -10000.000000
19.87/19.99	c 11) vallst: -10000.000000
19.87/19.99	c 12) minisat20: -10000.000000
19.87/19.99	c 13) kcnfs04SAT07: -10000.000000
19.87/19.99	c satzilla running minisat20SAT07 ... 
47.04/47.13	c Bin: Executing minisat20SAT07
47.04/47.13	c spawning binary file with 1180 seconds ...
47.04/47.13	c child exited successfully
47.04/47.13	c minisat20SAT07 returned code 0.
47.04/47.13	s UNSATISFIABLE
47.04/47.13	c SATZILLA_TIME=47.100000

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-1555045-1238736507/watcher-1555045-1238736507 -o /tmp/evaluation-result-1555045-1238736507/solver-1555045-1238736507 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1555045-1238736507.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): 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/64 23745
/proc/meminfo: memFree=1765240/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=3076 CPUtime=0
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 595 0 0 0 0 0 0 0 19 0 1 0 1146312812 3149824 591 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 769 592 52 138 0 628 0

[startup+0.0384571 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23745
/proc/meminfo: memFree=1765240/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=4836 CPUtime=0.03
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1148 0 0 0 3 0 0 0 19 0 1 0 1146312812 4952064 1018 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1209 1018 55 138 0 1068 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6892

[startup+0.101461 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23745
/proc/meminfo: memFree=1765240/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7240 CPUtime=0.09
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1734 0 0 0 9 0 0 0 19 0 1 0 1146312812 7413760 1604 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1810 1604 55 138 0 1669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9296

[startup+0.301479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23745
/proc/meminfo: memFree=1765240/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7080 CPUtime=0.29
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1870 0 0 0 29 0 0 0 21 0 1 0 1146312812 7249920 1622 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1770 1622 71 138 0 1629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9136

[startup+0.701514 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23745
/proc/meminfo: memFree=1765240/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7080 CPUtime=0.69
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1873 0 0 0 69 0 0 0 25 0 1 0 1146312812 7249920 1625 1992294400 134512640 135078026 4294956176 18446744073709551615 134534634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1770 1625 71 138 0 1629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9136

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23747
/proc/meminfo: memFree=1758888/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7080 CPUtime=1.49
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1874 0 0 0 149 0 0 0 25 0 1 0 1146312812 7249920 1626 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1770 1626 71 138 0 1629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9136

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23747
/proc/meminfo: memFree=1758760/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7080 CPUtime=3.09
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1876 0 0 0 308 1 0 0 25 0 1 0 1146312812 7249920 1628 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1770 1628 71 138 0 1629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9136

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23747
/proc/meminfo: memFree=1758760/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=0
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146312811 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 112 96 399 0 111 0
[pid=23746] ppid=23745 vsize=7080 CPUtime=6.29
/proc/23746/stat : 23746 (mxc-sr08) R 23745 23745 23231 0 -1 4194304 1877 0 0 0 627 2 0 0 25 0 1 0 1146312812 7249920 1629 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23746/statm: 1770 1629 71 138 0 1629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9136

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23748
/proc/meminfo: memFree=1762920/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=2056 CPUtime=9.99
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 152 1990 0 0 0 0 997 2 16 0 1 0 1146312811 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 514 121 104 399 0 111 0
[pid=23748] ppid=23745 vsize=4360 CPUtime=2.69
/proc/23748/stat : 23748 (picosat846) R 23745 23745 23231 0 -1 4194304 766 0 0 0 269 0 0 0 25 0 1 0 1146313812 4464640 753 1992294400 134512640 134570484 4294956176 18446744073709551615 134526680 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23748/statm: 1090 753 85 14 0 756 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6416

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1755816/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=7668 CPUtime=5.49
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 1789 0 0 0 549 0 0 0 25 0 1 0 1146314811 7852032 1667 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 1917 1667 72 138 0 1776 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12824

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

[startup+38.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=18.29
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2191 0 0 0 1828 1 0 0 25 0 1 0 1146314811 9482240 2069 1992294400 134512640 135078472 4294956176 18446744073709551615 134550202 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2069 72 138 0 2174 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 14416

[startup+41.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=21.49
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2192 0 0 0 2148 1 0 0 25 0 1 0 1146314811 9482240 2070 1992294400 134512640 135078472 4294956176 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2070 72 138 0 2174 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 14416

[startup+44.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=24.69
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2193 0 0 0 2468 1 0 0 25 0 1 0 1146314811 9482240 2071 1992294400 134512640 135078472 4294956176 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2071 72 138 0 2174 0
Current children cumulated CPU time (s) 44.65
Current children cumulated vsize (KiB) 14416

[startup+46.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=26.29
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2193 0 0 0 2628 1 0 0 25 0 1 0 1146314811 9482240 2071 1992294400 134512640 135078472 4294956176 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2071 72 138 0 2174 0
Current children cumulated CPU time (s) 46.25
Current children cumulated vsize (KiB) 14416

[startup+46.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=26.68
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2193 0 0 0 2667 1 0 0 25 0 1 0 1146314811 9482240 2071 1992294400 134512640 135078472 4294956176 18446744073709551615 134556082 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2071 72 138 0 2174 0
Current children cumulated CPU time (s) 46.64
Current children cumulated vsize (KiB) 14416

[startup+47.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23751
/proc/meminfo: memFree=1754216/2055920 swapFree=4176732/4192956
[pid=23745] ppid=23743 vsize=5156 CPUtime=19.96
/proc/23745/stat : 23745 (SATzilla2009_I) S 23743 23745 23231 0 -1 4194304 1940 6002 0 0 250 19 1721 6 25 0 1 0 1146312811 5279744 912 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23745/statm: 1289 912 217 399 0 886 0
[pid=23751] ppid=23745 vsize=9260 CPUtime=27.08
/proc/23751/stat : 23751 (minisat20SAT07) R 23745 23745 23231 0 -1 4194304 2193 0 0 0 2707 1 0 0 25 0 1 0 1146314811 9482240 2071 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23751/statm: 2315 2071 72 138 0 2174 0
Current children cumulated CPU time (s) 47.04
Current children cumulated vsize (KiB) 14416

Child status: 20
Real time (s): 47.1394
CPU time (s): 47.1068
CPU user time (s): 46.8359
CPU system time (s): 0.270958
CPU usage (%): 99.9309
Max. virtual memory (cumulated for all children) (KiB): 14416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8359
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10155
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= 16
involuntary context switches= 157

runsolver used 0.048992 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-03 07:28:27
IDJOB=1555045
IDBENCH=70792
IDSOLVER=528
FILE ID=node51/1555045-1238736507
PBS_JOBID= 9085330
Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/icbrt/icbrt1_32.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555045-1238736507/watcher-1555045-1238736507 -o /tmp/evaluation-result-1555045-1238736507/solver-1555045-1238736507 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1555045-1238736507.cnf

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED=551193018

node51.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.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:       1765784 kB
Buffers:         25516 kB
Cached:         170968 kB
SwapCached:      10236 kB
Active:          75088 kB
Inactive:       133104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765784 kB
SwapTotal:     4192956 kB
SwapFree:      4176732 kB
Dirty:           31944 kB
Writeback:           0 kB
Mapped:          17324 kB
Slab:            67936 kB
Committed_AS:  3286316 kB
PageTables:       1400 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= 66512 MiB
End job on node51 at 2009-04-03 07:29:15