Trace number 1825407

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000.1 10003

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
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.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
5.29/5.34	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
5.29/5.34	c ==============================================================================
5.29/5.34	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
5.29/5.34	c CPU time:   5.2882 s
5.29/5.34	c ==============================================================================
5.88/5.98	c Rsat version 2.00

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825407-1242505412/watcher-1825407-1242505412 -o /tmp/evaluation-result-1825407-1242505412/solver-1825407-1242505412 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825407-1242505412.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15424
/proc/meminfo: memFree=664396/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=952 CPUtime=0
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 153 0 0 0 0 0 0 0 21 0 1 0 278570318 974848 136 1992294400 134512640 135038345 4294956288 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 238 145 49 128 0 107 0

[startup+0.106091 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15424
/proc/meminfo: memFree=664396/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=9076 CPUtime=0.1
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 2074 0 0 0 9 1 0 0 22 0 1 0 278570318 9293824 2057 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 2269 2058 49 128 0 2138 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14432

[startup+0.2011 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15424
/proc/meminfo: memFree=664396/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=16320 CPUtime=0.19
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 3810 0 0 0 17 2 0 0 22 0 1 0 278570318 16711680 3793 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 4080 3793 49 128 0 3949 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21676

[startup+0.301109 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15424
/proc/meminfo: memFree=664396/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=24664 CPUtime=0.29
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 5864 0 0 0 26 3 0 0 23 0 1 0 278570318 25255936 5847 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 6166 5847 69 128 0 6035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30020

[startup+0.70115 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15424
/proc/meminfo: memFree=664396/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=27488 CPUtime=0.69
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 6574 0 0 0 65 4 0 0 25 0 1 0 278570318 28147712 6557 1992294400 134512640 135038345 4294956288 18446744073709551615 134567794 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 6872 6557 69 128 0 6741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32844

[startup+1.50123 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15426
/proc/meminfo: memFree=634868/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=36784 CPUtime=1.49
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 8204 0 0 0 144 5 0 0 25 0 1 0 278570318 37666816 8187 1992294400 134512640 135038345 4294956288 18446744073709551615 134574807 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 9196 8187 69 128 0 9065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42140

[startup+3.1014 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15426
/proc/meminfo: memFree=629940/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 284 0 0 0 0 0 0 0 20 0 1 0 278570318 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 235 195 169 0 50 0
[pid=15425] ppid=15424 vsize=36784 CPUtime=3.09
/proc/15425/stat : 15425 (SatElite) R 15424 15424 15387 0 -1 4194304 8204 0 0 0 304 5 0 0 25 0 1 0 278570318 37666816 8187 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 9196 8187 69 128 0 9065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42140

[startup+6.30173 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15426
/proc/meminfo: memFree=631540/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 5356

[startup+12.7014 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 15427
/proc/meminfo: memFree=627716/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=29724 CPUtime=6.7
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 7280 0 0 0 666 4 0 0 25 0 1 0 278570917 30437376 7266 1992294400 134512640 135377749 4294956400 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 7431 7266 86 211 0 7217 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35080

[startup+25.5017 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 15427
/proc/meminfo: memFree=616452/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=40292 CPUtime=19.49
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 9947 0 0 0 1943 6 0 0 25 0 1 0 278570917 41259008 9802 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 10073 9802 86 211 0 9859 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45648

[startup+51.1053 s]
/proc/loadavg: 1.41 1.11 1.03 2/66 15427
/proc/meminfo: memFree=596932/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=60252 CPUtime=45.06
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 15043 0 0 0 4495 11 0 0 25 0 1 0 278570917 61698048 14704 1992294400 134512640 135377749 4294956400 18446744073709551615 134525885 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 15063 14704 86 211 0 14849 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 65608

[startup+102.302 s]
/proc/loadavg: 1.17 1.09 1.03 2/66 15427
/proc/meminfo: memFree=581700/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=75420 CPUtime=96.25
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 18881 0 0 0 9610 15 0 0 25 0 1 0 278570917 77230080 18542 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 18855 18542 86 211 0 18641 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 80776

[startup+162.302 s]
/proc/loadavg: 1.06 1.07 1.02 2/66 15427
/proc/meminfo: memFree=574212/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=82324 CPUtime=156.23
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 21610 0 0 0 15606 17 0 0 25 0 1 0 278570917 84299776 20341 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 20581 20341 86 211 0 20367 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 87680

[startup+222.302 s]
/proc/loadavg: 1.02 1.05 1.02 2/66 15427
/proc/meminfo: memFree=574212/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=82324 CPUtime=216.21
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 21611 0 0 0 21604 17 0 0 25 0 1 0 278570917 84299776 20342 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 20581 20342 86 211 0 20367 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 87680

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 15427
/proc/meminfo: memFree=561476/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=95120 CPUtime=276.2
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 24838 0 0 0 27600 20 0 0 25 0 1 0 278570917 97402880 23569 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 23780 23569 86 211 0 23566 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 100476

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 15427
/proc/meminfo: memFree=547204/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=110884 CPUtime=336.17
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 28796 0 0 0 33594 23 0 0 25 0 1 0 278570917 113545216 27141 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 27721 27141 86 211 0 27507 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 116240


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

/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9399.57
Current children cumulated vsize (KiB) 236448

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425916/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9453.58
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 945299 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9459.55
Current children cumulated vsize (KiB) 236448

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425916/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9513.56
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 951297 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9519.53
Current children cumulated vsize (KiB) 236448

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425916/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9573.54
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 957295 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9579.51
Current children cumulated vsize (KiB) 236448

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425916/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9633.53
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 963294 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9639.5
Current children cumulated vsize (KiB) 236448

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425916/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9693.51
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 969292 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9699.48
Current children cumulated vsize (KiB) 236448

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425924/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9753.49
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 975290 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9759.46
Current children cumulated vsize (KiB) 236448

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425988/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9813.48
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 981289 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9819.45
Current children cumulated vsize (KiB) 236448

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425924/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9873.46
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 987287 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9879.43
Current children cumulated vsize (KiB) 236448

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=425988/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9933.45
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 993286 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9939.42
Current children cumulated vsize (KiB) 236448

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=426052/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9993.42
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 999283 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 9999.39
Current children cumulated vsize (KiB) 236448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=426052/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9994.13
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 999354 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 236448

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

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

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15451
/proc/meminfo: memFree=426052/2055920 swapFree=4181692/4192956
[pid=15424] ppid=15422 vsize=5356 CPUtime=5.97
/proc/15424/stat : 15424 (rsat.sh) S 15422 15424 15387 0 -1 4194304 310 8206 0 0 0 0 589 8 16 0 1 0 278570318 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 237 195 169 0 50 0
[pid=15427] ppid=15424 vsize=231092 CPUtime=9994.13
/proc/15427/stat : 15427 (rsat) R 15424 15424 15387 0 -1 4194304 70724 0 0 0 999354 59 0 0 25 0 1 0 278570917 236638208 57167 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15427/statm: 57773 57167 86 211 0 57559 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 236448

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15424 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=896103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=85986
# CPU time returned by wait4() is 5.98209
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9999.43
CPU system time (s): 0.67
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 257516

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

runsolver used 11.2193 second user time and 25.7891 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-16 22:23:33
IDJOB=1825407
IDBENCH=71077
IDSOLVER=665
FILE ID=node90/1825407-1242505412
PBS_JOBID= 9307017
Free space on /tmp= 66156 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_15_UNKNOWN.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825407-1242505412/watcher-1825407-1242505412 -o /tmp/evaluation-result-1825407-1242505412/solver-1825407-1242505412 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825407-1242505412.cnf            

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=315244969

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        664812 kB
Buffers:         75668 kB
Cached:        1202464 kB
SwapCached:       5436 kB
Active:         119888 kB
Inactive:      1166716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        664812 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            7424 kB
Writeback:           0 kB
Mapped:          14940 kB
Slab:            90480 kB
Committed_AS:   868864 kB
PageTables:       1428 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= 66144 MiB
End job on node90 at 2009-05-17 01:10:18