Trace number 1774700

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 122.83 122.924

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.3869
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

42.64/42.77	c SATzilla is building models for class 3
42.64/42.77	c run presolver mxc-sr08 for 10 seconds ... 
42.64/42.77	c Bin: Executing mxc-sr08
42.64/42.77	c spawning binary file with 10 seconds ...
42.64/42.77	c child exit by a signal
42.64/42.77	c mxc-sr08 returned code 137.
42.64/42.77	c run presolver picosat846 for 5 seconds ... 
42.64/42.77	c Bin: Executing picosat846
42.64/42.77	c spawning binary file with 5 seconds ...
42.64/42.77	c child exit by a signal
42.64/42.77	c picosat846 returned code 137.
42.64/42.77	c Orignal number of varibales is 123925, number of clauses is 539763 
42.64/42.77	c predicted feature computation time is 9.174901 
42.64/42.77	c Bin: Executing satelite
42.64/42.77	c spawning binary file with 240 seconds ...
42.64/42.77	c child exited successfully
42.64/42.77	c satzilla computing base features
42.64/42.77	c Number of variabe is: 65845, Number of clause is : 337556 
42.64/42.77	c Initializing...
42.64/42.77	c satzilla doing clause learning
42.64/42.77	c start clause learning features ...
42.64/42.77	c Bin: Executing zchaff07
42.64/42.77	c spawning binary file with 2 seconds ...
42.64/42.77	c child exit by a signal
42.64/42.77	c satzilla doing survey propogation probe
42.64/42.77	c do survay propogation for 2 second ...
42.64/42.77	c satzilla doing local search probe
42.64/42.77	c features are:123925 539763 65845 337556 0.882072 0.599032 0.195064 0.385191 1.03486 1.41956 4.07687e-05 0.465135 3.03744e-05 0.000151872 1.03376 0.6428 0.860521 4.07687e-05 0.778882 2.07373e-05 0.000207373 2.69457 0.189098 0.162001 0 0.75 2.73294 2.47106e-05 0.867144 8.88741e-06 0.000136274 2.38351 0.755418 4.2896e-05 0.791686 1.48124e-05 0.000236998 27.2857 0.841386 7 78 78 7 33 9 26 30.2703 0.73757 4 64.2857 64.2857 4 56.1515 4 21.6538 0.510067 0.62701 2.94416e-06 0.994126 0.88392 0.0655001 0.825592 0.197684 0.552376 0.020658 0.926658 2.62686e-07 0.163903 0.0454351 0.00160164 0.0314262 0.00364588 0.019323 7002 0 21916 0 21916 21916 21916 2.19393 0 0.95973 0 
42.64/42.77	c satzilla's ranking:
42.64/42.77	c 1) mxc-sr08: 3.213716
42.64/42.77	c 2) picosat846: 2.744037
42.64/42.77	c 3) zchaff_rand: 2.582714
42.64/42.77	c 4) minisat20SAT07: 1.314830
42.64/42.77	c 5) march_dl2004: 0.058779
42.64/42.77	c 6) SATenstein: -10000.000000
42.64/42.77	c 7) gnovelty+: -10000.000000
42.64/42.77	c 8) adaptg2wsat+: -10000.000000
42.64/42.77	c 9) adaptg2wsat0: -10000.000000
42.64/42.77	c 10) tts-4-0: -10000.000000
42.64/42.77	c 11) vallst: -10000.000000
42.64/42.77	c 12) minisat20: -10000.000000
42.64/42.77	c 13) kcnfs04SAT07: -10000.000000
42.64/42.77	c satzilla running mxc-sr08 ... 
122.77/122.91	c Bin: Executing mxc-sr08
122.77/122.91	c spawning binary file with 9957 seconds ...
122.77/122.91	c child exited successfully
122.77/122.91	c mxc-sr08 returned code 20.
122.77/122.91	s UNSATISFIABLE
122.77/122.91	c SATZILLA_TIME=122.830000

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-1774700-1241354738/watcher-1774700-1241354738 -o /tmp/evaluation-result-1774700-1241354738/solver-1774700-1241354738 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1774700-1241354738.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5972
/proc/meminfo: memFree=1715264/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) R 5970 5972 5903 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=9924 CPUtime=0
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 696 0 0 0 0 0 0 0 18 0 1 0 163502281 10162176 692 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 2481 700 44 138 0 2340 0

[startup+0.102088 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5972
/proc/meminfo: memFree=1715264/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=37960 CPUtime=0.09
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 8152 0 0 0 6 3 0 0 19 0 1 0 163502281 38871040 8111 1992294400 134512640 135078026 4294956192 18446744073709551615 134722807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 9490 8112 54 138 0 9349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40016

[startup+0.2011 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5972
/proc/meminfo: memFree=1715264/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=42784 CPUtime=0.19
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 9367 0 0 0 15 4 0 0 20 0 1 0 163502281 43810816 9326 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 10696 9326 54 138 0 10555 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44840

[startup+0.301115 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5972
/proc/meminfo: memFree=1715264/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=45696 CPUtime=0.29
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 10083 0 0 0 25 4 0 0 21 0 1 0 163502281 46792704 10042 1992294400 134512640 135078026 4294956192 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 11424 10042 54 138 0 11283 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47752

[startup+0.701174 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5972
/proc/meminfo: memFree=1715264/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=59080 CPUtime=0.69
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 13336 0 0 0 64 5 0 0 25 0 1 0 163502281 60497920 13295 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 14770 13296 54 138 0 14629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61136

[startup+1.50129 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5974
/proc/meminfo: memFree=1664688/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=66280 CPUtime=1.49
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 17175 0 0 0 142 7 0 0 25 0 1 0 163502281 67870720 14836 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 16570 14836 55 138 0 16429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68336

[startup+3.10253 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5974
/proc/meminfo: memFree=1659056/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=61416 CPUtime=3.09
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 18880 0 0 0 301 8 0 0 25 0 1 0 163502281 62889984 14314 1992294400 134512640 135078026 4294956192 18446744073709551615 134533826 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 15354 14314 71 138 0 15213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63472

[startup+6.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 5974
/proc/meminfo: memFree=1658160/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=0
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163502281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5972/statm: 514 112 96 399 0 111 0
[pid=5973] ppid=5972 vsize=61416 CPUtime=6.28
/proc/5973/stat : 5973 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 18888 0 0 0 619 9 0 0 25 0 1 0 163502281 62889984 14322 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5973/statm: 15354 14322 71 138 0 15213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63472

[startup+12.7019 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 5975
/proc/meminfo: memFree=1687600/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=2056 CPUtime=10
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 152 18891 0 0 0 0 990 10 16 0 1 0 163502281 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 514 121 104 399 0 111 0
[pid=5975] ppid=5972 vsize=32424 CPUtime=2.67
/proc/5975/stat : 5975 (picosat846) R 5972 5972 5903 0 -1 4194304 7101 0 0 0 263 4 0 0 25 0 1 0 163503283 33202176 7054 1992294400 134512640 134570484 4294956192 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5975/statm: 8106 7054 85 14 0 7772 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34480

[startup+25.5018 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 5976
/proc/meminfo: memFree=1678136/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=33900 CPUtime=25.45
/proc/5972/stat : 5972 (SATzilla2009_I) R 5970 5972 5903 0 -1 4194304 7895 47304 0 0 645 3 1866 31 25 0 1 0 163502281 34713600 7846 1992294400 134512640 136149169 4294956224 18446744073709551615 134535038 0 0 4096 0 0 0 0 17 0 0 0
/proc/5972/statm: 8475 7846 135 399 0 8072 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 33900

[startup+51.1016 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631856/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=61416 CPUtime=8.31
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 18891 0 0 0 823 8 0 0 25 0 1 0 163506558 62889984 14325 1992294400 134512640 135078026 4294956192 18446744073709551615 134533843 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15354 14325 71 138 0 15213 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 83424

[startup+102.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631408/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=59.49
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19029 0 0 0 5941 8 0 0 25 0 1 0 163506558 63565824 14463 1992294400 134512640 135078026 4294956192 18446744073709551615 134523782 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14463 71 138 0 15378 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 84084

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

[startup+102.405 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631408/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=59.59
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19034 0 0 0 5951 8 0 0 25 0 1 0 163506558 63565824 14468 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14468 71 138 0 15378 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 84084

[startup+115.203 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=72.38
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7230 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134535115 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (KiB) 84084

[startup+118.401 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=75.57
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7549 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534683 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 118.27
Current children cumulated vsize (KiB) 84084

[startup+120.007 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=77.18
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7710 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 119.88
Current children cumulated vsize (KiB) 84084

[startup+121.602 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=78.77
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7869 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 121.47
Current children cumulated vsize (KiB) 84084

[startup+122.401 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=79.57
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7949 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 122.27
Current children cumulated vsize (KiB) 84084

[startup+122.801 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=79.97
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7989 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 122.67
Current children cumulated vsize (KiB) 84084

[startup+122.901 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5978
/proc/meminfo: memFree=1631344/2055920 swapFree=4181288/4192956
[pid=5972] ppid=5970 vsize=22008 CPUtime=42.7
/proc/5972/stat : 5972 (SATzilla2009_I) S 5970 5972 5903 0 -1 4194304 19789 57861 0 0 2162 11 2057 40 25 0 1 0 163502281 22536192 5216 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5972/statm: 5502 5216 217 399 0 5099 0
[pid=5978] ppid=5972 vsize=62076 CPUtime=80.07
/proc/5978/stat : 5978 (mxc-sr08) R 5972 5972 5903 0 -1 4194304 19048 0 0 0 7999 8 0 0 25 0 1 0 163506558 63565824 14482 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5978/statm: 15519 14482 71 138 0 15378 0
Current children cumulated CPU time (s) 122.77
Current children cumulated vsize (KiB) 84084

Child status: 20
Real time (s): 122.924
CPU time (s): 122.83
CPU user time (s): 122.206
CPU system time (s): 0.623905
CPU usage (%): 99.9241
Max. virtual memory (cumulated for all children) (KiB): 93124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.206
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96712
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= 319

runsolver used 0.121981 second user time and 0.333949 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-03 14:45:39
IDJOB=1774700
IDBENCH=70997
IDSOLVER=616
FILE ID=node39/1774700-1241354738
PBS_JOBID= 9225591
Free space on /tmp= 66544 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774700-1241354738/watcher-1774700-1241354738 -o /tmp/evaluation-result-1774700-1241354738/solver-1774700-1241354738 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1774700-1241354738.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=478795136

node39.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.281
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.281
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:       1715680 kB
Buffers:         36688 kB
Cached:         239176 kB
SwapCached:       5860 kB
Active:         113996 kB
Inactive:       170100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715680 kB
SwapTotal:     4192956 kB
SwapFree:      4181288 kB
Dirty:           40640 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            42184 kB
Committed_AS:   779868 kB
PageTables:       1380 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= 66516 MiB
End job on node39 at 2009-05-03 14:47:42