Trace number 1563120

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 993.421 993.694

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.819
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  163622   479140 |   49086       0        0     nan |  0.000 % |
0.99/1.08	c |         0 |   73221   247132 |      --       0       --      -- |     --   | -84687/-214858
0.99/1.08	c ==============================================================================
0.99/1.08	c Result  :   #vars: 8333   #clauses: 73221   #literals: 247132
0.99/1.08	c CPU time:   1.03284 s
0.99/1.08	c ==============================================================================
1.09/1.17	c Rsat version 3.02
1.17/1.22	c Base unit clause learned: 0
993.31/993.66	c CNF stats: (8333 vars, 73221 clauses)
993.31/993.66	c Decisions: 2530337
993.31/993.66	c Conflicts: 1629658
993.31/993.66	c Restarts: 14
993.31/993.66	c Avg lpc: 22.18
993.31/993.66	c Max decision level: 209
993.31/993.66	c KB reduction: 47 (1549437 clauses removed)
993.31/993.66	c Final decision lit size:8333 (100.00 %)
993.31/993.66	c Final stack/save sizes: 83(1.00 %)/332(3.98 %)
993.31/993.66	c Final cdc size: 200 (2.40 %)
993.31/993.66	c ***********************************************
993.31/993.66	c Conflicts with bac: 32787/1629658 (2.01 %)
993.31/993.66	c Avg bac size: 14.70
993.31/993.66	c Avg bac bt depth: 5.15 vs 1.42 (normal)
993.31/993.68	c Running time: 992.04519 seconds
993.31/993.68	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-1563120-1241000619/watcher-1563120-1241000619 -o /tmp/evaluation-result-1563120-1241000619/solver-1563120-1241000619 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1563120-1241000619.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: 0.92 0.98 0.93 3/65 7101
/proc/meminfo: memFree=1764848/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=0
/proc/7101/stat : 7101 (rsat.sh) R 7099 7101 6943 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 128091793 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 269807577759 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/7101/statm: 1339 239 198 169 0 50 0
[pid=7102] ppid=7101 vsize=1400 CPUtime=0
/proc/7102/stat : 7102 (SatElite) R 7101 7101 6943 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 128091793 1433600 179 1992294400 4194304 4959918 548682068672 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 1 0 0
/proc/7102/statm: 350 180 65 186 0 160 0

[startup+0.010347 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 7101
/proc/meminfo: memFree=1764848/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=0
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128091793 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7101/statm: 1339 240 199 169 0 50 0
[pid=7102] ppid=7101 vsize=2568 CPUtime=0
/proc/7102/stat : 7102 (SatElite) R 7101 7101 6943 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 128091793 2629632 474 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/7102/statm: 683 475 65 186 0 493 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7924

[startup+0.102356 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 7101
/proc/meminfo: memFree=1764848/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=0
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128091793 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7101/statm: 1339 240 199 169 0 50 0
[pid=7102] ppid=7101 vsize=21452 CPUtime=0.09
/proc/7102/stat : 7102 (SatElite) R 7101 7101 6943 0 -1 4194304 4885 0 0 0 6 3 0 0 19 0 1 0 128091793 21966848 4868 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/7102/statm: 5363 4870 65 186 0 5173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26808

[startup+0.301379 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 7101
/proc/meminfo: memFree=1764848/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=0
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128091793 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7101/statm: 1339 240 199 169 0 50 0
[pid=7102] ppid=7101 vsize=35460 CPUtime=0.29
/proc/7102/stat : 7102 (SatElite) R 7101 7101 6943 0 -1 4194304 7637 0 0 0 25 4 0 0 21 0 1 0 128091793 36311040 7620 1992294400 4194304 4959918 548682068672 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 1 0 0
/proc/7102/statm: 8865 7620 90 186 0 8675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40816

[startup+0.701419 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 7101
/proc/meminfo: memFree=1764848/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=0
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128091793 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7101/statm: 1339 240 199 169 0 50 0
[pid=7102] ppid=7101 vsize=35900 CPUtime=0.68
/proc/7102/stat : 7102 (SatElite) R 7101 7101 6943 0 -1 4194304 8098 0 0 0 64 4 0 0 25 0 1 0 128091793 36761600 7725 1992294400 4194304 4959918 548682068672 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/7102/statm: 8975 7725 92 186 0 8785 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41256

[startup+1.50152 s]
/proc/loadavg: 0.92 0.98 0.93 2/67 7103
/proc/meminfo: memFree=1729440/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 5356

[startup+3.10167 s]
/proc/loadavg: 0.92 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1753376/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=11672 CPUtime=1.91
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 2500 0 0 0 190 1 0 0 25 0 1 0 128091911 11952128 2376 1992294400 4194304 5460562 548682068784 18446744073709551615 4225754 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 2918 2376 118 309 0 2605 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17028

[startup+6.30202 s]
/proc/loadavg: 0.93 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1750880/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=12876 CPUtime=5.11
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 3345 0 0 0 510 1 0 0 25 0 1 0 128091911 13185024 2737 1992294400 4194304 5460562 548682068784 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 3219 2737 118 309 0 2906 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18232

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1750112/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=13256 CPUtime=11.51
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 3896 0 0 0 1149 2 0 0 25 0 1 0 128091911 13574144 2840 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 3314 2840 118 309 0 3001 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18612

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1749344/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=14528 CPUtime=24.3
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 5649 0 0 0 2428 2 0 0 25 0 1 0 128091911 14876672 3051 1992294400 4194304 5460562 548682068784 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 3632 3051 118 309 0 3319 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19884

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1747744/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=16032 CPUtime=49.89
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 8942 0 0 0 4985 4 0 0 25 0 1 0 128091911 16416768 3464 1992294400 4194304 5460562 548682068784 18446744073709551615 4210639 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 4008 3464 118 309 0 3695 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21388

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1745376/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=18548 CPUtime=101.08
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 12923 0 0 0 10103 5 0 0 25 0 1 0 128091911 18993152 4085 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 4637 4085 118 309 0 4324 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23904

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1743456/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=21320 CPUtime=161.06
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 16614 0 0 0 16099 7 0 0 25 0 1 0 128091911 21831680 4569 1992294400 4194304 5460562 548682068784 18446744073709551615 4226238 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 5330 4569 118 309 0 5017 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 26676

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1741600/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=22860 CPUtime=221.05
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 20008 0 0 0 22097 8 0 0 25 0 1 0 128091911 23408640 4987 1992294400 4194304 5460562 548682068784 18446744073709551615 4226263 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 5715 4987 118 309 0 5402 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1740576/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=23908 CPUtime=281.03
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 22282 0 0 0 28094 9 0 0 25 0 1 0 128091911 24481792 5277 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 5977 5277 118 309 0 5664 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 29264

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1739296/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=24956 CPUtime=341.01
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 24561 0 0 0 34091 10 0 0 25 0 1 0 128091911 25554944 5572 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 6239 5572 118 309 0 5926 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 30312

[startup+402.302 s]

################
# More data... #
################


[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1732960/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=30964 CPUtime=700.92
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 34070 0 0 0 70078 14 0 0 25 0 1 0 128091911 31707136 7145 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 7741 7145 118 309 0 7428 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 36320

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1732000/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=31680 CPUtime=760.91
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 35280 0 0 0 76077 14 0 0 25 0 1 0 128091911 32440320 7363 1992294400 4194304 5460562 548682068784 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 7920 7363 118 309 0 7607 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 37036

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1731552/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=33864 CPUtime=820.89
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 37943 0 0 0 82074 15 0 0 25 0 1 0 128091911 34676736 7460 1992294400 4194304 5460562 548682068784 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8466 7460 118 309 0 8153 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 39220

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7104
/proc/meminfo: memFree=1730592/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=34528 CPUtime=880.88
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 40161 0 0 0 88071 17 0 0 25 0 1 0 128091911 35356672 7662 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8632 7662 118 309 0 8319 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 39884

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729760/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35424 CPUtime=940.85
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 42370 0 0 0 94068 17 0 0 25 0 1 0 128091911 36274176 7855 1992294400 4194304 5460562 548682068784 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8856 7855 118 309 0 8543 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 40780

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729760/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35424 CPUtime=945.66
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 42394 0 0 0 94549 17 0 0 25 0 1 0 128091911 36274176 7879 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8856 7879 118 309 0 8543 0
Current children cumulated CPU time (s) 946.83
Current children cumulated vsize (KiB) 40780

[startup+972.702 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729632/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35424 CPUtime=971.25
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 42451 0 0 0 97108 17 0 0 25 0 1 0 128091911 36274176 7936 1992294400 4194304 5460562 548682068784 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8856 7936 118 309 0 8543 0
Current children cumulated CPU time (s) 972.42
Current children cumulated vsize (KiB) 40780

[startup+985.501 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=984.05
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 98387 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 985.22
Current children cumulated vsize (KiB) 40908

[startup+988.702 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=987.24
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 98706 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 988.41
Current children cumulated vsize (KiB) 40908

[startup+991.903 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=990.44
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 99026 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 991.61
Current children cumulated vsize (KiB) 40908

[startup+992.702 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=991.24
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 99106 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 992.41
Current children cumulated vsize (KiB) 40908

[startup+993.101 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=991.64
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 99146 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4214286 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 992.81
Current children cumulated vsize (KiB) 40908

[startup+993.501 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=992.04
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 99186 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4225767 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 993.21
Current children cumulated vsize (KiB) 40908

[startup+993.601 s]
/proc/loadavg: 0.99 0.98 0.93 2/67 7106
/proc/meminfo: memFree=1729184/2055920 swapFree=4175168/4192956
[pid=7101] ppid=7099 vsize=5356 CPUtime=1.17
/proc/7101/stat : 7101 (rsat.sh) S 7099 7101 6943 0 -1 4194304 315 8834 0 0 0 0 111 6 16 0 1 0 128091793 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7101/statm: 1339 242 199 169 0 50 0
[pid=7104] ppid=7101 vsize=35552 CPUtime=992.14
/proc/7104/stat : 7104 (rsat) R 7101 7101 6943 0 -1 4194304 44521 0 0 0 99196 18 0 0 25 0 1 0 128091911 36405248 7990 1992294400 4194304 5460562 548682068784 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/7104/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 993.31
Current children cumulated vsize (KiB) 40908

Child status: 20
Real time (s): 993.694
CPU time (s): 993.421
CPU user time (s): 993.158
CPU system time (s): 0.26296
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 49100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 993.158
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53828
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= 41
involuntary context switches= 2349

runsolver used 0.906862 second user time and 2.71459 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-29 12:23:40
IDJOB=1563120
IDBENCH=70947
IDSOLVER=545
FILE ID=node81/1563120-1241000619
PBS_JOBID= 9204791
Free space on /tmp= 126608 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=630654008

node81.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.234
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.234
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:       1765328 kB
Buffers:         24984 kB
Cached:         209136 kB
SwapCached:      11360 kB
Active:          20232 kB
Inactive:       226548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765328 kB
SwapTotal:     4192956 kB
SwapFree:      4175168 kB
Dirty:            8992 kB
Writeback:           0 kB
Mapped:          13644 kB
Slab:            29560 kB
Committed_AS:   509212 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= 126604 MiB
End job on node81 at 2009-04-29 12:40:13