Trace number 294420

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.04 1200.47

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S228456758-12.SAT.shuffled.cnf
MD5SUM3b624125de84e4dd806ca3ec600430c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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 |    4450    31150 |    1334       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 50   #clauses: 4450   #literals: 31150
0.00/0.01	c CPU time:   0.005999 s
0.00/0.01	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/node61/watcher-294420-1171788986 -o ROOT/results/node61/solver-294420-1171788986 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294420-1171788986/rsat.sh /tmp/evaluation/294420-1171788986/instance-294420-1171788986.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.96 1.11 1.88 3/64 2853
/proc/meminfo: memFree=899408/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 198855517 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2853/statm: 1338 233 195 169 0 49 0
[pid=2854] ppid=2853 vsize=688 CPUtime=0
/proc/2854/stat : 2854 (SatElite) R 2853 2853 2304 0 -1 4194304 99 0 0 0 0 0 0 0 19 0 1 0 198855518 704512 81 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/2854/statm: 172 81 49 128 0 41 0

[startup+0.106435 s]
/proc/loadavg: 0.96 1.11 1.88 3/64 2853
/proc/meminfo: memFree=899408/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+0.514473 s]
/proc/loadavg: 0.96 1.11 1.88 3/64 2853
/proc/meminfo: memFree=899408/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5352

[startup+1.33455 s]
/proc/loadavg: 0.96 1.11 1.88 2/66 2856
/proc/meminfo: memFree=896832/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=3076 CPUtime=1.3
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 692 0 0 0 130 0 0 0 25 0 1 0 198855520 3149824 582 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523257 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 769 582 86 211 0 555 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8428

[startup+2.97071 s]
/proc/loadavg: 0.97 1.11 1.87 2/66 2856
/proc/meminfo: memFree=896000/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=4416 CPUtime=2.93
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 1196 0 0 0 293 0 0 0 25 0 1 0 198855520 4521984 890 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 1104 890 86 211 0 890 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9768

[startup+6.24702 s]
/proc/loadavg: 0.97 1.11 1.87 2/66 2856
/proc/meminfo: memFree=894976/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=5296 CPUtime=6.21
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 1643 0 0 0 621 0 0 0 25 0 1 0 198855520 5423104 1158 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 1324 1158 86 211 0 1110 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10648

[startup+12.7076 s]
/proc/loadavg: 0.97 1.10 1.86 2/66 2856
/proc/meminfo: memFree=893328/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=6756 CPUtime=12.67
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 2399 0 0 0 1266 1 0 0 25 0 1 0 198855520 6918144 1428 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 1689 1428 86 211 0 1475 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12108

[startup+25.5229 s]
/proc/loadavg: 0.97 1.10 1.85 2/66 2856
/proc/meminfo: memFree=890896/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=9100 CPUtime=25.48
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 3443 0 0 0 2546 2 0 0 25 0 1 0 198855520 9318400 2067 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 2275 2067 86 211 0 2061 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14452

[startup+51.1433 s]
/proc/loadavg: 0.98 1.09 1.83 2/66 2856
/proc/meminfo: memFree=888400/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=12328 CPUtime=51.1
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 4312 0 0 0 5107 3 0 0 25 0 1 0 198855520 12623872 2742 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 3082 2742 86 211 0 2868 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 17680

[startup+102.385 s]
/proc/loadavg: 0.99 1.07 1.79 2/66 2856
/proc/meminfo: memFree=886288/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=14368 CPUtime=102.32
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 5642 0 0 0 10229 3 0 0 25 0 1 0 198855520 14712832 3280 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 3592 3281 86 211 0 3378 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 19720

[startup+162.444 s]
/proc/loadavg: 0.99 1.06 1.73 2/66 2856
/proc/meminfo: memFree=882128/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=17640 CPUtime=162.37
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 7537 0 0 0 16232 5 0 0 25 0 1 0 198855520 18063360 4239 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 4410 4239 86 211 0 4196 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 22992

[startup+222.497 s]
/proc/loadavg: 0.99 1.04 1.68 2/66 2856
/proc/meminfo: memFree=882128/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=17640 CPUtime=222.4
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 7542 0 0 0 22235 5 0 0 25 0 1 0 198855520 18063360 4244 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 4410 4244 86 211 0 4196 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 22992

[startup+282.554 s]
/proc/loadavg: 0.99 1.03 1.63 2/72 2922
/proc/meminfo: memFree=877064/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=23124 CPUtime=282.42
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 8924 0 0 0 28235 7 0 0 25 0 1 0 198855520 23678976 5240 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 5781 5240 86 211 0 5567 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 28476

[startup+342.641 s]
/proc/loadavg: 0.99 1.03 1.60 2/72 3014
/proc/meminfo: memFree=873104/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=26916 CPUtime=342.45
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 9994 0 0 0 34236 9 0 0 25 0 1 0 198855520 27561984 6211 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 6729 6211 86 211 0 6515 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 32268

[startup+402.711 s]
/proc/loadavg: 0.99 1.02 1.55 2/66 3054
/proc/meminfo: memFree=874512/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=26260 CPUtime=402.48
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 11661 0 0 0 40238 10 0 0 25 0 1 0 198855520 26890240 6147 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 6565 6147 86 211 0 6351 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 31612

[startup+462.767 s]
/proc/loadavg: 0.99 1.01 1.52 2/66 3054
/proc/meminfo: memFree=874448/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=26260 CPUtime=462.52
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 11670 0 0 0 46242 10 0 0 25 0 1 0 198855520 26890240 6156 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 6565 6156 86 211 0 6351 0
Current children cumulated CPU time (s) 462.53
Current children cumulated vsize (KiB) 31612

[startup+522.819 s]
/proc/loadavg: 0.99 1.01 1.48 2/66 3054
/proc/meminfo: memFree=874192/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=26652 CPUtime=522.56
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 11741 0 0 0 52245 11 0 0 25 0 1 0 198855520 27291648 6227 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 6663 6227 86 211 0 6449 0
Current children cumulated CPU time (s) 522.57
Current children cumulated vsize (KiB) 32004

[startup+582.871 s]
/proc/loadavg: 0.99 1.00 1.45 2/66 3054
/proc/meminfo: memFree=871504/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=29692 CPUtime=582.59
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 12415 0 0 0 58248 11 0 0 25 0 1 0 198855520 30404608 6901 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 7423 6901 86 211 0 7209 0
Current children cumulated CPU time (s) 582.6
Current children cumulated vsize (KiB) 35044

[startup+642.93 s]
/proc/loadavg: 0.99 1.00 1.42 2/66 3054
/proc/meminfo: memFree=868880/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=32556 CPUtime=642.64
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 13132 0 0 0 64252 12 0 0 25 0 1 0 198855520 33337344 7585 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 8139 7585 86 211 0 7925 0
Current children cumulated CPU time (s) 642.65
Current children cumulated vsize (KiB) 37908

[startup+702.988 s]
/proc/loadavg: 0.99 1.00 1.39 2/66 3054
/proc/meminfo: memFree=866320/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=34988 CPUtime=702.68
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 13804 0 0 0 70255 13 0 0 25 0 1 0 198855520 35827712 8224 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 8747 8224 86 211 0 8533 0
Current children cumulated CPU time (s) 702.69
Current children cumulated vsize (KiB) 40340

[startup+763.045 s]
/proc/loadavg: 0.99 1.00 1.36 2/66 3054
/proc/meminfo: memFree=864016/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=40200 CPUtime=762.72
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 15146 0 0 0 76258 14 0 0 25 0 1 0 198855520 41164800 8796 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 10050 8796 86 211 0 9836 0
Current children cumulated CPU time (s) 762.73
Current children cumulated vsize (KiB) 45552

[startup+823.105 s]
/proc/loadavg: 0.99 1.00 1.34 2/66 3054
/proc/meminfo: memFree=863568/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=39100 CPUtime=822.77
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 18905 0 0 0 82260 17 0 0 25 0 1 0 198855520 40038400 8829 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522420 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 9775 8829 86 211 0 9561 0
Current children cumulated CPU time (s) 822.78
Current children cumulated vsize (KiB) 44452

[startup+883.163 s]
/proc/loadavg: 0.99 1.00 1.31 2/66 3054
/proc/meminfo: memFree=864080/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=38320 CPUtime=882.82
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 18911 0 0 0 88265 17 0 0 25 0 1 0 198855520 39239680 8716 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 9580 8716 86 211 0 9366 0
Current children cumulated CPU time (s) 882.83
Current children cumulated vsize (KiB) 43672

[startup+943.219 s]
/proc/loadavg: 0.99 1.00 1.29 2/66 3054
/proc/meminfo: memFree=864080/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=38320 CPUtime=942.86
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 18916 0 0 0 94269 17 0 0 25 0 1 0 198855520 39239680 8721 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 9580 8721 86 211 0 9366 0
Current children cumulated CPU time (s) 942.87
Current children cumulated vsize (KiB) 43672

[startup+1003.28 s]
/proc/loadavg: 0.99 1.00 1.27 2/66 3054
/proc/meminfo: memFree=863888/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=38848 CPUtime=1002.9
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 19003 0 0 0 100273 17 0 0 25 0 1 0 198855520 39780352 8808 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 9712 8808 86 211 0 9498 0
Current children cumulated CPU time (s) 1002.91
Current children cumulated vsize (KiB) 44200

[startup+1063.34 s]
/proc/loadavg: 0.99 1.00 1.25 2/66 3054
/proc/meminfo: memFree=863632/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=38976 CPUtime=1062.94
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 19057 0 0 0 106277 17 0 0 25 0 1 0 198855520 39911424 8829 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 9744 8829 86 211 0 9530 0
Current children cumulated CPU time (s) 1062.95
Current children cumulated vsize (KiB) 44328

[startup+1123.39 s]
/proc/loadavg: 0.99 1.00 1.23 2/66 3054
/proc/meminfo: memFree=863056/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=40024 CPUtime=1122.99
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 19252 0 0 0 112282 17 0 0 25 0 1 0 198855520 40984576 8991 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 10006 8991 86 211 0 9792 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 45376

[startup+1183.45 s]
/proc/loadavg: 0.99 1.00 1.21 2/66 3054
/proc/meminfo: memFree=862608/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=40684 CPUtime=1183.02
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 19373 0 0 0 118285 17 0 0 25 0 1 0 198855520 41660416 9112 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 10171 9112 86 211 0 9957 0
Current children cumulated CPU time (s) 1183.03
Current children cumulated vsize (KiB) 46036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 0.99 1.00 1.21 2/66 3054
/proc/meminfo: memFree=862352/2055920 swapFree=4183164/4192956
[pid=2853] ppid=2851 vsize=5352 CPUtime=0.01
/proc/2853/stat : 2853 (rsat.sh) S 2851 2853 2304 0 -1 4194304 306 201 0 0 0 0 1 0 16 0 1 0 198855517 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2853/statm: 1338 234 195 169 0 49 0
[pid=2856] ppid=2853 vsize=41076 CPUtime=1200.03
/proc/2856/stat : 2856 (rsat) R 2853 2853 2304 0 -1 4194304 19458 0 0 0 119986 17 0 0 25 0 1 0 198855520 42061824 9164 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2856/statm: 10269 9164 86 211 0 10055 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 46428

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)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 2853 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=17997 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=3999
CPU time returned by wait4() is 0.021996
while last known CPU time is 1200.04

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1200.47
CPU time (s): 1200.04
CPU user time (s): 1199.87
CPU system time (s): 0.17
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 60136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.017997
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507
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 0.839872 second user time and 2.49062 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Feb 18 08:56:26 UTC 2007

IDJOB= 294420
IDBENCH= 19888
IDSOLVER= 104
FILE ID= node61/294420-1171788986

PBS_JOBID= 3839572

Free space on /tmp= 66563 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S228456758-12.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294420-1171788986/rsat.sh /tmp/evaluation/294420-1171788986/instance-294420-1171788986.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-294420-1171788986 -o ROOT/results/node61/solver-294420-1171788986 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294420-1171788986/rsat.sh /tmp/evaluation/294420-1171788986/instance-294420-1171788986.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  3b624125de84e4dd806ca3ec600430c5

RANDOM SEED= 644799221

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:        899816 kB
Buffers:         36992 kB
Cached:        1017316 kB
SwapCached:       3636 kB
Active:         401992 kB
Inactive:       662292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        899816 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          15972 kB
Slab:            77912 kB
Committed_AS:   559868 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= 66563 MiB

End job on node61 on Sun Feb 18 09:16:29 UTC 2007