Trace number 1732417

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-22SAT 793.627 794.013

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-220-100.cnf
MD5SUM9acdfc35e72435abc5da6ab9203455c3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.55815
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
Number of clauses of size over 50

Solver Data

19.34/19.46	c SATzilla is building models for class 3
19.34/19.46	c run presolver mxc-sr08 for 10 seconds ... 
19.34/19.46	c Bin: Executing mxc-sr08
19.34/19.46	c spawning binary file with 10 seconds ...
19.34/19.46	c child exit by a signal
19.34/19.46	c mxc-sr08 returned code 137.
19.34/19.46	c run presolver picosat846 for 5 seconds ... 
19.34/19.46	c Bin: Executing picosat846
19.34/19.46	c spawning binary file with 5 seconds ...
19.34/19.46	c child exit by a signal
19.34/19.46	c picosat846 returned code 137.
19.34/19.46	c Orignal number of varibales is 220, number of clauses is 528 
19.34/19.46	c predicted feature computation time is 1.450568 
19.34/19.46	c Bin: Executing satelite
19.34/19.46	c spawning binary file with 240 seconds ...
19.34/19.46	c child exited successfully
19.34/19.46	c satzilla computing base features
19.34/19.46	c Number of variabe is: 220, Number of clause is : 528 
19.34/19.46	c Initializing...
19.34/19.46	c satzilla doing clause learning
19.34/19.46	c start clause learning features ...
19.34/19.46	c Bin: Executing zchaff07
19.34/19.46	c spawning binary file with 2 seconds ...
19.34/19.46	c child exit by a signal
19.34/19.46	c satzilla doing survey propogation probe
19.34/19.46	c do survay propogation for 2 second ...
19.34/19.46	c satzilla doing local search probe
19.34/19.46	c features are:220 528 220 528 0 0 0.416667 1 0 -0 0.0113636 0.447214 0.00909091 0.0227273 0.450561 0.833333 0.833333 0.0113636 0 0.0113636 0.0113636 -0 0.333333 0 0.333333 0.333333 -0 0.00757576 0 0.00757576 0.00757576 -0 0.833333 0.022624 0.0190106 0.0208333 0.0227273 4534 0.00504152 4510 4571 4571 4510 4571 4522 4533 36.6531 0.0492354 34.453 38.697 38.697 34.453 38.697 35.3177 38.1448 0.583176 0.000101189 0.583017 0.583331 0.58326 0.58311 0.583215 0.583136 0.58317 0.22951 0.000118414 0.229468 0.229592 0.229551 0.229479 0.229525 0.229489 0.229504 7.55885 0.315707 56.8646 0.119288 57 48 66 1.05017 0.223506 0.929402 0.0323503 
19.34/19.46	c satzilla's ranking:
19.34/19.46	c 1) minisat20SAT07: 7.761340
19.34/19.46	c 2) picosat846: 2.651822
19.34/19.46	c 3) mxc-sr08: 2.282649
19.34/19.46	c 4) zchaff_rand: 1.536074
19.34/19.46	c 5) march_dl2004: -4.264883
19.34/19.46	c 6) SATenstein: -10000.000000
19.34/19.46	c 7) gnovelty+: -10000.000000
19.34/19.46	c 8) adaptg2wsat+: -10000.000000
19.34/19.46	c 9) adaptg2wsat0: -10000.000000
19.34/19.46	c 10) tts-4-0: -10000.000000
19.34/19.46	c 11) vallst: -10000.000000
19.34/19.46	c 12) minisat20: -10000.000000
19.34/19.46	c 13) kcnfs04SAT07: -10000.000000
19.34/19.46	c satzilla running minisat20SAT07 ... 
793.59/794.01	c Bin: Executing minisat20SAT07
793.59/794.01	c spawning binary file with 1180 seconds ...
793.59/794.01	c child exited successfully
793.59/794.01	c minisat20SAT07 returned code 0.
793.59/794.01	s SATISFIABLE
793.59/794.01	v -1 -2 -3 4 -5 -6 -7 -8 9 -10 11 -12 -13 -14 -15 -16 -17 -18 -19 20 21 -22 -23 -24 -25 -26 -27 -28 29 -30 -31 32 -33 -34 -35 -36 37 -38 -39 -40 -41 42 -43 -44 -45 -46 -47 -48 49 -50 -51 -52 53 -54 -55 -56 -57 58 -59 -60 -61 62 -63 -64 -65 -66 -67 68 -69 -70 -71 72 -73 -74 -75 76 -77 -78 -79 -80 -81 -82 83 -84 -85 86 -87 -88 -89 -90 91 -92 -93 -94 -95 96 -97 -98 -99 -100 101 -102 -103 -104 -105 -106 -107 -108 -109 110 -111 -112 -113 -114 115 -116 -117 -118 -119 120 -121 122 -123 -124 -125 -126 -127 -128 129 -130 131 -132 -133 -134 -135 -136 -137 -138 139 -140 -141 -142 -143 144 -145 -146 147 -148 -149 -150 -151 -152 -153 154 -155 156 -157 -158 -159 -160 -161 -162 -163 164 -165 -166 -167 -168 -169 170 171 -172 -173 -174 -175 -176 -177 178 -179 -180 -181 -182 -183 -184 185 -186 -187 -188 -189 190 -191 -192 -193 194 -195 -196 -197 -198 199 -200 201 -202 -203 -204 -205 206 -207 -208 -209 -210 -211 -212 -213 214 -215 216 -217 -218 -219 -220 0
793.59/794.01	c SATZILLA_TIME=793.730000

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732417-1240780617/watcher-1732417-1240780617 -o /tmp/evaluation-result-1732417-1240780617/solver-1732417-1240780617 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1732417-1240780617.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.99 1.86 1.46 3/64 27708
/proc/meminfo: memFree=1667256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=732 CPUtime=0
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 106094873 749568 103 1992294400 134512640 135078026 4294956176 18446744073709551615 134542564 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 183 103 71 138 0 42 0

[startup+0.0999819 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 27708
/proc/meminfo: memFree=1667256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=996 CPUtime=0.09
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 178 0 0 0 9 0 0 0 19 0 1 0 106094873 1019904 174 1992294400 134512640 135078026 4294956176 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 249 174 71 138 0 108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3052

[startup+0.101982 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 27708
/proc/meminfo: memFree=1667256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=996 CPUtime=0.1
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 181 0 0 0 10 0 0 0 19 0 1 0 106094873 1019904 177 1992294400 134512640 135078026 4294956176 18446744073709551615 134534446 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 249 177 71 138 0 108 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3052

[startup+0.302003 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 27708
/proc/meminfo: memFree=1667256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=1260 CPUtime=0.3
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 243 0 0 0 30 0 0 0 21 0 1 0 106094873 1290240 239 1992294400 134512640 135078026 4294956176 18446744073709551615 134534374 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 315 239 71 138 0 174 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3316

[startup+0.701047 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 27708
/proc/meminfo: memFree=1667256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=1524 CPUtime=0.69
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 297 0 0 0 69 0 0 0 25 0 1 0 106094873 1560576 293 1992294400 134512640 135078026 4294956176 18446744073709551615 134534259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 381 293 71 138 0 240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3580

[startup+1.50113 s]
/proc/loadavg: 1.99 1.86 1.46 2/66 27710
/proc/meminfo: memFree=1666088/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=1788 CPUtime=1.49
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 354 0 0 0 149 0 0 0 25 0 1 0 106094873 1830912 350 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 447 350 71 138 0 306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3844

[startup+3.10131 s]
/proc/loadavg: 1.91 1.85 1.46 2/66 27710
/proc/meminfo: memFree=1665640/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=2052 CPUtime=3.09
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 443 0 0 0 309 0 0 0 25 0 1 0 106094873 2101248 439 1992294400 134512640 135078026 4294956176 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27709/statm: 513 439 71 138 0 372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4108

[startup+6.30265 s]
/proc/loadavg: 1.91 1.85 1.46 2/66 27710
/proc/meminfo: memFree=1665448/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=0
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106094873 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 112 96 399 0 111 0
[pid=27709] ppid=27708 vsize=2460 CPUtime=6.27
/proc/27709/stat : 27709 (mxc-sr08) R 27708 27708 27573 0 -1 4194304 513 0 0 0 627 0 0 0 25 0 1 0 106094873 2519040 509 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27709/statm: 615 509 71 138 0 474 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4516

[startup+12.7013 s]
/proc/loadavg: 1.77 1.82 1.45 2/66 27711
/proc/meminfo: memFree=1666920/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=2056 CPUtime=9.99
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 152 587 0 0 0 0 999 0 19 0 1 0 106094873 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 514 121 104 399 0 111 0
[pid=27711] ppid=27708 vsize=1500 CPUtime=2.67
/proc/27711/stat : 27711 (picosat846) R 27708 27708 27573 0 -1 4194304 133 0 0 0 267 0 0 0 25 0 1 0 106095875 1536000 122 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27711/statm: 375 122 84 14 0 41 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3556

[startup+25.5017 s]
/proc/loadavg: 1.65 1.79 1.45 2/66 27714
/proc/meminfo: memFree=1666536/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=2144 CPUtime=6.01
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 195 0 0 0 601 0 0 0 25 0 1 0 106096820 2195456 190 1992294400 134512640 135078472 4294956176 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 536 190 73 138 0 395 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 5320

[startup+51.1015 s]
/proc/loadavg: 1.43 1.73 1.43 2/66 27714
/proc/meminfo: memFree=1666216/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=2408 CPUtime=31.59
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 282 0 0 0 3159 0 0 0 25 0 1 0 106096820 2465792 277 1992294400 134512640 135078472 4294956176 18446744073709551615 134550521 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 602 277 73 138 0 461 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 5584

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 27714
/proc/meminfo: memFree=1666088/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=2668 CPUtime=82.77
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 342 0 0 0 8277 0 0 0 25 0 1 0 106096820 2732032 337 1992294400 134512640 135078472 4294956176 18446744073709551615 134550849 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 667 337 73 138 0 526 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 5844

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.38 2/66 27714
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=2932 CPUtime=142.74
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 391 0 0 0 14274 0 0 0 25 0 1 0 106096820 3002368 386 1992294400 134512640 135078472 4294956176 18446744073709551615 134554914 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 733 386 73 138 0 592 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 6108

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 27714
/proc/meminfo: memFree=1665768/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3060 CPUtime=202.71
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 418 0 0 0 20271 0 0 0 25 0 1 0 106096820 3133440 413 1992294400 134512640 135078472 4294956176 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 765 413 73 138 0 624 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 6236

[startup+282.301 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 27714
/proc/meminfo: memFree=1665576/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3184 CPUtime=262.69
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 451 0 0 0 26269 0 0 0 25 0 1 0 106096820 3260416 446 1992294400 134512640 135078472 4294956176 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 796 446 73 138 0 655 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 6360

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 27714
/proc/meminfo: memFree=1665512/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3184 CPUtime=322.67
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 474 0 0 0 32267 0 0 0 25 0 1 0 106096820 3260416 469 1992294400 134512640 135078472 4294956176 18446744073709551615 134550571 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 796 469 73 138 0 655 0

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


[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.25 2/66 27714
/proc/meminfo: memFree=1665256/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3580 CPUtime=502.59
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 552 0 0 0 50259 0 0 0 25 0 1 0 106096820 3665920 547 1992294400 134512640 135078472 4294956176 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 895 547 73 138 0 754 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 6756

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 27714
/proc/meminfo: memFree=1665064/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=562.56
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 587 0 0 0 56256 0 0 0 25 0 1 0 106096820 3801088 582 1992294400 134512640 135078472 4294956176 18446744073709551615 134552696 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 582 73 138 0 787 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 6888

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 27714
/proc/meminfo: memFree=1665000/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=622.53
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 593 0 0 0 62253 0 0 0 25 0 1 0 106096820 3801088 588 1992294400 134512640 135078472 4294956176 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 588 73 138 0 787 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 6888

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 27714
/proc/meminfo: memFree=1664872/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=682.51
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 597 0 0 0 68251 0 0 0 25 0 1 0 106096820 3801088 592 1992294400 134512640 135078472 4294956176 18446744073709551615 134550631 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 592 73 138 0 787 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 6888

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=742.49
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 599 0 0 0 74248 1 0 0 25 0 1 0 106096820 3801088 594 1992294400 134512640 135078472 4294956176 18446744073709551615 134550741 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 594 73 138 0 787 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 6888

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=748.09
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 599 0 0 0 74808 1 0 0 25 0 1 0 106096820 3801088 594 1992294400 134512640 135078472 4294956176 18446744073709551615 134552641 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 594 73 138 0 787 0
Current children cumulated CPU time (s) 767.5
Current children cumulated vsize (KiB) 6888

[startup+780.701 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=760.88
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 599 0 0 0 76087 1 0 0 25 0 1 0 106096820 3801088 594 1992294400 134512640 135078472 4294956176 18446744073709551615 134555056 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 594 73 138 0 787 0
Current children cumulated CPU time (s) 780.29
Current children cumulated vsize (KiB) 6888

[startup+787.102 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=767.28
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 599 0 0 0 76727 1 0 0 25 0 1 0 106096820 3801088 594 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 594 73 138 0 787 0
Current children cumulated CPU time (s) 786.69
Current children cumulated vsize (KiB) 6888

[startup+790.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=770.48
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77047 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 789.89
Current children cumulated vsize (KiB) 6888

[startup+791.902 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=772.08
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77207 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 791.49
Current children cumulated vsize (KiB) 6888

[startup+792.703 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=772.88
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77287 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134550537 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 792.29
Current children cumulated vsize (KiB) 6888

[startup+793.503 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=773.68
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77367 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 793.09
Current children cumulated vsize (KiB) 6888

[startup+793.902 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=774.08
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77407 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134552663 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 793.49
Current children cumulated vsize (KiB) 6888

[startup+794.002 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27714
/proc/meminfo: memFree=1664808/2055920 swapFree=4192812/4192956
[pid=27708] ppid=27706 vsize=3176 CPUtime=19.41
/proc/27708/stat : 27708 (SATzilla2009_I) S 27706 27708 27573 0 -1 4194304 423 2175 0 0 201 41 1697 2 25 0 1 0 106094873 3252224 302 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27708/statm: 794 302 217 399 0 391 0
[pid=27714] ppid=27708 vsize=3712 CPUtime=774.18
/proc/27714/stat : 27714 (minisat20SAT07) R 27708 27708 27573 0 -1 4194304 601 0 0 0 77417 1 0 0 25 0 1 0 106096820 3801088 596 1992294400 134512640 135078472 4294956176 18446744073709551615 134552746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27714/statm: 928 596 73 138 0 787 0
Current children cumulated CPU time (s) 793.59
Current children cumulated vsize (KiB) 6888

Child status: 10
Real time (s): 794.013
CPU time (s): 793.627
CPU user time (s): 793.166
CPU system time (s): 0.460929
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 9384

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

runsolver used 0.614906 second user time and 2.28365 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-26 23:16:57
IDJOB=1732417
IDBENCH=71117
IDSOLVER=528
FILE ID=node21/1732417-1240780617
PBS_JOBID= 9187264
Free space on /tmp= 66344 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-220-100.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732417-1240780617/watcher-1732417-1240780617 -o /tmp/evaluation-result-1732417-1240780617/solver-1732417-1240780617 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1732417-1240780617.cnf

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

MD5SUM BENCH= 9acdfc35e72435abc5da6ab9203455c3
RANDOM SEED=581401472

node21.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.233
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.233
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:       1667736 kB
Buffers:         45760 kB
Cached:         253100 kB
SwapCached:          0 kB
Active:         125380 kB
Inactive:       187332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           31456 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            61568 kB
Committed_AS:   437960 kB
PageTables:       1376 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= 66312 MiB
End job on node21 at 2009-04-26 23:30:11