Trace number 1774579

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
Rsat 2009-03-22UNSAT 323.769 323.992

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.627
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Parsing...
2.10/2.13	c ==============================================================================
2.10/2.13	c |           |     ORIGINAL     |              LEARNT              |          |
2.10/2.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.10/2.13	c ==============================================================================
2.10/2.13	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
63.23/63.39	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
63.33/63.40	c ==============================================================================
63.33/63.40	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
63.33/63.40	c CPU time:   62.6315 s
63.33/63.40	c ==============================================================================
64.64/64.72	c Rsat version 3.02
65.22/65.31	c Base unit clause learned: 0
323.46/323.79	c CNF stats: (91522 vars, 944203 clauses)
323.46/323.79	c Decisions: 641279
323.46/323.79	c Conflicts: 279671
323.46/323.79	c Restarts: 30
323.46/323.79	c Avg lpc: 22.18
323.46/323.79	c Max decision level: 494
323.46/323.79	c KB reduction: 0 (0 clauses removed)
323.46/323.79	c Final decision lit size:91522 (100.00 %)
323.46/323.79	c Final stack/save sizes: 915(1.00 %)/915(1.00 %)
323.46/323.79	c Final cdc size: 1830 (2.00 %)
323.46/323.79	c ***********************************************
323.46/323.79	c Conflicts with bac: 12402/279671 (4.43 %)
323.46/323.79	c Avg bac size: 9.99
323.46/323.79	c Avg bac bt depth: 8.75 vs 1.96 (normal)
323.66/323.94	c Running time: 258.90464 seconds
323.66/323.96	s UNSATISFIABLE

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-1774579-1241338537/watcher-1774579-1241338537 -o /tmp/evaluation-result-1774579-1241338537/solver-1774579-1241338537 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774579-1241338537.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.94 1.01 0.99 3/64 27908
/proc/meminfo: memFree=1076152/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) R 27906 27908 27871 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27908/statm: 1339 238 198 169 0 50 0
[pid=27909] ppid=27908 vsize=1444 CPUtime=0
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 161880759 1478656 199 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 361 199 65 186 0 171 0

[startup+0.020291 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 27908
/proc/meminfo: memFree=1076152/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=6420 CPUtime=0.01
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 1129 0 0 0 1 0 0 0 18 0 1 0 161880759 6574080 1112 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 1605 1116 65 186 0 1415 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11776

[startup+0.101305 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 27908
/proc/meminfo: memFree=1076152/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=34792 CPUtime=0.09
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 7364 0 0 0 6 3 0 0 19 0 1 0 161880759 35627008 7283 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 8698 7285 65 186 0 8508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40148

[startup+0.30134 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 27908
/proc/meminfo: memFree=1076152/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=97876 CPUtime=0.28
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 16779 0 0 0 20 8 0 0 21 0 1 0 161880759 100225024 16698 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 24469 16699 65 186 0 24279 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103232

[startup+0.70141 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 27908
/proc/meminfo: memFree=1076152/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=161300 CPUtime=0.68
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 35707 0 0 0 51 17 0 0 25 0 1 0 161880759 165171200 35626 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 40325 35628 65 186 0 40135 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 166656

[startup+1.50155 s]
/proc/loadavg: 0.94 1.01 0.99 2/66 27910
/proc/meminfo: memFree=876072/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=286924 CPUtime=1.48
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 69777 0 0 0 112 36 0 0 25 0 1 0 161880759 293810176 69696 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 71731 69698 65 186 0 71541 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 292280

[startup+3.10184 s]
/proc/loadavg: 0.94 1.01 0.99 2/66 27910
/proc/meminfo: memFree=678568/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=427980 CPUtime=3.09
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 101715 0 0 0 257 52 0 0 25 0 1 0 161880759 438251520 101479 1992294400 4194304 4959918 548682068688 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 106995 101479 86 186 0 106805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 433336

[startup+6.30141 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 27910
/proc/meminfo: memFree=649000/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=451976 CPUtime=6.29
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 107171 0 0 0 573 56 0 0 25 0 1 0 161880759 462823424 106701 1992294400 4194304 4959918 548682068688 18446744073709551615 4240832 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 112994 106701 90 186 0 112804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 457332

[startup+12.7026 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 27910
/proc/meminfo: memFree=649208/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=451976 CPUtime=12.69
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 107184 0 0 0 1213 56 0 0 25 0 1 0 161880759 462823424 106714 1992294400 4194304 4959918 548682068688 18446744073709551615 4240829 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 112994 106714 90 186 0 112804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 457332

[startup+25.5018 s]
/proc/loadavg: 0.96 1.01 0.99 2/66 27910
/proc/meminfo: memFree=649848/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=451296 CPUtime=25.48
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 107244 0 0 0 2492 56 0 0 25 0 1 0 161880759 462127104 106604 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 112824 106604 90 186 0 112634 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 456652

[startup+51.1014 s]
/proc/loadavg: 0.97 1.01 0.99 2/66 27910
/proc/meminfo: memFree=650552/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=0
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880759 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27908/statm: 1339 239 199 169 0 50 0
[pid=27909] ppid=27908 vsize=450332 CPUtime=51.04
/proc/27909/stat : 27909 (SatElite) R 27908 27908 27871 0 -1 4194304 107640 0 0 0 5048 56 0 0 25 0 1 0 161880759 461139968 106375 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 0 0 0
/proc/27909/statm: 112583 106375 90 186 0 112393 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 455688

[startup+102.307 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 27911
/proc/meminfo: memFree=946616/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=92652 CPUtime=37.53
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 23352 0 0 0 3741 12 0 0 25 0 1 0 161887231 94875648 22062 1992294400 4194304 5460562 548682068800 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 23163 22062 118 309 0 22850 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 98008

[startup+162.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 27911
/proc/meminfo: memFree=946296/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=92652 CPUtime=97.48
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 23448 0 0 0 9736 12 0 0 25 0 1 0 161887231 94875648 22158 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 23163 22158 118 309 0 22850 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 98008

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 27911
/proc/meminfo: memFree=938744/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=101840 CPUtime=157.45
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 25941 0 0 0 15732 13 0 0 25 0 1 0 161887231 104284160 24068 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 25460 24068 118 309 0 25147 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 107196

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=932472/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=107576 CPUtime=217.42
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 27599 0 0 0 21728 14 0 0 25 0 1 0 161887231 110157824 25639 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 26894 25639 118 309 0 26581 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 112932

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

[startup+307.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=930360/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=109760 CPUtime=242.21
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28149 0 0 0 24207 14 0 0 25 0 1 0 161887231 112394240 26164 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27440 26164 118 309 0 27127 0
Current children cumulated CPU time (s) 306.87
Current children cumulated vsize (KiB) 115116

[startup+313.505 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=929720/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=110296 CPUtime=248.61
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28340 0 0 0 24846 15 0 0 25 0 1 0 161887231 112943104 26333 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27574 26333 118 309 0 27261 0
Current children cumulated CPU time (s) 313.27
Current children cumulated vsize (KiB) 115652

[startup+319.901 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=928952/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=111156 CPUtime=255.01
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28563 0 0 0 25486 15 0 0 25 0 1 0 161887231 113823744 26543 1992294400 4194304 5460562 548682068800 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27789 26543 118 309 0 27476 0
Current children cumulated CPU time (s) 319.67
Current children cumulated vsize (KiB) 116512

[startup+321.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=928824/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=111156 CPUtime=256.61
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28569 0 0 0 25646 15 0 0 25 0 1 0 161887231 113823744 26549 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27789 26549 118 309 0 27476 0
Current children cumulated CPU time (s) 321.27
Current children cumulated vsize (KiB) 116512

[startup+323.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=928696/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=111412 CPUtime=258.21
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28606 0 0 0 25806 15 0 0 25 0 1 0 161887231 114085888 26586 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27853 26586 118 309 0 27540 0
Current children cumulated CPU time (s) 322.87
Current children cumulated vsize (KiB) 116768

[startup+323.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=928696/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=111412 CPUtime=258.6
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28606 0 0 0 25845 15 0 0 25 0 1 0 161887231 114085888 26586 1992294400 4194304 5460562 548682068800 18446744073709551615 4215875 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 27853 26586 118 309 0 27540 0
Current children cumulated CPU time (s) 323.26
Current children cumulated vsize (KiB) 116768

[startup+323.901 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27911
/proc/meminfo: memFree=928696/2055920 swapFree=4181016/4192956
[pid=27908] ppid=27906 vsize=5356 CPUtime=64.66
/proc/27908/stat : 27908 (rsat.sh) S 27906 27908 27871 0 -1 4194304 312 121654 0 0 0 0 6380 86 16 0 1 0 161880759 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27908/statm: 1339 241 199 169 0 50 0
[pid=27911] ppid=27908 vsize=101980 CPUtime=259
/proc/27911/stat : 27911 (rsat) R 27908 27908 27871 0 -1 4194304 28607 0 0 0 25885 15 0 0 25 0 1 0 161887231 104427520 24342 1992294400 4194304 5460562 548682068800 18446744073709551615 4792247 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27911/statm: 25495 24342 118 309 0 25182 0
Current children cumulated CPU time (s) 323.66
Current children cumulated vsize (KiB) 107336

Child status: 20
Real time (s): 323.992
CPU time (s): 323.769
CPU user time (s): 322.71
CPU system time (s): 1.05884
CPU usage (%): 99.9311
Max. virtual memory (cumulated for all children) (KiB): 484612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.71
system time used= 1.05884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150731
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= 40
involuntary context switches= 797

runsolver used 0.314952 second user time and 0.869867 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 10:15:40
IDJOB=1774579
IDBENCH=70961
IDSOLVER=615
FILE ID=node60/1774579-1241338537
PBS_JOBID= 9225470
Free space on /tmp= 66452 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774579-1241338537/watcher-1774579-1241338537 -o /tmp/evaluation-result-1774579-1241338537/solver-1774579-1241338537 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774579-1241338537.cnf HOME

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=997424928

node60.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.256
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.256
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:       1076632 kB
Buffers:         75776 kB
Cached:         799068 kB
SwapCached:       6096 kB
Active:         117532 kB
Inactive:       765968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076632 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           55360 kB
Writeback:           0 kB
Mapped:          14172 kB
Slab:            81820 kB
Committed_AS:   722180 kB
PageTables:       1448 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= 66448 MiB
End job on node60 at 2009-05-03 10:21:04