Trace number 306340

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, and are wall clock time (not CPU 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
SATzilla RANDOM? (exit code) 1199.76 1202.57

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S427890210-10.cnf
MD5SUM44e1b0f761a25d475a1d40bc83b487fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.1612
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.71/13.26	c run March_dl for 5 seconds ... 
10.71/13.26	c Bin: Executing march_dl
10.71/13.26	c child exit by a signal
10.71/13.26	c march_dl returned code 137.
10.71/13.26	c run saps (UBCSAT implementation) for 2 seconds ... 
10.71/13.26	c Bin: Executing ubcsat2006
10.71/13.26	c child exited successfully
10.71/13.26	c ubcsat2006 returned code 0.
10.71/13.26	c satzilla computing base features
10.71/13.26	c satzilla doing unit-prop probe
10.71/13.26	c satzilla doing local search probe
10.71/13.26	c satzilla doing lobjois search-space size estimate
10.71/13.26	c satzilla's ranking:
10.71/13.26	c 1) kcnfs: -1599.144891
10.71/13.26	c 2) minisat20+P: -54.838381
10.71/13.26	c 3) march_dl: 144.761263
10.71/13.26	c 4) kcnfs+P: 999.000000
10.71/13.26	c 5) march_dl+P: 999.000000
10.71/13.26	c 6) vallst+P: 999.000000
10.71/13.26	c 7) zchaff_rand+P: 999.000000
10.71/13.26	c 8) vallst: 999.000000
10.71/13.26	c 9) zchaff_rand: 999.000000
10.71/13.26	c 10) minisat20: 999.000000
10.71/13.26	c satzilla running kcnfs ... 
1199.57/1202.42	c Bin: Executing kcnfs
1199.57/1202.42	c child exit by a signal
1199.57/1202.42	c kcnfs returned code 137.
1199.57/1202.42	c kcnfs returned code 137.
1199.57/1202.42	c satzilla running minisat20 with preprocessing ... 
1199.68/1202.57	c Preprocessing...
1199.68/1202.57	c Inital problem has 7000 variables, 29400 nary clauses (0 binary clauses).
1199.68/1202.57	c Num non-binary clauses 29400, Average non-binary clause length 3.000
1199.68/1202.57	c Theory has no gaps
1199.68/1202.57	c Preprocessor runtime was 0.110 seconds.
1199.68/1202.57	c 
1199.68/1202.57	c Satisfiability of theory still undetermined.
1199.68/1202.57	c See file /tmp/jYpEGn for simplified theory.
1199.68/1202.57	c Bin: Executing minisat20
1199.68/1202.57	c minisat20 returned code 1.
1199.68/1202.57	c minisat20 returned code 1.
1199.68/1202.57	c satzilla running march_dl ... 
1199.68/1202.57	c Bin: Executing march_dl
1199.68/1202.57	c march_dl returned code 1.
1199.68/1202.57	c march_dl returned code 1.
1199.68/1202.57	c satzilla running kcnfs with preprocessing ... 
1199.68/1202.57	c Bin: Executing kcnfs
1199.68/1202.57	c kcnfs returned code 1.
1199.68/1202.57	c kcnfs returned code 1.
1199.68/1202.57	c satzilla running march_dl with preprocessing ... 
1199.68/1202.57	c Bin: Executing march_dl
1199.68/1202.57	c march_dl returned code 1.
1199.68/1202.57	c march_dl returned code 1.
1199.68/1202.57	c satzilla running vallst with preprocessing ... 
1199.68/1202.57	c Bin: Executing vallst
1199.68/1202.57	c vallst returned code 1.
1199.68/1202.57	c vallst returned code 1.
1199.68/1202.57	c satzilla running zchaff_rand with preprocessing ... 
1199.68/1202.57	c Bin: Executing zchaff_rand
1199.68/1202.57	c zchaff_rand returned code 1.
1199.68/1202.57	c zchaff_rand returned code 1.
1199.68/1202.57	c satzilla running vallst ... 
1199.68/1202.57	c Bin: Executing vallst
1199.68/1202.57	c vallst returned code 1.
1199.68/1202.57	c vallst returned code 1.
1199.68/1202.57	c satzilla running zchaff_rand ... 
1199.68/1202.57	c Bin: Executing zchaff_rand
1199.68/1202.57	c zchaff_rand returned code 1.
1199.68/1202.57	c zchaff_rand returned code 1.
1199.68/1202.57	c satzilla running minisat20 ... 
1199.68/1202.57	c Bin: Executing minisat20
1199.68/1202.57	c minisat20 returned code 1.
1199.68/1202.57	c minisat20 returned code 1.
1199.68/1202.57	c ERROR: All Failed! 
1199.68/1202.57	c SATZILLA_TIME=1199.920000

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node77/watcher-306340-1172097073 -o ROOT/results/node77/solver-306340-1172097073 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306340-1172097073/SATzilla2007_R /tmp/evaluation/306340-1172097073/instance-306340-1172097073.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.01 1.00 0.99 3/67 11796
/proc/meminfo: memFree=1931400/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=0
/proc/11796/stat : 11796 (SATzilla2007_R) R 11794 11796 11394 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 4574883 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11796/statm: 360 110 95 260 0 84 0
[pid=11797] ppid=11796 vsize=1212 CPUtime=0
/proc/11797/stat : 11797 (march_dl) R 11796 11796 11394 0 -1 4194304 204 0 0 0 0 0 0 0 18 0 1 0 4574883 1241088 199 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11797/statm: 303 199 50 118 0 182 0

[startup+0.10629 s]
/proc/loadavg: 1.01 1.00 0.99 3/67 11796
/proc/meminfo: memFree=1931400/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=0
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 4574883 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/11796/statm: 360 110 95 260 0 84 0
[pid=11797] ppid=11796 vsize=2876 CPUtime=0.1
/proc/11797/stat : 11797 (march_dl) R 11796 11796 11394 0 -1 4194304 1218 0 0 0 10 0 0 0 19 0 1 0 4574883 2945024 545 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544564 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11797/statm: 719 545 55 118 0 598 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4316

[startup+0.514338 s]
/proc/loadavg: 1.01 1.00 0.99 3/67 11796
/proc/meminfo: memFree=1931400/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=0
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 4574883 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/11796/statm: 360 110 95 260 0 84 0
[pid=11797] ppid=11796 vsize=8804 CPUtime=0.5
/proc/11797/stat : 11797 (march_dl) R 11796 11796 11394 0 -1 4194304 5005 0 0 0 49 1 0 0 24 0 1 0 4574883 9015296 2010 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617620 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11797/statm: 2201 2010 74 118 0 2080 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10244

[startup+1.33444 s]
/proc/loadavg: 1.01 1.00 0.99 2/69 11798
/proc/meminfo: memFree=1923256/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=0
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 4574883 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/11796/statm: 360 110 95 260 0 84 0
[pid=11797] ppid=11796 vsize=8820 CPUtime=1.32
/proc/11797/stat : 11797 (march_dl) R 11796 11796 11394 0 -1 4194304 5009 0 0 0 131 1 0 0 25 0 1 0 4574883 9031680 2014 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551602 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11797/statm: 2205 2014 74 118 0 2084 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10260

[startup+2.97063 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11798
/proc/meminfo: memFree=1923128/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=0
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 4574883 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/11796/statm: 360 110 95 260 0 84 0
[pid=11797] ppid=11796 vsize=9220 CPUtime=2.96
/proc/11797/stat : 11797 (march_dl) R 11796 11796 11394 0 -1 4194304 5082 0 0 0 295 1 0 0 25 0 1 0 4574883 9441280 2087 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11797/statm: 2305 2087 74 118 0 2184 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10660

[startup+6.25602 s]
/proc/loadavg: 1.00 1.00 0.99 1/69 11799
/proc/meminfo: memFree=1930552/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=1440 CPUtime=4.99
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 134 5114 0 0 0 0 497 2 16 0 1 0 4574883 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/11796/statm: 360 111 96 260 0 84 0
[pid=11799] ppid=11796 vsize=1440 CPUtime=0
/proc/11799/stat : 11799 (SATzilla2007_R) D 11796 11796 11394 0 -1 4194368 6 0 0 0 0 0 0 0 18 0 1 0 4575383 1474560 112 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135326214 0 0 8392704 0 18446744071563611212 0 0 17 0 0 0
/proc/11799/statm: 360 112 97 260 0 84 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 2880

[startup+12.7058 s]
/proc/loadavg: 1.08 1.02 0.99 2/68 11799
/proc/meminfo: memFree=1927232/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.2
/proc/11796/stat : 11796 (SATzilla2007_R) R 11794 11796 11394 0 -1 4194304 2213 5813 0 13 297 5 702 16 25 0 1 0 4574883 3608576 700 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134543309 0 0 4096 0 0 0 0 17 1 0 0
/proc/11796/statm: 881 700 156 260 0 605 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 3524

[startup+25.5173 s]
/proc/loadavg: 1.07 1.02 0.99 2/69 11800
/proc/meminfo: memFree=1919288/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187792 CPUtime=12.23
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2144 0 0 0 1223 0 0 0 25 0 1 0 4576210 192299008 2128 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134619359 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46948 2128 129 48 0 46544 0
Current children cumulated CPU time (s) 22.99
Current children cumulated vsize (KiB) 191316

[startup+51.1343 s]
/proc/loadavg: 1.04 1.01 0.99 2/69 11800
/proc/meminfo: memFree=1919416/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=37.83
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2148 0 0 0 3783 0 0 0 25 0 1 0 4576210 192303104 2132 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134620179 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2132 129 48 0 46545 0
Current children cumulated CPU time (s) 48.59
Current children cumulated vsize (KiB) 191320

[startup+102.364 s]
/proc/loadavg: 1.02 1.01 0.99 2/69 11800
/proc/meminfo: memFree=1919224/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=89.05
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 8905 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642662 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 99.81
Current children cumulated vsize (KiB) 191320

[startup+162.414 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919224/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=149.08
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 14908 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134565084 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 159.84
Current children cumulated vsize (KiB) 191320

[startup+222.455 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919160/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=209.11
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 20911 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559708 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 219.87
Current children cumulated vsize (KiB) 191320

[startup+282.495 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919096/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=269.13
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 26913 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 191320

[startup+342.538 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919096/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=329.15
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 32915 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 339.91
Current children cumulated vsize (KiB) 191320

[startup+402.588 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919032/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=389.19
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 38919 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134555759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 399.95
Current children cumulated vsize (KiB) 191320

[startup+462.632 s]
/proc/loadavg: 1.00 1.00 0.99 2/69 11800
/proc/meminfo: memFree=1919032/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=449.22
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 44922 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134605033 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 459.98
Current children cumulated vsize (KiB) 191320

[startup+522.674 s]

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

/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 700.09
Current children cumulated vsize (KiB) 191320

[startup+762.852 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918968/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=749.36
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 74936 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 760.12
Current children cumulated vsize (KiB) 191320

[startup+822.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918904/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=809.39
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 80939 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556191 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 820.15
Current children cumulated vsize (KiB) 191320

[startup+882.942 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918904/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=869.41
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 86941 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559706 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 880.17
Current children cumulated vsize (KiB) 191320

[startup+942.983 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918840/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=929.44
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 92944 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 940.2
Current children cumulated vsize (KiB) 191320

[startup+1003.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918904/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=989.46
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 98946 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134563536 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1000.22
Current children cumulated vsize (KiB) 191320

[startup+1063.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11800
/proc/meminfo: memFree=1918904/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1049.49
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 104949 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134564942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1060.25
Current children cumulated vsize (KiB) 191320

[startup+1123.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918840/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1109.51
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 110951 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559820 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1120.27
Current children cumulated vsize (KiB) 191320

[startup+1183.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1169.54
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 116954 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556249 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1180.3
Current children cumulated vsize (KiB) 191320

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

[startup+1193.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1179.88
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 117988 0 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559797 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1190.64
Current children cumulated vsize (KiB) 191320

[startup+1196.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1183.18
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 118317 1 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1193.94
Current children cumulated vsize (KiB) 191320

[startup+1200.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1186.45
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 118644 1 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134555930 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1197.21
Current children cumulated vsize (KiB) 191320

[startup+1201.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1188.09
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 118808 1 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 191320

[startup+1202.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=3524 CPUtime=10.76
/proc/11796/stat : 11796 (SATzilla2007_R) S 11794 11796 11394 0 -1 4194304 2216 5813 0 13 353 5 702 16 25 0 1 0 4574883 3608576 701 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/11796/statm: 881 701 157 260 0 605 0
[pid=11800] ppid=11796 vsize=187796 CPUtime=1188.5
/proc/11800/stat : 11800 (kcnfs) R 11796 11796 11394 0 -1 4194304 2190 0 0 0 118849 1 0 0 25 0 1 0 4576210 192303104 2174 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559447 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11800/statm: 46949 2174 135 48 0 46545 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 191320

[startup+1202.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 11802
/proc/meminfo: memFree=1918776/2055892 swapFree=4096420/4096564
[pid=11796] ppid=11794 vsize=10652 CPUtime=1199.68
/proc/11796/stat : 11796 (SATzilla2007_R) R 11794 11796 11394 0 -1 4194304 3483 8003 0 13 361 7 119583 17 18 0 1 0 4574883 10907648 1811 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/11796/statm: 2663 1811 164 260 0 2387 0
Current children cumulated CPU time (s) 1199.68
Current children cumulated vsize (KiB) 10652

Child status: 17
Real time (s): 1202.57
CPU time (s): 1199.76
CPU user time (s): 1199.51
CPU system time (s): 0.252961
CPU usage (%): 99.7659
Max. virtual memory (cumulated for all children) (KiB): 191320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.51
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11522
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57
involuntary context switches= 1313

runsolver used 0.98485 second user time and 2.22966 second system time

The end

Launcher Data (download as text)

Begin job on node77 on Wed Feb 21 22:31:13 UTC 2007

IDJOB= 306340
IDBENCH= 20178
IDSOLVER= 134
FILE ID= node77/306340-1172097073

PBS_JOBID= 3892864

Free space on /tmp= 66643 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S427890210-10.cnf
COMMAND LINE= /tmp/evaluation/306340-1172097073/SATzilla2007_R /tmp/evaluation/306340-1172097073/instance-306340-1172097073.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-306340-1172097073 -o ROOT/results/node77/solver-306340-1172097073 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306340-1172097073/SATzilla2007_R /tmp/evaluation/306340-1172097073/instance-306340-1172097073.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  44e1b0f761a25d475a1d40bc83b487fd

RANDOM SEED= 20415528

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node77.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 x86_64 x86_64 x86_64 GNU/Linux

/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.239
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	: 6006.15
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.239
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1931808 kB
Buffers:          5068 kB
Cached:          56404 kB
SwapCached:          0 kB
Active:          43708 kB
Inactive:        34320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1931808 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            8880 kB
Writeback:           0 kB
Mapped:          26816 kB
Slab:            32576 kB
Committed_AS:    68504 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB

End job on node77 on Wed Feb 21 22:51:16 UTC 2007