Trace number 1775049

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) 10000 10002.6

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3892.92
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.39/0.45	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.39/0.45	c ==============================================================================
0.39/0.45	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.39/0.45	c CPU time:   0.439933 s
0.39/0.45	c ==============================================================================
0.48/0.55	c Rsat version 3.02
0.48/0.59	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-1775049-1241340880/watcher-1775049-1241340880 -o /tmp/evaluation-result-1775049-1241340880/solver-1775049-1241340880 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775049-1241340880.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26068
/proc/meminfo: memFree=1857536/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 162120661 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26068/statm: 1339 239 199 169 0 50 0
[pid=26069] ppid=26068 vsize=1988 CPUtime=0
/proc/26069/stat : 26069 (SatElite) R 26068 26068 26031 0 -1 4194304 339 0 0 0 0 0 0 0 18 0 1 0 162120661 2035712 322 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/26069/statm: 497 324 64 186 0 307 0

[startup+0.0771389 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26068
/proc/meminfo: memFree=1857536/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 162120661 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26068/statm: 1339 239 199 169 0 50 0
[pid=26069] ppid=26068 vsize=10464 CPUtime=0.06
/proc/26069/stat : 26069 (SatElite) R 26068 26068 26031 0 -1 4194304 2363 0 0 0 6 0 0 0 18 0 1 0 162120661 10715136 2346 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/26069/statm: 2616 2346 90 186 0 2426 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15820

[startup+0.10114 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26068
/proc/meminfo: memFree=1857536/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 162120661 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26068/statm: 1339 239 199 169 0 50 0
[pid=26069] ppid=26068 vsize=10920 CPUtime=0.09
/proc/26069/stat : 26069 (SatElite) R 26068 26068 26031 0 -1 4194304 2447 0 0 0 8 1 0 0 18 0 1 0 162120661 11182080 2430 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 1 0 0
/proc/26069/statm: 2730 2430 90 186 0 2540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16276

[startup+0.301154 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26068
/proc/meminfo: memFree=1857536/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 162120661 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26068/statm: 1339 239 199 169 0 50 0
[pid=26069] ppid=26068 vsize=13108 CPUtime=0.29
/proc/26069/stat : 26069 (SatElite) R 26068 26068 26031 0 -1 4194304 2971 0 0 0 28 1 0 0 19 0 1 0 162120661 13422592 2954 1992294400 4194304 4959918 548682068688 18446744073709551615 4269068 0 0 4096 3 0 0 0 17 1 0 0
/proc/26069/statm: 3277 2954 91 186 0 3087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18464

[startup+0.701196 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26068
/proc/meminfo: memFree=1857536/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 5356

[startup+1.50124 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1849008/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=9360 CPUtime=0.93
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 1883 0 0 0 92 1 0 0 25 0 1 0 162120716 9584640 1864 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 2340 1864 116 309 0 2027 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14716

[startup+3.10136 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1847856/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=10816 CPUtime=2.53
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 2256 0 0 0 252 1 0 0 25 0 1 0 162120716 11075584 2237 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 2704 2237 116 309 0 2391 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16172

[startup+6.30159 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1844464/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=13200 CPUtime=5.73
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 3118 0 0 0 571 2 0 0 25 0 1 0 162120716 13516800 2773 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 3300 2773 118 309 0 2987 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18556

[startup+12.7021 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1843056/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=14436 CPUtime=12.13
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 3666 0 0 0 1211 2 0 0 25 0 1 0 162120716 14782464 3097 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 3609 3097 118 309 0 3296 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19792

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1843056/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=14436 CPUtime=24.93
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 4362 0 0 0 2490 3 0 0 25 0 1 0 162120716 14782464 3121 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 3609 3121 118 309 0 3296 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19792

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1841008/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=16960 CPUtime=50.51
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 5517 0 0 0 5048 3 0 0 25 0 1 0 162120716 17367040 3691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198424 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 4240 3691 118 309 0 3927 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22316

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1840560/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=17336 CPUtime=101.7
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 7164 0 0 0 10165 5 0 0 25 0 1 0 162120716 17752064 3738 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 4334 3738 118 309 0 4021 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22692

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1838576/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=19480 CPUtime=161.68
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 8617 0 0 0 16163 5 0 0 25 0 1 0 162120716 19947520 4231 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 4870 4231 118 309 0 4557 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24836

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1838000/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=19712 CPUtime=221.67
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 9763 0 0 0 22161 6 0 0 25 0 1 0 162120716 20185088 4370 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 4928 4370 118 309 0 4615 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 25068

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1836848/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=20836 CPUtime=281.65
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 11014 0 0 0 28158 7 0 0 25 0 1 0 162120716 21336064 4661 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 5209 4661 118 309 0 4896 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 26192

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26071
/proc/meminfo: memFree=1836080/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=21476 CPUtime=341.64
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 12116 0 0 0 34156 8 0 0 25 0 1 0 162120716 21991424 4837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 5369 4837 118 309 0 5056 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 26832

[startup+402.302 s]

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

/proc/26071/statm: 22773 20944 118 309 0 22460 0
Current children cumulated CPU time (s) 9339.91
Current children cumulated vsize (KiB) 96448

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26093
/proc/meminfo: memFree=1767728/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=91092 CPUtime=9399.35
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88813 0 0 0 939886 49 0 0 25 0 1 0 162120716 93278208 20962 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 22773 20962 118 309 0 22460 0
Current children cumulated CPU time (s) 9399.89
Current children cumulated vsize (KiB) 96448

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26093
/proc/meminfo: memFree=1767472/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=91092 CPUtime=9459.33
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88870 0 0 0 945884 49 0 0 25 0 1 0 162120716 93278208 21019 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 22773 21019 118 309 0 22460 0
Current children cumulated CPU time (s) 9459.87
Current children cumulated vsize (KiB) 96448

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9519.31
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 951882 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9519.85
Current children cumulated vsize (KiB) 84672

[startup+9582.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9579.3
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 957881 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9579.84
Current children cumulated vsize (KiB) 84672

[startup+9642.3 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9639.28
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 963879 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9639.82
Current children cumulated vsize (KiB) 84672

[startup+9702.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9699.27
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 969878 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198424 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9699.81
Current children cumulated vsize (KiB) 84672

[startup+9762.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9759.25
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 975876 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4210693 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9759.79
Current children cumulated vsize (KiB) 84672

[startup+9822.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26093
/proc/meminfo: memFree=1774896/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9819.24
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 981875 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9819.78
Current children cumulated vsize (KiB) 84672

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26095
/proc/meminfo: memFree=1774704/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9879.22
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 987873 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9879.76
Current children cumulated vsize (KiB) 84672

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26095
/proc/meminfo: memFree=1774768/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9939.21
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88875 0 0 0 993872 49 0 0 25 0 1 0 162120716 81219584 19130 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19130 118 309 0 19516 0
Current children cumulated CPU time (s) 9939.75
Current children cumulated vsize (KiB) 84672

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26095
/proc/meminfo: memFree=1774576/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9999.2
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88943 0 0 0 999870 50 0 0 25 0 1 0 162120716 81219584 19198 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19198 118 309 0 19516 0
Current children cumulated CPU time (s) 9999.74
Current children cumulated vsize (KiB) 84672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26095
/proc/meminfo: memFree=1774576/2055920 swapFree=4181112/4192956
[pid=26068] ppid=26066 vsize=5356 CPUtime=0.54
/proc/26068/stat : 26068 (rsat.sh) S 26066 26068 26031 0 -1 4194304 312 2977 0 0 0 0 52 2 16 0 1 0 162120661 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26068/statm: 1339 241 199 169 0 50 0
[pid=26071] ppid=26068 vsize=79316 CPUtime=9999.5
/proc/26071/stat : 26071 (rsat) R 26068 26068 26031 0 -1 4194304 88943 0 0 0 999900 50 0 0 25 0 1 0 162120716 81219584 19198 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26071/statm: 19829 19198 118 309 0 19516 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 84672

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

Real time (s): 10002.6
CPU time (s): 10000
CPU user time (s): 9999.52
CPU system time (s): 0.52
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 104128

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

runsolver used 11.5292 second user time and 24.6473 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-03 10:54:40
IDJOB=1775049
IDBENCH=71078
IDSOLVER=615
FILE ID=node34/1775049-1241340880
PBS_JOBID= 9225487
Free space on /tmp= 66496 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775049-1241340880/watcher-1775049-1241340880 -o /tmp/evaluation-result-1775049-1241340880/solver-1775049-1241340880 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775049-1241340880.cnf HOME

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1384270136

node34.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.214
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.214
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:       1858080 kB
Buffers:         23836 kB
Cached:         115012 kB
SwapCached:       5720 kB
Active:          24456 kB
Inactive:       122284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858080 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            6924 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            37248 kB
Committed_AS:   714812 kB
PageTables:       1380 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= 66492 MiB
End job on node34 at 2009-05-03 13:41:25