Trace number 1726215

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 217.09 217.198

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
MD5SUMbfae796723167f552bcb2fa958f97ae8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

17.76/17.80	c SATzilla is building models for class 3
17.76/17.80	c run presolver mxc-sr08 for 10 seconds ... 
17.76/17.80	c Bin: Executing mxc-sr08
17.76/17.80	c spawning binary file with 10 seconds ...
17.76/17.80	c child exit by a signal
17.76/17.80	c mxc-sr08 returned code 137.
17.76/17.80	c run presolver picosat846 for 5 seconds ... 
17.76/17.80	c Bin: Executing picosat846
17.76/17.80	c spawning binary file with 5 seconds ...
17.76/17.80	c child exit by a signal
17.76/17.80	c picosat846 returned code 137.
17.76/17.80	c Orignal number of varibales is 87, number of clauses is 232 
17.76/17.80	c predicted feature computation time is 1.450552 
17.76/17.80	c Bin: Executing satelite
17.76/17.80	c spawning binary file with 240 seconds ...
17.76/17.80	c child exited successfully
17.76/17.80	c satzilla computing base features
17.76/17.80	c Number of variabe is: 60, Number of clause is : 232 
17.76/17.80	c Initializing...
17.76/17.80	c satzilla doing clause learning
17.76/17.80	c start clause learning features ...
17.76/17.80	c Bin: Executing zchaff07
17.76/17.80	c spawning binary file with 2 seconds ...
17.76/17.80	c child exit by a signal
17.76/17.80	c satzilla doing survey propogation probe
17.76/17.80	c do survay propogation for 2 second ...
17.76/17.80	c satzilla doing local search probe
17.76/17.80	c features are:87 232 60 232 0.45 0 0.258621 0.362069 0.975125 1.17515 0.0655172 0.0644603 0.05 0.0666667 0.250955 0 0.0689655 0.0655172 0.105263 0.0517241 0.0689655 0.500402 0 0 0 0 -0 0.0193966 0.463481 0.00862069 0.0344828 1.39003 0.301724 0.025 0.0689655 0.0215517 0.0258621 3438.86 0.14251 2773 4193 4193 2773 4061 2987 3288 18.8168 0.0829576 16.7215 21.1259 21.1259 16.7215 20.7067 17.1356 18.5014 8.32667e-17 0 0 6.66134e-16 3.33067e-16 0 2.22045e-16 0 0 0.364946 0.0591504 0.317605 0.381317 0.380439 0.323074 0.37912 0.367685 0.374102 1.5916 0.64434 6.7323 0.234251 7 5 9 1.49539 0.24211 0.822993 0.160532 
17.76/17.80	c satzilla's ranking:
17.76/17.80	c 1) mxc-sr08: 2.532153
17.76/17.80	c 2) picosat846: 2.120528
17.76/17.80	c 3) minisat20SAT07: 1.867693
17.76/17.80	c 4) march_dl2004: 0.669288
17.76/17.80	c 5) zchaff_rand: 0.230313
17.76/17.80	c 6) SATenstein: -10000.000000
17.76/17.80	c 7) gnovelty+: -10000.000000
17.76/17.80	c 8) adaptg2wsat+: -10000.000000
17.76/17.80	c 9) adaptg2wsat0: -10000.000000
17.76/17.80	c 10) tts-4-0: -10000.000000
17.76/17.80	c 11) vallst: -10000.000000
17.76/17.80	c 12) minisat20: -10000.000000
17.76/17.80	c 13) kcnfs04SAT07: -10000.000000
17.76/17.80	c satzilla running mxc-sr08 ... 
216.96/217.19	c Bin: Executing mxc-sr08
216.96/217.19	c spawning binary file with 1182 seconds ...
216.96/217.19	c child exited successfully
216.96/217.19	c mxc-sr08 returned code 20.
216.96/217.19	s UNSATISFIABLE
216.96/217.19	c SATZILLA_TIME=217.100000

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-1726215-1240709903/watcher-1726215-1240709903 -o /tmp/evaluation-result-1726215-1240709903/solver-1726215-1240709903 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1726215-1240709903.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.86 1.77 1.49 3/64 16963
/proc/meminfo: memFree=1833824/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=732 CPUtime=0
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 98 0 0 0 0 0 0 0 19 0 1 0 99017826 749568 94 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 183 94 71 138 0 42 0

[startup+0.0540411 s]
/proc/loadavg: 1.86 1.77 1.49 3/64 16963
/proc/meminfo: memFree=1833824/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=996 CPUtime=0.05
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 160 0 0 0 5 0 0 0 19 0 1 0 99017826 1019904 156 1992294400 134512640 135078026 4294956176 18446744073709551615 134526878 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 249 156 71 138 0 108 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3052

[startup+0.101042 s]
/proc/loadavg: 1.86 1.77 1.49 3/64 16963
/proc/meminfo: memFree=1833824/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=996 CPUtime=0.09
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 174 0 0 0 9 0 0 0 19 0 1 0 99017826 1019904 170 1992294400 134512640 135078026 4294956176 18446744073709551615 134534374 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 249 170 71 138 0 108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3052

[startup+0.301056 s]
/proc/loadavg: 1.86 1.77 1.49 3/64 16963
/proc/meminfo: memFree=1833824/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=1128 CPUtime=0.29
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 205 0 0 0 29 0 0 0 21 0 1 0 99017826 1155072 201 1992294400 134512640 135078026 4294956176 18446744073709551615 134526066 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 282 201 71 138 0 141 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3184

[startup+0.701082 s]
/proc/loadavg: 1.86 1.77 1.49 3/64 16963
/proc/meminfo: memFree=1833824/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=1260 CPUtime=0.69
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 245 0 0 0 69 0 0 0 25 0 1 0 99017826 1290240 241 1992294400 134512640 135078026 4294956176 18446744073709551615 134534901 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 315 241 71 138 0 174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3316

[startup+1.50114 s]
/proc/loadavg: 1.86 1.77 1.49 2/66 16965
/proc/meminfo: memFree=1832976/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=1528 CPUtime=1.49
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 304 0 0 0 149 0 0 0 25 0 1 0 99017826 1564672 300 1992294400 134512640 135078026 4294956176 18446744073709551615 134526787 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 382 300 71 138 0 241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3584

[startup+3.10124 s]
/proc/loadavg: 1.79 1.75 1.49 2/66 16965
/proc/meminfo: memFree=1831440/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=1792 CPUtime=3.09
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 358 0 0 0 309 0 0 0 25 0 1 0 99017826 1835008 354 1992294400 134512640 135078026 4294956176 18446744073709551615 134534601 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 448 354 71 138 0 307 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3848

[startup+6.30146 s]
/proc/loadavg: 1.79 1.75 1.49 2/66 16965
/proc/meminfo: memFree=1832464/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=0
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99017825 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 112 96 399 0 111 0
[pid=16964] ppid=16963 vsize=2212 CPUtime=6.29
/proc/16964/stat : 16964 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 442 0 0 0 629 0 0 0 25 0 1 0 99017826 2265088 438 1992294400 134512640 135078026 4294956176 18446744073709551615 134728551 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16964/statm: 553 438 71 138 0 412 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4268

[startup+12.7019 s]
/proc/loadavg: 1.67 1.73 1.48 2/66 16966
/proc/meminfo: memFree=1833616/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=2056 CPUtime=9.99
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 152 526 0 0 0 0 999 0 19 0 1 0 99017825 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16963/statm: 514 121 104 399 0 111 0
[pid=16966] ppid=16963 vsize=1500 CPUtime=2.69
/proc/16966/stat : 16966 (picosat846) R 16963 16963 16661 0 -1 4194304 126 0 0 0 269 0 0 0 25 0 1 0 99018826 1536000 115 1992294400 134512640 134570484 4294956176 18446744073709551615 134545533 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16966/statm: 375 115 84 14 0 41 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3556

[startup+25.5017 s]
/proc/loadavg: 1.57 1.70 1.47 2/66 16969
/proc/meminfo: memFree=1832080/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=2212 CPUtime=7.68
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 459 0 0 0 768 0 0 0 25 0 1 0 99019606 2265088 455 1992294400 134512640 135078026 4294956176 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 553 455 71 138 0 412 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 5384

[startup+51.1015 s]
/proc/loadavg: 1.37 1.65 1.46 2/66 16969
/proc/meminfo: memFree=1831184/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=3236 CPUtime=33.27
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 711 0 0 0 3327 0 0 0 25 0 1 0 99019606 3313664 707 1992294400 134512640 135078026 4294956176 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 809 707 71 138 0 668 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 6408

[startup+102.306 s]
/proc/loadavg: 1.15 1.54 1.43 2/66 16969
/proc/meminfo: memFree=1830032/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=4756 CPUtime=84.45
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1005 0 0 0 8445 0 0 0 25 0 1 0 99019606 4870144 1001 1992294400 134512640 135078026 4294956176 18446744073709551615 134534621 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1189 1001 71 138 0 1048 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 7928

[startup+162.302 s]
/proc/loadavg: 1.06 1.44 1.40 2/66 16969
/proc/meminfo: memFree=1829136/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=5712 CPUtime=144.42
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1214 0 0 0 14442 0 0 0 25 0 1 0 99019606 5849088 1210 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1428 1210 71 138 0 1287 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 8884

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

[startup+179.102 s]
/proc/loadavg: 1.04 1.41 1.39 2/66 16969
/proc/meminfo: memFree=1829008/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=5872 CPUtime=161.21
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1245 0 0 0 16121 0 0 0 25 0 1 0 99019606 6012928 1241 1992294400 134512640 135078026 4294956176 18446744073709551615 134526799 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1468 1241 71 138 0 1327 0
Current children cumulated CPU time (s) 178.97
Current children cumulated vsize (KiB) 9044

[startup+191.902 s]
/proc/loadavg: 1.03 1.40 1.39 2/66 16969
/proc/meminfo: memFree=1828944/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=174.01
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1257 0 0 0 17401 0 0 0 25 0 1 0 99019606 6176768 1253 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1253 71 138 0 1367 0
Current children cumulated CPU time (s) 191.77
Current children cumulated vsize (KiB) 9204

[startup+204.702 s]
/proc/loadavg: 1.02 1.38 1.38 2/66 16969
/proc/meminfo: memFree=1828944/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=186.8
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1266 0 0 0 18680 0 0 0 25 0 1 0 99019606 6176768 1262 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1262 71 138 0 1367 0
Current children cumulated CPU time (s) 204.56
Current children cumulated vsize (KiB) 9204

[startup+211.101 s]
/proc/loadavg: 1.02 1.37 1.38 2/66 16969
/proc/meminfo: memFree=1828880/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=193.2
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1270 0 0 0 19320 0 0 0 25 0 1 0 99019606 6176768 1266 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1266 71 138 0 1367 0
Current children cumulated CPU time (s) 210.96
Current children cumulated vsize (KiB) 9204

[startup+214.301 s]
/proc/loadavg: 1.02 1.37 1.38 2/66 16969
/proc/meminfo: memFree=1828880/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=196.4
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1273 0 0 0 19640 0 0 0 25 0 1 0 99019606 6176768 1269 1992294400 134512640 135078026 4294956176 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1269 71 138 0 1367 0
Current children cumulated CPU time (s) 214.16
Current children cumulated vsize (KiB) 9204

[startup+215.902 s]
/proc/loadavg: 1.02 1.37 1.38 2/66 16969
/proc/meminfo: memFree=1828880/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=198
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1275 0 0 0 19800 0 0 0 25 0 1 0 99019606 6176768 1271 1992294400 134512640 135078026 4294956176 18446744073709551615 134534244 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1271 71 138 0 1367 0
Current children cumulated CPU time (s) 215.76
Current children cumulated vsize (KiB) 9204

[startup+216.707 s]
/proc/loadavg: 1.02 1.37 1.38 2/66 16969
/proc/meminfo: memFree=1828880/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=198.8
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1276 0 0 0 19880 0 0 0 25 0 1 0 99019606 6176768 1272 1992294400 134512640 135078026 4294956176 18446744073709551615 134533676 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1272 71 138 0 1367 0
Current children cumulated CPU time (s) 216.56
Current children cumulated vsize (KiB) 9204

[startup+217.102 s]
/proc/loadavg: 1.02 1.37 1.38 2/66 16969
/proc/meminfo: memFree=1828880/2055920 swapFree=4181728/4192956
[pid=16963] ppid=16961 vsize=3172 CPUtime=17.76
/proc/16963/stat : 16963 (SATzilla2009_I) S 16961 16963 16661 0 -1 4194304 411 1909 0 0 70 7 1697 2 25 0 1 0 99017825 3248128 295 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 793 295 217 399 0 390 0
[pid=16969] ppid=16963 vsize=6032 CPUtime=199.2
/proc/16969/stat : 16969 (mxc-sr08) R 16963 16963 16661 0 -1 4194304 1276 0 0 0 19920 0 0 0 25 0 1 0 99019606 6176768 1272 1992294400 134512640 135078026 4294956176 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16969/statm: 1508 1272 71 138 0 1367 0
Current children cumulated CPU time (s) 216.96
Current children cumulated vsize (KiB) 9204

Child status: 20
Real time (s): 217.198
CPU time (s): 217.09
CPU user time (s): 216.979
CPU system time (s): 0.110983
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 9204

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

runsolver used 0.208968 second user time and 0.59091 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-26 03:38:23
IDJOB=1726215
IDBENCH=24608
IDSOLVER=528
FILE ID=node52/1726215-1240709903
PBS_JOBID= 9186822
Free space on /tmp= 66232 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726215-1240709903/watcher-1726215-1240709903 -o /tmp/evaluation-result-1726215-1240709903/solver-1726215-1240709903 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1726215-1240709903.cnf

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

MD5SUM BENCH= bfae796723167f552bcb2fa958f97ae8
RANDOM SEED=333827262

node52.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.214
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.214
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:       1834368 kB
Buffers:         15816 kB
Cached:         148600 kB
SwapCached:       5652 kB
Active:         100776 kB
Inactive:        72100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834368 kB
SwapTotal:     4192956 kB
SwapFree:      4181728 kB
Dirty:           31464 kB
Writeback:           0 kB
Mapped:          13740 kB
Slab:            34636 kB
Committed_AS:   376040 kB
PageTables:       1476 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= 66204 MiB
End job on node52 at 2009-04-26 03:42:01