Trace number 1562756

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 855.795 856.037

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l44_lambda.cnf
MD5SUMa7bc41b32260e4459b2bee7c18cacba1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark189.575
Satisfiable
(Un)Satisfiability was proved
Number of variables31540
Number of clauses157264
Sum of the clauses size453246
Maximum clause length9
Minimum clause length1
Number of clauses of size 14112
Number of clauses of size 239373
Number of clauses of size 392004
Number of clauses of size 415027
Number of clauses of size 56616
Number of clauses of size over 5132

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 |  147030   430190 |   44109       0        0     nan |  0.000 % |
0.89/0.99	c |         0 |   64819   218530 |      --       0       --      -- |     --   | -76809/-195446
0.89/0.99	c ==============================================================================
0.89/0.99	c Result  :   #vars: 7453   #clauses: 64819   #literals: 218530
0.89/0.99	c CPU time:   0.933858 s
0.89/0.99	c ==============================================================================
0.99/1.08	c Rsat version 3.02
1.07/1.12	c Base unit clause learned: 0
855.64/855.99	c CNF stats: (7453 vars, 64819 clauses)
855.64/855.99	c Decisions: 2183712
855.64/855.99	c Conflicts: 1399792
855.64/855.99	c Restarts: 14
855.64/855.99	c Avg lpc: 22.43
855.64/855.99	c Max decision level: 218
855.64/855.99	c KB reduction: 48 (1324230 clauses removed)
855.64/855.99	c Final decision lit size:7453 (100.00 %)
855.64/855.99	c Final stack/save sizes: 74(0.99 %)/296(3.97 %)
855.64/855.99	c Final cdc size: 200 (2.68 %)
855.64/855.99	c ***********************************************
855.64/855.99	c Conflicts with bac: 27809/1399792 (1.99 %)
855.64/855.99	c Avg bac size: 14.66
855.64/855.99	c Avg bac bt depth: 5.19 vs 1.43 (normal)
855.74/856.02	c Running time: 854.50810 seconds
855.74/856.02	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-1562756-1240997600/watcher-1562756-1240997600 -o /tmp/evaluation-result-1562756-1240997600/solver-1562756-1240997600 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1562756-1240997600.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.99 0.66 0.29 3/64 11897
/proc/meminfo: memFree=640880/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127787158 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11897/statm: 1339 239 199 169 0 50 0
[pid=11898] ppid=11897 vsize=1532 CPUtime=0
/proc/11898/stat : 11898 (SatElite) R 11897 11897 11806 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 0 127787158 1568768 211 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 383 213 65 186 0 193 0

[startup+0.0769509 s]
/proc/loadavg: 0.99 0.66 0.29 3/64 11897
/proc/meminfo: memFree=640880/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127787158 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11897/statm: 1339 239 199 169 0 50 0
[pid=11898] ppid=11897 vsize=15956 CPUtime=0.07
/proc/11898/stat : 11898 (SatElite) R 11897 11897 11806 0 -1 4194304 3499 0 0 0 5 2 0 0 18 0 1 0 127787158 16338944 3482 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 3989 3482 65 186 0 3799 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21312

[startup+0.101953 s]
/proc/loadavg: 0.99 0.66 0.29 3/64 11897
/proc/meminfo: memFree=640880/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127787158 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11897/statm: 1339 239 199 169 0 50 0
[pid=11898] ppid=11897 vsize=19332 CPUtime=0.09
/proc/11898/stat : 11898 (SatElite) R 11897 11897 11806 0 -1 4194304 4540 0 0 0 6 3 0 0 18 0 1 0 127787158 19795968 4523 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 4833 4524 65 186 0 4643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24688

[startup+0.301973 s]
/proc/loadavg: 0.99 0.66 0.29 3/64 11897
/proc/meminfo: memFree=640880/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127787158 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11897/statm: 1339 239 199 169 0 50 0
[pid=11898] ppid=11897 vsize=29568 CPUtime=0.29
/proc/11898/stat : 11898 (SatElite) R 11897 11897 11806 0 -1 4194304 6876 0 0 0 25 4 0 0 19 0 1 0 127787158 30277632 6859 1992294400 4194304 4959918 548682068688 18446744073709551615 4242991 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 7392 6860 90 186 0 7202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34924

[startup+0.702014 s]
/proc/loadavg: 0.99 0.66 0.29 3/64 11897
/proc/meminfo: memFree=640880/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127787158 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11897/statm: 1339 239 199 169 0 50 0
[pid=11898] ppid=11897 vsize=30276 CPUtime=0.69
/proc/11898/stat : 11898 (SatElite) R 11897 11897 11806 0 -1 4194304 7377 0 0 0 64 5 0 0 22 0 1 0 127787158 31002624 7039 1992294400 4194304 4959918 548682068688 18446744073709551615 4270118 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 7569 7039 92 186 0 7379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35632

[startup+1.50211 s]
/proc/loadavg: 0.99 0.66 0.29 2/66 11899
/proc/meminfo: memFree=609888/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 5356

[startup+3.10126 s]
/proc/loadavg: 0.99 0.66 0.29 2/66 11900
/proc/meminfo: memFree=630240/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=10980 CPUtime=2
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 2329 0 0 0 200 0 0 0 25 0 1 0 127787266 11243520 2219 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 2745 2219 118 309 0 2432 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16336

[startup+6.30158 s]
/proc/loadavg: 0.99 0.66 0.29 2/66 11900
/proc/meminfo: memFree=627936/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=11636 CPUtime=5.21
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 3009 0 0 0 519 2 0 0 25 0 1 0 127787266 11915264 2415 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 2909 2415 118 309 0 2596 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16992

[startup+12.7012 s]
/proc/loadavg: 1.07 0.69 0.30 2/66 11900
/proc/meminfo: memFree=627424/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=12352 CPUtime=11.6
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 3844 0 0 0 1158 2 0 0 25 0 1 0 127787266 12648448 2578 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 3088 2578 118 309 0 2775 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17708

[startup+25.5015 s]
/proc/loadavg: 1.06 0.70 0.31 2/66 11900
/proc/meminfo: memFree=626400/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=13200 CPUtime=24.4
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 5452 0 0 0 2437 3 0 0 25 0 1 0 127787266 13516800 2842 1992294400 4194304 5460562 548682068800 18446744073709551615 4225790 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 3300 2842 118 309 0 2987 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18556

[startup+51.1011 s]
/proc/loadavg: 1.03 0.73 0.33 2/66 11900
/proc/meminfo: memFree=624800/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=15204 CPUtime=49.98
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 8894 0 0 0 4994 4 0 0 25 0 1 0 127787266 15568896 3238 1992294400 4194304 5460562 548682068800 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 3801 3238 118 309 0 3488 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20560

[startup+102.305 s]
/proc/loadavg: 1.01 0.77 0.36 2/66 11900
/proc/meminfo: memFree=622752/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=17296 CPUtime=101.18
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 12792 0 0 0 10111 7 0 0 25 0 1 0 127787266 17711104 3776 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 4324 3776 118 309 0 4011 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22652

[startup+162.301 s]
/proc/loadavg: 1.00 0.81 0.40 2/66 11900
/proc/meminfo: memFree=620704/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=19000 CPUtime=161.15
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 15699 0 0 0 16107 8 0 0 25 0 1 0 127787266 19456000 4283 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 4750 4283 118 309 0 4437 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24356

[startup+222.302 s]
/proc/loadavg: 1.00 0.84 0.43 2/66 11900
/proc/meminfo: memFree=618592/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=21912 CPUtime=221.14
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 20475 0 0 0 22104 10 0 0 25 0 1 0 127787266 22437888 4797 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 5478 4797 118 309 0 5165 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 27268

[startup+282.302 s]
/proc/loadavg: 1.00 0.87 0.47 2/66 11900
/proc/meminfo: memFree=617504/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=22908 CPUtime=281.12
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 22731 0 0 0 28101 11 0 0 25 0 1 0 127787266 23457792 5069 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 5727 5069 118 309 0 5414 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28264

[startup+342.302 s]
/proc/loadavg: 1.00 0.89 0.50 2/66 11900
/proc/meminfo: memFree=616288/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=24000 CPUtime=341.11
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 25015 0 0 0 34098 13 0 0 25 0 1 0 127787266 24576000 5369 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 6000 5369 118 309 0 5687 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29356

[startup+402.301 s]

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


[startup+522.302 s]
/proc/loadavg: 1.00 0.93 0.58 2/66 11902
/proc/meminfo: memFree=612640/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=27380 CPUtime=521.06
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 30853 0 0 0 52091 15 0 0 25 0 1 0 127787266 28037120 6247 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 6845 6247 118 309 0 6532 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 32736

[startup+582.302 s]
/proc/loadavg: 1.00 0.94 0.60 2/66 11902
/proc/meminfo: memFree=611744/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=28192 CPUtime=581.04
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 32062 0 0 0 58089 15 0 0 25 0 1 0 127787266 28868608 6464 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 7048 6464 118 309 0 6735 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 33548

[startup+642.301 s]
/proc/loadavg: 1.00 0.95 0.62 2/66 11902
/proc/meminfo: memFree=611168/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=28700 CPUtime=641.03
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 33211 0 0 0 64087 16 0 0 25 0 1 0 127787266 29388800 6621 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 7175 6621 118 309 0 6862 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 34056

[startup+702.301 s]
/proc/loadavg: 1.00 0.95 0.64 2/66 11902
/proc/meminfo: memFree=610336/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=29448 CPUtime=701.01
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 34398 0 0 0 70085 16 0 0 25 0 1 0 127787266 30154752 6816 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 7362 6816 118 309 0 7049 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 34804

[startup+762.306 s]
/proc/loadavg: 1.00 0.96 0.66 2/66 11902
/proc/meminfo: memFree=609376/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=30376 CPUtime=761
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 35628 0 0 0 76083 17 0 0 25 0 1 0 127787266 31105024 7054 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 7594 7054 118 309 0 7281 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 35732

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.68 2/66 11902
/proc/meminfo: memFree=608608/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=820.98
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 38474 0 0 0 82080 18 0 0 25 0 1 0 127787266 34250752 7334 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7334 118 309 0 8049 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 38804

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

[startup+831.903 s]
/proc/loadavg: 1.00 0.97 0.68 2/66 11902
/proc/meminfo: memFree=608544/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=830.58
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 38474 0 0 0 83040 18 0 0 25 0 1 0 127787266 34250752 7334 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7334 118 309 0 8049 0
Current children cumulated CPU time (s) 831.65
Current children cumulated vsize (KiB) 38804

[startup+844.701 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608480/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=843.38
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 38490 0 0 0 84320 18 0 0 25 0 1 0 127787266 34250752 7350 1992294400 4194304 5460562 548682068800 18446744073709551615 4210688 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7350 118 309 0 8049 0
Current children cumulated CPU time (s) 844.45
Current children cumulated vsize (KiB) 38804

[startup+851.102 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=849.77
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40542 0 0 0 84958 19 0 0 25 0 1 0 127787266 34250752 7386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7386 118 309 0 8049 0
Current children cumulated CPU time (s) 850.84
Current children cumulated vsize (KiB) 38804

[startup+854.301 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=852.97
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40542 0 0 0 85278 19 0 0 25 0 1 0 127787266 34250752 7386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7386 118 309 0 8049 0
Current children cumulated CPU time (s) 854.04
Current children cumulated vsize (KiB) 38804

[startup+855.101 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=853.77
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40542 0 0 0 85358 19 0 0 25 0 1 0 127787266 34250752 7386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7386 118 309 0 8049 0
Current children cumulated CPU time (s) 854.84
Current children cumulated vsize (KiB) 38804

[startup+855.501 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=854.17
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40542 0 0 0 85398 19 0 0 25 0 1 0 127787266 34250752 7386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7386 118 309 0 8049 0
Current children cumulated CPU time (s) 855.24
Current children cumulated vsize (KiB) 38804

[startup+855.901 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=33448 CPUtime=854.57
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40542 0 0 0 85438 19 0 0 25 0 1 0 127787266 34250752 7386 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8362 7386 118 309 0 8049 0
Current children cumulated CPU time (s) 855.64
Current children cumulated vsize (KiB) 38804

[startup+856.001 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 11902
/proc/meminfo: memFree=608160/2055920 swapFree=4192812/4192956
[pid=11897] ppid=11895 vsize=5356 CPUtime=1.07
/proc/11897/stat : 11897 (rsat.sh) S 11895 11897 11806 0 -1 4194304 312 7965 0 0 0 0 101 6 16 0 1 0 127787158 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 241 199 169 0 50 0
[pid=11900] ppid=11897 vsize=32940 CPUtime=854.67
/proc/11900/stat : 11900 (rsat) R 11897 11897 11806 0 -1 4194304 40543 0 0 0 85448 19 0 0 25 0 1 0 127787266 33730560 7259 1992294400 4194304 5460562 548682068800 18446744073709551615 4873703 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11900/statm: 8235 7259 118 309 0 7922 0
Current children cumulated CPU time (s) 855.74
Current children cumulated vsize (KiB) 38296

Child status: 20
Real time (s): 856.037
CPU time (s): 855.795
CPU user time (s): 855.524
CPU system time (s): 0.270958
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 46996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.524
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48978
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= 42
involuntary context switches= 1753

runsolver used 1.02084 second user time and 2.09168 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-29 11:33:20
IDJOB=1562756
IDBENCH=70940
IDSOLVER=545
FILE ID=node59/1562756-1240997600
PBS_JOBID= 9204811
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=570954274

node59.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.240
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.240
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:        641368 kB
Buffers:         68676 kB
Cached:        1257596 kB
SwapCached:          0 kB
Active:         215016 kB
Inactive:      1125184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        641368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8652 kB
Writeback:           0 kB
Mapped:          23724 kB
Slab:            60376 kB
Committed_AS:   584124 kB
PageTables:       1456 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= 66424 MiB
End job on node59 at 2009-04-29 11:47:36