Trace number 1562793

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 524.661 524.807

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

21.87/21.93	c SATzilla is building models for class 3
21.87/21.93	c run presolver mxc-sr08 for 10 seconds ... 
21.87/21.93	c Bin: Executing mxc-sr08
21.87/21.93	c spawning binary file with 10 seconds ...
21.87/21.93	c child exit by a signal
21.87/21.93	c mxc-sr08 returned code 137.
21.87/21.93	c run presolver picosat846 for 5 seconds ... 
21.87/21.93	c Bin: Executing picosat846
21.87/21.93	c spawning binary file with 5 seconds ...
21.87/21.93	c child exit by a signal
21.87/21.93	c picosat846 returned code 137.
21.87/21.93	c Orignal number of varibales is 33090, number of clauses is 165828 
21.87/21.93	c predicted feature computation time is 2.063545 
21.87/21.93	c Bin: Executing satelite
21.87/21.93	c spawning binary file with 240 seconds ...
21.87/21.93	c child exited successfully
21.87/21.93	c satzilla computing base features
21.87/21.93	c Number of variabe is: 7889, Number of clause is : 68970 
21.87/21.93	c Initializing...
21.87/21.93	c satzilla doing clause learning
21.87/21.93	c start clause learning features ...
21.87/21.93	c Bin: Executing zchaff07
21.87/21.93	c spawning binary file with 2 seconds ...
21.87/21.93	c child exit by a signal
21.87/21.93	c satzilla doing survey propogation probe
21.87/21.93	c do survay propogation for 2 second ...
21.87/21.93	c satzilla doing local search probe
21.87/21.93	c features are:33090 165828 7889 68970 3.19445 1.40435 0.114383 0.496701 0.661365 1.40422 0.000427596 0.37968 0.000253518 0.00126759 1.30088 0.184414 0.757605 0.000427596 1.4706 1.44991e-05 0.00413223 3.04937 0.36375 0.163498 0 1 3.14434 0.000188896 1.21135 0 0.00397274 2.79806 0.541308 0.000418526 1.91806 2.89981e-05 0.0117877 1343.67 0.338405 581 1925 1925 581 1679 953 1580 15.766 0.18171 11.8059 21.119 21.119 11.8059 16.6486 13.8661 16.0513 0.610813 0.335519 7.7155e-06 1 0.821138 0.276396 0.736106 0.499696 0.682886 0.0625006 0.997276 -1.11022e-16 1 0.124698 0.000222022 0.11862 0.0153806 0.0552407 460.688 0.45477 1734.38 0.267404 1848 1790 1882 1.1953 0.979836 0.981597 0.0513386 
21.87/21.93	c satzilla's ranking:
21.87/21.93	c 1) minisat20SAT07: 3.075591
21.87/21.93	c 2) picosat846: 2.250823
21.87/21.93	c 3) zchaff_rand: 2.053434
21.87/21.93	c 4) mxc-sr08: 1.428207
21.87/21.93	c 5) march_dl2004: 1.044188
21.87/21.93	c 6) SATenstein: -10000.000000
21.87/21.93	c 7) gnovelty+: -10000.000000
21.87/21.93	c 8) adaptg2wsat+: -10000.000000
21.87/21.93	c 9) adaptg2wsat0: -10000.000000
21.87/21.93	c 10) tts-4-0: -10000.000000
21.87/21.93	c 11) vallst: -10000.000000
21.87/21.93	c 12) minisat20: -10000.000000
21.87/21.93	c 13) kcnfs04SAT07: -10000.000000
21.87/21.93	c satzilla running minisat20SAT07 ... 
524.64/524.80	c Bin: Executing minisat20SAT07
524.64/524.80	c spawning binary file with 1178 seconds ...
524.64/524.80	c child exited successfully
524.64/524.80	c minisat20SAT07 returned code 0.
524.64/524.80	s UNSATISFIABLE
524.64/524.80	c SATZILLA_TIME=524.720000

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-1562793-1240998336/watcher-1562793-1240998336 -o /tmp/evaluation-result-1562793-1240998336/solver-1562793-1240998336 -C 1200 -W 1800 -M 1800 HOME/SATzilla2009_I HOME/instance-1562793-1240998336.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.96 0.66 2/64 3594
/proc/meminfo: memFree=897856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=3780 CPUtime=0
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 632 0 0 0 0 0 0 0 20 0 1 0 127859743 3870720 628 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 945 634 44 138 0 804 0

[startup+0.098756 s]
/proc/loadavg: 1.00 0.96 0.66 2/64 3594
/proc/meminfo: memFree=897856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=15916 CPUtime=0.08
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 3456 0 0 0 7 1 0 0 20 0 1 0 127859743 16297984 3450 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 3979 3451 54 138 0 3838 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17972

[startup+0.101756 s]
/proc/loadavg: 1.00 0.96 0.66 2/64 3594
/proc/meminfo: memFree=897856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=16048 CPUtime=0.09
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 3505 0 0 0 8 1 0 0 20 0 1 0 127859743 16433152 3499 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 4012 3500 54 138 0 3871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18104

[startup+0.301771 s]
/proc/loadavg: 1.00 0.96 0.66 2/64 3594
/proc/meminfo: memFree=897856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=17464 CPUtime=0.29
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 4547 0 0 0 27 2 0 0 21 0 1 0 127859743 17883136 3779 1992294400 134512640 135078026 4294956192 18446744073709551615 134558517 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 4366 3779 55 138 0 4225 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.701802 s]
/proc/loadavg: 1.00 0.96 0.66 2/64 3594
/proc/meminfo: memFree=897856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=24820 CPUtime=0.69
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 6229 0 0 0 66 3 0 0 25 0 1 0 127859743 25415680 5461 1992294400 134512640 135078026 4294956192 18446744073709551615 134561286 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 6205 5461 55 138 0 6064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26876

[startup+1.50186 s]
/proc/loadavg: 1.00 0.96 0.66 2/66 3596
/proc/meminfo: memFree=877296/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=22456 CPUtime=1.49
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 6464 0 0 0 146 3 0 0 25 0 1 0 127859743 22994944 5143 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 5614 5143 71 138 0 5473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24512

[startup+3.10199 s]
/proc/loadavg: 1.00 0.96 0.66 2/66 3596
/proc/meminfo: memFree=877168/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=22456 CPUtime=3.09
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 6464 0 0 0 306 3 0 0 25 0 1 0 127859743 22994944 5143 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 5614 5143 71 138 0 5473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24512

[startup+6.30124 s]
/proc/loadavg: 1.08 0.98 0.67 2/66 3596
/proc/meminfo: memFree=877424/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=0
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127859743 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 112 96 399 0 111 0
[pid=3595] ppid=3594 vsize=22456 CPUtime=6.28
/proc/3595/stat : 3595 (mxc-sr08) R 3594 3594 3474 0 -1 4194304 6466 0 0 0 624 4 0 0 25 0 1 0 127859743 22994944 5145 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3595/statm: 5614 5145 71 138 0 5473 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24512

[startup+12.7017 s]
/proc/loadavg: 1.07 0.98 0.67 2/66 3597
/proc/meminfo: memFree=890032/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=2056 CPUtime=9.99
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 152 6475 0 0 0 0 994 5 16 0 1 0 127859743 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 514 121 104 399 0 111 0
[pid=3597] ppid=3594 vsize=10436 CPUtime=2.68
/proc/3597/stat : 3597 (picosat846) R 3594 3594 3474 0 -1 4194304 2202 0 0 0 268 0 0 0 25 0 1 0 127860744 10686464 2168 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3597/statm: 2609 2168 85 14 0 2275 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12492

[startup+25.5017 s]
/proc/loadavg: 1.06 0.98 0.67 2/66 3600
/proc/meminfo: memFree=872176/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=20132 CPUtime=3.55
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 5261 0 0 0 352 3 0 0 25 0 1 0 127861937 20615168 4705 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 5033 4705 73 138 0 4892 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27772

[startup+51.1017 s]
/proc/loadavg: 1.04 0.98 0.68 2/66 3600
/proc/meminfo: memFree=869232/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=23556 CPUtime=29.13
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 6078 0 0 0 2909 4 0 0 25 0 1 0 127861937 24121344 5522 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 5889 5522 73 138 0 5748 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 31196

[startup+102.306 s]
/proc/loadavg: 1.01 0.98 0.69 2/66 3600
/proc/meminfo: memFree=866992/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=25812 CPUtime=80.32
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 6636 0 0 0 8028 4 0 0 25 0 1 0 127861937 26431488 6080 1992294400 134512640 135078472 4294956192 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 6453 6080 73 138 0 6312 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33452

[startup+162.301 s]
/proc/loadavg: 1.00 0.98 0.71 2/66 3600
/proc/meminfo: memFree=863856/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=28900 CPUtime=140.3
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 7398 0 0 0 14025 5 0 0 25 0 1 0 127861937 29593600 6842 1992294400 134512640 135078472 4294956192 18446744073709551615 134550706 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 7225 6842 73 138 0 7084 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 36540

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.73 2/66 3600
/proc/meminfo: memFree=860656/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=32024 CPUtime=200.29
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8168 0 0 0 20023 6 0 0 25 0 1 0 127861937 32792576 7612 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8006 7612 73 138 0 7865 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 39664

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.74 2/66 3600
/proc/meminfo: memFree=860016/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=32644 CPUtime=260.28
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8317 0 0 0 26021 7 0 0 25 0 1 0 127861937 33427456 7761 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8161 7761 73 138 0 8020 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 40284

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.75 2/66 3600
/proc/meminfo: memFree=859632/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=33080 CPUtime=320.27
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8409 0 0 0 32020 7 0 0 25 0 1 0 127861937 33873920 7853 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8270 7853 73 138 0 8129 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 40720

[startup+402.301 s]
/proc/loadavg: 1.00 0.98 0.76 2/66 3600
/proc/meminfo: memFree=858928/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=33888 CPUtime=380.25
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8567 0 0 0 38018 7 0 0 25 0 1 0 127861937 34701312 8003 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8472 8003 73 138 0 8331 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 41528

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 0.78 2/66 3600
/proc/meminfo: memFree=858928/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34060 CPUtime=440.23
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8581 0 0 0 44016 7 0 0 25 0 1 0 127861937 34877440 8017 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8515 8017 73 138 0 8374 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 41700

[startup+522.302 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34452 CPUtime=500.22
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8691 0 0 0 50015 7 0 0 25 0 1 0 127861937 35278848 8127 1992294400 134512640 135078472 4294956192 18446744073709551615 134550674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8613 8127 73 138 0 8472 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 42092

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

[startup+523.102 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34452 CPUtime=501.02
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8691 0 0 0 50095 7 0 0 25 0 1 0 127861937 35278848 8127 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8613 8127 73 138 0 8472 0
Current children cumulated CPU time (s) 522.93
Current children cumulated vsize (KiB) 42092

[startup+523.902 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34452 CPUtime=501.82
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8691 0 0 0 50175 7 0 0 25 0 1 0 127861937 35278848 8127 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8613 8127 73 138 0 8472 0
Current children cumulated CPU time (s) 523.73
Current children cumulated vsize (KiB) 42092

[startup+524.302 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34452 CPUtime=502.22
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8691 0 0 0 50215 7 0 0 25 0 1 0 127861937 35278848 8127 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8613 8127 73 138 0 8472 0
Current children cumulated CPU time (s) 524.13
Current children cumulated vsize (KiB) 42092

[startup+524.706 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=34452 CPUtime=502.62
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8691 0 0 0 50255 7 0 0 25 0 1 0 127861937 35278848 8127 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 8613 8127 73 138 0 8472 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 42092

[startup+524.802 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 3600
/proc/meminfo: memFree=858416/2055920 swapFree=4169832/4192956
[pid=3594] ppid=3592 vsize=7640 CPUtime=21.91
/proc/3594/stat : 3594 (SATzilla2009_I) S 3592 3594 3474 0 -1 4194304 4423 16640 0 0 363 10 1804 14 25 0 1 0 127859743 7823360 1680 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/3594/statm: 1910 1680 217 399 0 1507 0
[pid=3600] ppid=3594 vsize=24976 CPUtime=502.73
/proc/3600/stat : 3600 (minisat20SAT07) R 3594 3594 3474 0 -1 4194304 8697 0 0 0 50265 8 0 0 25 0 1 0 127861937 25575424 5927 1992294400 134512640 135078472 4294956192 18446744073709551615 134874938 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3600/statm: 6244 4154 78 138 0 6103 0
Current children cumulated CPU time (s) 524.64
Current children cumulated vsize (KiB) 32616

Child status: 20
Real time (s): 524.807
CPU time (s): 524.661
CPU user time (s): 524.327
CPU system time (s): 0.333949
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 42092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.327
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29773
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= 25
involuntary context switches= 1224

runsolver used 0.617906 second user time and 1.2938 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-29 11:45:36
IDJOB=1562793
IDBENCH=70941
IDSOLVER=528
FILE ID=node69/1562793-1240998336
PBS_JOBID= 9204802
Free space on /tmp= 66156 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562793-1240998336/watcher-1562793-1240998336 -o /tmp/evaluation-result-1562793-1240998336/solver-1562793-1240998336 -C 1200 -W 1800 -M 1800  HOME/SATzilla2009_I HOME/instance-1562793-1240998336.cnf

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=132046659

node69.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.231
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.231
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:        898336 kB
Buffers:         25796 kB
Cached:        1065116 kB
SwapCached:      17420 kB
Active:         120684 kB
Inactive:       990292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        898336 kB
SwapTotal:     4192956 kB
SwapFree:      4169832 kB
Dirty:           34492 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            32508 kB
Committed_AS:   468452 kB
PageTables:       1464 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= 66124 MiB
End job on node69 at 2009-04-29 11:54:22