Trace number 1577496

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 173.906 174.007

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L80_coli.sat.cnf
MD5SUMeb71c8cb3482ee70f1c98af8944179ca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.171
Satisfiable
(Un)Satisfiability was proved
Number of variables250567
Number of clauses1183233
Sum of the clauses size3415429
Maximum clause length11
Minimum clause length1
Number of clauses of size 126677
Number of clauses of size 2325257
Number of clauses of size 3631008
Number of clauses of size 4157675
Number of clauses of size 542377
Number of clauses of size over 5239

Solver Data

0.00/0.00	c Parsing...
0.99/1.02	c ==============================================================================
0.99/1.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.02	c ==============================================================================
0.99/1.02	c |         0 | 1108439  3246165 |  332531       0        0     nan |  0.000 % |
19.48/19.56	c |         0 |  365178  1362642 |      --       0       --      -- |     --   | -599968/-1491637
19.48/19.57	c ==============================================================================
19.48/19.57	c Result  :   #vars: 34857   #clauses: 365178   #literals: 1362642
19.48/19.57	c CPU time:   19.2091 s
19.48/19.57	c ==============================================================================
20.07/20.10	c Rsat version 3.02
20.08/20.34	c Base unit clause learned: 0
173.78/173.90	c CNF stats: (34857 vars, 365178 clauses)
173.78/173.90	c Decisions: 466321
173.78/173.90	c Conflicts: 233403
173.78/173.90	c Restarts: 29
173.78/173.90	c Avg lpc: 22.84
173.78/173.90	c Max decision level: 449
173.78/173.90	c KB reduction: 1 (86051 clauses removed)
173.78/173.90	c Final decision lit size:34857 (100.00 %)
173.78/173.90	c Final stack/save sizes: 348(1.00 %)/348(1.00 %)
173.78/173.90	c Final cdc size: 696 (2.00 %)
173.78/173.90	c ***********************************************
173.78/173.90	c Conflicts with bac: 9294/233403 (3.98 %)
173.78/173.90	c Avg bac size: 10.77
173.78/173.90	c Avg bac bt depth: 7.82 vs 1.72 (normal)
173.78/173.98	c Running time: 153.72163 seconds
173.78/173.99	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-1577496-1241001915/watcher-1577496-1241001915 -o /tmp/evaluation-result-1577496-1241001915/solver-1577496-1241001915 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577496-1241001915.cnf HOME 

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.98 1.57 1.23 3/64 11351
/proc/meminfo: memFree=1598488/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=1444 CPUtime=0
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 212 0 0 0 0 0 0 0 21 0 1 0 128217833 1478656 195 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 361 197 65 186 0 171 0

[startup+0.065747 s]
/proc/loadavg: 1.98 1.57 1.23 3/64 11351
/proc/meminfo: memFree=1598488/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=20516 CPUtime=0.05
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 4396 0 0 0 4 1 0 0 21 0 1 0 128217833 21008384 4331 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 5129 4332 65 186 0 4939 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25872

[startup+0.10175 s]
/proc/loadavg: 1.98 1.57 1.23 3/64 11351
/proc/meminfo: memFree=1598488/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=26588 CPUtime=0.08
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 6149 0 0 0 6 2 0 0 21 0 1 0 128217833 27226112 6084 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 6647 6086 66 186 0 6457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31944

[startup+0.301772 s]
/proc/loadavg: 1.98 1.57 1.23 3/64 11351
/proc/meminfo: memFree=1598488/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=74892 CPUtime=0.29
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 15830 0 0 0 21 8 0 0 22 0 1 0 128217833 76689408 15765 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 18723 15766 65 186 0 18533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80248

[startup+0.701817 s]
/proc/loadavg: 1.98 1.57 1.23 3/64 11351
/proc/meminfo: memFree=1598488/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=139732 CPUtime=0.69
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 34024 0 0 0 50 19 0 0 25 0 1 0 128217833 143085568 33959 1992294400 4194304 4959918 548682068656 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 34933 33960 65 186 0 34743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145088

[startup+1.50291 s]
/proc/loadavg: 1.98 1.57 1.23 2/66 11353
/proc/meminfo: memFree=1400968/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=213888 CPUtime=1.49
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 50859 0 0 0 123 26 0 0 25 0 1 0 128217833 219021312 50774 1992294400 4194304 4959918 548682068656 18446744073709551615 4240829 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 53472 50774 86 186 0 53282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 219244

[startup+3.10109 s]
/proc/loadavg: 1.90 1.56 1.23 2/66 11353
/proc/meminfo: memFree=1384904/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=225908 CPUtime=3.09
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 53497 0 0 0 282 27 0 0 25 0 1 0 128217833 231329792 53300 1992294400 4194304 4959918 548682068656 18446744073709551615 4241201 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 56477 53300 90 186 0 56287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 231264

[startup+6.30145 s]
/proc/loadavg: 1.90 1.56 1.23 2/66 11353
/proc/meminfo: memFree=1384968/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=225668 CPUtime=6.28
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 53527 0 0 0 601 27 0 0 25 0 1 0 128217833 231084032 53270 1992294400 4194304 4959918 548682068656 18446744073709551615 4241179 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 56417 53270 90 186 0 56227 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 231024

[startup+12.7012 s]
/proc/loadavg: 1.77 1.54 1.23 2/66 11353
/proc/meminfo: memFree=1385288/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 128217833 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 240 199 169 0 50 0
[pid=11352] ppid=11351 vsize=225316 CPUtime=12.68
/proc/11352/stat : 11352 (SatElite) R 11351 11351 11024 0 -1 4194304 53643 0 0 0 1241 27 0 0 25 0 1 0 128217833 230723584 53234 1992294400 4194304 4959918 548682068656 18446744073709551615 4241176 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 56329 53234 90 186 0 56139 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 230672

[startup+25.5016 s]
/proc/loadavg: 1.65 1.53 1.23 2/66 11354
/proc/meminfo: memFree=1546312/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=35240 CPUtime=5.38
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 8503 0 0 0 536 2 0 0 25 0 1 0 128219843 36085760 8106 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 8810 8106 118 309 0 8497 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40596

[startup+51.1015 s]
/proc/loadavg: 1.43 1.48 1.22 2/66 11354
/proc/meminfo: memFree=1539208/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=43412 CPUtime=30.96
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 10774 0 0 0 3092 4 0 0 25 0 1 0 128219843 44453888 9977 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 10853 9977 118 309 0 10540 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 48768

[startup+102.305 s]
/proc/loadavg: 1.17 1.40 1.20 2/66 11354
/proc/meminfo: memFree=1528584/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=52908 CPUtime=82.13
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14397 0 0 0 8206 7 0 0 25 0 1 0 128219843 54177792 12552 1992294400 4194304 5460562 548682068784 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13227 12552 118 309 0 12914 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 58264

[startup+162.301 s]
/proc/loadavg: 1.06 1.32 1.19 2/66 11354
/proc/meminfo: memFree=1527880/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=53968 CPUtime=142.11
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14627 0 0 0 14204 7 0 0 25 0 1 0 128219843 55263232 12782 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13492 12782 118 309 0 13179 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 59324

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

[startup+166.302 s]
/proc/loadavg: 1.06 1.32 1.19 2/66 11354
/proc/meminfo: memFree=1527624/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54132 CPUtime=146.11
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14666 0 0 0 14604 7 0 0 25 0 1 0 128219843 55431168 12817 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13533 12817 118 309 0 13220 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 59488

[startup+169.502 s]
/proc/loadavg: 1.06 1.32 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54320 CPUtime=149.31
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14684 0 0 0 14924 7 0 0 25 0 1 0 128219843 55623680 12835 1992294400 4194304 5460562 548682068784 18446744073709551615 4211518 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (KiB) 59676

[startup+171.101 s]
/proc/loadavg: 1.06 1.32 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54320 CPUtime=150.91
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14684 0 0 0 15084 7 0 0 25 0 1 0 128219843 55623680 12835 1992294400 4194304 5460562 548682068784 18446744073709551615 4225757 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 170.99
Current children cumulated vsize (KiB) 59676

[startup+172.705 s]
/proc/loadavg: 1.05 1.31 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54320 CPUtime=152.51
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14684 0 0 0 15244 7 0 0 25 0 1 0 128219843 55623680 12835 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 172.59
Current children cumulated vsize (KiB) 59676

[startup+173.502 s]
/proc/loadavg: 1.05 1.31 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54320 CPUtime=153.31
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14684 0 0 0 15324 7 0 0 25 0 1 0 128219843 55623680 12835 1992294400 4194304 5460562 548682068784 18446744073709551615 4226220 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 173.39
Current children cumulated vsize (KiB) 59676

[startup+173.901 s]
/proc/loadavg: 1.05 1.31 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5356 CPUtime=20.08
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 315 59086 0 0 0 0 1965 43 19 0 1 0 128217833 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 242 199 169 0 50 0
[pid=11354] ppid=11351 vsize=54320 CPUtime=153.7
/proc/11354/stat : 11354 (rsat) R 11351 11351 11024 0 -1 4194304 14684 0 0 0 15363 7 0 0 25 0 1 0 128219843 55623680 12835 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11354/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 173.78
Current children cumulated vsize (KiB) 59676

[startup+174.001 s]
/proc/loadavg: 1.05 1.31 1.18 2/66 11354
/proc/meminfo: memFree=1527560/2055920 swapFree=4178168/4192956
[pid=11351] ppid=11349 vsize=5360 CPUtime=173.88
/proc/11351/stat : 11351 (rsat.sh) S 11349 11351 11024 0 -1 4194304 343 73774 0 0 0 0 17337 51 19 0 1 0 128217833 5488640 244 1992294400 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11351/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 173.88
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 174.007
CPU time (s): 173.906
CPU user time (s): 173.381
CPU system time (s): 0.52492
CPU usage (%): 99.9419
Max. virtual memory (cumulated for all children) (KiB): 242260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.381
system time used= 0.52492
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74243
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= 37
involuntary context switches= 415

runsolver used 0.19397 second user time and 0.445932 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-29 12:45:17
IDJOB=1577496
IDBENCH=70960
IDSOLVER=545
FILE ID=node63/1577496-1241001915
PBS_JOBID= 9204807
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=450675704

node63.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.236
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.236
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:       1598968 kB
Buffers:         42548 kB
Cached:         360072 kB
SwapCached:       8848 kB
Active:         137844 kB
Inactive:       274980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598968 kB
SwapTotal:     4192956 kB
SwapFree:      4178168 kB
Dirty:           28880 kB
Writeback:           0 kB
Mapped:          14824 kB
Slab:            29944 kB
Committed_AS:   694276 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node63 at 2009-04-29 12:48:11