Trace number 1582185

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.08 1200.61

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
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 variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.58/1.65	c ==============================================================================
1.58/1.65	c |           |     ORIGINAL     |              LEARNT              |          |
1.58/1.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.58/1.65	c ==============================================================================
1.58/1.65	c |         0 | 1377238  3343680 |  413171       0        0     nan |  0.000 % |
9.08/9.18	c |         0 |  958485  2693825 |      --       0       --      -- |     --   | -116636/37456
9.08/9.18	c ==============================================================================
9.08/9.18	c Result  :   #vars: 138674   #clauses: 958485   #literals: 2693825
9.08/9.18	c CPU time:   8.85765 s
9.08/9.18	c ==============================================================================
10.38/10.48	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-1582185-1238937571/watcher-1582185-1238937571 -o /tmp/evaluation-result-1582185-1238937571/solver-1582185-1238937571 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1582185-1238937571.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 0.99 3/64 10407
/proc/meminfo: memFree=1405544/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) R 10405 10407 9950 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10407/statm: 1339 234 194 169 0 50 0
[pid=10408] ppid=10407 vsize=1552 CPUtime=0
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 337958630 1589248 250 1992294400 134512640 135038345 4294956272 18446744073709551615 134548172 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 388 252 49 128 0 257 0

[startup+0.0829419 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=1405544/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=25640 CPUtime=0.07
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 5492 0 0 0 5 2 0 0 19 0 1 0 337958630 26255360 5307 1992294400 134512640 135038345 4294956272 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 6410 5308 49 128 0 6279 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30996

[startup+0.101944 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=1405544/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=27524 CPUtime=0.09
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 5959 0 0 0 7 2 0 0 19 0 1 0 337958630 28184576 5774 1992294400 134512640 135038345 4294956272 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 6881 5774 49 128 0 6750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32880

[startup+0.301965 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=1405544/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=49644 CPUtime=0.29
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 11243 0 0 0 24 5 0 0 21 0 1 0 337958630 50835456 11058 1992294400 134512640 135038345 4294956272 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 12411 11059 49 128 0 12280 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55000

[startup+0.70201 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=1405544/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=68720 CPUtime=0.69
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 15897 0 0 0 61 8 0 0 25 0 1 0 337958630 70369280 15712 1992294400 134512640 135038345 4294956272 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 17180 15713 49 128 0 17049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74076

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10409
/proc/meminfo: memFree=1327960/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=118640 CPUtime=1.48
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 29001 0 0 0 130 18 0 0 25 0 1 0 337958630 121487360 28816 1992294400 134512640 135038345 4294956272 18446744073709551615 134545899 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 29660 28816 50 128 0 29529 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123996

[startup+3.10227 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10409
/proc/meminfo: memFree=1270808/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=147300 CPUtime=3.09
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 38539 0 0 0 286 23 0 0 25 0 1 0 337958630 150835200 35027 1992294400 134512640 135038345 4294956272 18446744073709551615 134579745 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 36825 35027 69 128 0 36694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152656

[startup+6.30163 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10409
/proc/meminfo: memFree=1243480/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 337958630 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 235 195 169 0 50 0
[pid=10408] ppid=10407 vsize=155408 CPUtime=6.28
/proc/10408/stat : 10408 (SatElite) R 10407 10407 9950 0 -1 4194304 43847 0 0 0 600 28 0 0 25 0 1 0 337958630 159137792 36388 1992294400 134512640 135038345 4294956272 18446744073709551615 134530721 0 0 4096 3 0 0 0 17 0 0 0
/proc/10408/statm: 38852 36388 69 128 0 38721 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 160764

[startup+12.7013 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 10410
/proc/meminfo: memFree=1318296/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=61380 CPUtime=2.2
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 19314 0 0 0 210 10 0 0 25 0 1 0 337959678 62853120 14800 1992294400 134512640 135377749 4294956384 18446744073709551615 134530251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 15345 14800 85 211 0 15131 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 66736

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 10410
/proc/meminfo: memFree=1317144/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=61648 CPUtime=15
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 85387 0 0 0 1469 31 0 0 25 0 1 0 337959678 63127552 14972 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 15412 14972 86 211 0 15198 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 67004

[startup+51.1016 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 10410
/proc/meminfo: memFree=1311960/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=67452 CPUtime=40.58
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 326078 0 0 0 3965 93 0 0 25 0 1 0 337959678 69070848 16361 1992294400 134512640 135377749 4294956384 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 16897 16362 86 211 0 16683 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 72808

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 10410
/proc/meminfo: memFree=1297368/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=81960 CPUtime=91.78
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 772845 0 0 0 8973 205 0 0 25 0 1 0 337959678 83927040 19946 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 20490 19946 86 211 0 20276 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 87316

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1275032/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=104544 CPUtime=151.74
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 1276432 0 0 0 14832 342 0 0 25 0 1 0 337959678 107053056 25635 1992294400 134512640 135377749 4294956384 18446744073709551615 134526436 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 26136 25635 86 211 0 25922 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 109900

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1255000/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=124716 CPUtime=211.71
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 1785348 0 0 0 20693 478 0 0 25 0 1 0 337959678 127709184 30563 1992294400 134512640 135377749 4294956384 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 31179 30563 86 211 0 30965 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 130072

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1232408/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=147308 CPUtime=271.69
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 2343982 0 0 0 26548 621 0 0 25 0 1 0 337959678 150843392 36267 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 36827 36267 86 211 0 36613 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 152664

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1210136/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=169236 CPUtime=331.66
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 2763720 0 0 0 32430 736 0 0 25 0 1 0 337959678 173297664 41785 1992294400 134512640 135377749 4294956384 18446744073709551615 134526511 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 42309 41785 86 211 0 42095 0

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

/proc/10410/statm: 58444 57633 86 211 0 58230 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 239132

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1126488/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=253608 CPUtime=571.56
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 4327678 0 0 0 55988 1168 0 0 25 0 1 0 337959678 259694592 62631 1992294400 134512640 135377749 4294956384 18446744073709551615 134526466 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 63402 62631 86 211 0 63188 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 258964

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1104280/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=275408 CPUtime=631.55
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 4765920 0 0 0 61865 1290 0 0 25 0 1 0 337959678 282017792 68139 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 68852 68139 86 211 0 68638 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 280764

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1079064/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=300524 CPUtime=691.51
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 5174828 0 0 0 67741 1410 0 0 25 0 1 0 337959678 307736576 74472 1992294400 134512640 135377749 4294956384 18446744073709551615 134529235 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 75131 74472 86 211 0 74917 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 305880

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1054872/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=324452 CPUtime=751.49
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 5564705 0 0 0 73632 1517 0 0 25 0 1 0 337959678 332238848 80473 1992294400 134512640 135377749 4294956384 18446744073709551615 134526440 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 81113 80473 86 211 0 80899 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 329808

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1028440/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=351004 CPUtime=811.47
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 5980926 0 0 0 79515 1632 0 0 25 0 1 0 337959678 359428096 87141 1992294400 134512640 135377749 4294956384 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 87751 87141 86 211 0 87537 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 356360

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=1002264/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=376772 CPUtime=871.44
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 6388463 0 0 0 85402 1742 0 0 25 0 1 0 337959678 385814528 93620 1992294400 134512640 135377749 4294956384 18446744073709551615 134526511 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 94193 93621 86 211 0 93979 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 382128

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=986712/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=391968 CPUtime=931.41
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 6672132 0 0 0 91324 1817 0 0 25 0 1 0 337959678 401375232 97466 1992294400 134512640 135377749 4294956384 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 97992 97466 86 211 0 97778 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 397324

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=969240/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=409180 CPUtime=991.4
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 7002954 0 0 0 97232 1908 0 0 25 0 1 0 337959678 419000320 101806 1992294400 134512640 135377749 4294956384 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 102295 101806 86 211 0 102081 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 414536

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=952536/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=425952 CPUtime=1051.37
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 7281524 0 0 0 103151 1986 0 0 25 0 1 0 337959678 436174848 106018 1992294400 134512640 135377749 4294956384 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 106488 106018 86 211 0 106274 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 431308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=933656/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=444584 CPUtime=1111.35
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 7618520 0 0 0 109058 2077 0 0 25 0 1 0 337959678 455254016 110712 1992294400 134512640 135377749 4294956384 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 111146 110712 86 211 0 110932 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 449940

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=918168/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=463244 CPUtime=1171.32
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 7968366 0 0 0 114957 2175 0 0 25 0 1 0 337959678 474361856 114632 1992294400 134512640 135377749 4294956384 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 115811 114632 86 211 0 115597 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 468600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10410
/proc/meminfo: memFree=912536/2055920 swapFree=4181692/4192956
[pid=10407] ppid=10405 vsize=5356 CPUtime=10.46
/proc/10407/stat : 10407 (rsat.sh) S 10405 10407 9950 0 -1 4194304 310 49931 0 0 0 0 1005 41 16 0 1 0 337958630 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10407/statm: 1339 237 195 169 0 50 0
[pid=10410] ppid=10407 vsize=468404 CPUtime=1189.62
/proc/10410/stat : 10410 (rsat) R 10407 10407 9950 0 -1 4194304 8049541 0 0 0 116763 2199 0 0 25 0 1 0 337959678 479645696 115937 1992294400 134512640 135377749 4294956384 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10410/statm: 117101 115937 86 211 0 116887 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 473760

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

Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1177.68
CPU system time (s): 22.4
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 473896

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

runsolver used 1.02684 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-05 15:19:33
IDJOB=1582185
IDBENCH=71050
IDSOLVER=560
FILE ID=node42/1582185-1238937571
PBS_JOBID= 9101456
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=201520228

node42.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.211
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.211
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:       1406024 kB
Buffers:         72276 kB
Cached:         486260 kB
SwapCached:       5184 kB
Active:         243912 kB
Inactive:       323172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406024 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:           28108 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            68840 kB
Committed_AS:  1427512 kB
PageTables:       1400 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= 66508 MiB
End job on node42 at 2009-04-05 15:39:35