Trace number 1592807

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.02 1200.41

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.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.29/1.30	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.29/1.30	c ==============================================================================
1.29/1.30	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.29/1.30	c CPU time:   1.2828 s
1.29/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-1592807-1239229318/watcher-1592807-1239229318 -o /tmp/evaluation-result-1592807-1239229318/solver-1592807-1239229318 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592807-1239229318.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.99 0.97 0.69 3/70 14462
/proc/meminfo: memFree=1264176/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=1000 CPUtime=0
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 1195596882 1024000 158 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 250 160 49 128 0 119 0

[startup+0.04356 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 14462
/proc/meminfo: memFree=1264176/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=3768 CPUtime=0.03
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 855 0 0 0 3 0 0 0 19 0 1 0 1195596882 3858432 838 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 942 839 49 128 0 811 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9124

[startup+0.101564 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 14462
/proc/meminfo: memFree=1264176/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=8896 CPUtime=0.08
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 2144 0 0 0 8 0 0 0 19 0 1 0 1195596882 9109504 2127 1992294400 134512640 135038345 4294956288 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 2224 2130 69 128 0 2093 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14252

[startup+0.301588 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 14462
/proc/meminfo: memFree=1264176/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=11668 CPUtime=0.29
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 2837 0 0 0 28 1 0 0 20 0 1 0 1195596882 11948032 2820 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 2917 2820 69 128 0 2786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17024

[startup+0.701632 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 14462
/proc/meminfo: memFree=1264176/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=15076 CPUtime=0.69
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 3382 0 0 0 68 1 0 0 24 0 1 0 1195596882 15437824 3365 1992294400 134512640 135038345 4294956288 18446744073709551615 134574807 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 3769 3365 69 128 0 3638 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20432

[startup+1.50172 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 14464
/proc/meminfo: memFree=1250008/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=0
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195596882 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 235 195 169 0 50 0
[pid=14463] ppid=14462 vsize=13232 CPUtime=1.49
/proc/14463/stat : 14463 (SatElite) R 14462 14462 14397 0 -1 4194304 3383 0 0 0 147 2 0 0 25 0 1 0 1195596882 13549568 3114 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 3308 3114 69 128 0 3177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18588

[startup+3.10191 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 14465
/proc/meminfo: memFree=1251800/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=11252 CPUtime=1.56
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 2648 0 0 0 156 0 0 0 25 0 1 0 1195597034 11522048 2634 1992294400 134512640 135377749 4294956400 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 2813 2634 86 211 0 2599 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 16608

[startup+6.30229 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 14465
/proc/meminfo: memFree=1247256/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=14880 CPUtime=4.77
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 3547 0 0 0 475 2 0 0 25 0 1 0 1195597034 15237120 3533 1992294400 134512640 135377749 4294956400 18446744073709551615 134522822 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 3720 3533 86 211 0 3506 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20236

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 14465
/proc/meminfo: memFree=1242584/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=19524 CPUtime=11.16
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 4731 0 0 0 1114 2 0 0 25 0 1 0 1195597034 19992576 4684 1992294400 134512640 135377749 4294956400 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 4881 4684 86 211 0 4667 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24880

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 14465
/proc/meminfo: memFree=1234136/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=27300 CPUtime=23.96
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 7122 0 0 0 2392 4 0 0 25 0 1 0 1195597034 27955200 6589 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 6825 6589 86 211 0 6611 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32656

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.71 2/72 14465
/proc/meminfo: memFree=1234200/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=27300 CPUtime=49.55
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 7133 0 0 0 4951 4 0 0 25 0 1 0 1195597034 27955200 6600 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 6825 6600 86 211 0 6611 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32656

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.72 2/72 14465
/proc/meminfo: memFree=1227224/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=34340 CPUtime=100.74
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 8897 0 0 0 10068 6 0 0 25 0 1 0 1195597034 35164160 8364 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 8585 8364 86 211 0 8371 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 39696

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/72 14465
/proc/meminfo: memFree=1223448/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=37704 CPUtime=160.71
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 10201 0 0 0 16065 6 0 0 25 0 1 0 1195597034 38608896 9260 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 9426 9260 86 211 0 9212 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 43060

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/72 14465
/proc/meminfo: memFree=1217752/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=44296 CPUtime=220.7
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 11852 0 0 0 22062 8 0 0 25 0 1 0 1195597034 45359104 10717 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 11074 10717 86 211 0 10860 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 49652

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/72 14465
/proc/meminfo: memFree=1211800/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=49980 CPUtime=280.68
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 13322 0 0 0 28059 9 0 0 25 0 1 0 1195597034 51179520 12187 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 12495 12187 86 211 0 12281 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 55336

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/72 14465
/proc/meminfo: memFree=1211544/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=49832 CPUtime=340.67
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 14240 0 0 0 34057 10 0 0 25 0 1 0 1195597034 51027968 12200 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 12458 12200 86 211 0 12244 0

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

/proc/14465/statm: 13064 12786 86 211 0 12850 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 57612

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 14465
/proc/meminfo: memFree=1202648/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=59892 CPUtime=580.59
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 16809 0 0 0 58047 12 0 0 25 0 1 0 1195597034 61329408 14491 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 14973 14491 86 211 0 14759 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 65248

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 14465
/proc/meminfo: memFree=1199320/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=63096 CPUtime=640.58
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 17629 0 0 0 64045 13 0 0 25 0 1 0 1195597034 64610304 15311 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 15774 15311 86 211 0 15560 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 68452

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/72 14465
/proc/meminfo: memFree=1196888/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=66724 CPUtime=700.56
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 18619 0 0 0 70042 14 0 0 25 0 1 0 1195597034 68325376 15915 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 16681 15915 86 211 0 16467 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 72080

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 14465
/proc/meminfo: memFree=1194456/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=69060 CPUtime=760.55
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 19211 0 0 0 76040 15 0 0 25 0 1 0 1195597034 70717440 16507 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 17265 16507 86 211 0 17051 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 74416

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 14465
/proc/meminfo: memFree=1194392/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=67976 CPUtime=820.53
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 21558 0 0 0 82036 17 0 0 25 0 1 0 1195597034 69607424 16489 1992294400 134512640 135377749 4294956400 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 16994 16489 86 211 0 16780 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 73332

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 14465
/proc/meminfo: memFree=1194392/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=67976 CPUtime=880.51
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 21564 0 0 0 88034 17 0 0 25 0 1 0 1195597034 69607424 16495 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 16994 16495 86 211 0 16780 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 73332

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 14465
/proc/meminfo: memFree=1194392/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=67976 CPUtime=940.49
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 21564 0 0 0 94032 17 0 0 25 0 1 0 1195597034 69607424 16495 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 16994 16495 86 211 0 16780 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 73332

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/72 14465
/proc/meminfo: memFree=1189080/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=73672 CPUtime=1000.47
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 22919 0 0 0 100029 18 0 0 25 0 1 0 1195597034 75440128 17850 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 18418 17850 86 211 0 18204 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 79028

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/72 14465
/proc/meminfo: memFree=1165912/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=97008 CPUtime=1060.45
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 28859 0 0 0 106021 24 0 0 25 0 1 0 1195597034 99336192 23658 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 24252 23658 86 211 0 24038 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 102364

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/72 14465
/proc/meminfo: memFree=1156824/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=104668 CPUtime=1120.44
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 33280 0 0 0 112016 28 0 0 25 0 1 0 1195597034 107180032 25832 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 26167 25832 86 211 0 25953 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 110024

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/72 14465
/proc/meminfo: memFree=1156888/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=104668 CPUtime=1180.42
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 33284 0 0 0 118014 28 0 0 25 0 1 0 1195597034 107180032 25836 1992294400 134512640 135377749 4294956400 18446744073709551615 134529421 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 26167 25836 86 211 0 25953 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 110024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/72 14465
/proc/meminfo: memFree=1156888/2055920 swapFree=4174068/4192956
[pid=14462] ppid=14460 vsize=5356 CPUtime=1.5
/proc/14462/stat : 14462 (rsat.sh) S 14460 14462 14397 0 -1 4194304 310 3384 0 0 0 0 148 2 16 0 1 0 1195596882 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14462/statm: 1339 237 195 169 0 50 0
[pid=14465] ppid=14462 vsize=104668 CPUtime=1198.52
/proc/14465/stat : 14465 (rsat) R 14462 14462 14397 0 -1 4194304 33286 0 0 0 119824 28 0 0 25 0 1 0 1195597034 107180032 25838 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14465/statm: 26167 25838 86 211 0 25953 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 110024

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 14462 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=489773
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 1.52177
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1199.72
CPU system time (s): 0.3
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 120240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.48977
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= 5
involuntary context switches= 6

runsolver used 1.19082 second user time and 3.18751 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-09 00:21:58
IDJOB=1592807
IDBENCH=71084
IDSOLVER=560
FILE ID=node74/1592807-1239229318
PBS_JOBID= 9113598
Free space on /tmp= 103200 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-1592807-1239229318/watcher-1592807-1239229318 -o /tmp/evaluation-result-1592807-1239229318/solver-1592807-1239229318 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1592807-1239229318.cnf            

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=1494650060

node74.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1264592 kB
Buffers:         58672 kB
Cached:         667356 kB
SwapCached:       7964 kB
Active:          72568 kB
Inactive:       662932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264592 kB
SwapTotal:     4192956 kB
SwapFree:      4174068 kB
Dirty:            3732 kB
Writeback:           0 kB
Mapped:          15012 kB
Slab:            41036 kB
Committed_AS:  2952316 kB
PageTables:       1852 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= 103196 MiB
End job on node74 at 2009-04-09 00:42:01