Trace number 1592841

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) 1200.01 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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.03/0.07	c ==============================================================================
0.03/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.07	c ==============================================================================
0.03/0.07	c |         0 |  100116   297952 |   30034       0        0     nan |  0.000 % |
0.89/0.96	c |         0 |   99290   430382 |      --       0       --      -- |     --   | -826/132430
0.89/0.96	c ==============================================================================
0.89/0.96	c Result  :   #vars: 958   #clauses: 99290   #literals: 430382
0.89/0.96	c CPU time:   0.945856 s
0.89/0.96	c ==============================================================================
1.09/1.12	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-1592841-1239230517/watcher-1592841-1239230517 -o /tmp/evaluation-result-1592841-1239230517/solver-1592841-1239230517 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592841-1239230517.cnf 

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.91 0.95 0.87 3/81 28333
/proc/meminfo: memFree=1619376/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (rsat.sh) R 28331 28333 28240 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 1195715609 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/28333/statm: 1339 234 194 169 0 50 0
[pid=28334] ppid=28333 vsize=1124 CPUtime=0
/proc/28334/stat : 28334 (SatElite) R 28333 28333 28240 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1195715609 1150976 178 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/28334/statm: 281 178 49 128 0 150 0

[startup+0.041975 s]
/proc/loadavg: 0.91 0.95 0.87 3/81 28333
/proc/meminfo: memFree=1619376/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 1195715609 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28333/statm: 1339 235 195 169 0 50 0
[pid=28334] ppid=28333 vsize=4120 CPUtime=0.03
/proc/28334/stat : 28334 (SatElite) R 28333 28333 28240 0 -1 4194304 886 0 0 0 3 0 0 0 21 0 1 0 1195715609 4218880 869 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/28334/statm: 1030 869 49 128 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9476

[startup+0.10198 s]
/proc/loadavg: 0.91 0.95 0.87 3/81 28333
/proc/meminfo: memFree=1619376/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 1195715609 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28333/statm: 1339 235 195 169 0 50 0
[pid=28334] ppid=28333 vsize=8092 CPUtime=0.09
/proc/28334/stat : 28334 (SatElite) R 28333 28333 28240 0 -1 4194304 1932 0 0 0 8 1 0 0 21 0 1 0 1195715609 8286208 1915 1992294400 134512640 135038345 4294956288 18446744073709551615 134544111 0 0 4096 3 0 0 0 17 1 0 0
/proc/28334/statm: 2023 1915 69 128 0 1892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13448

[startup+0.302002 s]
/proc/loadavg: 0.91 0.95 0.87 3/81 28333
/proc/meminfo: memFree=1619376/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 1195715609 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28333/statm: 1339 235 195 169 0 50 0
[pid=28334] ppid=28333 vsize=9844 CPUtime=0.29
/proc/28334/stat : 28334 (SatElite) R 28333 28333 28240 0 -1 4194304 2357 0 0 0 28 1 0 0 23 0 1 0 1195715609 10080256 2340 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/28334/statm: 2461 2340 69 128 0 2330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15200

[startup+0.701047 s]
/proc/loadavg: 0.91 0.95 0.87 3/81 28333
/proc/meminfo: memFree=1619376/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=0
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 1195715609 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28333/statm: 1339 235 195 169 0 50 0
[pid=28334] ppid=28333 vsize=11960 CPUtime=0.69
/proc/28334/stat : 28334 (SatElite) R 28333 28333 28240 0 -1 4194304 2695 0 0 0 68 1 0 0 25 0 1 0 1195715609 12247040 2672 1992294400 134512640 135038345 4294956288 18446744073709551615 134574781 0 0 4096 3 0 0 0 17 1 0 0
/proc/28334/statm: 2990 2672 69 128 0 2859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17316

[startup+1.50115 s]
/proc/loadavg: 0.91 0.95 0.87 2/83 28335
/proc/meminfo: memFree=1608416/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 5356

[startup+3.10132 s]
/proc/loadavg: 0.91 0.95 0.87 2/83 28336
/proc/meminfo: memFree=1608928/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=9548 CPUtime=1.97
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 2219 0 0 0 196 1 0 0 25 0 1 0 1195715721 9777152 2205 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 2387 2205 86 211 0 2173 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14904

[startup+6.30168 s]
/proc/loadavg: 0.92 0.95 0.87 2/83 28336
/proc/meminfo: memFree=1605984/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=12120 CPUtime=5.16
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 2866 0 0 0 515 1 0 0 25 0 1 0 1195715721 12410880 2819 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 3030 2819 86 211 0 2816 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17476

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.87 2/83 28336
/proc/meminfo: memFree=1602280/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=15228 CPUtime=11.56
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 4077 0 0 0 1154 2 0 0 25 0 1 0 1195715721 15593472 3544 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 3807 3544 86 211 0 3593 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20584

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.88 2/83 28336
/proc/meminfo: memFree=1597160/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=20612 CPUtime=24.36
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 5420 0 0 0 2432 4 0 0 25 0 1 0 1195715721 21106688 4887 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 5153 4887 86 211 0 4939 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25968

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.88 2/83 28336
/proc/meminfo: memFree=1594408/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=23228 CPUtime=49.95
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 6546 0 0 0 4991 4 0 0 25 0 1 0 1195715721 23785472 5625 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 5807 5625 86 211 0 5593 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28584

[startup+102.307 s]
/proc/loadavg: 0.98 0.96 0.88 2/83 28336
/proc/meminfo: memFree=1588840/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=29324 CPUtime=101.14
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 8841 0 0 0 10107 7 0 0 25 0 1 0 1195715721 30027776 6954 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 7331 6954 86 211 0 7117 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 34680

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/83 28336
/proc/meminfo: memFree=1573096/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=45120 CPUtime=161.11
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 12788 0 0 0 16101 10 0 0 25 0 1 0 1195715721 46202880 10901 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 11280 10901 86 211 0 11066 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 50476

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/83 28336
/proc/meminfo: memFree=1571240/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=46240 CPUtime=221.1
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 14104 0 0 0 22099 11 0 0 25 0 1 0 1195715721 47349760 11276 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 11560 11276 86 211 0 11346 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 51596

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/83 28336
/proc/meminfo: memFree=1571240/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=46240 CPUtime=281.08
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 14106 0 0 0 28097 11 0 0 25 0 1 0 1195715721 47349760 11278 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 11560 11278 86 211 0 11346 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 51596

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28336
/proc/meminfo: memFree=1571240/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=46240 CPUtime=341.06
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 14120 0 0 0 34095 11 0 0 25 0 1 0 1195715721 47349760 11292 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 11560 11292 86 211 0 11346 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 51596


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

/proc/28336/statm: 14215 13447 86 211 0 14001 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 62216

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1560296/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=59036 CPUtime=581
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 17198 0 0 0 58086 14 0 0 25 0 1 0 1195715721 60452864 13984 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 14759 13984 86 211 0 14545 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 64392

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1556328/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=63224 CPUtime=640.98
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 18253 0 0 0 64084 14 0 0 25 0 1 0 1195715721 64741376 14973 1992294400 134512640 135377749 4294956400 18446744073709551615 134523264 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 15806 14973 86 211 0 15592 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 68580

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1554088/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65440 CPUtime=700.96
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 18810 0 0 0 70081 15 0 0 25 0 1 0 1195715721 67010560 15530 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16360 15530 86 211 0 16146 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 70796

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1551144/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=68428 CPUtime=760.94
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 19536 0 0 0 76079 15 0 0 25 0 1 0 1195715721 70070272 16256 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 17107 16256 86 211 0 16893 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 73784

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65276 CPUtime=820.92
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21128 0 0 0 82076 16 0 0 25 0 1 0 1195715721 66842624 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16319 15786 86 211 0 16105 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 70632

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=880.91
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21128 0 0 0 88075 16 0 0 25 0 1 0 1195715721 66838528 15785 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15785 86 211 0 16104 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 70628

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=940.89
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 94073 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 70628

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=1000.87
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 100071 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522875 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 70628

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=1060.85
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 106069 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 70628

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28338
/proc/meminfo: memFree=1552872/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=1120.84
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 112068 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 70628

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28344
/proc/meminfo: memFree=1552680/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=1180.81
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 118065 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 70628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/83 28344
/proc/meminfo: memFree=1552680/2055920 swapFree=4172240/4192956
[pid=28333] ppid=28331 vsize=5356 CPUtime=1.1
/proc/28333/stat : 28333 (rsat.sh) S 28331 28333 28240 0 -1 4194304 310 2698 0 0 0 0 108 2 16 0 1 0 1195715609 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28333/statm: 1339 237 195 169 0 50 0
[pid=28336] ppid=28333 vsize=65272 CPUtime=1198.91
/proc/28336/stat : 28336 (rsat) R 28333 28333 28240 0 -1 4194304 21129 0 0 0 119875 16 0 0 25 0 1 0 1195715721 66838528 15786 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28336/statm: 16318 15786 86 211 0 16104 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 70628

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.41
CPU time (s): 1200.01
CPU user time (s): 1199.83
CPU system time (s): 0.18
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 79944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.08783
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3008
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= 5
involuntary context switches= 4

runsolver used 1.50777 second user time and 3.9604 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-09 00:41:57
IDJOB=1592841
IDBENCH=71101
IDSOLVER=560
FILE ID=node85/1592841-1239230517
PBS_JOBID= 9113591
Free space on /tmp= 126868 MiB

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

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=1687620080

node85.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1619856 kB
Buffers:         39604 kB
Cached:         316280 kB
SwapCached:       9888 kB
Active:          81636 kB
Inactive:       285572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619856 kB
SwapTotal:     4192956 kB
SwapFree:      4172240 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          16920 kB
Slab:            53140 kB
Committed_AS:  2917388 kB
PageTables:       2596 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= 126864 MiB
End job on node85 at 2009-04-09 01:02:00