Trace number 1775059

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 10004.1

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_10_UNSAT.cnf
MD5SUM54c22a62e5d0a640d4ea8d185b9b1fc7
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 variables2112
Number of clauses191788
Sum of the clauses size572017
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23595
Number of clauses of size 3188162
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  191788   572017 |   57536       0        0     nan |  0.000 % |
2.29/2.34	c |         0 |  190510   837828 |      --       0       --      -- |     --   | -1278/265811
2.29/2.34	c ==============================================================================
2.29/2.34	c Result  :   #vars: 1262   #clauses: 190510   #literals: 837828
2.29/2.34	c CPU time:   2.30165 s
2.29/2.34	c ==============================================================================
2.58/2.60	c Rsat version 3.02
2.60/2.73	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-1775059-1241341010/watcher-1775059-1241341010 -o /tmp/evaluation-result-1775059-1241341010/solver-1775059-1241341010 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775059-1241341010.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 1777
/proc/meminfo: memFree=1844520/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) R 1775 1777 1740 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1777/statm: 1339 238 198 169 0 50 0
[pid=1778] ppid=1777 vsize=1684 CPUtime=0
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 162129588 1724416 254 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 421 258 64 186 0 231 0

[startup+0.0656009 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 1777
/proc/meminfo: memFree=1844520/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 1339 239 199 169 0 50 0
[pid=1778] ppid=1777 vsize=11304 CPUtime=0.05
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 2647 0 0 0 5 0 0 0 19 0 1 0 162129588 11575296 2630 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 2826 2630 64 186 0 2636 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16660

[startup+0.101603 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 1777
/proc/meminfo: memFree=1844520/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 1339 239 199 169 0 50 0
[pid=1778] ppid=1777 vsize=20732 CPUtime=0.09
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 4532 0 0 0 8 1 0 0 19 0 1 0 162129588 21229568 4515 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 5183 4523 65 186 0 4993 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26088

[startup+0.301621 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 1777
/proc/meminfo: memFree=1844520/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 1339 239 199 169 0 50 0
[pid=1778] ppid=1777 vsize=27376 CPUtime=0.29
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 6299 0 0 0 27 2 0 0 21 0 1 0 162129588 28033024 6282 1992294400 4194304 4959918 548682068688 18446744073709551615 4269313 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 6844 6284 90 186 0 6654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32732

[startup+0.701661 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 1777
/proc/meminfo: memFree=1844520/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 1339 239 199 169 0 50 0
[pid=1778] ppid=1777 vsize=30816 CPUtime=0.69
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 6943 0 0 0 66 3 0 0 25 0 1 0 162129588 31555584 6926 1992294400 4194304 4959918 548682068688 18446744073709551615 4241761 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 7704 6926 90 186 0 7514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36172

[startup+1.50174 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 1779
/proc/meminfo: memFree=1812632/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=0
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162129588 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 1339 239 199 169 0 50 0
[pid=1778] ppid=1777 vsize=35224 CPUtime=1.49
/proc/1778/stat : 1778 (SatElite) R 1777 1777 1740 0 -1 4194304 7727 0 0 0 146 3 0 0 25 0 1 0 162129588 36069376 7710 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/1778/statm: 8806 7710 91 186 0 8616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40580

[startup+3.10191 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 1779
/proc/meminfo: memFree=1812504/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 5356

[startup+6.30121 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 1780
/proc/meminfo: memFree=1820056/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=21620 CPUtime=3.68
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 4929 0 0 0 366 2 0 0 25 0 1 0 162129849 22138880 4910 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 5405 4910 116 309 0 5092 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26976

[startup+12.7018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 1780
/proc/meminfo: memFree=1815400/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=26396 CPUtime=10.08
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 6176 0 0 0 1005 3 0 0 25 0 1 0 162129849 27029504 6091 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 6599 6091 116 309 0 6286 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31752

[startup+25.5011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 1780
/proc/meminfo: memFree=1808040/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=34000 CPUtime=22.87
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 8159 0 0 0 2282 5 0 0 25 0 1 0 162129849 34816000 7944 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 8500 7944 116 309 0 8187 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39356

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 1780
/proc/meminfo: memFree=1803944/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=37392 CPUtime=48.45
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 9580 0 0 0 4839 6 0 0 25 0 1 0 162129849 38289408 8849 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 9348 8849 118 309 0 9035 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 42748

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 1780
/proc/meminfo: memFree=1804008/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=37392 CPUtime=99.64
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 9582 0 0 0 9958 6 0 0 25 0 1 0 162129849 38289408 8851 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 9348 8851 118 309 0 9035 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 42748

[startup+162.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 1780
/proc/meminfo: memFree=1800168/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=42564 CPUtime=159.62
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 11861 0 0 0 15954 8 0 0 25 0 1 0 162129849 43585536 9844 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 10641 9844 118 309 0 10328 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 47920

[startup+222.301 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 1780
/proc/meminfo: memFree=1800104/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=42564 CPUtime=219.58
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 11869 0 0 0 21950 8 0 0 25 0 1 0 162129849 43585536 9852 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 10641 9852 118 309 0 10328 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 47920

[startup+282.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 1786
/proc/meminfo: memFree=1799080/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=42880 CPUtime=279.56
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 13028 0 0 0 27947 9 0 0 25 0 1 0 162129849 43909120 10019 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 10720 10019 118 309 0 10407 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 48236

[startup+342.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 1786
/proc/meminfo: memFree=1798888/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=43904 CPUtime=339.54
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 13137 0 0 0 33945 9 0 0 25 0 1 0 162129849 44957696 10128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 10976 10128 118 309 0 10663 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 49260

[startup+402.301 s]

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

/proc/1780/statm: 22438 20934 118 309 0 22125 0
Current children cumulated CPU time (s) 9398.38
Current children cumulated vsize (KiB) 95108

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1752232/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=90264 CPUtime=9455.76
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73274 0 0 0 945536 40 0 0 25 0 1 0 162129849 92430336 21006 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 22566 21006 118 309 0 22253 0
Current children cumulated CPU time (s) 9458.36
Current children cumulated vsize (KiB) 95620

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1752168/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=90264 CPUtime=9515.74
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73275 0 0 0 951534 40 0 0 25 0 1 0 162129849 92430336 21007 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 22566 21007 118 309 0 22253 0
Current children cumulated CPU time (s) 9518.34
Current children cumulated vsize (KiB) 95620

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1751272/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=91804 CPUtime=9575.73
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73516 0 0 0 957532 41 0 0 25 0 1 0 162129849 94007296 21248 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 22951 21248 118 309 0 22638 0
Current children cumulated CPU time (s) 9578.33
Current children cumulated vsize (KiB) 97160

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1749928/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=93852 CPUtime=9635.71
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73839 0 0 0 963530 41 0 0 25 0 1 0 162129849 96104448 21571 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 23463 21571 118 309 0 23150 0
Current children cumulated CPU time (s) 9638.31
Current children cumulated vsize (KiB) 99208

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1749608/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=93852 CPUtime=9695.7
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73887 0 0 0 969529 41 0 0 25 0 1 0 162129849 96104448 21619 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 23463 21619 118 309 0 23150 0
Current children cumulated CPU time (s) 9698.3
Current children cumulated vsize (KiB) 99208

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1802
/proc/meminfo: memFree=1749288/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=93852 CPUtime=9755.68
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73948 0 0 0 975527 41 0 0 25 0 1 0 162129849 96104448 21680 1992294400 4194304 5460562 548682068800 18446744073709551615 4198073 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 23463 21680 118 309 0 23150 0
Current children cumulated CPU time (s) 9758.28
Current children cumulated vsize (KiB) 99208

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1749096/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=93852 CPUtime=9815.66
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 73995 0 0 0 981525 41 0 0 25 0 1 0 162129849 96104448 21727 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 23463 21727 118 309 0 23150 0
Current children cumulated CPU time (s) 9818.26
Current children cumulated vsize (KiB) 99208

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1752872/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=87704 CPUtime=9875.65
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 76116 0 0 0 987523 42 0 0 25 0 1 0 162129849 89808896 20755 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 21926 20755 118 309 0 21613 0
Current children cumulated CPU time (s) 9878.25
Current children cumulated vsize (KiB) 93060

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1752872/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=87704 CPUtime=9935.62
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 76123 0 0 0 993520 42 0 0 25 0 1 0 162129849 89808896 20762 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 21926 20762 118 309 0 21613 0
Current children cumulated CPU time (s) 9938.22
Current children cumulated vsize (KiB) 93060

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1752872/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=87704 CPUtime=9995.61
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 76123 0 0 0 999519 42 0 0 25 0 1 0 162129849 89808896 20762 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 21926 20762 118 309 0 21613 0
Current children cumulated CPU time (s) 9998.21
Current children cumulated vsize (KiB) 93060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1752872/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=87704 CPUtime=9997.41
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 76123 0 0 0 999699 42 0 0 25 0 1 0 162129849 89808896 20762 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 21926 20762 118 309 0 21613 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 93060

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

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

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1804
/proc/meminfo: memFree=1752872/2055920 swapFree=4181336/4192956
[pid=1777] ppid=1775 vsize=5356 CPUtime=2.6
/proc/1777/stat : 1777 (rsat.sh) S 1775 1777 1740 0 -1 4194304 312 7731 0 0 0 0 255 5 16 0 1 0 162129588 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1777/statm: 1339 241 199 169 0 50 0
[pid=1780] ppid=1777 vsize=87704 CPUtime=9997.41
/proc/1780/stat : 1780 (rsat) R 1777 1777 1740 0 -1 4194304 76123 0 0 0 999699 42 0 0 25 0 1 0 162129849 89808896 20762 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1780/statm: 21926 20762 118 309 0 21613 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 93060

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1777 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=554611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=53991
# CPU time returned by wait4() is 2.6086
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004.1
CPU time (s): 10000
CPU user time (s): 9999.54
CPU system time (s): 0.47
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 111004

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

runsolver used 9.56455 second user time and 26.8189 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-03 10:56:50
IDJOB=1775059
IDBENCH=71080
IDSOLVER=615
FILE ID=node36/1775059-1241341010
PBS_JOBID= 9225488
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= 54c22a62e5d0a640d4ea8d185b9b1fc7
RANDOM SEED=509749550

node36.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.232
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.232
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:       1845000 kB
Buffers:         30020 kB
Cached:         125420 kB
SwapCached:       5448 kB
Active:          77012 kB
Inactive:        86268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845000 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            8948 kB
Writeback:           0 kB
Mapped:          13412 kB
Slab:            33684 kB
Committed_AS:   667888 kB
PageTables:       1356 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= 66480 MiB
End job on node36 at 2009-05-03 13:43:36