Trace number 1785921

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.55 5001.43

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g2.cnf
MD5SUMa751c1722336404421531c8b945f61ee
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

48.15/48.20	c run March_dl for 5 seconds ... 
48.15/48.20	c Bin: Executing march_dl
48.15/48.20	c child exit by a signal
48.15/48.20	c march_dl returned code 137.
48.15/48.20	c run saps (UBCSAT implementation) for 2 seconds ... 
48.15/48.20	c Bin: Executing ubcsat2006
48.15/48.20	c child exited successfully
48.15/48.20	c ubcsat2006 returned code 0.
48.15/48.20	c satzilla computing base features
48.15/48.20	c satzilla doing unit-prop probe
48.15/48.20	c satzilla doing local search probe
48.15/48.20	c satzilla doing lobjois search-space size estimate
48.15/48.20	c satzilla's ranking:
48.15/48.20	c 1) march_dl: 2.509454
48.15/48.20	c 2) march_dl+P: 3.452809
48.15/48.20	c 3) zchaff_rand+P: 4.221824
48.15/48.20	c 4) vallst+P: 4.278321
48.15/48.20	c 5) minisat20: 4.342916
48.15/48.20	c 6) minisat20+P: 6.741907
48.15/48.20	c 7) kcnfs+P: 999.000000
48.15/48.20	c 8) kcnfs: 999.000000
48.15/48.20	c 9) vallst: 999.000000
48.15/48.20	c 10) zchaff_rand: 999.000000
48.15/48.20	c satzilla running march_dl ... 
4998.31/5000.19	c Bin: Executing march_dl
4998.31/5000.19	c child exit by a signal
4998.31/5000.19	c march_dl returned code 137.
4998.31/5000.19	c march_dl returned code 137.
4998.31/5000.19	c satzilla running march_dl with preprocessing ... 
4999.52/5001.42	c Preprocessing...
4999.52/5001.42	c Inital problem has 2640 variables, 80 nary clauses (305240 binary clauses).
4999.52/5001.42	c Num non-binary clauses 80, Average non-binary clause length 33.000
4999.52/5001.42	c Theory has no gaps
4999.52/5001.42	c Preprocessor runtime was 0.790 seconds.
4999.52/5001.42	c 
4999.52/5001.42	c Satisfiability of theory still undetermined.
4999.52/5001.42	c See file /tmp/3GQwmx for simplified theory.
4999.52/5001.42	c Bin: Executing march_dl
4999.52/5001.42	c march_dl returned code 1.
4999.52/5001.42	c march_dl returned code 1.
4999.52/5001.42	c Satzilla Timed out!
4999.52/5001.42	s UNKNOWN
4999.52/5001.42	c SATZILLA_TIME=5000.290000

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-1785921-1241936618/watcher-1785921-1241936618 -o /tmp/evaluation-result-1785921-1241936618/solver-1785921-1241936618 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785921-1241936618.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: 0.92 0.99 0.99 3/64 26869
/proc/meminfo: memFree=1787784/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=3160 CPUtime=0
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 427 0 0 0 0 0 0 0 18 0 1 0 221694865 3235840 422 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 790 422 50 118 0 669 0

[startup+0.0984569 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 26869
/proc/meminfo: memFree=1787784/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=4612 CPUtime=0.09
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 853 0 0 0 9 0 0 0 18 0 1 0 221694865 4722688 848 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 1153 848 50 118 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6052

[startup+0.102457 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 26869
/proc/meminfo: memFree=1787784/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=4612 CPUtime=0.09
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 872 0 0 0 9 0 0 0 18 0 1 0 221694865 4722688 867 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 1153 868 50 118 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6052

[startup+0.302491 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 26869
/proc/meminfo: memFree=1787784/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=7648 CPUtime=0.29
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 1826 0 0 0 29 0 0 0 19 0 1 0 221694865 7831552 1821 1992294400 134512640 134996440 4294956256 18446744073709551615 134637027 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 1912 1821 50 118 0 1791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9088

[startup+0.70256 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 26869
/proc/meminfo: memFree=1787784/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=18748 CPUtime=0.69
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 8077 0 0 0 66 3 0 0 23 0 1 0 221694865 19197952 3401 1992294400 134512640 134996440 4294956256 18446744073709551615 134543064 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 4687 3401 57 118 0 4566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20188

[startup+1.5017 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 26871
/proc/meminfo: memFree=1772152/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=29388 CPUtime=1.49
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 20743 0 0 0 140 9 0 0 25 0 1 0 221694865 30093312 6033 1992294400 134512640 134996440 4294956256 18446744073709551615 134563887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 7347 6035 73 118 0 7226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30828

[startup+3.10318 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 26871
/proc/meminfo: memFree=1756792/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=0
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221694864 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26869/statm: 360 110 95 260 0 84 0
[pid=26870] ppid=26869 vsize=40076 CPUtime=3.09
/proc/26870/stat : 26870 (march_dl) R 26869 26869 26763 0 -1 4194304 35680 0 0 0 292 17 0 0 25 0 1 0 221694865 41037824 6122 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26870/statm: 10019 6122 74 118 0 9898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41516

[startup+6.30152 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 26872
/proc/meminfo: memFree=1773432/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=1440 CPUtime=5
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 135 36668 0 0 0 0 482 18 16 0 1 0 221694864 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 360 111 96 260 0 84 0
[pid=26872] ppid=26869 vsize=22588 CPUtime=1.28
/proc/26872/stat : 26872 (ubcsat2006) R 26869 26869 26763 0 -1 4194304 3633 0 0 0 125 3 0 0 25 0 1 0 221695365 23130112 3616 1992294400 134512640 134777720 4294956112 18446744073709551615 134551994 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26872/statm: 5647 3616 156 64 0 5228 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24028

[startup+12.7016 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 26872
/proc/meminfo: memFree=1775232/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=13536 CPUtime=12.67
/proc/26869/stat : 26869 (SATzilla2007_C) R 26867 26869 26763 0 -1 4194304 7411 40307 0 0 533 3 709 22 25 0 1 0 221694864 13860864 3186 1992294400 134512640 135579813 4294956224 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 1 0 0
/proc/26869/statm: 3384 3186 124 260 0 3108 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13536

[startup+25.5018 s]
/proc/loadavg: 0.95 0.99 0.99 2/65 26872
/proc/meminfo: memFree=1774912/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=13764 CPUtime=25.47
/proc/26869/stat : 26869 (SATzilla2007_C) R 26867 26869 26763 0 -1 4194304 9231 40307 0 0 1811 5 709 22 25 0 1 0 221694864 14094336 3247 1992294400 134512640 135579813 4294956224 18446744073709551615 134541643 0 0 4096 0 0 0 0 17 1 0 0
/proc/26869/statm: 3441 3247 124 260 0 3165 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13764

[startup+51.1022 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1752056/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=40076 CPUtime=2.88
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 35663 0 0 0 272 16 0 0 25 0 1 0 221699685 41037824 6106 1992294400 134512640 134996440 4294956256 18446744073709551615 134580848 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 10019 6106 73 118 0 9898 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 54408

[startup+102.307 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1743608/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=47432 CPUtime=54.08
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 37327 0 0 0 5390 18 0 0 25 0 1 0 221699685 48570368 7770 1992294400 134512640 134996440 4294956256 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 11858 7770 75 118 0 11737 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 61764

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1743096/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=47956 CPUtime=114.05
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 37440 0 0 0 11387 18 0 0 25 0 1 0 221699685 49106944 7883 1992294400 134512640 134996440 4294956256 18446744073709551615 134528085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 11989 7883 75 118 0 11868 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 62288

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1742520/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=48476 CPUtime=174.02
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 37577 0 0 0 17384 18 0 0 25 0 1 0 221699685 49639424 8020 1992294400 134512640 134996440 4294956256 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12119 8020 75 118 0 11998 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 62808

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1742328/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=48604 CPUtime=234
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 37621 0 0 0 23382 18 0 0 25 0 1 0 221699685 49770496 8064 1992294400 134512640 134996440 4294956256 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12151 8064 75 118 0 12030 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 62936

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1741816/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=49124 CPUtime=293.99
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 37750 0 0 0 29380 19 0 0 25 0 1 0 221699685 50302976 8193 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12281 8193 75 118 0 12160 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 63456

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26873
/proc/meminfo: memFree=1741752/2055920 swapFree=4164244/4192956

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4612.47
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38241 0 0 0 461217 30 0 0 25 0 1 0 221699685 52297728 8684 1992294400 134512640 134996440 4294956256 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8684 75 118 0 12647 0
Current children cumulated CPU time (s) 4660.62
Current children cumulated vsize (KiB) 65404

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4672.46
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38242 0 0 0 467216 30 0 0 25 0 1 0 221699685 52297728 8685 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8685 75 118 0 12647 0
Current children cumulated CPU time (s) 4720.61
Current children cumulated vsize (KiB) 65404

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4732.43
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38243 0 0 0 473213 30 0 0 25 0 1 0 221699685 52297728 8686 1992294400 134512640 134996440 4294956256 18446744073709551615 134532759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8686 75 118 0 12647 0
Current children cumulated CPU time (s) 4780.58
Current children cumulated vsize (KiB) 65404

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4792.41
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38246 0 0 0 479211 30 0 0 25 0 1 0 221699685 52297728 8689 1992294400 134512640 134996440 4294956256 18446744073709551615 134527913 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8689 75 118 0 12647 0
Current children cumulated CPU time (s) 4840.56
Current children cumulated vsize (KiB) 65404

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4852.39
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38249 0 0 0 485209 30 0 0 25 0 1 0 221699685 52297728 8692 1992294400 134512640 134996440 4294956256 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8692 75 118 0 12647 0
Current children cumulated CPU time (s) 4900.54
Current children cumulated vsize (KiB) 65404

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739000/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4912.37
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38249 0 0 0 491206 31 0 0 25 0 1 0 221699685 52297728 8692 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8692 75 118 0 12647 0
Current children cumulated CPU time (s) 4960.52
Current children cumulated vsize (KiB) 65404

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 26883
/proc/meminfo: memFree=1739000/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4916.37
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38249 0 0 0 491606 31 0 0 25 0 1 0 221699685 52297728 8692 1992294400 134512640 134996440 4294956256 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8692 75 118 0 12647 0
Current children cumulated CPU time (s) 4964.52
Current children cumulated vsize (KiB) 65404

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739000/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4929.17
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38250 0 0 0 492886 31 0 0 25 0 1 0 221699685 52297728 8693 1992294400 134512640 134996440 4294956256 18446744073709551615 134533081 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8693 75 118 0 12647 0
Current children cumulated CPU time (s) 4977.32
Current children cumulated vsize (KiB) 65404

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4941.96
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38250 0 0 0 494165 31 0 0 25 0 1 0 221699685 52297728 8693 1992294400 134512640 134996440 4294956256 18446744073709551615 134551523 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8693 75 118 0 12647 0
Current children cumulated CPU time (s) 4990.11
Current children cumulated vsize (KiB) 65404

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4948.36
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38251 0 0 0 494805 31 0 0 25 0 1 0 221699685 52297728 8694 1992294400 134512640 134996440 4294956256 18446744073709551615 134567944 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8694 75 118 0 12647 0
Current children cumulated CPU time (s) 4996.51
Current children cumulated vsize (KiB) 65404

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26883
/proc/meminfo: memFree=1739064/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=14332 CPUtime=48.15
/proc/26869/stat : 26869 (SATzilla2007_C) S 26867 26869 26763 0 -1 4194304 23788 40307 0 0 4061 23 709 22 25 0 1 0 221694864 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 3583 3407 156 260 0 3307 0
[pid=26873] ppid=26869 vsize=51072 CPUtime=4949.96
/proc/26873/stat : 26873 (march_dl) R 26869 26869 26763 0 -1 4194304 38251 0 0 0 494965 31 0 0 25 0 1 0 221699685 52297728 8694 1992294400 134512640 134996440 4294956256 18446744073709551615 134551515 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26873/statm: 12768 8694 75 118 0 12647 0
Current children cumulated CPU time (s) 4998.11
Current children cumulated vsize (KiB) 65404

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26883
/proc/meminfo: memFree=1762752/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=36448 CPUtime=4998.92
/proc/26869/stat : 26869 (SATzilla2007_C) R 26867 26869 26763 0 -1 4194304 29338 78558 0 0 4110 26 495702 54 22 0 1 0 221694864 37322752 8685 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/26869/statm: 9112 8685 162 260 0 8836 0
Current children cumulated CPU time (s) 4998.92
Current children cumulated vsize (KiB) 36448

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26883
/proc/meminfo: memFree=1762752/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=35604 CPUtime=4999.31
/proc/26869/stat : 26869 (SATzilla2007_C) R 26867 26869 26763 0 -1 4194304 29351 78558 0 0 4149 26 495702 54 25 0 1 0 221694864 36458496 8691 1992294400 134512640 135579813 4294956224 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 1 0 0
/proc/26869/statm: 8901 8691 163 260 0 8625 0
Current children cumulated CPU time (s) 4999.31
Current children cumulated vsize (KiB) 35604

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26883
/proc/meminfo: memFree=1762752/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=35608 CPUtime=4999.52
/proc/26869/stat : 26869 (SATzilla2007_C) R 26867 26869 26763 0 -1 4194304 29358 78558 0 0 4168 28 495702 54 25 0 1 0 221694864 36462592 8698 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 1 0 0
/proc/26869/statm: 8902 8698 164 260 0 8626 0
Current children cumulated CPU time (s) 4999.52
Current children cumulated vsize (KiB) 35608

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26883
/proc/meminfo: memFree=1762752/2055920 swapFree=4164244/4192956
[pid=26869] ppid=26867 vsize=35604 CPUtime=4999.52
/proc/26869/stat : 26869 (SATzilla2007_C) D 26867 26869 26763 0 -1 4194304 29359 78558 0 0 4168 28 495702 54 25 0 1 0 221694864 36458496 8697 1992294400 134512640 135579813 4294956224 18446744073709551615 135221597 0 0 4096 0 18446744072099202260 0 0 17 1 0 0
/proc/26869/statm: 8901 8697 164 260 0 8625 0
Current children cumulated CPU time (s) 4999.52
Current children cumulated vsize (KiB) 35604

Child status: 1
Real time (s): 5001.43
CPU time (s): 4999.55
CPU user time (s): 4998.71
CPU system time (s): 0.834873
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 65404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.71
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107921
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= 12
involuntary context switches= 11892

runsolver used 5.64514 second user time and 11.3573 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-10 08:23:38
IDJOB=1785921
IDBENCH=71311
IDSOLVER=640
FILE ID=node25/1785921-1241936618
PBS_JOBID= 9264974
Free space on /tmp= 66036 MiB

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

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

MD5SUM BENCH= a751c1722336404421531c8b945f61ee
RANDOM SEED=47072483

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:       1788272 kB
Buffers:         52036 kB
Cached:         147824 kB
SwapCached:      23384 kB
Active:         132204 kB
Inactive:        92496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788272 kB
SwapTotal:     4192956 kB
SwapFree:      4164244 kB
Dirty:           12284 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            29024 kB
Committed_AS:   719264 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 09:47:00