Trace number 1774999

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.8

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
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 variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
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.08/0.18	c ==============================================================================
0.08/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.18	c ==============================================================================
0.08/0.18	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
3.58/3.69	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
3.58/3.69	c ==============================================================================
3.58/3.69	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
3.58/3.69	c CPU time:   3.62145 s
3.58/3.69	c ==============================================================================
4.09/4.11	c Rsat version 3.02
4.28/4.32	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-1774999-1241340360/watcher-1774999-1241340360 -o /tmp/evaluation-result-1774999-1241340360/solver-1774999-1241340360 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774999-1241340360.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.93 0.98 0.99 3/64 29376
/proc/meminfo: memFree=1814184/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) R 29374 29376 29339 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028485791 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29376/statm: 1339 238 198 169 0 50 0
[pid=29377] ppid=29376 vsize=1580 CPUtime=0
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 162068981 1617920 240 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 395 247 64 186 0 205 0

[startup+0.037143 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29376
/proc/meminfo: memFree=1814184/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=7024 CPUtime=0.02
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 1582 0 0 0 2 0 0 0 19 0 1 0 162068981 7192576 1565 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 1756 1567 64 186 0 1566 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12380

[startup+0.101151 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29376
/proc/meminfo: memFree=1814184/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=17096 CPUtime=0.08
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 3938 0 0 0 7 1 0 0 19 0 1 0 162068981 17506304 3922 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 4274 3922 64 186 0 4084 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22452

[startup+0.301184 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29376
/proc/meminfo: memFree=1814184/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=41176 CPUtime=0.29
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 9263 0 0 0 25 4 0 0 21 0 1 0 162068981 42164224 9246 1992294400 4194304 4959918 548682068688 18446744073709551615 4240905 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 10294 9246 90 186 0 10104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46532

[startup+0.701246 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29376
/proc/meminfo: memFree=1814184/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=45916 CPUtime=0.69
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 10142 0 0 0 64 5 0 0 25 0 1 0 162068981 47017984 10125 1992294400 4194304 4959918 548682068688 18446744073709551615 4241761 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 11479 10125 90 186 0 11289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51272

[startup+1.50137 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29378
/proc/meminfo: memFree=1770520/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=53480 CPUtime=1.48
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 11805 0 0 0 142 6 0 0 25 0 1 0 162068981 54763520 11788 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 13370 11788 91 186 0 13180 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58836

[startup+3.10263 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29378
/proc/meminfo: memFree=1765528/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=0
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162068981 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29376/statm: 1339 239 199 169 0 50 0
[pid=29377] ppid=29376 vsize=53480 CPUtime=3.09
/proc/29377/stat : 29377 (SatElite) R 29376 29376 29339 0 -1 4194304 11805 0 0 0 303 6 0 0 25 0 1 0 162068981 54763520 11788 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/29377/statm: 13370 11788 91 186 0 13180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58836

[startup+6.30115 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1780120/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=29552 CPUtime=2.17
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 6934 0 0 0 213 4 0 0 25 0 1 0 162069393 30261248 6915 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29379/statm: 7388 6915 116 309 0 7075 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34908

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1772768/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=35948 CPUtime=8.56
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 8520 0 0 0 851 5 0 0 25 0 1 0 162069393 36810752 8435 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 8987 8435 116 309 0 8674 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41304

[startup+25.5012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1768032/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=40776 CPUtime=21.35
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 9705 0 0 0 2130 5 0 0 25 0 1 0 162069393 41754624 9620 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 10194 9620 116 309 0 9881 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 46132

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1762080/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=47400 CPUtime=46.92
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 11355 0 0 0 4685 7 0 0 25 0 1 0 162069393 48537600 11140 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 11850 11140 116 309 0 11537 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 52756

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1755232/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=54232 CPUtime=98.11
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 13014 0 0 0 9802 9 0 0 25 0 1 0 162069393 55533568 12799 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 13558 12799 116 309 0 13245 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 59588

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1749216/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=61556 CPUtime=158.07
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 14766 0 0 0 15797 10 0 0 25 0 1 0 162069393 63033344 14293 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 15389 14293 116 309 0 15076 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 66912

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1730592/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=80440 CPUtime=218.05
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 20433 0 0 0 21790 15 0 0 25 0 1 0 162069393 82370560 18932 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 20110 18932 118 309 0 19797 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 85796

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1729248/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=80440 CPUtime=278.02
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 20762 0 0 0 27787 15 0 0 25 0 1 0 162069393 82370560 19261 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 20110 19261 118 309 0 19797 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 85796

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29379
/proc/meminfo: memFree=1728608/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=80440 CPUtime=337.98
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 20919 0 0 0 33783 15 0 0 25 0 1 0 162069393 82370560 19418 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 20110 19418 118 309 0 19797 0
Current children cumulated CPU time (s) 342.09

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

/proc/29379/statm: 30442 29634 118 309 0 30129 0
Current children cumulated CPU time (s) 9337.81
Current children cumulated vsize (KiB) 127124

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1684384/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=121768 CPUtime=9393.67
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 58415 0 0 0 939325 42 0 0 25 0 1 0 162069393 124690432 29634 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 30442 29634 118 309 0 30129 0
Current children cumulated CPU time (s) 9397.78
Current children cumulated vsize (KiB) 127124

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1684320/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=121768 CPUtime=9453.64
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 58416 0 0 0 945322 42 0 0 25 0 1 0 162069393 124690432 29635 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 30442 29635 118 309 0 30129 0
Current children cumulated CPU time (s) 9457.75
Current children cumulated vsize (KiB) 127124

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1682144/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=124840 CPUtime=9513.62
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 58977 0 0 0 951320 42 0 0 25 0 1 0 162069393 127836160 30196 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31210 30196 118 309 0 30897 0
Current children cumulated CPU time (s) 9517.73
Current children cumulated vsize (KiB) 130196

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1681888/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=124840 CPUtime=9573.59
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59053 0 0 0 957317 42 0 0 25 0 1 0 162069393 127836160 30272 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31210 30272 118 309 0 30897 0
Current children cumulated CPU time (s) 9577.7
Current children cumulated vsize (KiB) 130196

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1681760/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=124840 CPUtime=9633.56
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59067 0 0 0 963314 42 0 0 25 0 1 0 162069393 127836160 30286 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31210 30286 118 309 0 30897 0
Current children cumulated CPU time (s) 9637.67
Current children cumulated vsize (KiB) 130196

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1681056/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=125864 CPUtime=9693.53
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59238 0 0 0 969311 42 0 0 25 0 1 0 162069393 128884736 30457 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31466 30457 118 309 0 31153 0
Current children cumulated CPU time (s) 9697.64
Current children cumulated vsize (KiB) 131220

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1680928/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=126888 CPUtime=9753.51
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59396 0 0 0 975309 42 0 0 25 0 1 0 162069393 129933312 30615 1992294400 4194304 5460562 548682068800 18446744073709551615 4210591 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31722 30615 118 309 0 31409 0
Current children cumulated CPU time (s) 9757.62
Current children cumulated vsize (KiB) 132244

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1680352/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=126888 CPUtime=9813.48
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59396 0 0 0 981306 42 0 0 25 0 1 0 162069393 129933312 30615 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31722 30615 118 309 0 31409 0
Current children cumulated CPU time (s) 9817.59
Current children cumulated vsize (KiB) 132244

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1679776/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=127912 CPUtime=9873.45
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59531 0 0 0 987303 42 0 0 25 0 1 0 162069393 130981888 30750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31978 30750 118 309 0 31665 0
Current children cumulated CPU time (s) 9877.56
Current children cumulated vsize (KiB) 133268

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1679712/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=127912 CPUtime=9933.42
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59533 0 0 0 993300 42 0 0 25 0 1 0 162069393 130981888 30752 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 31978 30752 118 309 0 31665 0
Current children cumulated CPU time (s) 9937.53
Current children cumulated vsize (KiB) 133268

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1679136/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=128936 CPUtime=9993.4
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59682 0 0 0 999298 42 0 0 25 0 1 0 162069393 132030464 30901 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 32234 30901 118 309 0 31921 0
Current children cumulated CPU time (s) 9997.51
Current children cumulated vsize (KiB) 134292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29401
/proc/meminfo: memFree=1679136/2055920 swapFree=4181456/4192956
[pid=29376] ppid=29374 vsize=5356 CPUtime=4.11
/proc/29376/stat : 29376 (rsat.sh) S 29374 29376 29339 0 -1 4194304 312 11809 0 0 0 0 401 10 16 0 1 0 162068981 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29376/statm: 1339 241 199 169 0 50 0
[pid=29379] ppid=29376 vsize=128936 CPUtime=9995.9
/proc/29379/stat : 29379 (rsat) R 29376 29376 29339 0 -1 4194304 59684 0 0 0 999548 42 0 0 25 0 1 0 162069393 132030464 30903 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29379/statm: 32234 30903 118 309 0 31921 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 134292

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 29376 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=11390
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=104984
# CPU time returned by wait4() is 4.11637
# 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.8
CPU time (s): 10000
CPU user time (s): 9999.49
CPU system time (s): 0.52
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 135316

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

runsolver used 8.47371 second user time and 27.9138 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-03 10:46:00
IDJOB=1774999
IDBENCH=71071
IDSOLVER=615
FILE ID=node26/1774999-1241340360
PBS_JOBID= 9225484
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=1697194856

node26.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.261
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.261
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:       1814672 kB
Buffers:         33836 kB
Cached:         132260 kB
SwapCached:       5400 kB
Active:          83744 kB
Inactive:        90168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814672 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           10856 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            53380 kB
Committed_AS:   667520 kB
PageTables:       1368 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= 66488 MiB
End job on node26 at 2009-05-03 13:32:47