Trace number 1825417

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000.1 10004.5

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.07/0.09	c ==============================================================================
0.07/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.09	c ==============================================================================
0.07/0.09	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.18/1.30	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.18/1.30	c ==============================================================================
1.18/1.30	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.18/1.30	c CPU time:   1.27781 s
1.18/1.30	c ==============================================================================
1.49/1.52	c Rsat version 2.00

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-1825417-1242506363/watcher-1825417-1242506363 -o /tmp/evaluation-result-1825417-1242506363/solver-1825417-1242506363 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825417-1242506363.cnf 

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
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.98 1.00 0.99 3/64 2034
/proc/meminfo: memFree=1848320/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=832 CPUtime=0
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 119 0 0 0 0 0 0 0 19 0 1 0 278669252 851968 102 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 208 103 49 128 0 77 0

[startup+0.0840299 s]
/proc/loadavg: 0.98 1.00 0.99 3/64 2034
/proc/meminfo: memFree=1848320/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=6532 CPUtime=0.07
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 1555 0 0 0 7 0 0 0 20 0 1 0 278669252 6688768 1538 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 1633 1538 49 128 0 1502 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11888

[startup+0.10103 s]
/proc/loadavg: 0.98 1.00 0.99 3/64 2034
/proc/meminfo: memFree=1848320/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=8764 CPUtime=0.08
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 2127 0 0 0 8 0 0 0 20 0 1 0 278669252 8974336 2110 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 2191 2110 69 128 0 2060 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14120

[startup+0.301049 s]
/proc/loadavg: 0.98 1.00 0.99 3/64 2034
/proc/meminfo: memFree=1848320/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=11668 CPUtime=0.28
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 2837 0 0 0 27 1 0 0 21 0 1 0 278669252 11948032 2820 1992294400 134512640 135038345 4294956288 18446744073709551615 134543885 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 2917 2820 69 128 0 2786 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17024

[startup+0.70109 s]
/proc/loadavg: 0.98 1.00 0.99 3/64 2034
/proc/meminfo: memFree=1848320/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=15076 CPUtime=0.68
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 3382 0 0 0 67 1 0 0 25 0 1 0 278669252 15437824 3365 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 3769 3365 69 128 0 3638 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20432

[startup+1.50117 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 2036
/proc/meminfo: memFree=1834224/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=0
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278669252 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 235 195 169 0 50 0
[pid=2035] ppid=2034 vsize=13232 CPUtime=1.49
/proc/2035/stat : 2035 (SatElite) R 2034 2034 1906 0 -1 4194304 3383 0 0 0 147 2 0 0 25 0 1 0 278669252 13549568 3114 1992294400 134512640 135038345 4294956288 18446744073709551615 134774967 0 0 4096 3 0 0 0 17 0 0 0
/proc/2035/statm: 3308 3114 69 128 0 3177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18588

[startup+3.10233 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1836080/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=11252 CPUtime=1.57
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 2643 0 0 0 156 1 0 0 25 0 1 0 278669404 11522048 2629 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 2813 2629 86 211 0 2599 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16608

[startup+6.30166 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1831664/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=14880 CPUtime=4.76
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 3555 0 0 0 475 1 0 0 25 0 1 0 278669404 15237120 3541 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 3720 3541 86 211 0 3506 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 20236

[startup+12.7013 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1826864/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=19524 CPUtime=11.17
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 4739 0 0 0 1114 3 0 0 25 0 1 0 278669404 19992576 4692 1992294400 134512640 135377749 4294956400 18446744073709551615 134523280 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 4881 4692 86 211 0 4667 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 24880

[startup+25.5016 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1818544/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=27300 CPUtime=23.95
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 7122 0 0 0 2390 5 0 0 25 0 1 0 278669404 27955200 6589 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 6825 6589 86 211 0 6611 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 32656

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1818480/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=27300 CPUtime=49.54
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 7133 0 0 0 4949 5 0 0 25 0 1 0 278669404 27955200 6600 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 6825 6600 86 211 0 6611 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32656

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2037
/proc/meminfo: memFree=1811632/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=34340 CPUtime=100.73
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 8897 0 0 0 10066 7 0 0 25 0 1 0 278669404 35164160 8364 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 8585 8364 86 211 0 8371 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39696

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2039
/proc/meminfo: memFree=1807600/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=37704 CPUtime=160.69
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 10201 0 0 0 16061 8 0 0 25 0 1 0 278669404 38608896 9260 1992294400 134512640 135377749 4294956400 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 9426 9260 86 211 0 9212 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 43060

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2039
/proc/meminfo: memFree=1802032/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=44296 CPUtime=220.67
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 11848 0 0 0 22057 10 0 0 25 0 1 0 278669404 45359104 10713 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 11074 10713 86 211 0 10860 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 49652

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2039
/proc/meminfo: memFree=1796272/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=49980 CPUtime=280.65
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 13319 0 0 0 28053 12 0 0 25 0 1 0 278669404 51179520 12184 1992294400 134512640 135377749 4294956400 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 12495 12184 86 211 0 12281 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 55336

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 2039
/proc/meminfo: memFree=1796016/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=49832 CPUtime=340.6
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 14240 0 0 0 34048 12 0 0 25 0 1 0 278669404 51027968 12200 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 12458 12200 86 211 0 12244 0

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

/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9398.14
Current children cumulated vsize (KiB) 204756

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643632/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9456.61
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 945595 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9458.11
Current children cumulated vsize (KiB) 204756

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643632/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9516.58
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 951592 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9518.08
Current children cumulated vsize (KiB) 204756

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643568/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9576.56
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 957590 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9578.06
Current children cumulated vsize (KiB) 204756

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643568/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9636.53
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 963587 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9638.03
Current children cumulated vsize (KiB) 204756

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9696.5
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 969584 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9698
Current children cumulated vsize (KiB) 204756

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9756.47
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 975581 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9757.97
Current children cumulated vsize (KiB) 204756

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9816.45
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 981579 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9817.95
Current children cumulated vsize (KiB) 204756

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643504/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9876.43
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 987577 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9877.93
Current children cumulated vsize (KiB) 204756

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9936.4
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 993574 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9937.9
Current children cumulated vsize (KiB) 204756

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643504/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9996.38
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 999572 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 9997.88
Current children cumulated vsize (KiB) 204756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9998.58
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 999792 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 204756

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

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

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2063
/proc/meminfo: memFree=1643440/2055920 swapFree=4179120/4192956
[pid=2034] ppid=2032 vsize=5356 CPUtime=1.5
/proc/2034/stat : 2034 (rsat.sh) S 2032 2034 1906 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 278669252 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2034/statm: 1339 237 195 169 0 50 0
[pid=2037] ppid=2034 vsize=199400 CPUtime=9998.58
/proc/2037/stat : 2037 (rsat) R 2034 2034 1906 0 -1 4194304 66501 0 0 0 999792 66 0 0 25 0 1 0 278669404 204185600 49486 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2037/statm: 49850 49486 86 211 0 49636 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 204756

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2034 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=486773
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 1.51877
# 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): 10004.5
CPU time (s): 10000.1
CPU user time (s): 9999.4
CPU system time (s): 0.68
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 223032

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

runsolver used 8.16376 second user time and 28.2237 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-16 22:39:23
IDJOB=1825417
IDBENCH=71084
IDSOLVER=665
FILE ID=node27/1825417-1242506363
PBS_JOBID= 9307024
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825417-1242506363/watcher-1825417-1242506363 -o /tmp/evaluation-result-1825417-1242506363/solver-1825417-1242506363 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825417-1242506363.cnf            

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=1824988749

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1848800 kB
Buffers:         43640 kB
Cached:         113344 kB
SwapCached:       7916 kB
Active:          46916 kB
Inactive:       120276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848800 kB
SwapTotal:     4192956 kB
SwapFree:      4179120 kB
Dirty:            3840 kB
Writeback:           0 kB
Mapped:          14760 kB
Slab:            25864 kB
Committed_AS:   991680 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node27 at 2009-05-17 01:26:10