Trace number 1825343

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000 10004

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p1.cnf
MD5SUM558e9ecf39a7773e94f4b47eef706f44
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2078.49
Satisfiable
(Un)Satisfiability was proved
Number of variables199996
Number of clauses1019200
Sum of the clauses size2430990
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2758992
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.01	c Parsing...
1.10/1.20	c ==============================================================================
1.10/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.20	c ==============================================================================
1.10/1.20	c |         0 | 1008281  2419401 |  302484       0        0     nan |  0.000 % |
6.88/6.90	c |         0 |  668201  1856521 |      --       0       --      -- |     --   | -89034/10970
6.88/6.91	c ==============================================================================
6.88/6.91	c Result  :   #vars: 102505   #clauses: 668201   #literals: 1856521
6.88/6.91	c CPU time:   6.64399 s
6.88/6.91	c ==============================================================================
7.78/7.81	c Rsat version 2.00

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825343-1242498351/watcher-1825343-1242498351 -o /tmp/evaluation-result-1825343-1242498351/solver-1825343-1242498351 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825343-1242498351.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): 12000 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.85 0.97 0.94 3/64 2066
/proc/meminfo: memFree=1245048/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) R 2064 2066 2026 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2066/statm: 1339 234 194 169 0 50 0
[pid=2067] ppid=2066 vsize=684 CPUtime=0
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 61 0 0 0 0 0 0 0 18 0 1 0 277869627 700416 44 1992294400 134512640 135038345 4294956288 18446744073709551615 134699069 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 171 44 36 128 0 40 0

[startup+0.0207539 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 2066
/proc/meminfo: memFree=1245048/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=1552 CPUtime=0.01
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 310 0 0 0 0 1 0 0 19 0 1 0 277869627 1589248 293 1992294400 134512640 135038345 4294956288 18446744073709551615 134548217 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 388 295 49 128 0 257 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6908

[startup+0.101769 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 2066
/proc/meminfo: memFree=1245048/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=27656 CPUtime=0.09
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 4902 0 0 0 6 3 0 0 19 0 1 0 277869627 28319744 4717 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 6914 4718 49 128 0 6783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33012

[startup+0.301807 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 2066
/proc/meminfo: memFree=1245048/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=47004 CPUtime=0.29
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 9496 0 0 0 24 5 0 0 21 0 1 0 277869627 48132096 9311 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 11751 9311 49 128 0 11620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52360

[startup+0.701887 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 2066
/proc/meminfo: memFree=1245048/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=67796 CPUtime=0.69
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 14601 0 0 0 60 9 0 0 25 0 1 0 277869627 69423104 14416 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 16949 14416 49 128 0 16818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73152

[startup+1.50104 s]
/proc/loadavg: 0.85 0.97 0.94 2/66 2068
/proc/meminfo: memFree=1187240/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=100076 CPUtime=1.48
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 23159 0 0 0 135 13 0 0 25 0 1 0 277869627 102477824 22974 1992294400 134512640 135038345 4294956288 18446744073709551615 134544204 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 25019 22974 64 128 0 24888 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 105432

[startup+3.10136 s]
/proc/loadavg: 0.86 0.97 0.94 2/66 2068
/proc/meminfo: memFree=1167016/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=117860 CPUtime=3.09
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 29713 0 0 0 290 19 0 0 25 0 1 0 277869627 120688640 26867 1992294400 134512640 135038345 4294956288 18446744073709551615 134571422 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 29465 26867 69 128 0 29334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123216

[startup+6.30198 s]
/proc/loadavg: 0.86 0.97 0.94 2/66 2068
/proc/meminfo: memFree=1160360/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277869627 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 235 195 169 0 50 0
[pid=2067] ppid=2066 vsize=118060 CPUtime=6.29
/proc/2067/stat : 2067 (SatElite) R 2066 2066 2026 0 -1 4194304 34489 0 0 0 605 24 0 0 25 0 1 0 277869627 120893440 27076 1992294400 134512640 135038345 4294956288 18446744073709551615 134571657 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 29515 27076 69 128 0 29384 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123416

[startup+12.7013 s]
/proc/loadavg: 0.88 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1229352/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=44748 CPUtime=4.86
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 11500 0 0 0 480 6 0 0 25 0 1 0 277870409 45821952 10824 1992294400 134512640 135377749 4294956400 18446744073709551615 134530258 0 0 4096 1026 0 0 0 17 1 0 0
/proc/2070/statm: 11187 10824 86 211 0 10973 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 50104

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1226152/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=48180 CPUtime=17.65
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 12365 0 0 0 1758 7 0 0 25 0 1 0 277870409 49336320 11680 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 12045 11680 86 211 0 11831 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 53536

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1218152/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=56228 CPUtime=43.21
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 14377 0 0 0 4312 9 0 0 25 0 1 0 277870409 57577472 13654 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 14057 13654 86 211 0 13843 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 61584

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1203240/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=70872 CPUtime=94.38
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 18125 0 0 0 9426 12 0 0 25 0 1 0 277870409 72572928 17359 1992294400 134512640 135377749 4294956400 18446744073709551615 134523286 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 17718 17359 86 211 0 17504 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 76228

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1178536/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=96052 CPUtime=154.36
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 24475 0 0 0 15417 19 0 0 25 0 1 0 277870409 98357248 23606 1992294400 134512640 135377749 4294956400 18446744073709551615 134530115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 24013 23606 86 211 0 23799 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 101408

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1158696/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=115332 CPUtime=214.33
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 29337 0 0 0 21409 24 0 0 25 0 1 0 277870409 118099968 28468 1992294400 134512640 135377749 4294956400 18446744073709551615 134518119 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 28833 28468 86 211 0 28619 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 120688

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1140648/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=134200 CPUtime=274.31
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 34102 0 0 0 27402 29 0 0 25 0 1 0 277870409 137420800 33035 1992294400 134512640 135377749 4294956400 18446744073709551615 134525869 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 33550 33035 86 211 0 33336 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 139556

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2070
/proc/meminfo: memFree=1123816/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=150664 CPUtime=334.3
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 38289 0 0 0 33394 36 0 0 25 0 1 0 277870409 154279936 37195 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 37666 37195 86 211 0 37452 0

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

/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9338.61
Current children cumulated vsize (KiB) 569396

[startup+9402.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713320/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9390.78
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 938911 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9398.58
Current children cumulated vsize (KiB) 569396

[startup+9462.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713320/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9450.76
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 944909 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134522765 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9458.56
Current children cumulated vsize (KiB) 569396

[startup+9522.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9510.74
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 950907 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134523264 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9518.54
Current children cumulated vsize (KiB) 569396

[startup+9582.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9570.71
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 956904 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134529228 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9578.51
Current children cumulated vsize (KiB) 569396

[startup+9642.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9630.69
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 962902 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134530118 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9638.49
Current children cumulated vsize (KiB) 569396

[startup+9702.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9690.67
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 968900 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134530175 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9698.47
Current children cumulated vsize (KiB) 569396

[startup+9762.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9750.64
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 974897 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9758.44
Current children cumulated vsize (KiB) 569396

[startup+9822.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9810.62
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 980895 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134526466 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9818.42
Current children cumulated vsize (KiB) 569396

[startup+9882.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713448/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9870.6
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 986893 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9878.4
Current children cumulated vsize (KiB) 569396

[startup+9942.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713448/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9930.57
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 992890 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134526583 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9938.37
Current children cumulated vsize (KiB) 569396

[startup+10002.3 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9990.55
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 998888 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 9998.35
Current children cumulated vsize (KiB) 569396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 2097
/proc/meminfo: memFree=713384/2055924 swapFree=4180124/4192956
[pid=2066] ppid=2064 vsize=5356 CPUtime=7.8
/proc/2066/stat : 2066 (rsat.sh) S 2064 2066 2026 0 -1 4194304 310 37900 0 0 0 0 746 34 16 0 1 0 277869627 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2066/statm: 1339 237 195 169 0 50 0
[pid=2070] ppid=2066 vsize=564040 CPUtime=9992.25
/proc/2070/stat : 2070 (rsat) R 2066 2066 2026 0 -1 4194304 156059 0 0 0 999058 167 0 0 25 0 1 0 277870409 577576960 139130 1992294400 134512640 135377749 4294956400 18446744073709551615 134530192 0 0 4096 1026 0 0 0 17 0 0 0
/proc/2070/statm: 141010 139130 86 211 0 140796 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 569396

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

Real time (s): 10004
CPU time (s): 10000
CPU user time (s): 9998.04
CPU system time (s): 2.01
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 598140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.46686
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 24

runsolver used 8.29874 second user time and 28.0867 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-16 20:25:53
IDJOB=1825343
IDBENCH=71005
IDSOLVER=665
FILE ID=node6/1825343-1242498351
PBS_JOBID= 9307000
Free space on /tmp= 66192 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p1.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825343-1242498351/watcher-1825343-1242498351 -o /tmp/evaluation-result-1825343-1242498351/solver-1825343-1242498351 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825343-1242498351.cnf            

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

MD5SUM BENCH= 558e9ecf39a7773e94f4b47eef706f44
RANDOM SEED=1340018956

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:      2055924 kB
MemFree:       1245592 kB
Buffers:         68592 kB
Cached:         656520 kB
SwapCached:       6704 kB
Active:         105904 kB
Inactive:       627584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1245592 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:           20608 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            62888 kB
Committed_AS:  1114216 kB
PageTables:       1452 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= 66216 MiB
End job on node6 at 2009-05-16 23:12:39