Trace number 1737388

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
Rsat 2009-03-22? (TO) 1200.06 1200.61

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-290-100.cnf
MD5SUM46069fd95a12b364b1f1ad67bf25128f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark408.046
Satisfiable
(Un)Satisfiability was proved
Number of variables290
Number of clauses696
Sum of the clauses size1740
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2580
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5116
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     696     1740 |     208       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 290   #clauses: 696   #literals: 1740
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c Rsat version 3.02
0.00/0.00	c Base unit clause learned: 0

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-1737388-1240817349/watcher-1737388-1240817349 -o /tmp/evaluation-result-1737388-1240817349/solver-1737388-1240817349 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1737388-1240817349.cnf HOME 

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.91 0.95 0.99 3/64 30330
/proc/meminfo: memFree=1452856/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) R 30328 30330 30081 0 -1 4194304 296 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=2464 CPUtime=0
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 109768156 2523136 150 1992294400 4194304 5460562 548682068784 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 616 150 111 309 0 303 0

[startup+0.0316651 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30330
/proc/meminfo: memFree=1452856/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=2596 CPUtime=0.02
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 202 0 0 0 2 0 0 0 18 0 1 0 109768156 2658304 183 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 649 183 118 309 0 336 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7952

[startup+0.101672 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30330
/proc/meminfo: memFree=1452856/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=2596 CPUtime=0.09
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 209 0 0 0 9 0 0 0 20 0 1 0 109768156 2658304 190 1992294400 4194304 5460562 548682068784 18446744073709551615 4204438 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 649 190 118 309 0 336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7952

[startup+0.301693 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30330
/proc/meminfo: memFree=1452856/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=2704 CPUtime=0.29
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 243 0 0 0 29 0 0 0 22 0 1 0 109768156 2768896 224 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 676 224 118 309 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8060

[startup+0.701735 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30330
/proc/meminfo: memFree=1452856/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=2968 CPUtime=0.69
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 299 0 0 0 69 0 0 0 25 0 1 0 109768156 3039232 280 1992294400 4194304 5460562 548682068784 18446744073709551615 4227753 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 742 280 118 309 0 429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8324

[startup+1.50182 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 30333
/proc/meminfo: memFree=1451560/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=3352 CPUtime=1.49
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 406 0 0 0 149 0 0 0 25 0 1 0 109768156 3432448 386 1992294400 4194304 5460562 548682068784 18446744073709551615 4226252 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 838 386 118 309 0 525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8708

[startup+3.10299 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 30333
/proc/meminfo: memFree=1451112/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=4084 CPUtime=3.09
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 749 0 0 0 309 0 0 0 25 0 1 0 109768156 4182016 569 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 1021 569 118 309 0 708 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9440

[startup+6.30134 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1449704/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=5140 CPUtime=6.28
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 1593 0 0 0 628 0 0 0 25 0 1 0 109768156 5263360 801 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 1285 801 118 309 0 972 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10496

[startup+12.701 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1447528/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=6836 CPUtime=12.68
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 3189 0 0 0 1268 0 0 0 25 0 1 0 109768156 7000064 1245 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 1709 1245 118 309 0 1396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12192

[startup+25.5014 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1445480/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=8928 CPUtime=25.46
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 5732 0 0 0 2545 1 0 0 25 0 1 0 109768156 9142272 1734 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30332/statm: 2232 1734 118 309 0 1919 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14284

[startup+51.1011 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1442920/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=11540 CPUtime=51.03
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 8431 0 0 0 5100 3 0 0 25 0 1 0 109768156 11816960 2417 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 2885 2417 118 309 0 2572 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 16896

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1438952/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=15728 CPUtime=102.2
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 13377 0 0 0 10214 6 0 0 25 0 1 0 109768156 16105472 3389 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 3932 3389 118 309 0 3619 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 21084

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1436136/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=18436 CPUtime=162.15
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 16491 0 0 0 16208 7 0 0 25 0 1 0 109768156 18878464 4103 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 4609 4103 118 309 0 4296 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 23792

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1433576/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=20900 CPUtime=222.14
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 19060 0 0 0 22205 9 0 0 25 0 1 0 109768156 21401600 4752 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 5225 4752 118 309 0 4912 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 26256

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1431016/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=24364 CPUtime=282.11
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 22449 0 0 0 28200 11 0 0 25 0 1 0 109768156 24948736 5383 1992294400 4194304 5460562 548682068784 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 6091 5383 118 309 0 5778 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 29720

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1429352/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=25876 CPUtime=342.09
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 24840 0 0 0 34196 13 0 0 25 0 1 0 109768156 26497024 5790 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 6469 5790 118 309 0 6156 0

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

[pid=30332] ppid=30330 vsize=28852 CPUtime=462.05
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 28599 0 0 0 46190 15 0 0 25 0 1 0 109768156 29544448 6573 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 7213 6573 118 309 0 6900 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 34208

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30333
/proc/meminfo: memFree=1424040/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=30976 CPUtime=522.02
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 31130 0 0 0 52185 17 0 0 25 0 1 0 109768156 31719424 7120 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 7744 7120 118 309 0 7431 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 36332

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1423272/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=31652 CPUtime=581.99
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 32317 0 0 0 58182 17 0 0 25 0 1 0 109768156 32411648 7315 1992294400 4194304 5460562 548682068784 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 7913 7315 118 309 0 7600 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 37008

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1421544/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=33404 CPUtime=641.98
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 33744 0 0 0 64180 18 0 0 25 0 1 0 109768156 34205696 7750 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 8351 7750 118 309 0 8038 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 38760

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1420456/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=34324 CPUtime=701.94
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 34995 0 0 0 70176 18 0 0 25 0 1 0 109768156 35147776 8009 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 8581 8009 118 309 0 8268 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 39680

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1418984/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=35784 CPUtime=761.93
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 36357 0 0 0 76174 19 0 0 25 0 1 0 109768156 36642816 8379 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 8946 8379 118 309 0 8633 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 41140

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1418088/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=36580 CPUtime=821.9
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 37571 0 0 0 82170 20 0 0 25 0 1 0 109768156 37457920 8601 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 9145 8601 118 309 0 8832 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 41936

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1416552/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=38024 CPUtime=881.87
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 38942 0 0 0 88167 20 0 0 25 0 1 0 109768156 38936576 8980 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 9506 8980 118 309 0 9193 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 43380

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1416552/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=38024 CPUtime=941.85
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 38942 0 0 0 94165 20 0 0 25 0 1 0 109768156 38936576 8980 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 9506 8980 118 309 0 9193 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 43380

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1415336/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=39248 CPUtime=1001.83
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 40245 0 0 0 100162 21 0 0 25 0 1 0 109768156 40189952 9291 1992294400 4194304 5460562 548682068784 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 9812 9291 118 309 0 9499 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 44604

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1413416/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=41280 CPUtime=1061.78
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 41727 0 0 0 106157 21 0 0 25 0 1 0 109768156 42270720 9781 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 10320 9781 118 309 0 10007 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 46636

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1413416/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=41280 CPUtime=1121.77
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 41744 0 0 0 112155 22 0 0 25 0 1 0 109768156 42270720 9798 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 10320 9798 118 309 0 10007 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 46636

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1412200/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=42172 CPUtime=1181.74
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 43011 0 0 0 118152 22 0 0 25 0 1 0 109768156 43184128 10073 1992294400 4194304 5460562 548682068784 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 10543 10073 118 309 0 10230 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 47528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 30335
/proc/meminfo: memFree=1412200/2055920 swapFree=4181324/4192956
[pid=30330] ppid=30328 vsize=5356 CPUtime=0
/proc/30330/stat : 30330 (rsat.sh) S 30328 30330 30081 0 -1 4194304 315 171 0 0 0 0 0 0 18 0 1 0 109768155 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30330/statm: 1339 242 199 169 0 50 0
[pid=30332] ppid=30330 vsize=42172 CPUtime=1200.03
/proc/30332/stat : 30332 (rsat) R 30330 30330 30081 0 -1 4194304 43011 0 0 0 119981 22 0 0 25 0 1 0 109768156 43184128 10073 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30332/statm: 10543 10073 118 309 0 10230 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 47528

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.82
CPU system time (s): 0.236963
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 51624

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

runsolver used 0.98585 second user time and 3.38948 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-27 09:29:09
IDJOB=1737388
IDBENCH=71787
IDSOLVER=545
FILE ID=node19/1737388-1240817349
PBS_JOBID= 9187467
Free space on /tmp= 66308 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-290-100.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737388-1240817349/watcher-1737388-1240817349 -o /tmp/evaluation-result-1737388-1240817349/solver-1737388-1240817349 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1737388-1240817349.cnf HOME

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

MD5SUM BENCH= 46069fd95a12b364b1f1ad67bf25128f
RANDOM SEED=160307416

node19.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.236
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.236
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:       1453400 kB
Buffers:         78172 kB
Cached:         442716 kB
SwapCached:       5500 kB
Active:         265484 kB
Inactive:       263436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453400 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            5776 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            59628 kB
Committed_AS:   421220 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= 66304 MiB
End job on node19 at 2009-04-27 09:49:12