Trace number 1774449

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.27 993.665

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.052
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.01885 s
0.99/1.08	c ==============================================================================
1.10/1.17	c Rsat version 3.02
1.16/1.22	c Base unit clause learned: 0
993.19/993.63	c CNF stats: (8333 vars, 73221 clauses)
993.19/993.63	c Decisions: 2530337
993.19/993.63	c Conflicts: 1629658
993.19/993.63	c Restarts: 14
993.19/993.63	c Avg lpc: 22.18
993.19/993.63	c Max decision level: 209
993.19/993.63	c KB reduction: 47 (1549437 clauses removed)
993.19/993.63	c Final decision lit size:8333 (100.00 %)
993.19/993.63	c Final stack/save sizes: 83(1.00 %)/332(3.98 %)
993.19/993.63	c Final cdc size: 200 (2.40 %)
993.19/993.63	c ***********************************************
993.19/993.63	c Conflicts with bac: 32787/1629658 (2.01 %)
993.19/993.63	c Avg bac size: 14.70
993.19/993.63	c Avg bac bt depth: 5.15 vs 1.42 (normal)
993.19/993.65	c Running time: 991.88021 seconds
993.19/993.65	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-1774449-1241337921/watcher-1774449-1241337921 -o /tmp/evaluation-result-1774449-1241337921/solver-1774449-1241337921 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774449-1241337921.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: 1.00 1.00 1.00 3/67 13489
/proc/meminfo: memFree=811664/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=0
/proc/13489/stat : 13489 (rsat.sh) R 13487 13489 13414 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161818240 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13489/statm: 1339 238 198 169 0 50 0
[pid=13490] ppid=13489 vsize=1400 CPUtime=0
/proc/13490/stat : 13490 (SatElite) R 13489 13489 13414 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 161818240 1433600 191 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/13490/statm: 350 193 65 186 0 160 0

[startup+0.0428141 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 13489
/proc/meminfo: memFree=811664/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=0
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161818240 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13489/statm: 1339 239 199 169 0 50 0
[pid=13490] ppid=13489 vsize=9448 CPUtime=0.03
/proc/13490/stat : 13490 (SatElite) R 13489 13489 13414 0 -1 4194304 2121 0 0 0 2 1 0 0 19 0 1 0 161818240 9674752 2104 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/13490/statm: 2362 2106 65 186 0 2172 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14804

[startup+0.10182 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 13489
/proc/meminfo: memFree=811664/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=0
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161818240 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13489/statm: 1339 239 199 169 0 50 0
[pid=13490] ppid=13489 vsize=21188 CPUtime=0.09
/proc/13490/stat : 13490 (SatElite) R 13489 13489 13414 0 -1 4194304 4788 0 0 0 6 3 0 0 19 0 1 0 161818240 21696512 4772 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/13490/statm: 5297 4773 65 186 0 5107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26544

[startup+0.301835 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 13489
/proc/meminfo: memFree=811664/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=0
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161818240 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13489/statm: 1339 239 199 169 0 50 0
[pid=13490] ppid=13489 vsize=35460 CPUtime=0.28
/proc/13490/stat : 13490 (SatElite) R 13489 13489 13414 0 -1 4194304 7637 0 0 0 24 4 0 0 21 0 1 0 161818240 36311040 7620 1992294400 4194304 4959918 548682068688 18446744073709551615 4241683 0 0 4096 3 0 0 0 17 0 0 0
/proc/13490/statm: 8865 7620 90 186 0 8675 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40816

[startup+0.70187 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 13489
/proc/meminfo: memFree=811664/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=0
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161818240 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13489/statm: 1339 239 199 169 0 50 0
[pid=13490] ppid=13489 vsize=35900 CPUtime=0.69
/proc/13490/stat : 13490 (SatElite) R 13489 13489 13414 0 -1 4194304 8112 0 0 0 64 5 0 0 25 0 1 0 161818240 36761600 7739 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/13490/statm: 8975 7741 92 186 0 8785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41256

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13491
/proc/meminfo: memFree=776256/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 5356

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=800256/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=11540 CPUtime=1.91
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 2488 0 0 0 190 1 0 0 25 0 1 0 161818357 11816960 2364 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 2885 2364 118 309 0 2572 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16896

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=797568/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=12876 CPUtime=5.11
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 3345 0 0 0 510 1 0 0 25 0 1 0 161818357 13185024 2737 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 3219 2737 118 309 0 2906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18232

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=796800/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=13256 CPUtime=11.51
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 3896 0 0 0 1149 2 0 0 25 0 1 0 161818357 13574144 2840 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 3314 2840 118 309 0 3001 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18612

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=796224/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=14528 CPUtime=24.3
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 5649 0 0 0 2428 2 0 0 25 0 1 0 161818357 14876672 3051 1992294400 4194304 5460562 548682068800 18446744073709551615 4226284 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 3632 3051 118 309 0 3319 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19884

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=794432/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=16032 CPUtime=49.89
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 8942 0 0 0 4985 4 0 0 25 0 1 0 161818357 16416768 3464 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 4008 3464 118 309 0 3695 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21388

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=792064/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=18548 CPUtime=101.07
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 12923 0 0 0 10102 5 0 0 25 0 1 0 161818357 18993152 4085 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 4637 4085 118 309 0 4324 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23904

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=790144/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=21320 CPUtime=161.05
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 16614 0 0 0 16098 7 0 0 25 0 1 0 161818357 21831680 4569 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 5330 4569 118 309 0 5017 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26676

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=788416/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=22860 CPUtime=221.01
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 20008 0 0 0 22093 8 0 0 25 0 1 0 161818357 23408640 4987 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 5715 4987 118 309 0 5402 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 28216

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=787264/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=23908 CPUtime=281
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 22282 0 0 0 28091 9 0 0 25 0 1 0 161818357 24481792 5277 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 5977 5277 118 309 0 5664 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 29264

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 13492
/proc/meminfo: memFree=785984/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=24956 CPUtime=340.97
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 24558 0 0 0 34087 10 0 0 25 0 1 0 161818357 25554944 5569 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 6239 5569 118 309 0 5926 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 30312

[startup+402.302 s]

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


[startup+702.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/69 13492
/proc/meminfo: memFree=779968/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=30964 CPUtime=700.84
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 34070 0 0 0 70068 16 0 0 25 0 1 0 161818357 31707136 7145 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 7741 7145 118 309 0 7428 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 36320

[startup+762.306 s]
/proc/loadavg: 1.21 1.07 1.02 2/69 13492
/proc/meminfo: memFree=779008/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=31680 CPUtime=760.81
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 35280 0 0 0 76065 16 0 0 25 0 1 0 161818357 32440320 7363 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 7920 7363 118 309 0 7607 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 37036

[startup+822.301 s]
/proc/loadavg: 1.07 1.05 1.01 2/69 13492
/proc/meminfo: memFree=778560/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=33864 CPUtime=820.8
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 37943 0 0 0 82062 18 0 0 25 0 1 0 161818357 34676736 7460 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8466 7460 118 309 0 8153 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 39220

[startup+882.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/69 13492
/proc/meminfo: memFree=777600/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=34528 CPUtime=880.77
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 40161 0 0 0 88058 19 0 0 25 0 1 0 161818357 35356672 7662 1992294400 4194304 5460562 548682068800 18446744073709551615 4204979 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8632 7662 118 309 0 8319 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 39884

[startup+942.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/69 13492
/proc/meminfo: memFree=776896/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35424 CPUtime=940.74
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 42370 0 0 0 94055 19 0 0 25 0 1 0 161818357 36274176 7855 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8856 7855 118 309 0 8543 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 40780

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

[startup+947.106 s]
/proc/loadavg: 1.01 1.03 1.00 2/69 13492
/proc/meminfo: memFree=776896/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35424 CPUtime=945.54
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 42394 0 0 0 94535 19 0 0 25 0 1 0 161818357 36274176 7879 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8856 7879 118 309 0 8543 0
Current children cumulated CPU time (s) 946.7
Current children cumulated vsize (KiB) 40780

[startup+972.702 s]
/proc/loadavg: 1.00 1.03 1.00 2/69 13492
/proc/meminfo: memFree=776704/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35424 CPUtime=971.13
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 42451 0 0 0 97094 19 0 0 25 0 1 0 161818357 36274176 7936 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8856 7936 118 309 0 8543 0
Current children cumulated CPU time (s) 972.29
Current children cumulated vsize (KiB) 40780

[startup+985.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776320/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=983.93
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 98373 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 985.09
Current children cumulated vsize (KiB) 40908

[startup+988.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776320/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=987.13
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 98693 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 988.29
Current children cumulated vsize (KiB) 40908

[startup+991.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776320/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=990.33
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 99013 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 991.49
Current children cumulated vsize (KiB) 40908

[startup+992.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776320/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=991.13
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 99093 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4226315 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 992.29
Current children cumulated vsize (KiB) 40908

[startup+993.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776320/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=991.53
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 99133 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4211511 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 992.69
Current children cumulated vsize (KiB) 40908

[startup+993.501 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776256/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=991.93
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 99173 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 993.09
Current children cumulated vsize (KiB) 40908

[startup+993.601 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 13492
/proc/meminfo: memFree=776256/2055920 swapFree=4180144/4192956
[pid=13489] ppid=13487 vsize=5356 CPUtime=1.16
/proc/13489/stat : 13489 (rsat.sh) S 13487 13489 13414 0 -1 4194304 312 8834 0 0 0 0 110 6 16 0 1 0 161818240 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13489/statm: 1339 241 199 169 0 50 0
[pid=13492] ppid=13489 vsize=35552 CPUtime=992.03
/proc/13492/stat : 13492 (rsat) R 13489 13489 13414 0 -1 4194304 44521 0 0 0 99183 20 0 0 25 0 1 0 161818357 36405248 7990 1992294400 4194304 5460562 548682068800 18446744073709551615 4214259 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13492/statm: 8888 7990 118 309 0 8575 0
Current children cumulated CPU time (s) 993.19
Current children cumulated vsize (KiB) 40908

Child status: 20
Real time (s): 993.665
CPU time (s): 993.27
CPU user time (s): 992.985
CPU system time (s): 0.284956
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 49100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 992.985
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53826
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= 38
involuntary context switches= 4046

runsolver used 0.995848 second user time and 2.6276 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-03 10:05:21
IDJOB=1774449
IDBENCH=70947
IDSOLVER=615
FILE ID=node68/1774449-1241337921
PBS_JOBID= 9225429
Free space on /tmp= 66520 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-1774449-1241337921/watcher-1774449-1241337921 -o /tmp/evaluation-result-1774449-1241337921/solver-1774449-1241337921 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774449-1241337921.cnf HOME

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=434898393

node68.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.223
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.223
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:        812144 kB
Buffers:         92324 kB
Cached:        1039404 kB
SwapCached:       5572 kB
Active:         152284 kB
Inactive:       988816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        812144 kB
SwapTotal:     4192956 kB
SwapFree:      4180144 kB
Dirty:            9000 kB
Writeback:           0 kB
Mapped:          15312 kB
Slab:            88364 kB
Committed_AS:   572324 kB
PageTables:       1560 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= 66512 MiB
End job on node68 at 2009-05-03 10:21:55