Trace number 1723962

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 508.089 508.224

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.57	c ==============================================================================
0.49/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.57	c ==============================================================================
0.49/0.57	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.69/3.75	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.69/3.75	c ==============================================================================
3.69/3.75	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.69/3.75	c CPU time:   3.45248 s
3.69/3.75	c ==============================================================================
4.09/4.13	c Rsat version 3.02
4.28/4.31	c Base unit clause learned: 0
507.95/508.14	c CNF stats: (29191 vars, 224311 clauses)
507.95/508.14	c Decisions: 3718211
507.95/508.14	c Conflicts: 919464
507.95/508.14	c Restarts: 172
507.95/508.14	c Avg lpc: 35.69
507.95/508.14	c Max decision level: 624
507.95/508.14	c KB reduction: 15 (799132 clauses removed)
507.95/508.14	c Final decision lit size:29191 (100.00 %)
507.95/508.14	c Final stack/save sizes: 291(1.00 %)/2328(7.98 %)
507.95/508.14	c Final cdc size: 1164 (3.99 %)
507.95/508.14	c ***********************************************
507.95/508.14	c Conflicts with bac: 128270/919464 (13.95 %)
507.95/508.14	c Avg bac size: 14.70
507.95/508.14	c Avg bac bt depth: 12.28 vs 2.67 (normal)
507.95/508.20	c Running time: 503.79841 seconds
508.04/508.20	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-1723962-1240690718/watcher-1723962-1240690718 -o /tmp/evaluation-result-1723962-1240690718/solver-1723962-1240690718 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723962-1240690718.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 14999
/proc/meminfo: memFree=1729656/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=2624 CPUtime=0
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 97104501 2686976 468 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 656 471 64 186 0 466 0

[startup+0.0799699 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 14999
/proc/meminfo: memFree=1729656/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=19892 CPUtime=0.07
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 4760 0 0 0 4 3 0 0 18 0 1 0 97104501 20369408 4744 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 4973 4745 64 186 0 4783 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25248

[startup+0.101971 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 14999
/proc/meminfo: memFree=1729656/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=27428 CPUtime=0.08
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 6100 0 0 0 5 3 0 0 18 0 1 0 97104501 28086272 6083 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 6857 6085 64 186 0 6667 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32784

[startup+0.301985 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 14999
/proc/meminfo: memFree=1729656/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=73436 CPUtime=0.29
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 17713 0 0 0 18 11 0 0 19 0 1 0 97104501 75198464 17696 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 18359 17698 64 186 0 18169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78792

[startup+0.702013 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 14999
/proc/meminfo: memFree=1729656/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=145572 CPUtime=0.69
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 33577 0 0 0 50 19 0 0 23 0 1 0 97104501 149065728 32389 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 36393 32389 92 186 0 36203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150928

[startup+1.50107 s]
/proc/loadavg: 0.92 0.99 1.00 2/66 15001
/proc/meminfo: memFree=1596648/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=147476 CPUtime=1.49
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 33961 0 0 0 127 22 0 0 25 0 1 0 97104501 151015424 32773 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 36869 32773 92 186 0 36679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152832

[startup+3.10119 s]
/proc/loadavg: 0.92 0.99 1.00 2/66 15001
/proc/meminfo: memFree=1584424/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97104501 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 240 199 169 0 50 0
[pid=15000] ppid=14999 vsize=151696 CPUtime=3.08
/proc/15000/stat : 15000 (SatElite) R 14999 14999 14870 0 -1 4194304 34934 0 0 0 280 28 0 0 25 0 1 0 97104501 155336704 33746 1992294400 4194304 4959918 548682068656 18446744073709551615 4284780 0 0 4096 3 0 0 0 17 1 0 0
/proc/15000/statm: 37924 33746 92 186 0 37734 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 157052

[startup+6.30142 s]
/proc/loadavg: 1.01 1.01 1.01 2/66 15002
/proc/meminfo: memFree=1684648/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=25924 CPUtime=2.15
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 6134 0 0 0 213 2 0 0 25 0 1 0 97104914 26546176 5873 1992294400 4194304 5460562 548682068784 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 6481 5873 116 309 0 6168 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31280

[startup+12.7029 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 15002
/proc/meminfo: memFree=1680936/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=29956 CPUtime=8.55
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 7167 0 0 0 852 3 0 0 25 0 1 0 97104914 30674944 6839 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 7489 6839 118 309 0 7176 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35312

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.01 2/66 15002
/proc/meminfo: memFree=1671528/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=38872 CPUtime=21.35
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 9593 0 0 0 2131 4 0 0 25 0 1 0 97104914 39804928 9118 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 9718 9118 118 309 0 9405 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44228

[startup+51.1017 s]
/proc/loadavg: 1.04 1.02 1.01 2/66 15002
/proc/meminfo: memFree=1668072/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=43388 CPUtime=46.94
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 11802 0 0 0 4689 5 0 0 25 0 1 0 97104914 44429312 10037 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 10847 10037 118 309 0 10534 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48744

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 15002
/proc/meminfo: memFree=1665960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=44752 CPUtime=98.13
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 15162 0 0 0 9807 6 0 0 25 0 1 0 97104914 45826048 10421 1992294400 4194304 5460562 548682068784 18446744073709551615 4198103 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 11188 10421 118 309 0 10875 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 50108

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15002
/proc/meminfo: memFree=1665128/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=45444 CPUtime=158.11
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 17348 0 0 0 15804 7 0 0 25 0 1 0 97104914 46534656 10618 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 11361 10618 118 309 0 11048 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 50800

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1662824/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=47540 CPUtime=218.1
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 20904 0 0 0 21801 9 0 0 25 0 1 0 97104914 48680960 11189 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 11885 11189 118 309 0 11572 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52896

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1662312/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=48124 CPUtime=278.08
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 22051 0 0 0 27799 9 0 0 25 0 1 0 97104914 49278976 11342 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12031 11342 118 309 0 11718 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 53480

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1661096/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=48932 CPUtime=338.06
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 24285 0 0 0 33796 10 0 0 25 0 1 0 97104914 50106368 11587 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12233 11587 118 309 0 11920 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 54288

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1660712/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=49272 CPUtime=398.05
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 25380 0 0 0 39794 11 0 0 25 0 1 0 97104914 50454528 11690 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12318 11690 118 309 0 12005 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54628

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1658344/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51840 CPUtime=458.03
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 26984 0 0 0 45791 12 0 0 25 0 1 0 97104914 53084160 12300 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12960 12300 118 309 0 12647 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 57196

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=482.03
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28029 0 0 0 48190 13 0 0 25 0 1 0 97104914 53116928 12353 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 486.15
Current children cumulated vsize (KiB) 57228

[startup+499.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=494.83
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28029 0 0 0 49470 13 0 0 25 0 1 0 97104914 53116928 12353 1992294400 4194304 5460562 548682068784 18446744073709551615 4205013 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 498.95
Current children cumulated vsize (KiB) 57228

[startup+502.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=498.03
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28029 0 0 0 49790 13 0 0 25 0 1 0 97104914 53116928 12353 1992294400 4194304 5460562 548682068784 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 502.15
Current children cumulated vsize (KiB) 57228

[startup+505.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=501.23
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28035 0 0 0 50110 13 0 0 25 0 1 0 97104914 53116928 12359 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 505.35
Current children cumulated vsize (KiB) 57228

[startup+507.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=502.83
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28035 0 0 0 50270 13 0 0 25 0 1 0 97104914 53116928 12359 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 506.95
Current children cumulated vsize (KiB) 57228

[startup+507.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=503.63
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28035 0 0 0 50350 13 0 0 25 0 1 0 97104914 53116928 12359 1992294400 4194304 5460562 548682068784 18446744073709551615 4817841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 507.75
Current children cumulated vsize (KiB) 57228

[startup+508.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=51872 CPUtime=503.83
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194304 28035 0 0 0 50370 13 0 0 25 0 1 0 97104914 53116928 12359 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 507.95
Current children cumulated vsize (KiB) 57228

[startup+508.205 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15002
/proc/meminfo: memFree=1657960/2055920 swapFree=4191900/4192956
[pid=14999] ppid=14997 vsize=5356 CPUtime=4.12
/proc/14999/stat : 14999 (rsat.sh) S 14997 14999 14870 0 -1 4194304 315 37634 0 0 0 0 378 34 16 0 1 0 97104501 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14999/statm: 1339 242 199 169 0 50 0
[pid=15002] ppid=14999 vsize=0 CPUtime=503.92
/proc/15002/stat : 15002 (rsat) R 14999 14999 14870 0 -1 4194308 28039 0 0 0 50379 13 0 0 25 0 1 0 97104914 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 508.04
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 508.224
CPU time (s): 508.089
CPU user time (s): 507.585
CPU system time (s): 0.503923
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 161356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.585
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66142
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= 39
involuntary context switches= 822

runsolver used 0.615906 second user time and 1.23881 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 22:18:39
IDJOB=1723962
IDBENCH=71745
IDSOLVER=545
FILE ID=node34/1723962-1240690718
PBS_JOBID= 9186716
Free space on /tmp= 66376 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723962-1240690718/watcher-1723962-1240690718 -o /tmp/evaluation-result-1723962-1240690718/solver-1723962-1240690718 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1723962-1240690718.cnf HOME

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=207341098

node34.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.214
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.214
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:       1730200 kB
Buffers:         32400 kB
Cached:         225684 kB
SwapCached:        384 kB
Active:          93568 kB
Inactive:       177848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730200 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           15404 kB
Writeback:           0 kB
Mapped:          21728 kB
Slab:            40384 kB
Committed_AS:   350736 kB
PageTables:       1380 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= 66372 MiB
End job on node34 at 2009-04-25 22:27:07