Trace number 355724

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) 10000.1 10003

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7727.65
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data (download as text)

0.00/0.00	c Parsing...
3.28/3.39	c ==============================================================================
3.28/3.39	c |           |     ORIGINAL     |              LEARNT              |          |
3.28/3.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.28/3.39	c ==============================================================================
3.28/3.39	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
41.75/41.89	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
41.75/41.89	c ==============================================================================
41.75/41.89	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
41.75/41.89	c CPU time:   41.2117 s
41.75/41.89	c ==============================================================================
46.94/47.04	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-355724-1176901451 -o ROOT/results/node2/solver-355724-1176901451 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/355724-1176901451/rsat.sh /tmp/evaluation/355724-1176901451/instance-355724-1176901451.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.74 0.94 0.97 3/77 19950
/proc/meminfo: memFree=1285432/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) R 19948 19950 19894 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 231 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19950/statm: 1338 231 194 169 0 49 0
[pid=19951] ppid=19950 vsize=688 CPUtime=0
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 80 0 0 0 0 0 0 0 18 0 1 0 166183394 704512 62 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 172 63 49 128 0 41 0

[startup+0.052907 s]
/proc/loadavg: 0.74 0.94 0.97 3/77 19950
/proc/meminfo: memFree=1285432/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=4624 CPUtime=0.04
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 1050 0 0 0 4 0 0 0 19 0 1 0 166183394 4734976 1032 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 1156 1033 49 128 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9976

[startup+0.101905 s]
/proc/loadavg: 0.74 0.94 0.97 3/77 19950
/proc/meminfo: memFree=1285432/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=8292 CPUtime=0.09
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 1906 0 0 0 8 1 0 0 19 0 1 0 166183394 8491008 1888 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 2073 1888 49 128 0 1942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13644

[startup+0.301922 s]
/proc/loadavg: 0.74 0.94 0.97 3/77 19950
/proc/meminfo: memFree=1285432/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=21780 CPUtime=0.29
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 5154 0 0 0 26 3 0 0 21 0 1 0 166183394 22302720 5136 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 5445 5137 49 128 0 5314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27132

[startup+0.701974 s]
/proc/loadavg: 0.74 0.94 0.97 3/77 19950
/proc/meminfo: memFree=1285432/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=47724 CPUtime=0.69
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 11553 0 0 0 62 7 0 0 25 0 1 0 166183394 48869376 11535 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134548172 0 0 4096 3 0 0 0 17 0 0 0
/proc/19951/statm: 11931 11535 49 128 0 11800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53076

[startup+1.50104 s]
/proc/loadavg: 0.74 0.94 0.97 2/79 19952
/proc/meminfo: memFree=1219752/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=99472 CPUtime=1.48
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 24305 0 0 0 130 18 0 0 25 0 1 0 166183394 101859328 24287 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 24868 24287 49 128 0 24737 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104824

[startup+3.10121 s]
/proc/loadavg: 0.74 0.94 0.97 2/79 19952
/proc/meminfo: memFree=1155688/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=235256 CPUtime=3.08
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 55445 0 0 0 268 40 0 0 25 0 1 0 166183394 240902144 55427 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134545822 0 0 4096 3 0 0 0 17 0 0 0
/proc/19951/statm: 58814 55427 50 128 0 58683 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 240608

[startup+6.30153 s]
/proc/loadavg: 0.76 0.94 0.97 2/79 19952
/proc/meminfo: memFree=1031528/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=267860 CPUtime=6.27
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 72020 0 0 0 580 47 0 0 25 0 1 0 166183394 274288640 64357 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 66965 64357 69 128 0 66834 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 273212

[startup+12.7012 s]
/proc/loadavg: 0.78 0.94 0.97 2/79 19952
/proc/meminfo: memFree=1005096/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=308032 CPUtime=12.67
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 77979 0 0 0 1214 53 0 0 25 0 1 0 166183394 315424768 70316 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134543885 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 77008 70316 69 128 0 76877 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 313384

[startup+25.5025 s]
/proc/loadavg: 0.83 0.94 0.97 2/79 19952
/proc/meminfo: memFree=967528/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=0
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 166183394 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 232 195 169 0 49 0
[pid=19951] ppid=19950 vsize=358920 CPUtime=25.45
/proc/19951/stat : 19951 (SatElite) R 19950 19950 19894 0 -1 4194304 87072 0 0 0 2486 59 0 0 25 0 1 0 166183394 367534080 78792 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134543878 0 0 4096 3 0 0 0 17 1 0 0
/proc/19951/statm: 89730 78792 69 128 0 89599 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 364272

[startup+51.102 s]
/proc/loadavg: 0.88 0.94 0.97 2/79 19953
/proc/meminfo: memFree=1013288/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=198348 CPUtime=4.04
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 56968 0 0 0 377 27 0 0 25 0 1 0 166188099 203108352 48735 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134525901 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 49587 48735 85 211 0 49373 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 203700

[startup+102.306 s]
/proc/loadavg: 0.95 0.95 0.97 2/79 19953
/proc/meminfo: memFree=1000744/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=208668 CPUtime=55.23
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 1920878 0 0 0 5081 442 0 0 25 0 1 0 166188099 213676032 51577 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135041953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 52167 51577 86 211 0 51953 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 214020

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.97 2/79 19953
/proc/meminfo: memFree=988008/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=221944 CPUtime=115.2
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 3563646 0 0 0 10732 788 0 0 25 0 1 0 166188099 227270656 54816 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 55486 54816 86 211 0 55272 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 227296

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/79 19953
/proc/meminfo: memFree=972584/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=237220 CPUtime=175.19
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 4751544 0 0 0 16472 1047 0 0 25 0 1 0 166188099 242913280 58714 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 59305 58714 86 211 0 59091 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 242572

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 19953
/proc/meminfo: memFree=960616/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=250404 CPUtime=235.17
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 5735827 0 0 0 22257 1260 0 0 25 0 1 0 166188099 256413696 61695 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 62601 61695 86 211 0 62387 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 255756

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 19953
/proc/meminfo: memFree=951080/2055920 swapFree=4138452/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=259704 CPUtime=295.16
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 6465500 0 0 0 28100 1416 0 0 25 0 1 0 166188099 265936896 64081 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 64926 64081 86 211 0 64712 0

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

/proc/19953/statm: 339424 337941 86 211 0 339210 0
Current children cumulated CPU time (s) 9339.56
Current children cumulated vsize (KiB) 1363048

[startup+9402.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20355
/proc/meminfo: memFree=78888/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9352.6
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417270 0 0 0 914933 20327 0 0 25 0 1 0 166188099 1390280704 337943 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337943 86 211 0 339210 0
Current children cumulated CPU time (s) 9399.54
Current children cumulated vsize (KiB) 1363048

[startup+9462.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20355
/proc/meminfo: memFree=78888/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9412.58
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417270 0 0 0 920931 20327 0 0 25 0 1 0 166188099 1390280704 337943 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530118 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337943 86 211 0 339210 0
Current children cumulated CPU time (s) 9459.52
Current children cumulated vsize (KiB) 1363048

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78824/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9472.57
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417272 0 0 0 926929 20328 0 0 25 0 1 0 166188099 1390280704 337945 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529599 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337945 86 211 0 339210 0
Current children cumulated CPU time (s) 9519.51
Current children cumulated vsize (KiB) 1363048

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 20355
/proc/meminfo: memFree=78760/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9532.55
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417272 0 0 0 932927 20328 0 0 25 0 1 0 166188099 1390280704 337945 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134983576 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337945 86 211 0 339210 0
Current children cumulated CPU time (s) 9579.49
Current children cumulated vsize (KiB) 1363048

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78696/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9592.54
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417278 0 0 0 938926 20328 0 0 25 0 1 0 166188099 1390280704 337951 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337951 86 211 0 339210 0
Current children cumulated CPU time (s) 9639.48
Current children cumulated vsize (KiB) 1363048

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78760/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9652.53
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417279 0 0 0 944924 20329 0 0 25 0 1 0 166188099 1390280704 337952 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337952 86 211 0 339210 0
Current children cumulated CPU time (s) 9699.47
Current children cumulated vsize (KiB) 1363048

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78696/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9712.51
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417288 0 0 0 950922 20329 0 0 25 0 1 0 166188099 1390280704 337961 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337961 86 211 0 339210 0
Current children cumulated CPU time (s) 9759.45
Current children cumulated vsize (KiB) 1363048

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78696/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9772.5
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417288 0 0 0 956920 20330 0 0 25 0 1 0 166188099 1390280704 337961 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337961 86 211 0 339210 0
Current children cumulated CPU time (s) 9819.44
Current children cumulated vsize (KiB) 1363048

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78632/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357696 CPUtime=9832.48
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417293 0 0 0 962918 20330 0 0 25 0 1 0 166188099 1390280704 337966 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339424 337966 86 211 0 339210 0
Current children cumulated CPU time (s) 9879.42
Current children cumulated vsize (KiB) 1363048

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78568/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357564 CPUtime=9892.47
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417294 0 0 0 968916 20331 0 0 25 0 1 0 166188099 1390145536 337934 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339391 337934 86 211 0 339177 0
Current children cumulated CPU time (s) 9939.41
Current children cumulated vsize (KiB) 1362916

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78568/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357564 CPUtime=9952.45
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417297 0 0 0 974914 20331 0 0 25 0 1 0 166188099 1390145536 337937 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339391 337937 86 211 0 339177 0
Current children cumulated CPU time (s) 9999.39
Current children cumulated vsize (KiB) 1362916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 20355
/proc/meminfo: memFree=78568/2055920 swapFree=4149056/4192956
[pid=19950] ppid=19948 vsize=5352 CPUtime=46.94
/proc/19950/stat : 19950 (rsat.sh) S 19948 19950 19894 0 -1 4194304 305 95014 0 0 0 0 4594 100 16 0 1 0 166183394 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19950/statm: 1338 234 195 169 0 49 0
[pid=19953] ppid=19950 vsize=1357564 CPUtime=9953.15
/proc/19953/stat : 19953 (rsat) R 19950 19950 19894 0 -1 4194304 86417297 0 0 0 974984 20331 0 0 25 0 1 0 166188099 1390145536 337937 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19953/statm: 339391 337937 86 211 0 339177 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1362916

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 19950 and gives
#  childrusage.ru_utime.tv_sec=45
#  childrusage.ru_utime.tv_usec=951014
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=2847
# CPU time returned by wait4() is 46.9539
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9795.78
CPU system time (s): 204.31
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 1432424

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

runsolver used 9.39057 second user time and 26.9919 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Apr 18 13:04:16 UTC 2007

IDJOB= 355724
IDBENCH= 20576
IDSOLVER= 169
FILE ID= node2/355724-1176901451

PBS_JOBID= 4595197

Free space on /tmp= 66401 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= /tmp/evaluation/355724-1176901451/rsat.sh /tmp/evaluation/355724-1176901451/instance-355724-1176901451.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-355724-1176901451 -o ROOT/results/node2/solver-355724-1176901451 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/355724-1176901451/rsat.sh /tmp/evaluation/355724-1176901451/instance-355724-1176901451.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  580dc3969c4e46e50013253fd4ac9139

RANDOM SEED= 141899133

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1285968 kB
Buffers:         38548 kB
Cached:         631092 kB
SwapCached:      22872 kB
Active:         240320 kB
Inactive:       462820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285968 kB
SwapTotal:     4192956 kB
SwapFree:      4138452 kB
Dirty:           78716 kB
Writeback:           0 kB
Mapped:          29948 kB
Slab:            52244 kB
Committed_AS:  7122280 kB
PageTables:       1860 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= 66325 MiB

End job on node2 on Wed Apr 18 15:51:01 UTC 2007