Trace number 1731250

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 183.794 183.895

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.07/19.15	c SATzilla is building models for class 3
19.07/19.15	c run presolver mxc-sr08 for 10 seconds ... 
19.07/19.15	c Bin: Executing mxc-sr08
19.07/19.15	c spawning binary file with 10 seconds ...
19.07/19.15	c child exit by a signal
19.07/19.15	c mxc-sr08 returned code 137.
19.07/19.15	c run presolver picosat846 for 5 seconds ... 
19.07/19.15	c Bin: Executing picosat846
19.07/19.15	c spawning binary file with 5 seconds ...
19.07/19.15	c child exit by a signal
19.07/19.15	c picosat846 returned code 137.
19.07/19.15	c Orignal number of varibales is 160, number of clauses is 640 
19.07/19.15	c predicted feature computation time is 1.450562 
19.07/19.15	c Bin: Executing satelite
19.07/19.15	c spawning binary file with 240 seconds ...
19.07/19.15	c child exited successfully
19.07/19.15	c satzilla computing base features
19.07/19.15	c Number of variabe is: 160, Number of clause is : 640 
19.07/19.15	c Initializing...
19.07/19.15	c satzilla doing clause learning
19.07/19.15	c start clause learning features ...
19.07/19.15	c Bin: Executing zchaff07
19.07/19.15	c spawning binary file with 2 seconds ...
19.07/19.15	c child exit by a signal
19.07/19.15	c satzilla doing survey propogation probe
19.07/19.15	c do survay propogation for 2 second ...
19.07/19.15	c satzilla doing local search probe
19.07/19.15	c features are:160 640 160 640 0 0 0.25 0.365625 0.926513 0.988204 0.025 0 0.025 0.025 -0 0 0 0.025 0 0.025 0.025 -0 0 0 0 0 -0 0.00730469 0.262577 0.003125 0.0125 1.5074 0.292187 0.00859375 0.0909091 0.0078125 0.009375 2846.9 0.112307 2380 3367 3367 2439 3122 2593 2921 24.169 0.100256 20.6901 28.0209 28.0209 21.9308 26.2951 22.1489 25.0847 8.8124e-17 0 0 5.55112e-16 2.22045e-16 0 2.22045e-16 0 0 0.383133 0.000108841 0.383062 0.383259 0.383201 0.383084 0.38316 0.383099 0.383128 7.4614 0.376514 14.6112 0.178302 15 11 18 1.18791 0.366177 0.838406 0.123328 
19.07/19.15	c satzilla's ranking:
19.07/19.15	c 1) mxc-sr08: 2.625226
19.07/19.15	c 2) picosat846: 2.254158
19.07/19.15	c 3) minisat20SAT07: 1.943409
19.07/19.15	c 4) zchaff_rand: 0.244671
19.07/19.15	c 5) march_dl2004: -0.046260
19.07/19.15	c 6) SATenstein: -10000.000000
19.07/19.15	c 7) gnovelty+: -10000.000000
19.07/19.15	c 8) adaptg2wsat+: -10000.000000
19.07/19.15	c 9) adaptg2wsat0: -10000.000000
19.07/19.15	c 10) tts-4-0: -10000.000000
19.07/19.15	c 11) vallst: -10000.000000
19.07/19.15	c 12) minisat20: -10000.000000
19.07/19.15	c 13) kcnfs04SAT07: -10000.000000
19.07/19.15	c satzilla running mxc-sr08 ... 
183.68/183.89	c Bin: Executing mxc-sr08
183.68/183.89	c spawning binary file with 1180 seconds ...
183.68/183.89	c child exited successfully
183.68/183.89	c mxc-sr08 returned code 20.
183.68/183.89	s UNSATISFIABLE
183.68/183.89	c SATZILLA_TIME=183.810000

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-1731250-1240768477/watcher-1731250-1240768477 -o /tmp/evaluation-result-1731250-1240768477/solver-1731250-1240768477 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1731250-1240768477.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.90 1.84 1.45 3/64 29438
/proc/meminfo: memFree=1620992/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=864 CPUtime=0
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 104876283 884736 104 1992294400 134512640 135078026 4294956176 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 216 104 55 138 0 75 0

[startup+0.0497029 s]
/proc/loadavg: 1.90 1.84 1.45 3/64 29438
/proc/meminfo: memFree=1620992/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=996 CPUtime=0.04
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 159 0 0 0 4 0 0 0 19 0 1 0 104876283 1019904 155 1992294400 134512640 135078026 4294956176 18446744073709551615 134728533 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 249 155 71 138 0 108 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3052

[startup+0.101711 s]
/proc/loadavg: 1.90 1.84 1.45 3/64 29438
/proc/meminfo: memFree=1620992/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=1128 CPUtime=0.09
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 184 0 0 0 9 0 0 0 19 0 1 0 104876283 1155072 180 1992294400 134512640 135078026 4294956176 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 282 180 71 138 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3184

[startup+0.301749 s]
/proc/loadavg: 1.90 1.84 1.45 3/64 29438
/proc/meminfo: memFree=1620992/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=1260 CPUtime=0.29
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 231 0 0 0 29 0 0 0 21 0 1 0 104876283 1290240 227 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 315 227 71 138 0 174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3316

[startup+0.701825 s]
/proc/loadavg: 1.90 1.84 1.45 3/64 29438
/proc/meminfo: memFree=1620992/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=1396 CPUtime=0.69
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 271 0 0 0 69 0 0 0 25 0 1 0 104876283 1429504 267 1992294400 134512640 135078026 4294956176 18446744073709551615 134526799 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 349 267 71 138 0 208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3452

[startup+1.50198 s]
/proc/loadavg: 1.90 1.84 1.45 2/66 29440
/proc/meminfo: memFree=1619952/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=1668 CPUtime=1.49
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 324 0 0 0 149 0 0 0 25 0 1 0 104876283 1708032 320 1992294400 134512640 135078026 4294956176 18446744073709551615 134534533 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 417 320 71 138 0 276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3724

[startup+3.10128 s]
/proc/loadavg: 1.90 1.84 1.45 2/66 29440
/proc/meminfo: memFree=1619568/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=1800 CPUtime=3.09
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 376 0 0 0 308 1 0 0 25 0 1 0 104876283 1843200 372 1992294400 134512640 135078026 4294956176 18446744073709551615 134524468 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 450 372 71 138 0 309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3856

[startup+6.30188 s]
/proc/loadavg: 1.82 1.83 1.45 2/66 29440
/proc/meminfo: memFree=1619440/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=0
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104876283 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 112 96 399 0 111 0
[pid=29439] ppid=29438 vsize=2220 CPUtime=6.28
/proc/29439/stat : 29439 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 470 0 0 0 627 1 0 0 25 0 1 0 104876283 2273280 466 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29439/statm: 555 466 71 138 0 414 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4276

[startup+12.7011 s]
/proc/loadavg: 1.76 1.81 1.45 2/66 29441
/proc/meminfo: memFree=1620720/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=2056 CPUtime=9.99
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 152 533 0 0 0 0 997 2 19 0 1 0 104876283 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 514 121 104 399 0 111 0
[pid=29441] ppid=29438 vsize=1500 CPUtime=2.69
/proc/29441/stat : 29441 (picosat846) R 29438 29438 29097 0 -1 4194304 142 0 0 0 269 0 0 0 25 0 1 0 104877283 1536000 131 1992294400 134512640 134570484 4294956176 18446744073709551615 134552991 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29441/statm: 375 131 84 14 0 41 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3556

[startup+25.5015 s]
/proc/loadavg: 1.59 1.77 1.44 2/66 29444
/proc/meminfo: memFree=1619248/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=2220 CPUtime=6.33
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 470 0 0 0 633 0 0 0 25 0 1 0 104878198 2273280 466 1992294400 134512640 135078026 4294956176 18446744073709551615 134537997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 555 466 71 138 0 414 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5432

[startup+51.1013 s]
/proc/loadavg: 1.39 1.71 1.43 2/66 29444
/proc/meminfo: memFree=1618032/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=3348 CPUtime=31.92
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 748 0 0 0 3192 0 0 0 25 0 1 0 104878198 3428352 744 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 837 744 71 138 0 696 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 6560

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 29444
/proc/meminfo: memFree=1617072/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=4720 CPUtime=83.1
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1006 0 0 0 8310 0 0 0 25 0 1 0 104878198 4833280 1002 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1180 1002 71 138 0 1039 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7932

[startup+162.301 s]
/proc/loadavg: 1.06 1.49 1.38 2/66 29444
/proc/meminfo: memFree=1616432/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5492 CPUtime=143.06
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1160 0 0 0 14306 0 0 0 25 0 1 0 104878198 5623808 1156 1992294400 134512640 135078026 4294956176 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1373 1156 71 138 0 1232 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 8704

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

[startup+166.302 s]
/proc/loadavg: 1.05 1.48 1.37 2/66 29444
/proc/meminfo: memFree=1616432/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5492 CPUtime=147.06
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1167 0 0 0 14706 0 0 0 25 0 1 0 104878198 5623808 1163 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1373 1163 71 138 0 1232 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 8704

[startup+172.705 s]
/proc/loadavg: 1.05 1.47 1.37 2/66 29444
/proc/meminfo: memFree=1616368/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5492 CPUtime=153.46
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1175 0 0 0 15346 0 0 0 25 0 1 0 104878198 5623808 1171 1992294400 134512640 135078026 4294956176 18446744073709551615 134538100 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1373 1171 71 138 0 1232 0
Current children cumulated CPU time (s) 172.59
Current children cumulated vsize (KiB) 8704

[startup+179.102 s]
/proc/loadavg: 1.05 1.46 1.37 2/66 29444
/proc/meminfo: memFree=1616304/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5652 CPUtime=159.85
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1200 0 0 0 15985 0 0 0 25 0 1 0 104878198 5787648 1196 1992294400 134512640 135078026 4294956176 18446744073709551615 134526795 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1413 1196 71 138 0 1272 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 8864

[startup+182.301 s]
/proc/loadavg: 1.04 1.45 1.37 2/66 29444
/proc/meminfo: memFree=1616304/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5812 CPUtime=163.05
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1214 0 0 0 16305 0 0 0 25 0 1 0 104878198 5951488 1210 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1453 1210 71 138 0 1312 0
Current children cumulated CPU time (s) 182.18
Current children cumulated vsize (KiB) 9024

[startup+183.101 s]
/proc/loadavg: 1.04 1.45 1.37 2/66 29444
/proc/meminfo: memFree=1616240/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5812 CPUtime=163.85
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1221 0 0 0 16385 0 0 0 25 0 1 0 104878198 5951488 1217 1992294400 134512640 135078026 4294956176 18446744073709551615 134534642 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1453 1217 71 138 0 1312 0
Current children cumulated CPU time (s) 182.98
Current children cumulated vsize (KiB) 9024

[startup+183.501 s]
/proc/loadavg: 1.04 1.45 1.37 2/66 29444
/proc/meminfo: memFree=1616240/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5812 CPUtime=164.25
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1221 0 0 0 16425 0 0 0 25 0 1 0 104878198 5951488 1217 1992294400 134512640 135078026 4294956176 18446744073709551615 134526009 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1453 1217 71 138 0 1312 0
Current children cumulated CPU time (s) 183.38
Current children cumulated vsize (KiB) 9024

[startup+183.705 s]
/proc/loadavg: 1.04 1.45 1.36 2/66 29444
/proc/meminfo: memFree=1616176/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5812 CPUtime=164.45
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1221 0 0 0 16445 0 0 0 25 0 1 0 104878198 5951488 1217 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1453 1217 71 138 0 1312 0
Current children cumulated CPU time (s) 183.58
Current children cumulated vsize (KiB) 9024

[startup+183.801 s]
/proc/loadavg: 1.04 1.45 1.36 2/66 29444
/proc/meminfo: memFree=1616176/2055920 swapFree=4177728/4192956
[pid=29438] ppid=29436 vsize=3212 CPUtime=19.13
/proc/29438/stat : 29438 (SATzilla2009_I) S 29436 29438 29097 0 -1 4194304 439 2141 0 0 193 21 1693 6 25 0 1 0 104876283 3289088 312 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29438/statm: 803 312 217 399 0 400 0
[pid=29444] ppid=29438 vsize=5812 CPUtime=164.55
/proc/29444/stat : 29444 (mxc-sr08) R 29438 29438 29097 0 -1 4194304 1221 0 0 0 16455 0 0 0 25 0 1 0 104878198 5951488 1217 1992294400 134512640 135078026 4294956176 18446744073709551615 134538087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29444/statm: 1453 1217 71 138 0 1312 0
Current children cumulated CPU time (s) 183.68
Current children cumulated vsize (KiB) 9024

Child status: 20
Real time (s): 183.895
CPU time (s): 183.794
CPU user time (s): 183.51
CPU system time (s): 0.283956
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 9692

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

runsolver used 0.139978 second user time and 0.538918 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-26 19:54:37
IDJOB=1731250
IDBENCH=24747
IDSOLVER=528
FILE ID=node37/1731250-1240768477
PBS_JOBID= 9187143
Free space on /tmp= 66300 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731250-1240768477/watcher-1731250-1240768477 -o /tmp/evaluation-result-1731250-1240768477/solver-1731250-1240768477 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1731250-1240768477.cnf

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=1315164557

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1621536 kB
Buffers:         48152 kB
Cached:         299376 kB
SwapCached:       9064 kB
Active:          91212 kB
Inactive:       267604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621536 kB
SwapTotal:     4192956 kB
SwapFree:      4177728 kB
Dirty:           31468 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            61792 kB
Committed_AS:   483368 kB
PageTables:       1372 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= 66268 MiB
End job on node37 at 2009-04-26 19:57:41