Trace number 1774569

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.707 173.799

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 benchmark112.165
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.03	c ==============================================================================
0.99/1.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.03	c ==============================================================================
0.99/1.03	c |         0 | 1108439  3246165 |  332531       0        0     nan |  0.000 % |
19.68/19.72	c |         0 |  365178  1362642 |      --       0       --      -- |     --   | -599968/-1491637
19.68/19.72	c ==============================================================================
19.68/19.72	c Result  :   #vars: 34857   #clauses: 365178   #literals: 1362642
19.68/19.72	c CPU time:   19.3791 s
19.68/19.72	c ==============================================================================
20.18/20.27	c Rsat version 3.02
20.25/20.50	c Base unit clause learned: 0
173.49/173.70	c CNF stats: (34857 vars, 365178 clauses)
173.49/173.70	c Decisions: 466321
173.49/173.70	c Conflicts: 233403
173.49/173.70	c Restarts: 29
173.49/173.70	c Avg lpc: 22.84
173.49/173.70	c Max decision level: 449
173.49/173.70	c KB reduction: 1 (86051 clauses removed)
173.49/173.70	c Final decision lit size:34857 (100.00 %)
173.49/173.70	c Final stack/save sizes: 348(1.00 %)/348(1.00 %)
173.49/173.70	c Final cdc size: 696 (2.00 %)
173.49/173.70	c ***********************************************
173.49/173.70	c Conflicts with bac: 9294/233403 (3.98 %)
173.49/173.70	c Avg bac size: 10.77
173.49/173.70	c Avg bac bt depth: 7.82 vs 1.72 (normal)
173.59/173.77	c Running time: 153.34569 seconds
173.59/173.78	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-1774569-1241338507/watcher-1774569-1241338507 -o /tmp/evaluation-result-1774569-1241338507/solver-1774569-1241338507 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774569-1241338507.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.99 1.01 1.00 3/65 21846
/proc/meminfo: memFree=832224/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=2780 CPUtime=0
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 462 0 0 0 0 0 0 0 18 0 1 0 161880333 2846720 445 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 695 445 65 186 0 505 0

[startup+0.086789 s]
/proc/loadavg: 0.99 1.01 1.00 3/65 21846
/proc/meminfo: memFree=832224/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=23556 CPUtime=0.07
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 5369 0 0 0 5 2 0 0 18 0 1 0 161880333 24121344 5304 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 5889 5305 65 186 0 5699 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28912

[startup+0.10179 s]
/proc/loadavg: 0.99 1.01 1.00 3/65 21846
/proc/meminfo: memFree=832224/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=26456 CPUtime=0.09
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 6095 0 0 0 7 2 0 0 18 0 1 0 161880333 27090944 6030 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 6614 6033 65 186 0 6424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31812

[startup+0.301825 s]
/proc/loadavg: 0.99 1.01 1.00 3/65 21846
/proc/meminfo: memFree=832224/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=74496 CPUtime=0.29
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 15711 0 0 0 22 7 0 0 19 0 1 0 161880333 76283904 15646 1992294400 4194304 4959918 548682068688 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 18657 15648 65 186 0 18467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79852

[startup+0.701898 s]
/proc/loadavg: 0.99 1.01 1.00 3/65 21846
/proc/meminfo: memFree=832224/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=138544 CPUtime=0.69
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 33702 0 0 0 53 16 0 0 23 0 1 0 161880333 141869056 33637 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 34636 33639 65 186 0 34446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143900

[startup+1.50104 s]
/proc/loadavg: 0.99 1.01 1.00 2/67 21848
/proc/meminfo: memFree=634800/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=213888 CPUtime=1.49
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 50862 0 0 0 125 24 0 0 25 0 1 0 161880333 219021312 50777 1992294400 4194304 4959918 548682068688 18446744073709551615 4241194 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 53472 50777 86 186 0 53282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 219244

[startup+3.10232 s]
/proc/loadavg: 0.99 1.01 1.00 2/67 21848
/proc/meminfo: memFree=618512/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=225908 CPUtime=3.09
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 53497 0 0 0 284 25 0 0 25 0 1 0 161880333 231329792 53300 1992294400 4194304 4959918 548682068688 18446744073709551615 4240954 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 56477 53300 90 186 0 56287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 231264

[startup+6.30189 s]
/proc/loadavg: 0.99 1.01 1.00 2/67 21848
/proc/meminfo: memFree=617432/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=225668 CPUtime=6.28
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 53527 0 0 0 603 25 0 0 25 0 1 0 161880333 231084032 53270 1992294400 4194304 4959918 548682068688 18446744073709551615 4240832 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 56417 53270 90 186 0 56227 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 231024

[startup+12.702 s]
/proc/loadavg: 1.22 1.06 1.01 2/67 21848
/proc/meminfo: memFree=618328/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=0
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161880332 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21846/statm: 1339 239 199 169 0 50 0
[pid=21847] ppid=21846 vsize=225316 CPUtime=12.68
/proc/21847/stat : 21847 (SatElite) R 21846 21846 21809 0 -1 4194304 53642 0 0 0 1243 25 0 0 25 0 1 0 161880333 230723584 53233 1992294400 4194304 4959918 548682068688 18446744073709551615 4241768 0 0 4096 3 0 0 0 17 1 0 0
/proc/21847/statm: 56329 53233 90 186 0 56139 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 230672

[startup+25.5013 s]
/proc/loadavg: 1.19 1.05 1.01 2/67 21849
/proc/meminfo: memFree=779480/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=35096 CPUtime=5.21
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 8492 0 0 0 517 4 0 0 25 0 1 0 161882360 35938304 8095 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 8774 8095 118 309 0 8461 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40452

[startup+51.1018 s]
/proc/loadavg: 1.24 1.08 1.02 2/67 21849
/proc/meminfo: memFree=772824/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=43412 CPUtime=30.79
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 10769 0 0 0 3074 5 0 0 25 0 1 0 161882360 44453888 9972 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 10853 9972 118 309 0 10540 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 48768

[startup+102.306 s]
/proc/loadavg: 1.09 1.06 1.02 2/67 21849
/proc/meminfo: memFree=762264/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=52908 CPUtime=81.97
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14397 0 0 0 8190 7 0 0 25 0 1 0 161882360 54177792 12552 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 13227 12552 118 309 0 12914 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 58264

[startup+162.302 s]
/proc/loadavg: 1.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761624/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=53968 CPUtime=141.94
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14628 0 0 0 14187 7 0 0 25 0 1 0 161882360 55263232 12783 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 13492 12783 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.301 s]
/proc/loadavg: 1.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761368/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54132 CPUtime=145.94
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14666 0 0 0 14587 7 0 0 25 0 1 0 161882360 55431168 12817 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/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.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761304/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54320 CPUtime=149.14
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14684 0 0 0 14907 7 0 0 25 0 1 0 161882360 55623680 12835 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/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.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761304/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54320 CPUtime=150.74
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14684 0 0 0 15067 7 0 0 25 0 1 0 161882360 55623680 12835 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/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.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761304/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54320 CPUtime=152.34
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14684 0 0 0 15227 7 0 0 25 0 1 0 161882360 55623680 12835 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/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.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761304/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54320 CPUtime=153.14
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14684 0 0 0 15307 7 0 0 25 0 1 0 161882360 55623680 12835 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 173.39
Current children cumulated vsize (KiB) 59676

[startup+173.702 s]
/proc/loadavg: 1.03 1.05 1.01 2/67 21849
/proc/meminfo: memFree=761240/2055920 swapFree=4192812/4192956
[pid=21846] ppid=21844 vsize=5356 CPUtime=20.25
/proc/21846/stat : 21846 (rsat.sh) S 21844 21846 21809 0 -1 4194304 312 59086 0 0 0 0 1986 39 16 0 1 0 161880332 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21846/statm: 1339 241 199 169 0 50 0
[pid=21849] ppid=21846 vsize=54320 CPUtime=153.34
/proc/21849/stat : 21849 (rsat) R 21846 21846 21809 0 -1 4194304 14685 0 0 0 15327 7 0 0 25 0 1 0 161882360 55623680 12835 1992294400 4194304 5460562 548682068800 18446744073709551615 4791093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/21849/statm: 13580 12835 118 309 0 13267 0
Current children cumulated CPU time (s) 173.59
Current children cumulated vsize (KiB) 59676

Child status: 20
Real time (s): 173.799
CPU time (s): 173.707
CPU user time (s): 173.211
CPU system time (s): 0.495924
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 242260

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

runsolver used 0.19597 second user time and 0.446932 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-03 10:15:08
IDJOB=1774569
IDBENCH=70960
IDSOLVER=615
FILE ID=node89/1774569-1241338507
PBS_JOBID= 9225469
Free space on /tmp= 66272 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-1774569-1241338507/watcher-1774569-1241338507 -o /tmp/evaluation-result-1774569-1241338507/solver-1774569-1241338507 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774569-1241338507.cnf HOME

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=1529723276

node89.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.268
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.268
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:        832704 kB
Buffers:         90128 kB
Cached:        1013852 kB
SwapCached:          0 kB
Active:         427420 kB
Inactive:       690260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        832704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           29144 kB
Writeback:           0 kB
Mapped:          23460 kB
Slab:            91544 kB
Committed_AS:   591044 kB
PageTables:       1372 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= 66268 MiB
End job on node89 at 2009-05-03 10:18:02