Trace number 1582029

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) 1200.05 1200.41

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.19/1.23	c ==============================================================================
1.19/1.23	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.23	c ==============================================================================
1.19/1.23	c |         0 |  994873  2381294 |  298461       0        0     nan |  0.000 % |
7.19/7.26	c |         0 |  654137  1815422 |      --       0       --      -- |     --   | -89707/7915
7.19/7.27	c ==============================================================================
7.19/7.27	c Result  :   #vars: 101800   #clauses: 654137   #literals: 1815422
7.19/7.27	c CPU time:   7.02393 s
7.19/7.27	c ==============================================================================
8.18/8.20	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-1582029-1238935887/watcher-1582029-1238935887 -o /tmp/evaluation-result-1582029-1238935887/solver-1582029-1238935887 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1582029-1238935887.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.92 0.98 1.01 3/64 25280
/proc/meminfo: memFree=1507240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) R 25278 25280 24792 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/25280/statm: 1339 234 194 169 0 50 0
[pid=25281] ppid=25280 vsize=1168 CPUtime=0
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 1166251338 1196032 174 1992294400 134512640 135038345 4294956272 18446744073709551615 134548040 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 292 175 49 128 0 161 0

[startup+0.104225 s]
/proc/loadavg: 0.92 0.98 1.01 3/64 25280
/proc/meminfo: memFree=1507240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=28712 CPUtime=0.09
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 5150 0 0 0 7 2 0 0 19 0 1 0 1166251338 29401088 4965 1992294400 134512640 135038345 4294956272 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 7178 4966 49 128 0 7047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34068

[startup+0.202234 s]
/proc/loadavg: 0.92 0.98 1.01 3/64 25280
/proc/meminfo: memFree=1507240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=39380 CPUtime=0.19
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 7734 0 0 0 15 4 0 0 20 0 1 0 1166251338 40325120 7549 1992294400 134512640 135038345 4294956272 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 9845 7550 49 128 0 9714 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44736

[startup+0.302244 s]
/proc/loadavg: 0.92 0.98 1.01 3/64 25280
/proc/meminfo: memFree=1507240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=47004 CPUtime=0.28
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 9489 0 0 0 24 4 0 0 21 0 1 0 1166251338 48132096 9304 1992294400 134512640 135038345 4294956272 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 11751 9305 49 128 0 11620 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52360

[startup+0.701287 s]
/proc/loadavg: 0.92 0.98 1.01 3/64 25280
/proc/meminfo: memFree=1507240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=67004 CPUtime=0.69
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 14360 0 0 0 61 8 0 0 25 0 1 0 1166251338 68612096 14175 1992294400 134512640 135038345 4294956272 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 16751 14176 49 128 0 16620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72360

[startup+1.50238 s]
/proc/loadavg: 0.92 0.98 1.01 2/66 25282
/proc/meminfo: memFree=1421528/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=99340 CPUtime=1.48
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 22906 0 0 0 136 12 0 0 25 0 1 0 1166251338 101724160 22704 1992294400 134512640 135038345 4294956272 18446744073709551615 134538968 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 24835 22704 64 128 0 24704 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104696

[startup+3.10154 s]
/proc/loadavg: 0.92 0.98 1.01 2/66 25282
/proc/meminfo: memFree=1401496/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=116492 CPUtime=3.08
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 29351 0 0 0 290 18 0 0 25 0 1 0 1166251338 119287808 26696 1992294400 134512640 135038345 4294956272 18446744073709551615 134571336 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 29123 26696 69 128 0 28992 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121848

[startup+6.30189 s]
/proc/loadavg: 0.93 0.98 1.01 2/66 25282
/proc/meminfo: memFree=1394520/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1166251337 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25280/statm: 1339 235 195 169 0 50 0
[pid=25281] ppid=25280 vsize=125112 CPUtime=6.29
/proc/25281/stat : 25281 (SatElite) R 25280 25280 24792 0 -1 4194304 33760 0 0 0 608 21 0 0 25 0 1 0 1166251338 128114688 28477 1992294400 134512640 135038345 4294956272 18446744073709551615 134574707 0 0 4096 3 0 0 0 17 1 0 0
/proc/25281/statm: 31278 28477 69 128 0 31147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130468

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 1.01 2/66 25283
/proc/meminfo: memFree=1446496/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=44208 CPUtime=4.49
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 11355 0 0 0 444 5 0 0 25 0 1 0 1166252158 45268992 10681 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 11052 10681 86 211 0 10838 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49564

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 1.01 2/66 25283
/proc/meminfo: memFree=1442016/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=48476 CPUtime=17.28
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 12433 0 0 0 1723 5 0 0 25 0 1 0 1166252158 49639424 11745 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 12119 11745 86 211 0 11905 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53832

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 1.01 2/66 25283
/proc/meminfo: memFree=1434272/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=56408 CPUtime=42.87
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 14422 0 0 0 4279 8 0 0 25 0 1 0 1166252158 57761792 13700 1992294400 134512640 135377749 4294956384 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 14102 13700 86 211 0 13888 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61764

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 1.00 2/66 25283
/proc/meminfo: memFree=1416800/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=73688 CPUtime=94.06
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 18783 0 0 0 9393 13 0 0 25 0 1 0 1166252158 75456512 18061 1992294400 134512640 135377749 4294956384 18446744073709551615 134530258 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 18422 18061 86 211 0 18208 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 79044

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25283
/proc/meminfo: memFree=1398688/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=92160 CPUtime=154.04
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 23450 0 0 0 15385 19 0 0 25 0 1 0 1166252158 94371840 22628 1992294400 134512640 135377749 4294956384 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 23040 22628 86 211 0 22826 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 97516

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25283
/proc/meminfo: memFree=1380960/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=109560 CPUtime=214.03
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 27839 0 0 0 21378 25 0 0 25 0 1 0 1166252158 112189440 27011 1992294400 134512640 135377749 4294956384 18446744073709551615 134524169 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 27390 27011 86 211 0 27176 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 114916

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25283
/proc/meminfo: memFree=1365984/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=125200 CPUtime=274.01
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 31797 0 0 0 27372 29 0 0 25 0 1 0 1166252158 128204800 30764 1992294400 134512640 135377749 4294956384 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 31300 30764 86 211 0 31086 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 130556

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25283
/proc/meminfo: memFree=1354848/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=136072 CPUtime=334
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 34561 0 0 0 33368 32 0 0 25 0 1 0 1166252158 139337728 33512 1992294400 134512640 135377749 4294956384 18446744073709551615 134526075 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 34018 33512 86 211 0 33804 0

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

/proc/25283/statm: 41268 40838 86 211 0 41054 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 170428

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1325152/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=165072 CPUtime=633.92
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 42044 0 0 0 63349 43 0 0 25 0 1 0 1166252158 169033728 40838 1992294400 134512640 135377749 4294956384 18446744073709551615 134522897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 41268 40838 86 211 0 41054 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 170428

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1325152/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=165072 CPUtime=693.9
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 42044 0 0 0 69347 43 0 0 25 0 1 0 1166252158 169033728 40838 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 41268 40838 86 211 0 41054 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 170428

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1315488/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=174696 CPUtime=753.88
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 44497 0 0 0 75343 45 0 0 25 0 1 0 1166252158 178888704 43281 1992294400 134512640 135377749 4294956384 18446744073709551615 134529231 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 43674 43281 86 211 0 43460 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 180052

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1303136/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=187132 CPUtime=813.87
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 47640 0 0 0 81338 49 0 0 25 0 1 0 1166252158 191623168 46411 1992294400 134512640 135377749 4294956384 18446744073709551615 134529425 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 46783 46411 86 211 0 46569 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 192488

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1290528/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=200936 CPUtime=873.85
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 51154 0 0 0 87333 52 0 0 25 0 1 0 1166252158 205758464 49506 1992294400 134512640 135377749 4294956384 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 50234 49506 86 211 0 50020 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 206292

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1281568/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=209888 CPUtime=933.84
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 53460 0 0 0 93329 55 0 0 25 0 1 0 1166252158 214925312 51773 1992294400 134512640 135377749 4294956384 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 52472 51773 86 211 0 52258 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 215244

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1272096/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=219144 CPUtime=993.82
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 55812 0 0 0 99324 58 0 0 25 0 1 0 1166252158 224403456 54111 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 54786 54111 86 211 0 54572 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 224500

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1262240/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=228812 CPUtime=1053.8
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 58275 0 0 0 105320 60 0 0 25 0 1 0 1166252158 234303488 56554 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 57203 56554 86 211 0 56989 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 234168

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1249056/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=241880 CPUtime=1113.79
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 61592 0 0 0 111316 63 0 0 25 0 1 0 1166252158 247685120 59843 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 60470 59843 86 211 0 60256 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 247236

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1237728/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=253256 CPUtime=1173.78
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 64529 0 0 0 117311 67 0 0 25 0 1 0 1166252158 259334144 62717 1992294400 134512640 135377749 4294956384 18446744073709551615 134530256 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 63314 62717 86 211 0 63100 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 258612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1232544/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=258152 CPUtime=1191.87
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 65759 0 0 0 119119 68 0 0 25 0 1 0 1166252158 264347648 63947 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 64538 63947 86 211 0 64324 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 263508

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 25289
/proc/meminfo: memFree=1232544/2055920 swapFree=4177844/4192956
[pid=25280] ppid=25278 vsize=5356 CPUtime=8.18
/proc/25280/stat : 25280 (rsat.sh) S 25278 25280 24792 0 -1 4194304 310 37508 0 0 0 0 788 30 16 0 1 0 1166251337 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 237 195 169 0 50 0
[pid=25283] ppid=25280 vsize=258152 CPUtime=1191.87
/proc/25283/stat : 25283 (rsat) R 25280 25280 24792 0 -1 4194304 65759 0 0 0 119119 68 0 0 25 0 1 0 1166252158 264347648 63947 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25283/statm: 64538 63947 86 211 0 64324 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 263508

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25280 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=886801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=310952
# CPU time returned by wait4() is 8.19775
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1199.07
CPU system time (s): 0.98
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 263508

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

runsolver used 1.3118 second user time and 3.06353 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-05 14:51:28
IDJOB=1582029
IDBENCH=71047
IDSOLVER=560
FILE ID=node47/1582029-1238935887
PBS_JOBID= 9101438
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=637425176

node47.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.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:       1507720 kB
Buffers:         46172 kB
Cached:         423184 kB
SwapCached:       9024 kB
Active:         235660 kB
Inactive:       244312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507720 kB
SwapTotal:     4192956 kB
SwapFree:      4177844 kB
Dirty:           20180 kB
Writeback:           0 kB
Mapped:          16164 kB
Slab:            54136 kB
Committed_AS:  3589632 kB
PageTables:       1464 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= 66524 MiB
End job on node47 at 2009-04-05 15:11:31