Trace number 1725844

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 123.47 123.518

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

Solver Data

19.97/20.02	c SATzilla is building models for class 3
19.97/20.02	c run presolver mxc-sr08 for 10 seconds ... 
19.97/20.02	c Bin: Executing mxc-sr08
19.97/20.02	c spawning binary file with 10 seconds ...
19.97/20.02	c child exit by a signal
19.97/20.02	c mxc-sr08 returned code 137.
19.97/20.02	c run presolver picosat846 for 5 seconds ... 
19.97/20.02	c Bin: Executing picosat846
19.97/20.02	c spawning binary file with 5 seconds ...
19.97/20.02	c child exit by a signal
19.97/20.02	c picosat846 returned code 137.
19.97/20.02	c Orignal number of varibales is 1467, number of clauses is 7521 
19.97/20.02	c predicted feature computation time is 1.451778 
19.97/20.02	c Bin: Executing satelite
19.97/20.02	c spawning binary file with 240 seconds ...
19.97/20.02	c child exited successfully
19.97/20.02	c satzilla computing base features
19.97/20.02	c Number of variabe is: 1343, Number of clause is : 6058 
19.97/20.02	c Initializing...
19.97/20.02	c satzilla doing clause learning
19.97/20.02	c start clause learning features ...
19.97/20.02	c Bin: Executing zchaff07
19.97/20.02	c spawning binary file with 2 seconds ...
19.97/20.02	c child exit by a signal
19.97/20.02	c satzilla doing survey propogation probe
19.97/20.02	c do survay propogation for 2 second ...
19.97/20.02	c satzilla doing local search probe
19.97/20.02	c features are:1467 7521 1343 6058 0.0923306 0.241499 0.22169 0.282187 0.924876 2.92193 0.00662644 0.431663 0.0014892 0.0119136 2.5446 0.0949158 0.102509 0.00662644 4.23613 0.000165071 0.645593 3.35951 0.536052 0.202258 0 1 2.9375 0.000276184 2.41815 0 0.0103995 1.28422 0.111753 0.00758835 1.52067 0.000165071 0.194123 1330.33 0.524268 374 2846 2136 467 2019 1004 1330 16.2571 0.190437 11.0465 21.6719 19.4726 11.6017 18.9 15.3595 16.817 0.698317 0.234925 3.68187e-08 1 0.833169 0.537665 0.799817 0.664685 0.74707 0.450786 0.356756 0.0589898 0.999998 0.499983 0.140976 0.499935 0.494713 0.499583 19.3611 0.149576 67.3669 0.0963385 67 59 76 1.45232 0.571102 0.985374 0.0146293 
19.97/20.02	c satzilla's ranking:
19.97/20.02	c 1) minisat20SAT07: 3.641660
19.97/20.02	c 2) mxc-sr08: 0.633454
19.97/20.02	c 3) zchaff_rand: 0.585533
19.97/20.02	c 4) march_dl2004: -0.006162
19.97/20.02	c 5) picosat846: -4.997084
19.97/20.02	c 6) SATenstein: -10000.000000
19.97/20.02	c 7) gnovelty+: -10000.000000
19.97/20.02	c 8) adaptg2wsat+: -10000.000000
19.97/20.02	c 9) adaptg2wsat0: -10000.000000
19.97/20.02	c 10) tts-4-0: -10000.000000
19.97/20.02	c 11) vallst: -10000.000000
19.97/20.02	c 12) minisat20: -10000.000000
19.97/20.02	c 13) kcnfs04SAT07: -10000.000000
19.97/20.02	c satzilla running minisat20SAT07 ... 
123.42/123.51	c Bin: Executing minisat20SAT07
123.42/123.51	c spawning binary file with 1180 seconds ...
123.42/123.51	c child exited successfully
123.42/123.51	c minisat20SAT07 returned code 0.
123.42/123.51	s UNSATISFIABLE
123.42/123.51	c SATZILLA_TIME=123.470000

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-1725844-1240706995/watcher-1725844-1240706995 -o /tmp/evaluation-result-1725844-1240706995/solver-1725844-1240706995 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1725844-1240706995.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: 0.99 0.97 0.98 3/65 20146
/proc/meminfo: memFree=1687040/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) R 20144 20146 19932 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=1460 CPUtime=0
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 246 0 0 0 0 0 0 0 18 0 1 0 98729565 1495040 242 1992294400 134512640 135078026 4294956176 18446744073709551615 134566159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 365 242 54 138 0 224 0

[startup+0.040067 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 20146
/proc/meminfo: memFree=1687040/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=1984 CPUtime=0.03
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 454 0 0 0 3 0 0 0 19 0 1 0 98729565 2031616 371 1992294400 134512640 135078026 4294956176 18446744073709551615 134721176 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 496 371 55 138 0 355 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4040

[startup+0.102071 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 20146
/proc/meminfo: memFree=1687040/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=1984 CPUtime=0.1
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 495 0 0 0 10 0 0 0 19 0 1 0 98729565 2031616 412 1992294400 134512640 135078026 4294956176 18446744073709551615 134539305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 496 412 71 138 0 355 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4040

[startup+0.302092 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 20146
/proc/meminfo: memFree=1687040/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=2116 CPUtime=0.3
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 509 0 0 0 30 0 0 0 21 0 1 0 98729565 2166784 426 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 529 426 71 138 0 388 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4172

[startup+0.702133 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 20146
/proc/meminfo: memFree=1687040/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=2116 CPUtime=0.7
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 537 0 0 0 70 0 0 0 25 0 1 0 98729565 2166784 454 1992294400 134512640 135078026 4294956176 18446744073709551615 134534374 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 529 454 71 138 0 388 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 4172

[startup+1.50122 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20148
/proc/meminfo: memFree=1685232/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=2380 CPUtime=1.49
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 596 0 0 0 149 0 0 0 25 0 1 0 98729565 2437120 513 1992294400 134512640 135078026 4294956176 18446744073709551615 134522532 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 595 513 71 138 0 454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4436

[startup+3.10138 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20148
/proc/meminfo: memFree=1684848/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=2644 CPUtime=3.09
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 660 0 0 0 309 0 0 0 25 0 1 0 98729565 2707456 577 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 661 577 71 138 0 520 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4700

[startup+6.30172 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 20148
/proc/meminfo: memFree=1683312/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=0
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 98729564 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20146/statm: 514 112 96 399 0 111 0
[pid=20147] ppid=20146 vsize=2908 CPUtime=6.29
/proc/20147/stat : 20147 (mxc-sr08) R 20146 20146 19932 0 -1 4194304 732 0 0 0 629 0 0 0 25 0 1 0 98729565 2977792 649 1992294400 134512640 135078026 4294956176 18446744073709551615 134534454 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20147/statm: 727 649 71 138 0 586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4964

[startup+12.7014 s]
/proc/loadavg: 1.07 0.99 0.98 2/67 20149
/proc/meminfo: memFree=1684912/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=2056 CPUtime=9.98
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 152 793 0 0 0 0 998 0 16 0 1 0 98729564 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 514 121 104 399 0 111 0
[pid=20149] ppid=20146 vsize=2816 CPUtime=2.68
/proc/20149/stat : 20149 (picosat846) R 20146 20146 19932 0 -1 4194304 467 0 0 0 268 0 0 0 25 0 1 0 98730565 2883584 456 1992294400 134512640 134570484 4294956176 18446744073709551615 134551299 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20149/statm: 704 456 84 14 0 370 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4872

[startup+25.5027 s]
/proc/loadavg: 1.12 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1683312/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=3452 CPUtime=5.47
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 611 0 0 0 547 0 0 0 25 0 1 0 98731567 3534848 606 1992294400 134512640 135078472 4294956176 18446744073709551615 134550699 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 863 606 72 138 0 722 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7516

[startup+51.1024 s]
/proc/loadavg: 1.08 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1682608/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4116 CPUtime=31.06
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 785 0 0 0 3106 0 0 0 25 0 1 0 98731567 4214784 780 1992294400 134512640 135078472 4294956176 18446744073709551615 134550565 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1029 780 72 138 0 888 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8180

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1682032/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4784 CPUtime=82.24
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 951 0 0 0 8224 0 0 0 25 0 1 0 98731567 4898816 946 1992294400 134512640 135078472 4294956176 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1196 946 72 138 0 1055 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8848

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

[startup+115.101 s]
/proc/loadavg: 1.03 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681968/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=95.03
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 962 0 0 0 9503 0 0 0 25 0 1 0 98731567 5033984 957 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 957 72 138 0 1088 0
Current children cumulated CPU time (s) 115.02
Current children cumulated vsize (KiB) 8980

[startup+118.301 s]
/proc/loadavg: 1.02 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681904/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=98.23
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 970 0 0 0 9823 0 0 0 25 0 1 0 98731567 5033984 965 1992294400 134512640 135078472 4294956176 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 965 72 138 0 1088 0
Current children cumulated CPU time (s) 118.22
Current children cumulated vsize (KiB) 8980

[startup+121.502 s]
/proc/loadavg: 1.02 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681904/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=101.43
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 974 0 0 0 10143 0 0 0 25 0 1 0 98731567 5033984 969 1992294400 134512640 135078472 4294956176 18446744073709551615 134550571 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 969 72 138 0 1088 0
Current children cumulated CPU time (s) 121.42
Current children cumulated vsize (KiB) 8980

[startup+122.302 s]
/proc/loadavg: 1.02 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681904/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=102.23
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 974 0 0 0 10223 0 0 0 25 0 1 0 98731567 5033984 969 1992294400 134512640 135078472 4294956176 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 969 72 138 0 1088 0
Current children cumulated CPU time (s) 122.22
Current children cumulated vsize (KiB) 8980

[startup+123.102 s]
/proc/loadavg: 1.02 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681904/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=103.04
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 974 0 0 0 10304 0 0 0 25 0 1 0 98731567 5033984 969 1992294400 134512640 135078472 4294956176 18446744073709551615 134552329 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 969 72 138 0 1088 0
Current children cumulated CPU time (s) 123.03
Current children cumulated vsize (KiB) 8980

[startup+123.502 s]
/proc/loadavg: 1.02 1.00 0.99 2/67 20152
/proc/meminfo: memFree=1681904/2055920 swapFree=4181316/4192956
[pid=20146] ppid=20144 vsize=4064 CPUtime=19.99
/proc/20146/stat : 20146 (SATzilla2009_I) S 20144 20146 19932 0 -1 4194304 1098 2756 0 0 279 13 1702 5 25 0 1 0 98729564 4161536 604 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20146/statm: 1016 604 217 399 0 613 0
[pid=20152] ppid=20146 vsize=4916 CPUtime=103.43
/proc/20152/stat : 20152 (minisat20SAT07) R 20146 20146 19932 0 -1 4194304 977 0 0 0 10343 0 0 0 25 0 1 0 98731567 5033984 972 1992294400 134512640 135078472 4294956176 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20152/statm: 1229 972 72 138 0 1088 0
Current children cumulated CPU time (s) 123.42
Current children cumulated vsize (KiB) 8980

Child status: 20
Real time (s): 123.518
CPU time (s): 123.47
CPU user time (s): 123.27
CPU system time (s): 0.199969
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 8980

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

runsolver used 0.12798 second user time and 0.330949 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-26 02:49:55
IDJOB=1725844
IDBENCH=24599
IDSOLVER=528
FILE ID=node79/1725844-1240706995
PBS_JOBID= 9186806
Free space on /tmp= 66164 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725844-1240706995/watcher-1725844-1240706995 -o /tmp/evaluation-result-1725844-1240706995/solver-1725844-1240706995 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1725844-1240706995.cnf

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1255469078

node79.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.220
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.220
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:      2055920 kB
MemFree:       1687592 kB
Buffers:         39224 kB
Cached:         278748 kB
SwapCached:       5436 kB
Active:         157452 kB
Inactive:       168356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687592 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:           31764 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            28568 kB
Committed_AS:   356364 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= 66132 MiB
End job on node79 at 2009-04-26 02:51:59