Trace number 1727699

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 440.636 440.86

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
MD5SUM7f866db903b373b6b7f75057c2353f02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark295.875
Satisfiable
(Un)Satisfiability was proved
Number of variables502
Number of clauses11816
Sum of the clauses size41772
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21080
Number of clauses of size 38731
Number of clauses of size 4281
Number of clauses of size 5285
Number of clauses of size over 51404

Solver Data

19.48/19.55	c SATzilla is building models for class 3
19.48/19.55	c run presolver mxc-sr08 for 10 seconds ... 
19.48/19.55	c Bin: Executing mxc-sr08
19.48/19.55	c spawning binary file with 10 seconds ...
19.48/19.55	c child exit by a signal
19.48/19.55	c mxc-sr08 returned code 137.
19.48/19.55	c run presolver picosat846 for 5 seconds ... 
19.48/19.55	c Bin: Executing picosat846
19.48/19.55	c spawning binary file with 5 seconds ...
19.48/19.55	c child exit by a signal
19.48/19.55	c picosat846 returned code 137.
19.48/19.55	c Orignal number of varibales is 502, number of clauses is 11816 
19.48/19.55	c predicted feature computation time is 1.451924 
19.48/19.55	c Bin: Executing satelite
19.48/19.55	c spawning binary file with 240 seconds ...
19.48/19.55	c child exited successfully
19.48/19.55	c satzilla computing base features
19.48/19.55	c Number of variabe is: 446, Number of clause is : 7179 
19.48/19.55	c Initializing...
19.48/19.55	c satzilla doing clause learning
19.48/19.55	c start clause learning features ...
19.48/19.55	c Bin: Executing zchaff07
19.48/19.55	c spawning binary file with 2 seconds ...
19.48/19.55	c child exit by a signal
19.48/19.55	c satzilla doing survey propogation probe
19.48/19.55	c do survay propogation for 2 second ...
19.48/19.55	c satzilla doing local search probe
19.48/19.55	c features are:502 11816 446 7179 0.125561 0.645912 0.0621256 0.449373 0.918556 1.72661 0.00771776 0.624462 0.0044843 0.0269058 1.518 0.506895 0.742722 0.00771776 0.848903 0.000139295 0.0410921 3.38465 0.592409 0.117073 0 1 2.67755 0.00282401 0.615616 0 0.00626828 3.33446 0.538376 0.00976503 0.859895 0.000139295 0.0474997 3851 0.139704 3313 4389 4389 3313 4389 3313 4389 34.3393 0.0895789 31.2632 37.4154 37.4154 31.2632 37.4154 31.2632 37.4154 0.815829 0.173876 7.20483e-05 1 0.88704 0.666133 0.881128 0.80644 0.870747 0.1252 1.67895 0.00147354 0.998789 0.490148 0.00378647 0.0515839 0.00937941 0.0128631 18.3651 0.152588 133.717 0.0669644 134 123 145 6.40038 0.199272 0.995821 0.0028258 
19.48/19.55	c satzilla's ranking:
19.48/19.55	c 1) minisat20SAT07: 3.632423
19.48/19.55	c 2) march_dl2004: 2.271365
19.48/19.55	c 3) zchaff_rand: 1.994606
19.48/19.55	c 4) picosat846: 0.746492
19.48/19.55	c 5) mxc-sr08: 0.117613
19.48/19.55	c 6) SATenstein: -10000.000000
19.48/19.55	c 7) gnovelty+: -10000.000000
19.48/19.55	c 8) adaptg2wsat+: -10000.000000
19.48/19.55	c 9) adaptg2wsat0: -10000.000000
19.48/19.55	c 10) tts-4-0: -10000.000000
19.48/19.55	c 11) vallst: -10000.000000
19.48/19.55	c 12) minisat20: -10000.000000
19.48/19.55	c 13) kcnfs04SAT07: -10000.000000
19.48/19.55	c satzilla running minisat20SAT07 ... 
440.54/440.85	c Bin: Executing minisat20SAT07
440.54/440.85	c spawning binary file with 1180 seconds ...
440.54/440.85	c child exited successfully
440.54/440.85	c minisat20SAT07 returned code 0.
440.54/440.85	s UNSATISFIABLE
440.54/440.85	c SATZILLA_TIME=440.690000

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-1727699-1240727882/watcher-1727699-1240727882 -o /tmp/evaluation-result-1727699-1240727882/solver-1727699-1240727882 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1727699-1240727882.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.00 1.00 1.00 3/65 18644
/proc/meminfo: memFree=1454784/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) R 18642 18644 18391 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=1196 CPUtime=0
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 100817498 1224704 186 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 299 186 54 138 0 158 0

[startup+0.021795 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18644
/proc/meminfo: memFree=1454784/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=1528 CPUtime=0.01
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 321 0 0 0 1 0 0 0 19 0 1 0 100817498 1564672 267 1992294400 134512640 135078026 4294956192 18446744073709551615 134560762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 382 267 55 138 0 241 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3584

[startup+0.101801 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18644
/proc/meminfo: memFree=1454784/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=1528 CPUtime=0.09
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 357 0 0 0 9 0 0 0 19 0 1 0 100817498 1564672 303 1992294400 134512640 135078026 4294956192 18446744073709551615 134538766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 382 303 71 138 0 241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.301823 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18644
/proc/meminfo: memFree=1454784/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=1792 CPUtime=0.29
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 412 0 0 0 29 0 0 0 21 0 1 0 100817498 1835008 358 1992294400 134512640 135078026 4294956192 18446744073709551615 134533764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 448 358 71 138 0 307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3848

[startup+0.701864 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18644
/proc/meminfo: memFree=1454784/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=2212 CPUtime=0.69
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 521 0 0 0 69 0 0 0 25 0 1 0 100817498 2265088 467 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 553 467 71 138 0 412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4268

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18646
/proc/meminfo: memFree=1452912/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=2476 CPUtime=1.49
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 595 0 0 0 149 0 0 0 25 0 1 0 100817498 2535424 541 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 619 541 71 138 0 478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4532

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18646
/proc/meminfo: memFree=1452400/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=2872 CPUtime=3.09
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 682 0 0 0 309 0 0 0 25 0 1 0 100817498 2940928 628 1992294400 134512640 135078026 4294956192 18446744073709551615 134523731 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 718 628 71 138 0 577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4928

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18646
/proc/meminfo: memFree=1450864/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=0
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100817498 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18644/statm: 514 112 96 399 0 111 0
[pid=18645] ppid=18644 vsize=3308 CPUtime=6.29
/proc/18645/stat : 18645 (mxc-sr08) R 18644 18644 18391 0 -1 4194304 771 0 0 0 629 0 0 0 25 0 1 0 100817498 3387392 717 1992294400 134512640 135078026 4294956192 18446744073709551615 134533981 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18645/statm: 827 717 71 138 0 686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5364

[startup+12.7011 s]
/proc/loadavg: 1.16 1.03 1.01 2/67 18647
/proc/meminfo: memFree=1451760/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=2056 CPUtime=9.99
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 152 868 0 0 0 0 999 0 16 0 1 0 100817498 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 514 121 104 399 0 111 0
[pid=18647] ppid=18644 vsize=3000 CPUtime=2.69
/proc/18647/stat : 18647 (picosat846) R 18644 18644 18391 0 -1 4194304 476 0 0 0 269 0 0 0 25 0 1 0 100818498 3072000 465 1992294400 134512640 134570484 4294956192 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18647/statm: 750 465 84 14 0 416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5056

[startup+25.5014 s]
/proc/loadavg: 1.35 1.08 1.03 2/67 18650
/proc/meminfo: memFree=1449968/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=3608 CPUtime=5.93
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 603 0 0 0 593 0 0 0 25 0 1 0 100819453 3694592 598 1992294400 134512640 135078472 4294956192 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 902 598 72 138 0 761 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7576

[startup+51.1011 s]
/proc/loadavg: 1.64 1.17 1.06 2/67 18650
/proc/meminfo: memFree=1449200/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=4796 CPUtime=31.51
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 897 0 0 0 3150 1 0 0 25 0 1 0 100819453 4911104 892 1992294400 134512640 135078472 4294956192 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 1199 892 72 138 0 1058 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 8764

[startup+102.305 s]
/proc/loadavg: 1.29 1.15 1.06 2/67 18650
/proc/meminfo: memFree=1448944/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=6008 CPUtime=82.68
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1223 0 0 0 8266 2 0 0 25 0 1 0 100819453 6152192 1218 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 1502 1218 72 138 0 1361 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 9976

[startup+162.302 s]
/proc/loadavg: 1.11 1.12 1.05 2/67 18652
/proc/meminfo: memFree=1448176/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=6812 CPUtime=142.64
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1414 0 0 0 14262 2 0 0 25 0 1 0 100819453 6975488 1409 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 1703 1409 72 138 0 1562 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 10780

[startup+222.302 s]
/proc/loadavg: 1.04 1.10 1.04 2/67 18652
/proc/meminfo: memFree=1447472/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=7604 CPUtime=202.61
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1599 0 0 0 20259 2 0 0 25 0 1 0 100819453 7786496 1594 1992294400 134512640 135078472 4294956192 18446744073709551615 134552672 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 1901 1594 72 138 0 1760 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 11572

[startup+282.301 s]
/proc/loadavg: 1.01 1.08 1.04 2/67 18652
/proc/meminfo: memFree=1447088/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=8004 CPUtime=262.59
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1697 0 0 0 26257 2 0 0 25 0 1 0 100819453 8196096 1692 1992294400 134512640 135078472 4294956192 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2001 1692 72 138 0 1860 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 11972

[startup+342.301 s]
/proc/loadavg: 1.00 1.06 1.03 2/67 18652
/proc/meminfo: memFree=1446576/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=8536 CPUtime=322.56
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1837 0 0 0 32254 2 0 0 25 0 1 0 100819453 8740864 1832 1992294400 134512640 135078472 4294956192 18446744073709551615 134550562 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2134 1832 72 138 0 1993 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 12504

[startup+402.302 s]
/proc/loadavg: 1.00 1.05 1.03 2/67 18652
/proc/meminfo: memFree=1446192/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=8952 CPUtime=382.54
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1933 0 0 0 38252 2 0 0 25 0 1 0 100819453 9166848 1928 1992294400 134512640 135078472 4294956192 18446744073709551615 134550852 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2238 1928 72 138 0 2097 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 12920

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.05 1.03 2/67 18652
/proc/meminfo: memFree=1446128/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=8952 CPUtime=389.74
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1942 0 0 0 38972 2 0 0 25 0 1 0 100819453 9166848 1937 1992294400 134512640 135078472 4294956192 18446744073709551615 134550611 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2238 1937 72 138 0 2097 0
Current children cumulated CPU time (s) 409.26
Current children cumulated vsize (KiB) 12920

[startup+422.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446128/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=402.53
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1956 0 0 0 40251 2 0 0 25 0 1 0 100819453 9306112 1951 1992294400 134512640 135078472 4294956192 18446744073709551615 134550732 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1951 72 138 0 2131 0
Current children cumulated CPU time (s) 422.05
Current children cumulated vsize (KiB) 13056

[startup+428.701 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=408.93
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1969 0 0 0 40891 2 0 0 25 0 1 0 100819453 9306112 1964 1992294400 134512640 135078472 4294956192 18446744073709551615 134552086 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1964 72 138 0 2131 0
Current children cumulated CPU time (s) 428.45
Current children cumulated vsize (KiB) 13056

[startup+435.101 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=415.33
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 41531 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 434.85
Current children cumulated vsize (KiB) 13056

[startup+438.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=418.53
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 41851 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 438.05
Current children cumulated vsize (KiB) 13056

[startup+439.902 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=420.13
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 42011 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550521 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 439.65
Current children cumulated vsize (KiB) 13056

[startup+440.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=420.53
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 42051 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 440.05
Current children cumulated vsize (KiB) 13056

[startup+440.702 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=420.93
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 42091 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 440.45
Current children cumulated vsize (KiB) 13056

[startup+440.802 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 18652
/proc/meminfo: memFree=1446064/2055924 swapFree=4181440/4192956
[pid=18644] ppid=18642 vsize=3968 CPUtime=19.52
/proc/18644/stat : 18644 (SATzilla2009_I) S 18642 18644 18391 0 -1 4194304 778 2700 0 0 239 10 1701 2 25 0 1 0 100817498 4063232 535 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18644/statm: 992 535 217 399 0 589 0
[pid=18650] ppid=18644 vsize=9088 CPUtime=421.02
/proc/18650/stat : 18650 (minisat20SAT07) R 18644 18644 18391 0 -1 4194304 1973 0 0 0 42100 2 0 0 25 0 1 0 100819453 9306112 1968 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/18650/statm: 2272 1968 72 138 0 2131 0
Current children cumulated CPU time (s) 440.54
Current children cumulated vsize (KiB) 13056

Child status: 20
Real time (s): 440.86
CPU time (s): 440.636
CPU user time (s): 440.476
CPU system time (s): 0.159975
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 13056

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

runsolver used 0.579911 second user time and 1.02984 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 08:38:02
IDJOB=1727699
IDBENCH=24643
IDSOLVER=528
FILE ID=node83/1727699-1240727882
PBS_JOBID= 9186911
Free space on /tmp= 66040 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727699-1240727882/watcher-1727699-1240727882 -o /tmp/evaluation-result-1727699-1240727882/solver-1727699-1240727882 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1727699-1240727882.cnf

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

MD5SUM BENCH= 7f866db903b373b6b7f75057c2353f02
RANDOM SEED=363140113

node83.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1455264 kB
Buffers:         53512 kB
Cached:         483172 kB
SwapCached:       5412 kB
Active:         193768 kB
Inactive:       351888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1455264 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           31648 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            41048 kB
Committed_AS:   387880 kB
PageTables:       1384 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= 66008 MiB
End job on node83 at 2009-04-26 08:45:23