Trace number 1537708

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) 1200.08 1200.71

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1136894336-075.cnf
MD5SUM95130954abd8400708fa3e3db5d60039
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1154.85
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   17000   119000 |    5100       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 200   #clauses: 17000   #literals: 119000
0.00/0.02	c CPU time:   0.016997 s
0.00/0.02	c ==============================================================================
0.00/0.06	c Rsat version 3.02
0.05/0.08	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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1537708-1238425879/watcher-1537708-1238425879 -o /tmp/evaluation-result-1537708-1238425879/solver-1537708-1238425879 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1537708-1238425879.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.98 0.99 3/64 11517
/proc/meminfo: memFree=1438136/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 719480324 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 239 199 169 0 50 0
[pid=11518] ppid=11517 vsize=988 CPUtime=0
/proc/11518/stat : 11518 (SatElite) R 11517 11517 11342 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 719480324 1011712 84 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/11518/statm: 247 87 64 186 0 57 0

[startup+0.0661909 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11517
/proc/meminfo: memFree=1438136/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.1012 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11517
/proc/meminfo: memFree=1438136/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301229 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11517
/proc/meminfo: memFree=1438136/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701289 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11517
/proc/meminfo: memFree=1438136/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1433320/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=6248 CPUtime=1.42
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 1254 0 0 0 142 0 0 0 25 0 1 0 719480330 6397952 1107 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 1562 1107 118 309 0 1249 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11604

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1432808/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=6728 CPUtime=3.02
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 1537 0 0 0 302 0 0 0 25 0 1 0 719480330 6889472 1230 1992294400 4194304 5460562 548682068800 18446744073709551615 4227678 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 1682 1230 118 309 0 1369 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12084

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1431912/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=7580 CPUtime=6.22
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 2370 0 0 0 621 1 0 0 25 0 1 0 719480330 7761920 1419 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 1895 1419 118 309 0 1582 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12936

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1430248/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=8964 CPUtime=12.6
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 3596 0 0 0 1259 1 0 0 25 0 1 0 719480330 9179136 1781 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 2241 1781 118 309 0 1928 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14320

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1428072/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=11344 CPUtime=25.4
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 6241 0 0 0 2538 2 0 0 25 0 1 0 719480330 11616256 2340 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 2836 2340 118 309 0 2523 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 16700

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1424744/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=14500 CPUtime=50.99
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 9310 0 0 0 5094 5 0 0 25 0 1 0 719480330 14848000 3169 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 3625 3169 118 309 0 3312 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19856

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1420328/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=19220 CPUtime=102.15
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 14900 0 0 0 10207 8 0 0 25 0 1 0 719480330 19681280 4273 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 4805 4273 118 309 0 4492 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 24576

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1417064/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=22828 CPUtime=162.12
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 18246 0 0 0 16202 10 0 0 25 0 1 0 719480330 23375872 5219 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 5707 5219 118 309 0 5394 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 28184

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1413800/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=26820 CPUtime=222.1
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 21171 0 0 0 22198 12 0 0 25 0 1 0 719480330 27463680 5966 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 6705 5966 118 309 0 6392 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 32176

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1411112/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=33836 CPUtime=282.07
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 25968 0 0 0 28193 14 0 0 25 0 1 0 719480330 34648064 7751 1992294400 4194304 5460562 548682068800 18446744073709551615 4212808 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 8459 7751 118 309 0 8146 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 39192

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1408360/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=31616 CPUtime=342.04
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 28451 0 0 0 34188 16 0 0 25 0 1 0 719480330 32374784 7258 1992294400 4194304 5460562 548682068800 18446744073709551615 4198368 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 7904 7258 118 309 0 7591 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 36972

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1406120/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=33768 CPUtime=402.01
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 30999 0 0 0 40184 17 0 0 25 0 1 0 719480330 34578432 7822 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 8442 7822 118 309 0 8129 0

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

/proc/11520/statm: 9957 9411 118 309 0 9644 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 45184

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1398312/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=41164 CPUtime=641.89
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 38892 0 0 0 64168 21 0 0 25 0 1 0 719480330 42151936 9763 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 10291 9763 118 309 0 9978 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 46520

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1396584/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=42788 CPUtime=701.87
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 40306 0 0 0 70165 22 0 0 25 0 1 0 719480330 43814912 10185 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 10697 10185 118 309 0 10384 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 48144

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1395240/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=44076 CPUtime=761.85
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 41638 0 0 0 76162 23 0 0 25 0 1 0 719480330 45133824 10525 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 11019 10525 118 309 0 10706 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 49432

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1393640/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=45604 CPUtime=821.8
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 43032 0 0 0 82157 23 0 0 25 0 1 0 719480330 46698496 10927 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 11401 10927 118 309 0 11088 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 50960

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1391656/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=47536 CPUtime=881.78
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 44524 0 0 0 88154 24 0 0 25 0 1 0 719480330 48676864 11427 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 11884 11427 118 309 0 11571 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 52892

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1390440/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=50808 CPUtime=941.76
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 47398 0 0 0 94150 26 0 0 25 0 1 0 719480330 52027392 11735 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 12702 11735 118 309 0 12389 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 56164

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1390440/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=50940 CPUtime=1001.72
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 47435 0 0 0 100146 26 0 0 25 0 1 0 719480330 52162560 11772 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 12735 11772 118 309 0 12422 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 56296

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1387944/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=53072 CPUtime=1061.69
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 50023 0 0 0 106142 27 0 0 25 0 1 0 719480330 54345728 12344 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 13268 12344 118 309 0 12955 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 58428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1386216/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=54752 CPUtime=1121.66
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 52481 0 0 0 112137 29 0 0 25 0 1 0 719480330 56066048 12786 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 13688 12786 118 309 0 13375 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 60108

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1385640/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=55868 CPUtime=1181.63
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 52741 0 0 0 118134 29 0 0 25 0 1 0 719480330 57208832 13046 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 13967 13046 118 309 0 13654 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 61224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1384104/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=56812 CPUtime=1200.03
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 55034 0 0 0 119973 30 0 0 25 0 1 0 719480330 58175488 13323 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 14203 13323 118 309 0 13890 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 62168

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11520
/proc/meminfo: memFree=1384104/2055920 swapFree=4179868/4192956
[pid=11517] ppid=11515 vsize=5356 CPUtime=0.05
/proc/11517/stat : 11517 (rsat.sh) S 11515 11517 11342 0 -1 4194304 312 776 0 0 0 0 5 0 16 0 1 0 719480324 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11517/statm: 1339 241 199 169 0 50 0
[pid=11520] ppid=11517 vsize=56812 CPUtime=1200.03
/proc/11520/stat : 11520 (rsat) R 11517 11517 11342 0 -1 4194304 55034 0 0 0 119973 30 0 0 25 0 1 0 719480330 58175488 13323 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11520/statm: 14203 13323 118 309 0 13890 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 62168

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1199.78
CPU system time (s): 0.3
CPU usage (%): 99.9473
Max. virtual memory (cumulated for all children) (KiB): 70360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.052991
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1088
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= 14

runsolver used 1.15282 second user time and 3.22351 second system time

The end

Launcher Data

Begin job on node49 at 2009-03-30 17:11:19
IDJOB=1537708
IDBENCH=70249
IDSOLVER=545
FILE ID=node49/1537708-1238425879
PBS_JOBID= 9061522
Free space on /tmp= 66388 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1136894336-075.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1537708-1238425879/watcher-1537708-1238425879 -o /tmp/evaluation-result-1537708-1238425879/solver-1537708-1238425879 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1537708-1238425879.cnf HOME

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

MD5SUM BENCH= 95130954abd8400708fa3e3db5d60039
RANDOM SEED=643724931

node49.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	: 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.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:       1438680 kB
Buffers:        100056 kB
Cached:         415392 kB
SwapCached:       6452 kB
Active:         146912 kB
Inactive:       377452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438680 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            6260 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            78804 kB
Committed_AS:  1833896 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node49 at 2009-03-30 17:31:22