Trace number 1785915

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? (exit code) 4999.14 5001.54

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1820c171155g3.cnf
MD5SUM90cca356988434eb537dfe19d4b4da93
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

25.25/25.37	c run March_dl for 5 seconds ... 
25.25/25.37	c Bin: Executing march_dl
25.25/25.37	c child exit by a signal
25.25/25.37	c march_dl returned code 137.
25.25/25.37	c run saps (UBCSAT implementation) for 2 seconds ... 
25.25/25.37	c Bin: Executing ubcsat2006
25.25/25.37	c child exited successfully
25.25/25.37	c ubcsat2006 returned code 0.
25.25/25.37	c satzilla computing base features
25.25/25.37	c satzilla doing unit-prop probe
25.25/25.37	c satzilla doing local search probe
25.25/25.37	c satzilla doing lobjois search-space size estimate
25.25/25.37	c satzilla's ranking:
25.25/25.37	c 1) march_dl: 2.925253
25.25/25.37	c 2) march_dl+P: 3.136712
25.25/25.37	c 3) vallst+P: 3.740013
25.25/25.37	c 4) zchaff_rand+P: 3.824768
25.25/25.37	c 5) minisat20: 3.916691
25.25/25.37	c 6) minisat20+P: 4.958430
25.25/25.37	c 7) kcnfs+P: 999.000000
25.25/25.37	c 8) kcnfs: 999.000000
25.25/25.37	c 9) vallst: 999.000000
25.25/25.37	c 10) zchaff_rand: 999.000000
25.25/25.37	c satzilla running march_dl ... 
4998.47/5000.99	c Bin: Executing march_dl
4998.47/5000.99	c child exit by a signal
4998.47/5000.99	c march_dl returned code 137.
4998.47/5000.99	c march_dl returned code 137.
4998.47/5000.99	c satzilla running march_dl with preprocessing ... 
4999.10/5001.53	c Preprocessing...
4999.10/5001.53	c Inital problem has 1820 variables, 65 nary clauses (171090 binary clauses).
4999.10/5001.53	c Num non-binary clauses 65, Average non-binary clause length 28.000
4999.10/5001.53	c Theory has no gaps
4999.10/5001.53	c Preprocessor runtime was 0.370 seconds.
4999.10/5001.53	c 
4999.10/5001.53	c Satisfiability of theory still undetermined.
4999.10/5001.53	c See file /tmp/rTI5p5 for simplified theory.
4999.10/5001.53	c Bin: Executing march_dl
4999.10/5001.53	c march_dl returned code 1.
4999.10/5001.53	c march_dl returned code 1.
4999.10/5001.53	c satzilla running vallst with preprocessing ... 
4999.10/5001.53	c Bin: Executing vallst
4999.10/5001.53	c vallst returned code 1.
4999.10/5001.53	c vallst returned code 1.
4999.10/5001.53	c satzilla running zchaff_rand with preprocessing ... 
4999.10/5001.53	c Bin: Executing zchaff_rand
4999.10/5001.53	c zchaff_rand returned code 1.
4999.10/5001.53	c zchaff_rand returned code 1.
4999.10/5001.53	c satzilla running minisat20 ... 
4999.10/5001.53	c Bin: Executing minisat20
4999.10/5001.53	c minisat20 returned code 1.
4999.10/5001.53	c minisat20 returned code 1.
4999.10/5001.53	c satzilla running minisat20 with preprocessing ... 
4999.10/5001.53	c Bin: Executing minisat20
4999.10/5001.53	c minisat20 returned code 1.
4999.10/5001.53	c minisat20 returned code 1.
4999.10/5001.53	c satzilla running kcnfs with preprocessing ... 
4999.10/5001.53	c Bin: Executing kcnfs
4999.10/5001.53	c kcnfs returned code 1.
4999.10/5001.53	c kcnfs returned code 1.
4999.10/5001.53	c satzilla running kcnfs ... 
4999.10/5001.53	c Bin: Executing kcnfs
4999.10/5001.53	c kcnfs returned code 1.
4999.10/5001.53	c kcnfs returned code 1.
4999.10/5001.53	c satzilla running vallst ... 
4999.10/5001.53	c Bin: Executing vallst
4999.10/5001.53	c vallst returned code 1.
4999.10/5001.53	c vallst returned code 1.
4999.10/5001.53	c satzilla running zchaff_rand ... 
4999.10/5001.53	c Bin: Executing zchaff_rand
4999.10/5001.53	c zchaff_rand returned code 1.
4999.10/5001.53	c zchaff_rand returned code 1.
4999.10/5001.53	c ERROR: All Failed! 
4999.10/5001.53	c SATZILLA_TIME=4999.890000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785915-1241936421/watcher-1785915-1241936421 -o /tmp/evaluation-result-1785915-1241936421/solver-1785915-1241936421 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785915-1241936421.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.93 0.99 0.99 3/64 22416
/proc/meminfo: memFree=1791304/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) R 22414 22416 22302 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=2112 CPUtime=0
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 221674968 2162688 268 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 528 268 50 118 0 407 0

[startup+0.052841 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 22416
/proc/meminfo: memFree=1791304/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=2904 CPUtime=0.04
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 515 0 0 0 4 0 0 0 19 0 1 0 221674968 2973696 510 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 726 510 50 118 0 605 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4344

[startup+0.101847 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 22416
/proc/meminfo: memFree=1791304/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=3696 CPUtime=0.09
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 767 0 0 0 9 0 0 0 19 0 1 0 221674968 3784704 762 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 924 762 50 118 0 803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5136

[startup+0.301874 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 22416
/proc/meminfo: memFree=1791304/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=10800 CPUtime=0.29
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 2614 0 0 0 29 0 0 0 21 0 1 0 221674968 11059200 1941 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 2700 1941 55 118 0 2579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12240

[startup+0.701931 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 22416
/proc/meminfo: memFree=1791304/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=14348 CPUtime=0.69
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 10835 0 0 0 66 3 0 0 25 0 1 0 221674968 14692352 2834 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 3587 2846 73 118 0 3466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15788

[startup+1.50104 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 22418
/proc/meminfo: memFree=1776888/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=23468 CPUtime=1.49
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 19801 0 0 0 142 7 0 0 25 0 1 0 221674968 24031232 3639 1992294400 134512640 134996440 4294956256 18446744073709551615 134580794 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 5867 3639 73 118 0 5746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24908

[startup+3.10227 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 22418
/proc/meminfo: memFree=1776248/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=0
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221674968 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22416/statm: 360 110 95 260 0 84 0
[pid=22417] ppid=22416 vsize=26488 CPUtime=3.09
/proc/22417/stat : 22417 (march_dl) R 22416 22416 22302 0 -1 4194304 20487 0 0 0 302 7 0 0 25 0 1 0 221674968 27123712 4325 1992294400 134512640 134996440 4294956256 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22417/statm: 6622 4325 75 118 0 6501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27928

[startup+6.30174 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 22419
/proc/meminfo: memFree=1782968/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=1440 CPUtime=4.99
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 135 20606 0 0 0 0 491 8 16 0 1 0 221674968 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 360 111 96 260 0 84 0
[pid=22419] ppid=22416 vsize=14388 CPUtime=1.28
/proc/22419/stat : 22419 (ubcsat2006) R 22416 22416 22302 0 -1 4194304 2143 0 0 0 127 1 0 0 25 0 1 0 221675468 14733312 2126 1992294400 134512640 134777720 4294956112 18446744073709551615 134704298 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22419/statm: 3597 2126 156 64 0 3178 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15828

[startup+12.7016 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 22419
/proc/meminfo: memFree=1784000/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8372 CPUtime=12.65
/proc/22416/stat : 22416 (SATzilla2007_C) R 22414 22416 22302 0 -1 4194304 4263 22755 0 0 546 1 708 10 25 0 1 0 221674968 8572928 1886 1992294400 134512640 135579813 4294956224 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 0 0 0
/proc/22416/statm: 2093 1886 124 260 0 1817 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8372

[startup+25.5015 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 22419
/proc/meminfo: memFree=1783680/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 8716

[startup+51.1011 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1765560/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=27800 CPUtime=25.67
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 20804 0 0 0 2558 9 0 0 25 0 1 0 221677506 28467200 4643 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 6950 4643 75 118 0 6829 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 36516

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1764664/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=28588 CPUtime=76.85
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21000 0 0 0 7676 9 0 0 25 0 1 0 221677506 29274112 4839 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 7147 4839 75 118 0 7026 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 37304

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1764216/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=28984 CPUtime=136.82
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21103 0 0 0 13673 9 0 0 25 0 1 0 221677506 29679616 4942 1992294400 134512640 134996440 4294956256 18446744073709551615 134533076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 7246 4942 75 118 0 7125 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 37700

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1763960/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=29248 CPUtime=196.79
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21167 0 0 0 19670 9 0 0 25 0 1 0 221677506 29949952 5006 1992294400 134512640 134996440 4294956256 18446744073709551615 134551525 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22420/statm: 7312 5006 75 118 0 7191 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 37964

[startup+282.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1763768/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=29380 CPUtime=256.76
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21217 0 0 0 25667 9 0 0 25 0 1 0 221677506 30085120 5056 1992294400 134512640 134996440 4294956256 18446744073709551615 134528141 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 7345 5056 75 118 0 7224 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 38096

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 22420
/proc/meminfo: memFree=1763576/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=29640 CPUtime=316.74
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21263 0 0 0 31664 10 0 0 25 0 1 0 221677506 30351360 5102 1992294400 134512640 134996440 4294956256 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 7410 5102 75 118 0 7289 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 38356

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 3/66 22420
/proc/meminfo: memFree=1763448/2055920 swapFree=4171272/4192956

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

/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4574.73
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21963 0 0 0 457459 14 0 0 25 0 1 0 221677506 33177600 5802 1992294400 134512640 134996440 4294956256 18446744073709551615 134528085 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5802 75 118 0 7979 0
Current children cumulated CPU time (s) 4600.06
Current children cumulated vsize (KiB) 41116

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22428
/proc/meminfo: memFree=1759864/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4634.69
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21964 0 0 0 463455 14 0 0 25 0 1 0 221677506 33177600 5803 1992294400 134512640 134996440 4294956256 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5803 75 118 0 7979 0
Current children cumulated CPU time (s) 4660.02
Current children cumulated vsize (KiB) 41116

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22428
/proc/meminfo: memFree=1759864/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4694.67
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21967 0 0 0 469453 14 0 0 25 0 1 0 221677506 33177600 5806 1992294400 134512640 134996440 4294956256 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5806 75 118 0 7979 0
Current children cumulated CPU time (s) 4720
Current children cumulated vsize (KiB) 41116

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759736/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4754.64
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21968 0 0 0 475450 14 0 0 25 0 1 0 221677506 33177600 5807 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5807 75 118 0 7979 0
Current children cumulated CPU time (s) 4779.97
Current children cumulated vsize (KiB) 41116

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759736/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4814.61
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21968 0 0 0 481447 14 0 0 25 0 1 0 221677506 33177600 5807 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5807 75 118 0 7979 0
Current children cumulated CPU time (s) 4839.94
Current children cumulated vsize (KiB) 41116

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759736/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4874.58
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21969 0 0 0 487444 14 0 0 25 0 1 0 221677506 33177600 5808 1992294400 134512640 134996440 4294956256 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5808 75 118 0 7979 0
Current children cumulated CPU time (s) 4899.91
Current children cumulated vsize (KiB) 41116

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4934.56
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21970 0 0 0 493442 14 0 0 25 0 1 0 221677506 33177600 5809 1992294400 134512640 134996440 4294956256 18446744073709551615 134528310 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5809 75 118 0 7979 0
Current children cumulated CPU time (s) 4959.89
Current children cumulated vsize (KiB) 41116

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 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4938.56
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21970 0 0 0 493842 14 0 0 25 0 1 0 221677506 33177600 5809 1992294400 134512640 134996440 4294956256 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5809 75 118 0 7979 0
Current children cumulated CPU time (s) 4963.89
Current children cumulated vsize (KiB) 41116

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4951.35
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21971 0 0 0 495121 14 0 0 25 0 1 0 221677506 33177600 5810 1992294400 134512640 134996440 4294956256 18446744073709551615 134587746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5810 75 118 0 7979 0
Current children cumulated CPU time (s) 4976.68
Current children cumulated vsize (KiB) 41116

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4964.14
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21971 0 0 0 496400 14 0 0 25 0 1 0 221677506 33177600 5810 1992294400 134512640 134996440 4294956256 18446744073709551615 134526930 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22420/statm: 8100 5810 75 118 0 7979 0
Current children cumulated CPU time (s) 4989.47
Current children cumulated vsize (KiB) 41116

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4970.54
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21971 0 0 0 497040 14 0 0 25 0 1 0 221677506 33177600 5810 1992294400 134512640 134996440 4294956256 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5810 75 118 0 7979 0
Current children cumulated CPU time (s) 4995.87
Current children cumulated vsize (KiB) 41116

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4972.14
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21971 0 0 0 497200 14 0 0 25 0 1 0 221677506 33177600 5810 1992294400 134512640 134996440 4294956256 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5810 75 118 0 7979 0
Current children cumulated CPU time (s) 4997.47
Current children cumulated vsize (KiB) 41116

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=8716 CPUtime=25.33
/proc/22416/stat : 22416 (SATzilla2007_C) S 22414 22416 22302 0 -1 4194304 8608 22755 0 0 1809 6 708 10 25 0 1 0 221674968 8925184 2004 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22416/statm: 2179 2004 156 260 0 1903 0
[pid=22420] ppid=22416 vsize=32400 CPUtime=4972.94
/proc/22420/stat : 22420 (march_dl) R 22416 22416 22302 0 -1 4194304 21971 0 0 0 497280 14 0 0 25 0 1 0 221677506 33177600 5810 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22420/statm: 8100 5810 75 118 0 7979 0
Current children cumulated CPU time (s) 4998.27
Current children cumulated vsize (KiB) 41116

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=12416 CPUtime=4998.69
/proc/22416/stat : 22416 (SATzilla2007_C) R 22414 22416 22302 0 -1 4194304 9674 44726 0 0 1818 7 498018 26 19 0 1 0 221674968 12713984 2918 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 0 0 0
/proc/22416/statm: 3104 2919 156 260 0 2828 0
Current children cumulated CPU time (s) 4998.69
Current children cumulated vsize (KiB) 12416

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22430
/proc/meminfo: memFree=1759672/2055920 swapFree=4171272/4192956
[pid=22416] ppid=22414 vsize=20748 CPUtime=4999.1
/proc/22416/stat : 22416 (SATzilla2007_C) R 22414 22416 22302 0 -1 4194304 11759 44726 0 0 1857 9 498018 26 23 0 1 0 221674968 21245952 4999 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/22416/statm: 5187 4999 164 260 0 4911 0
Current children cumulated CPU time (s) 4999.1
Current children cumulated vsize (KiB) 20748

Child status: 17
Real time (s): 5001.54
CPU time (s): 4999.14
CPU user time (s): 4998.78
CPU system time (s): 0.359945
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 41116

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

runsolver used 3.90141 second user time and 14.2938 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-10 08:20:21
IDJOB=1785915
IDBENCH=71295
IDSOLVER=640
FILE ID=node29/1785915-1241936421
PBS_JOBID= 9264950
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 90cca356988434eb537dfe19d4b4da93
RANDOM SEED=129987959

node29.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:       1791848 kB
Buffers:         51140 kB
Cached:         151100 kB
SwapCached:      15972 kB
Active:         118768 kB
Inactive:       102360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791848 kB
SwapTotal:     4192956 kB
SwapFree:      4171272 kB
Dirty:           10500 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            28988 kB
Committed_AS:   806356 kB
PageTables:       1472 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= 66396 MiB
End job on node29 at 2009-05-10 09:43:43