Trace number 296429

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) 1200.1 1200.49

General information on the benchmark

Namerandom/OnTreshold/7SAT/v45/
unif-k7-r89-v45-c4005-S1065385609-07.UNSAT.shuffled.cnf
MD5SUM66e7f727b13be92000d7d61d02c29f2d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.632
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses4005
Sum of the clauses size28035
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54005

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 |    4005    28035 |    1201       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 45   #clauses: 4005   #literals: 28035
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	c ==============================================================================
0.00/0.02	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.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-296429-1171823528 -o ROOT/results/node43/solver-296429-1171823528 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296429-1171823528/rsat.sh /tmp/evaluation/296429-1171823528/instance-296429-1171823528.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.95 0.98 0.99 3/64 15187
/proc/meminfo: memFree=545376/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0
/proc/15187/stat : 15187 (rsat.sh) R 15185 15187 13755 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 202308821 5480448 232 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849246879 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15187/statm: 1338 232 194 169 0 49 0
[pid=15188] ppid=15187 vsize=688 CPUtime=0
/proc/15188/stat : 15188 (SatElite) R 15187 15187 13755 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 202308821 704512 80 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 172 81 49 128 0 41 0

[startup+0.10697 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 15187
/proc/meminfo: memFree=545376/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+0.515038 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 15187
/proc/meminfo: memFree=545376/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+1.33517 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15190
/proc/meminfo: memFree=542992/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=3160 CPUtime=1.3
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 727 0 0 0 130 0 0 0 25 0 1 0 202308823 3235840 615 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 790 615 86 211 0 576 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8512

[startup+2.97644 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15190
/proc/meminfo: memFree=542224/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=4276 CPUtime=2.94
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 1272 0 0 0 294 0 0 0 25 0 1 0 202308823 4378624 867 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 1069 867 86 211 0 855 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9628

[startup+6.25299 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15190
/proc/meminfo: memFree=540432/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=5864 CPUtime=6.22
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 1712 0 0 0 622 0 0 0 25 0 1 0 202308823 6004736 1209 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522830 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 1466 1209 86 211 0 1252 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11216

[startup+12.7161 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15190
/proc/meminfo: memFree=539280/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=6804 CPUtime=12.68
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 2360 0 0 0 1267 1 0 0 25 0 1 0 202308823 6967296 1469 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 1701 1469 86 211 0 1487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12156

[startup+25.5252 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 15190
/proc/meminfo: memFree=537872/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=7876 CPUtime=25.48
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 3022 0 0 0 2547 1 0 0 25 0 1 0 202308823 8065024 1743 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134529418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 1969 1743 86 211 0 1755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13228

[startup+51.1504 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 15190
/proc/meminfo: memFree=534608/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=11596 CPUtime=51.1
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 4826 0 0 0 5107 3 0 0 25 0 1 0 202308823 11874304 2564 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 2899 2564 86 211 0 2685 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16948

[startup+102.396 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=531280/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=15064 CPUtime=102.33
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 5705 0 0 0 10229 4 0 0 25 0 1 0 202308823 15425536 3443 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 3766 3443 86 211 0 3552 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 20416

[startup+162.46 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=530384/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=15364 CPUtime=162.37
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 6877 0 0 0 16233 4 0 0 25 0 1 0 202308823 15732736 3629 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 3841 3629 86 211 0 3627 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 20716

[startup+222.517 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=526608/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=21340 CPUtime=222.41
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 8269 0 0 0 22236 5 0 0 25 0 1 0 202308823 21852160 4602 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 5335 4602 86 211 0 5121 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 26692

[startup+282.575 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=523600/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=22784 CPUtime=282.45
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 10715 0 0 0 28238 7 0 0 25 0 1 0 202308823 23330816 5230 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522440 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 5696 5230 86 211 0 5482 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 28136

[startup+342.634 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=523984/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=22620 CPUtime=342.49
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 10740 0 0 0 34242 7 0 0 25 0 1 0 202308823 23162880 5221 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 5655 5221 86 211 0 5441 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 27972

[startup+402.693 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15190
/proc/meminfo: memFree=523536/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=23268 CPUtime=402.53
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 10898 0 0 0 40246 7 0 0 25 0 1 0 202308823 23826432 5346 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 5817 5346 86 211 0 5603 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 28620

[startup+462.753 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=522832/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=24372 CPUtime=462.57
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 11123 0 0 0 46250 7 0 0 25 0 1 0 202308823 24956928 5506 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 6093 5506 86 211 0 5879 0
Current children cumulated CPU time (s) 462.58
Current children cumulated vsize (KiB) 29724

[startup+522.813 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=520336/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=26876 CPUtime=522.61
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 11772 0 0 0 52253 8 0 0 25 0 1 0 202308823 27521024 6155 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 6719 6155 86 211 0 6505 0
Current children cumulated CPU time (s) 522.62
Current children cumulated vsize (KiB) 32228

[startup+582.875 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=517264/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=30680 CPUtime=582.65
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 12705 0 0 0 58257 8 0 0 25 0 1 0 202308823 31416320 6925 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 7670 6925 86 211 0 7456 0
Current children cumulated CPU time (s) 582.66
Current children cumulated vsize (KiB) 36032

[startup+642.937 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=514768/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=33060 CPUtime=642.7
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 13365 0 0 0 64261 9 0 0 25 0 1 0 202308823 33853440 7552 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 8265 7552 86 211 0 8051 0
Current children cumulated CPU time (s) 642.71
Current children cumulated vsize (KiB) 38412

[startup+702.991 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=515152/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=30260 CPUtime=702.73
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 15589 0 0 0 70263 10 0 0 25 0 1 0 202308823 30986240 7380 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 7565 7380 86 211 0 7351 0
Current children cumulated CPU time (s) 702.74
Current children cumulated vsize (KiB) 35612

[startup+763.046 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=515216/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=30648 CPUtime=762.77
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 15677 0 0 0 76267 10 0 0 25 0 1 0 202308823 31383552 7435 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 7662 7435 86 211 0 7448 0
Current children cumulated CPU time (s) 762.78
Current children cumulated vsize (KiB) 36000

[startup+823.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=514832/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=31168 CPUtime=822.81
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 15769 0 0 0 82271 10 0 0 25 0 1 0 202308823 31916032 7527 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 7792 7527 86 211 0 7578 0
Current children cumulated CPU time (s) 822.82
Current children cumulated vsize (KiB) 36520

[startup+883.171 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=514512/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=31688 CPUtime=882.85
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 15864 0 0 0 88275 10 0 0 25 0 1 0 202308823 32448512 7622 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 7922 7622 86 211 0 7708 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 37040

[startup+943.231 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=514256/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=32080 CPUtime=942.89
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 15922 0 0 0 94279 10 0 0 25 0 1 0 202308823 32849920 7680 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 8020 7680 86 211 0 7806 0
Current children cumulated CPU time (s) 942.9
Current children cumulated vsize (KiB) 37432

[startup+1003.29 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=513296/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=33380 CPUtime=1002.94
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 16212 0 0 0 100283 11 0 0 25 0 1 0 202308823 34181120 7905 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 8345 7905 86 211 0 8131 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 38732

[startup+1063.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15192
/proc/meminfo: memFree=512656/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=34424 CPUtime=1062.98
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 16391 0 0 0 106287 11 0 0 25 0 1 0 202308823 35250176 8084 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 8606 8084 86 211 0 8392 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 39776

[startup+1123.41 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 15192
/proc/meminfo: memFree=511632/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=38988 CPUtime=1123.01
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 17460 0 0 0 112290 11 0 0 25 0 1 0 202308823 39923712 8318 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 9747 8318 86 211 0 9533 0
Current children cumulated CPU time (s) 1123.02
Current children cumulated vsize (KiB) 44340

[startup+1183.47 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 15192
/proc/meminfo: memFree=509840/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=40832 CPUtime=1183.06
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 17933 0 0 0 118294 12 0 0 25 0 1 0 202308823 41811968 8791 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 10208 8791 86 211 0 9994 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 46184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 15192
/proc/meminfo: memFree=509264/2055920 swapFree=4183376/4192956
[pid=15187] ppid=15185 vsize=5352 CPUtime=0.01
/proc/15187/stat : 15187 (rsat.sh) S 15185 15187 13755 0 -1 4194304 306 189 0 0 0 0 1 0 18 0 1 0 202308821 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 216849244996 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15187/statm: 1338 234 195 169 0 49 0
[pid=15190] ppid=15187 vsize=41488 CPUtime=1200.06
/proc/15190/stat : 15190 (rsat) R 15187 15187 13755 0 -1 4194304 18087 0 0 0 119994 12 0 0 25 0 1 0 202308823 42483712 8912 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15190/statm: 10372 8912 86 211 0 10158 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 46840

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)
Real time (s): 1200.49
CPU time (s): 1200.1
CPU user time (s): 1199.97
CPU system time (s): 0.135979
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 46840

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

runsolver used 1.01385 second user time and 2.47962 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Feb 18 18:32:08 UTC 2007

IDJOB= 296429
IDBENCH= 19937
IDSOLVER= 104
FILE ID= node43/296429-1171823528

PBS_JOBID= 3839636

Free space on /tmp= 66562 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v45/unif-k7-r89-v45-c4005-S1065385609-07.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296429-1171823528/rsat.sh /tmp/evaluation/296429-1171823528/instance-296429-1171823528.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-296429-1171823528 -o ROOT/results/node43/solver-296429-1171823528 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296429-1171823528/rsat.sh /tmp/evaluation/296429-1171823528/instance-296429-1171823528.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  66e7f727b13be92000d7d61d02c29f2d

RANDOM SEED= 72511517

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:        545720 kB
Buffers:         52836 kB
Cached:        1331032 kB
SwapCached:       4080 kB
Active:         866596 kB
Inactive:       527612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        545720 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          15604 kB
Slab:           102004 kB
Committed_AS:   529296 kB
PageTables:       1392 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= 66562 MiB

End job on node43 on Sun Feb 18 18:52:10 UTC 2007