Trace number 1773739

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-22? (TO) 10000.1 10002.5

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   13869    32361 |    4160       0        0     nan |  0.000 % |
0.01/0.07	c |         0 |   10390    29200 |      --       0       --      -- |     --   | -3477/-3156
0.01/0.07	c ==============================================================================
0.01/0.07	c Result  :   #vars: 2564   #clauses: 10390   #literals: 29200
0.01/0.07	c CPU time:   0.067989 s
0.01/0.07	c ==============================================================================
0.01/0.08	c Rsat version 3.02
0.01/0.09	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773739-1241334512/watcher-1773739-1241334512 -o /tmp/evaluation-result-1773739-1241334512/solver-1773739-1241334512 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773739-1241334512.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23014
/proc/meminfo: memFree=1802112/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161484589 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 239 199 169 0 50 0
[pid=23015] ppid=23014 vsize=1384 CPUtime=0
/proc/23015/stat : 23015 (SatElite) R 23014 23014 22977 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 161484589 1417216 172 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/23015/statm: 346 174 64 186 0 156 0

[startup+0.022604 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23014
/proc/meminfo: memFree=1802112/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161484589 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 239 199 169 0 50 0
[pid=23015] ppid=23014 vsize=4836 CPUtime=0.01
/proc/23015/stat : 23015 (SatElite) R 23014 23014 22977 0 -1 4194304 1006 0 0 0 1 0 0 0 20 0 1 0 161484589 4952064 989 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/23015/statm: 1209 989 92 186 0 1019 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10192

[startup+0.102614 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23014
/proc/meminfo: memFree=1802112/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.302643 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23014
/proc/meminfo: memFree=1802112/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701665 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23014
/proc/meminfo: memFree=1802112/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50173 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1799016/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=4644 CPUtime=1.4
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 735 0 0 0 140 0 0 0 25 0 1 0 161484597 4755456 709 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1161 709 118 309 0 848 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10000

[startup+3.10187 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1798824/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=4924 CPUtime=3
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 821 0 0 0 300 0 0 0 25 0 1 0 161484597 5042176 779 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1231 779 118 309 0 918 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10280

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1798312/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=4944 CPUtime=6.2
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 954 0 0 0 619 1 0 0 25 0 1 0 161484597 5062656 784 1992294400 4194304 5460562 548682068800 18446744073709551615 4226061 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1236 784 118 309 0 923 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10300

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1798056/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=5264 CPUtime=12.6
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 1294 0 0 0 1259 1 0 0 25 0 1 0 161484597 5390336 864 1992294400 4194304 5460562 548682068800 18446744073709551615 4198053 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1316 864 118 309 0 1003 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10620

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1797480/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=6044 CPUtime=25.4
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 2222 0 0 0 2539 1 0 0 25 0 1 0 161484597 6189056 1046 1992294400 4194304 5460562 548682068800 18446744073709551615 4227838 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1511 1046 118 309 0 1198 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11400

[startup+51.103 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1796200/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=7200 CPUtime=50.99
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 3481 0 0 0 5097 2 0 0 25 0 1 0 161484597 7372800 1345 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 1800 1345 118 309 0 1487 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12556

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1794280/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=9312 CPUtime=102.17
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 6249 0 0 0 10214 3 0 0 25 0 1 0 161484597 9535488 1836 1992294400 4194304 5460562 548682068800 18446744073709551615 4200310 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 2328 1836 118 309 0 2015 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14668

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1792040/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=11412 CPUtime=162.16
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 8370 0 0 0 16211 5 0 0 25 0 1 0 161484597 11685888 2389 1992294400 4194304 5460562 548682068800 18446744073709551615 4202387 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 2853 2389 118 309 0 2540 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16768

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1789864/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=13952 CPUtime=222.14
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 10957 0 0 0 22208 6 0 0 25 0 1 0 161484597 14286848 2922 1992294400 4194304 5460562 548682068800 18446744073709551615 4227839 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 3488 2922 118 309 0 3175 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19308

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1788648/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=15120 CPUtime=282.13
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 12707 0 0 0 28206 7 0 0 25 0 1 0 161484597 15482880 3232 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 3780 3232 118 309 0 3467 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20476

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1787176/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=16760 CPUtime=342.12
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 14532 0 0 0 34204 8 0 0 25 0 1 0 161484597 17162240 3617 1992294400 4194304 5460562 548682068800 18446744073709551615 4198368 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 4190 3617 118 309 0 3877 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22116

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23017
/proc/meminfo: memFree=1786152/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=17420 CPUtime=402.1

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

/proc/23017/statm: 22417 20287 118 309 0 22104 0
Current children cumulated CPU time (s) 9400.02
Current children cumulated vsize (KiB) 95024

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1717160/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9459.93
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99221 0 0 0 945922 71 0 0 25 0 1 0 161484597 91820032 20287 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20287 118 309 0 22104 0
Current children cumulated CPU time (s) 9460
Current children cumulated vsize (KiB) 95024

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1717160/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9519.91
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99221 0 0 0 951920 71 0 0 25 0 1 0 161484597 91820032 20287 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20287 118 309 0 22104 0
Current children cumulated CPU time (s) 9519.98
Current children cumulated vsize (KiB) 95024

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1716968/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9579.9
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99265 0 0 0 957919 71 0 0 25 0 1 0 161484597 91820032 20331 1992294400 4194304 5460562 548682068800 18446744073709551615 4227686 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20331 118 309 0 22104 0
Current children cumulated CPU time (s) 9579.97
Current children cumulated vsize (KiB) 95024

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1716968/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9639.88
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99265 0 0 0 963917 71 0 0 25 0 1 0 161484597 91820032 20331 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20331 118 309 0 22104 0
Current children cumulated CPU time (s) 9639.95
Current children cumulated vsize (KiB) 95024

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1716584/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9699.87
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99358 0 0 0 969915 72 0 0 25 0 1 0 161484597 91820032 20424 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20424 118 309 0 22104 0
Current children cumulated CPU time (s) 9699.94
Current children cumulated vsize (KiB) 95024

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1716584/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=89668 CPUtime=9759.86
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 99358 0 0 0 975914 72 0 0 25 0 1 0 161484597 91820032 20424 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22417 20424 118 309 0 22104 0
Current children cumulated CPU time (s) 9759.93
Current children cumulated vsize (KiB) 95024

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=9819.84
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 981910 74 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 9819.91
Current children cumulated vsize (KiB) 97220

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=9879.83
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 987909 74 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 9879.9
Current children cumulated vsize (KiB) 97220

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=9939.81
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 993907 74 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4201926 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 9939.88
Current children cumulated vsize (KiB) 97220

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=9999.81
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 999906 75 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 9999.88
Current children cumulated vsize (KiB) 97220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=10000
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 999926 75 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 97220

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23035
/proc/meminfo: memFree=1714664/2055920 swapFree=4179764/4192956
[pid=23014] ppid=23012 vsize=5356 CPUtime=0.07
/proc/23014/stat : 23014 (rsat.sh) S 23012 23014 22977 0 -1 4194304 312 1184 0 0 0 0 7 0 15 0 1 0 161484589 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23014/statm: 1339 241 199 169 0 50 0
[pid=23017] ppid=23014 vsize=91864 CPUtime=10000
/proc/23017/stat : 23017 (rsat) R 23014 23014 22977 0 -1 4194304 103859 0 0 0 999926 75 0 0 25 0 1 0 161484597 94068736 20861 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23017/statm: 22966 20861 118 309 0 22653 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 97220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23014 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=81987
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=6998
# CPU time returned by wait4() is 0.088985
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.5
CPU time (s): 10000.1
CPU user time (s): 9999.33
CPU system time (s): 0.75
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 113092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.081987
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1496
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= 6
involuntary context switches= 3

runsolver used 11.7522 second user time and 24.5843 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-03 09:08:32
IDJOB=1773739
IDBENCH=70785
IDSOLVER=615
FILE ID=node15/1773739-1241334512
PBS_JOBID= 9225436
Free space on /tmp= 66548 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773739-1241334512/watcher-1773739-1241334512 -o /tmp/evaluation-result-1773739-1241334512/solver-1773739-1241334512 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773739-1241334512.cnf HOME

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1042448237

node15.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.220
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	: 5931.00
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.220
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:       1802592 kB
Buffers:         32564 kB
Cached:         144436 kB
SwapCached:       7008 kB
Active:          74732 kB
Inactive:       111288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802592 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            6156 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            53264 kB
Committed_AS:   671224 kB
PageTables:       1464 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= 66540 MiB
End job on node15 at 2009-05-03 11:55:16