Trace number 1786017

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
SAT07 reference solver: SATzilla CRAFTED? 4999.93 5002.31

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g5.cnf
MD5SUM5c381a23100991dd5561d3dc572b8883
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

39.66/39.79	c run March_dl for 5 seconds ... 
39.66/39.79	c Bin: Executing march_dl
39.66/39.79	c child exit by a signal
39.66/39.79	c march_dl returned code 137.
39.66/39.79	c run saps (UBCSAT implementation) for 2 seconds ... 
39.66/39.79	c Bin: Executing ubcsat2006
39.66/39.79	c child exited successfully
39.66/39.79	c ubcsat2006 returned code 0.
39.66/39.79	c satzilla computing base features
39.66/39.79	c satzilla doing unit-prop probe
39.66/39.79	c satzilla doing local search probe
39.66/39.79	c satzilla doing lobjois search-space size estimate
39.66/39.79	c satzilla's ranking:
39.66/39.79	c 1) march_dl: 2.725593
39.66/39.79	c 2) march_dl+P: 3.218979
39.66/39.79	c 3) zchaff_rand+P: 3.760996
39.66/39.79	c 4) vallst+P: 3.855508
39.66/39.79	c 5) minisat20: 3.868636
39.66/39.79	c 6) minisat20+P: 5.588638
39.66/39.79	c 7) kcnfs+P: 999.000000
39.66/39.79	c 8) kcnfs: 999.000000
39.66/39.79	c 9) vallst: 999.000000
39.66/39.79	c 10) zchaff_rand: 999.000000
39.66/39.79	c satzilla running march_dl ... 
4998.89/5001.39	c Bin: Executing march_dl
4998.89/5001.39	c child exit by a signal
4998.89/5001.39	c march_dl returned code 137.
4998.89/5001.39	c march_dl returned code 137.
4998.89/5001.39	c satzilla running march_dl with preprocessing ... 
4999.80/5002.30	c Preprocessing...
4999.80/5002.30	c Inital problem has 2400 variables, 75 nary clauses (266356 binary clauses).
4999.80/5002.30	c Num non-binary clauses 75, Average non-binary clause length 32.000
4999.80/5002.30	c Theory has no gaps
4999.80/5002.30	c Preprocessor runtime was 0.650 seconds.
4999.80/5002.30	c 
4999.80/5002.30	c Satisfiability of theory still undetermined.
4999.80/5002.30	c See file /tmp/f2nb9P for simplified theory.
4999.80/5002.30	c Bin: Executing march_dl
4999.80/5002.30	c march_dl returned code 1.
4999.80/5002.30	c march_dl returned code 1.
4999.80/5002.30	c Satzilla Timed out!
4999.80/5002.30	s UNKNOWN
4999.80/5002.30	c SATZILLA_TIME=5000.670000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1786017-1241941620/watcher-1786017-1241941620 -o /tmp/evaluation-result-1786017-1241941620/solver-1786017-1241941620 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1786017-1241941620.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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 26909
/proc/meminfo: memFree=1786568/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=2864 CPUtime=0
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 374 0 0 0 0 0 0 0 18 0 1 0 222195061 2932736 369 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 716 369 50 118 0 595 0

[startup+0.064409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26909
/proc/meminfo: memFree=1786568/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=3788 CPUtime=0.06
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 677 0 0 0 6 0 0 0 19 0 1 0 222195061 3878912 672 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 947 672 50 118 0 826 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5228

[startup+0.102414 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26909
/proc/meminfo: memFree=1786568/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=4448 CPUtime=0.09
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 873 0 0 0 9 0 0 0 19 0 1 0 222195061 4554752 868 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 1112 869 50 118 0 991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5888

[startup+0.301448 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26909
/proc/meminfo: memFree=1786568/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=12364 CPUtime=0.29
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 2540 0 0 0 29 0 0 0 21 0 1 0 222195061 12660736 1756 1992294400 134512640 134996440 4294956256 18446744073709551615 134617406 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 3091 1756 53 118 0 2970 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13804

[startup+0.702516 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26909
/proc/meminfo: memFree=1786568/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=16588 CPUtime=0.69
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 11462 0 0 0 65 4 0 0 25 0 1 0 222195061 16986112 3046 1992294400 134512640 134996440 4294956256 18446744073709551615 134543115 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 4147 3046 61 118 0 4026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18028

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26911
/proc/meminfo: memFree=1775288/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=26188 CPUtime=1.49
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 22388 0 0 0 140 9 0 0 25 0 1 0 222195061 26816512 5132 1992294400 134512640 134996440 4294956256 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 6547 5132 73 118 0 6426 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27628

[startup+3.10193 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26911
/proc/meminfo: memFree=1766136/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=0
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222195061 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26909/statm: 360 110 95 260 0 84 0
[pid=26910] ppid=26909 vsize=35608 CPUtime=3.09
/proc/26910/stat : 26910 (march_dl) R 26909 26909 26763 0 -1 4194304 31135 0 0 0 296 13 0 0 25 0 1 0 222195061 36462592 5495 1992294400 134512640 134996440 4294956256 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26910/statm: 8902 5495 75 118 0 8781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37048

[startup+6.30249 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26912
/proc/meminfo: memFree=1774072/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=1440 CPUtime=4.99
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 135 32032 0 0 0 0 486 13 16 0 1 0 222195061 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 360 111 96 260 0 84 0
[pid=26912] ppid=26909 vsize=22588 CPUtime=1.28
/proc/26912/stat : 26912 (ubcsat2006) R 26909 26909 26763 0 -1 4194304 3200 0 0 0 126 2 0 0 25 0 1 0 222195562 23130112 3183 1992294400 134512640 134777720 4294956112 18446744073709551615 134703927 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26912/statm: 5647 3183 156 64 0 5228 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24028

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26912
/proc/meminfo: memFree=1775744/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=11940 CPUtime=12.67
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194304 6464 35238 0 0 536 2 712 17 25 0 1 0 222195061 12226560 2777 1992294400 134512640 135579813 4294956224 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 2985 2777 124 260 0 2709 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11940

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26912
/proc/meminfo: memFree=1775616/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12216 CPUtime=25.46
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194304 10914 35238 0 0 1810 7 712 17 25 0 1 0 222195061 12509184 2860 1992294400 134512640 135579813 4294956224 18446744073709551615 134541301 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 3054 2860 124 260 0 2778 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12216

[startup+51.1011 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26913
/proc/meminfo: memFree=1748984/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=40180 CPUtime=11.28
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32228 0 0 0 1114 14 0 0 25 0 1 0 222199041 41144320 6589 1992294400 134512640 134996440 4294956256 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10045 6589 75 118 0 9924 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 52912

[startup+102.307 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 26913
/proc/meminfo: memFree=1748536/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=40708 CPUtime=62.47
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32352 0 0 0 6232 15 0 0 25 0 1 0 222199041 41684992 6713 1992294400 134512640 134996440 4294956256 18446744073709551615 134536979 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10177 6713 75 118 0 10056 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53440

[startup+162.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 26913
/proc/meminfo: memFree=1748280/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=40840 CPUtime=122.44
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32413 0 0 0 12229 15 0 0 25 0 1 0 222199041 41820160 6774 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10210 6774 75 118 0 10089 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 53572

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 26913
/proc/meminfo: memFree=1748088/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=40972 CPUtime=182.41
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32448 0 0 0 18226 15 0 0 25 0 1 0 222199041 41955328 6809 1992294400 134512640 134996440 4294956256 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10243 6809 75 118 0 10122 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 53704

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26913
/proc/meminfo: memFree=1747896/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=41236 CPUtime=242.38
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32487 0 0 0 24223 15 0 0 25 0 1 0 222199041 42225664 6848 1992294400 134512640 134996440 4294956256 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10309 6848 75 118 0 10188 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 53968

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26913
/proc/meminfo: memFree=1747768/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=41236 CPUtime=302.35
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32508 0 0 0 30220 15 0 0 25 0 1 0 222199041 42225664 6869 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10309 6869 75 118 0 10188 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 53968

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26913
/proc/meminfo: memFree=1747768/2055920 swapFree=4164244/4192956

################
# More data... #
################

/proc/meminfo: memFree=1745456/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4560.34
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32813 0 0 0 456016 18 0 0 25 0 1 0 222199041 43442176 7174 1992294400 134512640 134996440 4294956256 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7174 75 118 0 10485 0
Current children cumulated CPU time (s) 4600.09
Current children cumulated vsize (KiB) 55156

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745456/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4620.31
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32813 0 0 0 462013 18 0 0 25 0 1 0 222199041 43442176 7174 1992294400 134512640 134996440 4294956256 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7174 75 118 0 10485 0
Current children cumulated CPU time (s) 4660.06
Current children cumulated vsize (KiB) 55156

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745456/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4680.28
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 468010 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4720.03
Current children cumulated vsize (KiB) 55156

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4740.25
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 474007 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4780
Current children cumulated vsize (KiB) 55156

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4800.22
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 480004 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4839.97
Current children cumulated vsize (KiB) 55156

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745592/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4860.19
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 486001 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4899.94
Current children cumulated vsize (KiB) 55156

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4920.16
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 491998 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4959.91
Current children cumulated vsize (KiB) 55156

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4924.16
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32816 0 0 0 492398 18 0 0 25 0 1 0 222199041 43442176 7177 1992294400 134512640 134996440 4294956256 18446744073709551615 134565302 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7177 75 118 0 10485 0
Current children cumulated CPU time (s) 4963.91
Current children cumulated vsize (KiB) 55156

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4936.96
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32817 0 0 0 493678 18 0 0 25 0 1 0 222199041 43442176 7178 1992294400 134512640 134996440 4294956256 18446744073709551615 134565289 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7178 75 118 0 10485 0
Current children cumulated CPU time (s) 4976.71
Current children cumulated vsize (KiB) 55156

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4949.75
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32817 0 0 0 494957 18 0 0 25 0 1 0 222199041 43442176 7178 1992294400 134512640 134996440 4294956256 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7178 75 118 0 10485 0
Current children cumulated CPU time (s) 4989.5
Current children cumulated vsize (KiB) 55156

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4956.15
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32818 0 0 0 495597 18 0 0 25 0 1 0 222199041 43442176 7179 1992294400 134512640 134996440 4294956256 18446744073709551615 134565289 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7179 75 118 0 10485 0
Current children cumulated CPU time (s) 4995.9
Current children cumulated vsize (KiB) 55156

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=12732 CPUtime=39.75
/proc/26909/stat : 26909 (SATzilla2007_C) S 26907 26909 26763 0 -1 4194304 17125 35238 0 0 3232 14 712 17 25 0 1 0 222195061 13037568 3006 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26909/statm: 3183 3006 156 260 0 2907 0
[pid=26913] ppid=26909 vsize=42424 CPUtime=4957.74
/proc/26913/stat : 26913 (march_dl) R 26909 26909 26763 0 -1 4194304 32818 0 0 0 495756 18 0 0 25 0 1 0 222199041 43442176 7179 1992294400 134512640 134996440 4294956256 18446744073709551615 134552338 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26913/statm: 10606 7179 75 118 0 10485 0
Current children cumulated CPU time (s) 4997.49
Current children cumulated vsize (KiB) 55156

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26927
/proc/meminfo: memFree=1745528/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=16036 CPUtime=4999.1
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194304 18218 68056 0 0 3242 14 496618 36 19 0 1 0 222195061 16420864 3829 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 4009 3830 156 260 0 3733 0
Current children cumulated CPU time (s) 4999.1
Current children cumulated vsize (KiB) 16036

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26927
/proc/meminfo: memFree=1766848/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=31204 CPUtime=4999.5
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194304 21977 68056 0 0 3280 16 496618 36 22 0 1 0 222195061 31952896 7586 1992294400 134512640 135579813 4294956224 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 7801 7586 162 260 0 7525 0
Current children cumulated CPU time (s) 4999.5
Current children cumulated vsize (KiB) 31204

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26927
/proc/meminfo: memFree=1766848/2055920 swapFree=4164244/4192956
[pid=26909] ppid=26907 vsize=0 CPUtime=4999.9
/proc/26909/stat : 26909 (SATzilla2007_C) R 26907 26909 26763 0 -1 4194308 21998 68056 0 0 3318 18 496618 36 25 0 1 0 222195061 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/26909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4999.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5002.31
CPU time (s): 4999.93
CPU user time (s): 4999.37
CPU system time (s): 0.559914
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 55156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.37
system time used= 0.559914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90054
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= 10
involuntary context switches= 11663

runsolver used 4.66529 second user time and 13.5319 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-10 09:47:00
IDJOB=1786017
IDBENCH=71509
IDSOLVER=640
FILE ID=node25/1786017-1241941620
PBS_JOBID= 9264974
Free space on /tmp= 66036 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g5.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786017-1241941620/watcher-1786017-1241941620 -o /tmp/evaluation-result-1786017-1241941620/solver-1786017-1241941620 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1786017-1241941620.cnf            

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

MD5SUM BENCH= 5c381a23100991dd5561d3dc572b8883
RANDOM SEED=1341068418

node25.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.259
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.259
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:       1787048 kB
Buffers:         52864 kB
Cached:         147948 kB
SwapCached:      23384 kB
Active:         133356 kB
Inactive:        92336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787048 kB
SwapTotal:     4192956 kB
SwapFree:      4164244 kB
Dirty:           11796 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            29212 kB
Committed_AS:   719452 kB
PageTables:       1460 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= 66028 MiB
End job on node25 at 2009-05-10 11:10:23