Trace number 456046

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, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Rsat 2007-02-08? (TO) 5000.01 5003.22

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
MD5SUM474454876819689cbceb899d0d531b36
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.41578
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses1212
Sum of the clauses size2520
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1212     2520 |     363       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1092     3240 |      --       0       --      -- |     --   | -120/720
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 108   #clauses: 1092   #literals: 3240
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c Rsat version 2.00

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-456046-1178324131 -o ROOT/results/node19/solver-456046-1178324131 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456046-1178324131/rsat.sh /tmp/evaluation/456046-1178324131/instance-456046-1178324131.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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: 1.20 1.02 0.98 3/77 715
/proc/meminfo: memFree=1838920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280330502 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 234 195 169 0 50 0
[pid=716] ppid=715 vsize=824 CPUtime=0
/proc/716/stat : 716 (SatElite) R 715 715 32524 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 280330502 843776 115 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/716/statm: 206 115 69 128 0 75 0

[startup+0.010373 s]
/proc/loadavg: 1.20 1.02 0.98 3/77 715
/proc/meminfo: memFree=1838920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102332 s]
/proc/loadavg: 1.20 1.02 0.98 3/77 715
/proc/meminfo: memFree=1838920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301353 s]
/proc/loadavg: 1.20 1.02 0.98 3/77 715
/proc/meminfo: memFree=1838920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701396 s]
/proc/loadavg: 1.20 1.02 0.98 3/77 715
/proc/meminfo: memFree=1838920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50248 s]
/proc/loadavg: 1.20 1.02 0.98 2/79 718
/proc/meminfo: memFree=1836344/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=3700 CPUtime=1.48
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 938 0 0 0 148 0 0 0 25 0 1 0 280330503 3788800 772 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134989386 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 925 772 86 211 0 711 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9056

[startup+3.10166 s]
/proc/loadavg: 1.18 1.02 0.98 2/79 718
/proc/meminfo: memFree=1835384/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=5284 CPUtime=3.08
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 1480 0 0 0 308 0 0 0 25 0 1 0 280330503 5410816 1118 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 1321 1118 86 211 0 1107 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10640

[startup+6.302 s]
/proc/loadavg: 1.18 1.02 0.98 2/79 718
/proc/meminfo: memFree=1832824/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=7064 CPUtime=6.28
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 1940 0 0 0 627 1 0 0 25 0 1 0 280330503 7233536 1578 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522853 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 1766 1578 86 211 0 1552 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12420

[startup+12.7017 s]
/proc/loadavg: 1.15 1.02 0.98 3/79 718
/proc/meminfo: memFree=1831928/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=7324 CPUtime=12.68
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 2217 0 0 0 1267 1 0 0 25 0 1 0 280330503 7499776 1659 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 1831 1659 86 211 0 1617 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12680

[startup+25.5011 s]
/proc/loadavg: 1.13 1.02 0.98 2/79 718
/proc/meminfo: memFree=1828920/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=10640 CPUtime=25.47
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 3488 0 0 0 2546 1 0 0 25 0 1 0 280330503 10895360 2444 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 2660 2444 86 211 0 2446 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15996

[startup+51.1019 s]
/proc/loadavg: 1.15 1.03 0.99 2/79 718
/proc/meminfo: memFree=1824568/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=15548 CPUtime=51.03
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 5617 0 0 0 5100 3 0 0 25 0 1 0 280330503 15921152 3540 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 3887 3540 86 211 0 3673 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20904

[startup+102.306 s]
/proc/loadavg: 1.12 1.04 1.00 2/79 718
/proc/meminfo: memFree=1818168/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=21352 CPUtime=102.2
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 8328 0 0 0 10214 6 0 0 25 0 1 0 280330503 21864448 5103 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 5338 5103 86 211 0 5124 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 26708

[startup+162.302 s]
/proc/loadavg: 1.18 1.06 1.00 2/79 718
/proc/meminfo: memFree=1810936/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=30756 CPUtime=162.16
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 10575 0 0 0 16208 8 0 0 25 0 1 0 280330503 31494144 6964 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 7689 6964 86 211 0 7475 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 36112

[startup+222.302 s]
/proc/loadavg: 1.11 1.06 1.00 2/79 718
/proc/meminfo: memFree=1808184/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=32496 CPUtime=222.11
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 13182 0 0 0 22202 9 0 0 25 0 1 0 280330503 33275904 7614 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 8124 7614 86 211 0 7910 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 37852

[startup+282.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/79 718
/proc/meminfo: memFree=1807992/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=32492 CPUtime=282.07
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 13621 0 0 0 28197 10 0 0 25 0 1 0 280330503 33271808 7614 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 8123 7614 86 211 0 7909 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 37848

[startup+342.302 s]
/proc/loadavg: 1.02 1.05 1.00 2/79 718
/proc/meminfo: memFree=1806456/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=34996 CPUtime=342.04
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 14080 0 0 0 34193 11 0 0 25 0 1 0 280330503 35835904 8040 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 8749 8040 86 211 0 8535 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 40352

[startup+402.301 s]
/proc/loadavg: 1.01 1.04 1.00 2/79 718
/proc/meminfo: memFree=1799864/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=41676 CPUtime=402
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 15824 0 0 0 40188 12 0 0 25 0 1 0 280330503 42676224 9685 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 10419 9685 86 211 0 10205 0

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

/proc/718/statm: 29444 26405 86 211 0 29230 0
Current children cumulated CPU time (s) 4299.61
Current children cumulated vsize (KiB) 123132

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1730104/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=119572 CPUtime=4359.56
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 61962 0 0 0 435885 71 0 0 25 0 1 0 280330503 122441728 26678 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134529225 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 29893 26678 86 211 0 29679 0
Current children cumulated CPU time (s) 4359.56
Current children cumulated vsize (KiB) 124928

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1729016/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=120600 CPUtime=4419.53
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 62338 0 0 0 441881 72 0 0 25 0 1 0 280330503 123494400 26924 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 30150 26924 86 211 0 29936 0
Current children cumulated CPU time (s) 4419.53
Current children cumulated vsize (KiB) 125956

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1728504/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=121624 CPUtime=4479.49
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 62749 0 0 0 447877 72 0 0 25 0 1 0 280330503 124542976 27075 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 30406 27075 86 211 0 30192 0
Current children cumulated CPU time (s) 4479.49
Current children cumulated vsize (KiB) 126980

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1728056/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=122136 CPUtime=4539.47
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 62997 0 0 0 453874 73 0 0 25 0 1 0 280330503 125067264 27193 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 30534 27193 86 211 0 30320 0
Current children cumulated CPU time (s) 4539.47
Current children cumulated vsize (KiB) 127492

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1727416/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=122652 CPUtime=4599.43
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63192 0 0 0 459870 73 0 0 25 0 1 0 280330503 125595648 27323 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 30663 27323 86 211 0 30449 0
Current children cumulated CPU time (s) 4599.43
Current children cumulated vsize (KiB) 128008

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1727032/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=122912 CPUtime=4659.39
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63290 0 0 0 465866 73 0 0 25 0 1 0 280330503 125861888 27421 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 30728 27421 86 211 0 30514 0
Current children cumulated CPU time (s) 4659.39
Current children cumulated vsize (KiB) 128268

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1726328/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124200 CPUtime=4719.36
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63604 0 0 0 471863 73 0 0 25 0 1 0 280330503 127180800 27606 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 31050 27606 86 211 0 30836 0
Current children cumulated CPU time (s) 4719.36
Current children cumulated vsize (KiB) 129556

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1726200/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124200 CPUtime=4779.31
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63634 0 0 0 477857 74 0 0 25 0 1 0 280330503 127180800 27636 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/718/statm: 31050 27636 86 211 0 30836 0
Current children cumulated CPU time (s) 4779.31
Current children cumulated vsize (KiB) 129556

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 918
/proc/meminfo: memFree=1726072/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124200 CPUtime=4839.27
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63667 0 0 0 483853 74 0 0 25 0 1 0 280330503 127180800 27669 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 31050 27669 86 211 0 30836 0
Current children cumulated CPU time (s) 4839.27
Current children cumulated vsize (KiB) 129556

[startup+4902.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 918
/proc/meminfo: memFree=1726072/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124200 CPUtime=4899.2
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63680 0 0 0 489846 74 0 0 25 0 1 0 280330503 127180800 27682 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 31050 27682 86 211 0 30836 0
Current children cumulated CPU time (s) 4899.2
Current children cumulated vsize (KiB) 129556

[startup+4962.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 918
/proc/meminfo: memFree=1725880/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124456 CPUtime=4959.15
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63804 0 0 0 495841 74 0 0 25 0 1 0 280330503 127442944 27741 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 31114 27741 86 211 0 30900 0
Current children cumulated CPU time (s) 4959.15
Current children cumulated vsize (KiB) 129812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 918
/proc/meminfo: memFree=1725560/2055920 swapFree=4153680/4192956
[pid=715] ppid=713 vsize=5356 CPUtime=0
/proc/715/stat : 715 (rsat.sh) S 713 715 32524 0 -1 4194304 305 136 0 0 0 0 0 0 19 0 1 0 280330502 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/715/statm: 1339 235 195 169 0 50 0
[pid=718] ppid=715 vsize=124840 CPUtime=5000.01
/proc/718/stat : 718 (rsat) R 715 715 32524 0 -1 4194304 63962 0 0 0 499927 74 0 0 25 0 1 0 280330503 127836160 27801 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/718/statm: 31210 27801 86 211 0 30996 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 130196

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 715 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=5999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.005999
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.22
CPU time (s): 5000.01
CPU user time (s): 4999.27
CPU system time (s): 0.74
CPU usage (%): 99.936
Max. virtual memory (cumulated for all children) (KiB): 159536

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

runsolver used 4.33434 second user time and 13.8739 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat May  5 00:15:31 UTC 2007

IDJOB= 456046
IDBENCH= 24581
IDSOLVER= 169
FILE ID= node19/456046-1178324131

PBS_JOBID= 5188565

Free space on /tmp= 66563 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456046-1178324131/rsat.sh /tmp/evaluation/456046-1178324131/instance-456046-1178324131.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-456046-1178324131 -o ROOT/results/node19/solver-456046-1178324131 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456046-1178324131/rsat.sh /tmp/evaluation/456046-1178324131/instance-456046-1178324131.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  474454876819689cbceb899d0d531b36

RANDOM SEED= 270359186

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.213
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.213
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:       1839392 kB
Buffers:         28772 kB
Cached:          90616 kB
SwapCached:       8180 kB
Active:          61860 kB
Inactive:        86492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839392 kB
SwapTotal:     4192956 kB
SwapFree:      4153680 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          35952 kB
Slab:            53640 kB
Committed_AS:  9068068 kB
PageTables:       1800 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= 66563 MiB

End job on node19 on Sat May  5 01:38:57 UTC 2007