Trace number 1773500

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_I 2009-03-22UNSAT 4595.34 4597.08

General information on the benchmark

Namealoul-chnl11-13.cnf
MD5SUMc7162bc1ddb6d2592f237fef1b04b5ce
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark294.549
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

19.16/19.29	c SATzilla is building models for class 3
19.16/19.29	c run presolver mxc-sr08 for 10 seconds ... 
19.16/19.29	c Bin: Executing mxc-sr08
19.16/19.29	c spawning binary file with 10 seconds ...
19.16/19.29	c child exit by a signal
19.16/19.29	c mxc-sr08 returned code 137.
19.16/19.29	c run presolver picosat846 for 5 seconds ... 
19.16/19.29	c Bin: Executing picosat846
19.16/19.29	c spawning binary file with 5 seconds ...
19.16/19.29	c child exit by a signal
19.16/19.29	c picosat846 returned code 137.
19.16/19.29	c Orignal number of varibales is 286, number of clauses is 1742 
19.16/19.29	c predicted feature computation time is 1.450604 
19.16/19.29	c Bin: Executing satelite
19.16/19.29	c spawning binary file with 240 seconds ...
19.16/19.29	c child exited successfully
19.16/19.29	c satzilla computing base features
19.16/19.29	c Number of variabe is: 260, Number of clause is : 1716 
19.16/19.29	c Initializing...
19.16/19.29	c satzilla doing clause learning
19.16/19.29	c start clause learning features ...
19.16/19.29	c Bin: Executing zchaff07
19.16/19.29	c spawning binary file with 2 seconds ...
19.16/19.29	c child exit by a signal
19.16/19.29	c satzilla doing survey propogation probe
19.16/19.29	c do survay propogation for 2 second ...
19.16/19.29	c satzilla doing local search probe
19.16/19.29	c features are:286 1742 260 1716 0.1 0.0151515 0.151515 1 0 -0 0.013986 1.42302 0.00769231 0.0769231 0.304636 0.909091 0.909091 0.013986 0 0.013986 0.013986 -0 0 0 0 0 -0 0.00699301 0 0.00699301 0.00699301 -0 0.909091 0.0751748 0 0.0751748 0.0751748 4872 0.00348933 4855 4889 4889 4855 4889 4855 4889 42.826 0.0437433 40.9526 44.6993 44.6993 40.9526 44.6993 40.9526 44.6993 0.845177 1.88556e-05 0.845108 0.845211 0.845195 0.845163 0.845186 0.845172 0.845178 0.203275 6.26764e-05 0.203246 0.203329 0.203286 0.20326 0.20328 0.203269 0.203275 4.01993 0.0369566 105.803 0.0761907 106 95 116 3.4037 0.0821618 0.996696 0.00240544 
19.16/19.29	c satzilla's ranking:
19.16/19.29	c 1) march_dl2004: 2.816093
19.16/19.29	c 2) zchaff_rand: 2.238047
19.16/19.29	c 3) mxc-sr08: 2.201075
19.16/19.29	c 4) minisat20SAT07: 1.679584
19.16/19.29	c 5) picosat846: 0.602016
19.16/19.29	c 6) SATenstein: -10000.000000
19.16/19.29	c 7) gnovelty+: -10000.000000
19.16/19.29	c 8) adaptg2wsat+: -10000.000000
19.16/19.29	c 9) adaptg2wsat0: -10000.000000
19.16/19.29	c 10) tts-4-0: -10000.000000
19.16/19.29	c 11) vallst: -10000.000000
19.16/19.29	c 12) minisat20: -10000.000000
19.16/19.29	c 13) kcnfs04SAT07: -10000.000000
19.16/19.29	c satzilla running march_dl2004 ... 
4595.23/4597.07	c Bin: Executing march_dl2004
4595.23/4597.07	c spawning binary file with 9980 seconds ...
4595.23/4597.07	c child exited successfully
4595.23/4597.07	c march_dl2004 returned code 20.
4595.23/4597.07	s UNSATISFIABLE
4595.23/4597.07	c SATZILLA_TIME=4596.020000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773500-1241349051/watcher-1773500-1241349051 -o /tmp/evaluation-result-1773500-1241349051/solver-1773500-1241349051 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773500-1241349051.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 23397
/proc/meminfo: memFree=938112/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) R 23395 23397 23328 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=864 CPUtime=0
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 162931142 884736 119 1992294400 134512640 135078026 4294956192 18446744073709551615 134568812 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 216 119 55 138 0 75 0

[startup+0.0872511 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 23397
/proc/meminfo: memFree=938112/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=1128 CPUtime=0.08
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 200 0 0 0 8 0 0 0 19 0 1 0 162931142 1155072 196 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 282 196 71 138 0 141 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3184

[startup+0.102252 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 23397
/proc/meminfo: memFree=938112/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=1128 CPUtime=0.1
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 209 0 0 0 10 0 0 0 19 0 1 0 162931142 1155072 205 1992294400 134512640 135078026 4294956192 18446744073709551615 134534561 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 282 205 71 138 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3184

[startup+0.301267 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 23397
/proc/meminfo: memFree=938112/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=1524 CPUtime=0.29
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 300 0 0 0 29 0 0 0 21 0 1 0 162931142 1560576 296 1992294400 134512640 135078026 4294956192 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 381 296 71 138 0 240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3580

[startup+0.702299 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 23397
/proc/meminfo: memFree=938112/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=1656 CPUtime=0.7
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 343 0 0 0 70 0 0 0 25 0 1 0 162931142 1695744 339 1992294400 134512640 135078026 4294956192 18446744073709551615 134521045 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 414 339 71 138 0 273 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3712

[startup+1.50236 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 23399
/proc/meminfo: memFree=936816/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=2056 CPUtime=1.49
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 424 0 0 0 149 0 0 0 25 0 1 0 162931142 2105344 420 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 514 420 71 138 0 373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4112

[startup+3.10149 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 23399
/proc/meminfo: memFree=935216/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=2188 CPUtime=3.09
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 477 0 0 0 309 0 0 0 25 0 1 0 162931142 2240512 473 1992294400 134512640 135078026 4294956192 18446744073709551615 134521042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 547 473 71 138 0 406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4244

[startup+6.30174 s]
/proc/loadavg: 1.18 1.03 1.01 2/66 23399
/proc/meminfo: memFree=936304/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=0
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162931142 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 514 112 96 399 0 111 0
[pid=23398] ppid=23397 vsize=2592 CPUtime=6.29
/proc/23398/stat : 23398 (mxc-sr08) R 23397 23397 23328 0 -1 4194304 541 0 0 0 629 0 0 0 25 0 1 0 162931142 2654208 537 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23398/statm: 648 537 71 138 0 507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4648

[startup+12.7012 s]
/proc/loadavg: 1.17 1.03 1.01 2/66 23400
/proc/meminfo: memFree=937840/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=2056 CPUtime=9.99
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 152 626 0 0 0 0 999 0 16 0 1 0 162931142 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 514 121 104 399 0 111 0
[pid=23400] ppid=23397 vsize=1628 CPUtime=2.69
/proc/23400/stat : 23400 (picosat846) R 23397 23397 23328 0 -1 4194304 154 0 0 0 269 0 0 0 25 0 1 0 162932142 1667072 143 1992294400 134512640 134570484 4294956192 18446744073709551615 134551314 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 407 143 84 14 0 73 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3684

[startup+25.5013 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 23403
/proc/meminfo: memFree=937008/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=6.19
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 234 0 0 0 619 0 0 0 25 0 1 0 162933071 1163264 226 1992294400 134512640 134996440 4294956192 18446744073709551615 134564253 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 226 74 118 0 163 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 4480

[startup+51.1013 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=31.77
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 3177 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134553316 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 4480

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=82.95
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 8295 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134553669 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 4480

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=142.92
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 14292 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134587861 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 4480

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=202.9
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 20290 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 4480

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=262.88
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 26288 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134567145 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 4480

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23403
/proc/meminfo: memFree=937072/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1136 CPUtime=322.85
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 240 0 0 0 32285 0 0 0 25 0 1 0 162933071 1163264 232 1992294400 134512640 134996440 4294956192 18446744073709551615 134617562 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 284 232 74 118 0 163 0
Current children cumulated CPU time (s) 342.11

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


[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936624/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4281.4
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 254 0 0 0 428138 2 0 0 25 0 1 0 162933071 1294336 246 1992294400 134512640 134996440 4294956192 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 246 74 118 0 195 0
Current children cumulated CPU time (s) 4300.66
Current children cumulated vsize (KiB) 4608

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4341.37
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 254 0 0 0 434134 3 0 0 25 0 1 0 162933071 1294336 246 1992294400 134512640 134996440 4294956192 18446744073709551615 134553448 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 246 74 118 0 195 0
Current children cumulated CPU time (s) 4360.63
Current children cumulated vsize (KiB) 4608

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4401.35
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 254 0 0 0 440132 3 0 0 25 0 1 0 162933071 1294336 246 1992294400 134512640 134996440 4294956192 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 246 74 118 0 195 0
Current children cumulated CPU time (s) 4420.61
Current children cumulated vsize (KiB) 4608

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4461.31
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 254 0 0 0 446128 3 0 0 25 0 1 0 162933071 1294336 246 1992294400 134512640 134996440 4294956192 18446744073709551615 134571492 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 246 74 118 0 195 0
Current children cumulated CPU time (s) 4480.57
Current children cumulated vsize (KiB) 4608

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4521.29
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 452126 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134568018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4540.55
Current children cumulated vsize (KiB) 4608

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

[startup+4556.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4535.69
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 453566 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4554.95
Current children cumulated vsize (KiB) 4608

[startup+4582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936688/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4561.27
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 456124 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4580.53
Current children cumulated vsize (KiB) 4608

[startup+4588.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4567.67
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 456764 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4586.93
Current children cumulated vsize (KiB) 4608

[startup+4591.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4570.87
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457084 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4590.13
Current children cumulated vsize (KiB) 4608

[startup+4595.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4574.07
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457404 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134553614 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4593.33
Current children cumulated vsize (KiB) 4608

[startup+4595.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4574.87
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457484 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134567993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4594.13
Current children cumulated vsize (KiB) 4608

[startup+4596.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4575.67
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457564 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4594.93
Current children cumulated vsize (KiB) 4608

[startup+4596.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4575.88
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457585 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4595.14
Current children cumulated vsize (KiB) 4608

[startup+4597 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23411
/proc/meminfo: memFree=936560/2055920 swapFree=4170100/4192956
[pid=23397] ppid=23395 vsize=3344 CPUtime=19.26
/proc/23397/stat : 23397 (SATzilla2009_I) S 23395 23397 23328 0 -1 4194304 489 2005 0 0 207 20 1698 1 25 0 1 0 162931142 3424256 346 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23397/statm: 836 346 217 399 0 433 0
[pid=23403] ppid=23397 vsize=1264 CPUtime=4575.97
/proc/23403/stat : 23403 (march_dl2004) R 23397 23397 23328 0 -1 4194304 255 0 0 0 457594 3 0 0 25 0 1 0 162933071 1294336 247 1992294400 134512640 134996440 4294956192 18446744073709551615 134587154 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23403/statm: 316 247 74 118 0 195 0
Current children cumulated CPU time (s) 4595.23
Current children cumulated vsize (KiB) 4608

Child status: 20
Real time (s): 4597.08
CPU time (s): 4595.34
CPU user time (s): 4595.08
CPU system time (s): 0.25996
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 7444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4595.08
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 10448

runsolver used 4.04139 second user time and 12.6821 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-03 13:10:51
IDJOB=1773500
IDBENCH=69602
IDSOLVER=616
FILE ID=node69/1773500-1241349051
PBS_JOBID= 9225542
Free space on /tmp= 66288 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT_RACE08/cnf/aloul-chnl11-13.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773500-1241349051/watcher-1773500-1241349051 -o /tmp/evaluation-result-1773500-1241349051/solver-1773500-1241349051 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773500-1241349051.cnf

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

MD5SUM BENCH= c7162bc1ddb6d2592f237fef1b04b5ce
RANDOM SEED=1673272008

node69.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.231
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.231
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:        938592 kB
Buffers:         79848 kB
Cached:         928144 kB
SwapCached:      16972 kB
Active:          64516 kB
Inactive:       963056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938592 kB
SwapTotal:     4192956 kB
SwapFree:      4170100 kB
Dirty:           31472 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            75688 kB
Committed_AS:   599876 kB
PageTables:       1464 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= 66256 MiB
End job on node69 at 2009-05-03 14:27:28