Trace number 1825395

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 10002.8

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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.16	c ==============================================================================
0.09/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.16	c ==============================================================================
0.09/0.16	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
3.29/3.37	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
3.29/3.37	c ==============================================================================
3.29/3.37	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
3.29/3.37	c CPU time:   3.31949 s
3.29/3.37	c ==============================================================================
3.69/3.76	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-1825395-1242502453/watcher-1825395-1242502453 -o /tmp/evaluation-result-1825395-1242502453/solver-1825395-1242502453 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825395-1242502453.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: 1.18 1.05 1.01 3/65 5950
/proc/meminfo: memFree=1076456/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=984 CPUtime=0
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 173 0 0 0 0 0 0 0 19 0 1 0 278274523 1007616 156 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 246 156 49 128 0 115 0

[startup+0.0594761 s]
/proc/loadavg: 1.18 1.05 1.01 3/65 5950
/proc/meminfo: memFree=1076456/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=5472 CPUtime=0.04
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 1222 0 0 0 4 0 0 0 19 0 1 0 278274523 5603328 1205 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 1368 1206 49 128 0 1237 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10828

[startup+0.101479 s]
/proc/loadavg: 1.18 1.05 1.01 3/65 5950
/proc/meminfo: memFree=1076456/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=8632 CPUtime=0.09
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 1969 0 0 0 8 1 0 0 19 0 1 0 278274523 8839168 1953 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 2158 1953 49 128 0 2027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13988

[startup+0.301502 s]
/proc/loadavg: 1.18 1.05 1.01 3/65 5950
/proc/meminfo: memFree=1076456/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=18796 CPUtime=0.28
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 4560 0 0 0 25 3 0 0 21 0 1 0 278274523 19247104 4543 1992294400 134512640 135038345 4294956288 18446744073709551615 134543878 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 4699 4543 69 128 0 4568 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24152

[startup+0.701548 s]
/proc/loadavg: 1.18 1.05 1.01 3/65 5950
/proc/meminfo: memFree=1076456/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=21948 CPUtime=0.69
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 5112 0 0 0 65 4 0 0 25 0 1 0 278274523 22474752 5095 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 5487 5095 69 128 0 5356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27304

[startup+1.50164 s]
/proc/loadavg: 1.18 1.05 1.01 2/67 5952
/proc/meminfo: memFree=1051736/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=27240 CPUtime=1.48
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 6100 0 0 0 144 4 0 0 25 0 1 0 278274523 27893760 6083 1992294400 134512640 135038345 4294956288 18446744073709551615 134574807 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 6810 6083 69 128 0 6679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32596

[startup+3.10182 s]
/proc/loadavg: 1.17 1.04 1.01 2/67 5952
/proc/meminfo: memFree=1050776/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=0
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278274522 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5950/statm: 1339 235 195 169 0 50 0
[pid=5951] ppid=5950 vsize=27240 CPUtime=3.08
/proc/5951/stat : 5951 (SatElite) R 5950 5950 5793 0 -1 4194304 6100 0 0 0 304 4 0 0 25 0 1 0 278274523 27893760 6083 1992294400 134512640 135038345 4294956288 18446744073709551615 134574725 0 0 4096 3 0 0 0 17 1 0 0
/proc/5951/statm: 6810 6083 69 128 0 6679 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32596

[startup+6.30118 s]
/proc/loadavg: 1.17 1.04 1.01 2/67 5953
/proc/meminfo: memFree=1053528/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=18176 CPUtime=2.52
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 4382 0 0 0 250 2 0 0 25 0 1 0 278274899 18612224 4368 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 4544 4368 86 211 0 4330 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23532

[startup+12.7029 s]
/proc/loadavg: 1.14 1.04 1.01 2/67 5953
/proc/meminfo: memFree=1047128/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=24180 CPUtime=8.91
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 5897 0 0 0 888 3 0 0 25 0 1 0 278274899 24760320 5850 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 6045 5850 86 211 0 5831 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 29536

[startup+25.5014 s]
/proc/loadavg: 1.12 1.04 1.01 2/67 5953
/proc/meminfo: memFree=1036824/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=34324 CPUtime=21.71
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 8484 0 0 0 2165 6 0 0 25 0 1 0 278274899 35147776 8339 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 8581 8339 86 211 0 8367 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39680

[startup+51.1013 s]
/proc/loadavg: 1.08 1.04 1.01 2/67 5953
/proc/meminfo: memFree=1021080/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=50172 CPUtime=47.29
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 13321 0 0 0 4719 10 0 0 25 0 1 0 278274899 51376128 12210 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 12543 12210 86 211 0 12329 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 55528

[startup+102.305 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 5953
/proc/meminfo: memFree=1021080/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=50172 CPUtime=98.48
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 13329 0 0 0 9838 10 0 0 25 0 1 0 278274899 51376128 12218 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 12543 12218 86 211 0 12329 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 55528

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 5953
/proc/meminfo: memFree=1006104/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=64648 CPUtime=158.46
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 17837 0 0 0 15832 14 0 0 25 0 1 0 278274899 66199552 15954 1992294400 134512640 135377749 4294956400 18446744073709551615 134529135 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 16162 15954 86 211 0 15948 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 70004

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 5953
/proc/meminfo: memFree=1006104/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=64648 CPUtime=218.44
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 17838 0 0 0 21830 14 0 0 25 0 1 0 278274899 66199552 15955 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 16162 15955 86 211 0 15948 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 70004

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 5953
/proc/meminfo: memFree=1006104/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=64648 CPUtime=278.43
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 17838 0 0 0 27829 14 0 0 25 0 1 0 278274899 66199552 15955 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 16162 15955 86 211 0 15948 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 70004

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5953
/proc/meminfo: memFree=1006104/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=64648 CPUtime=338.41
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 17838 0 0 0 33827 14 0 0 25 0 1 0 278274899 66199552 15955 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 16162 15955 86 211 0 15948 0

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

/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9339.74
Current children cumulated vsize (KiB) 176464

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899224/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9395.97
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 939546 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134523152 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9399.72
Current children cumulated vsize (KiB) 176464

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899224/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9455.96
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 945545 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9459.71
Current children cumulated vsize (KiB) 176464

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899224/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9515.94
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 951543 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9519.69
Current children cumulated vsize (KiB) 176464

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899224/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9575.93
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 957542 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9579.68
Current children cumulated vsize (KiB) 176464

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899160/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9635.91
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 963540 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9639.66
Current children cumulated vsize (KiB) 176464

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899160/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171108 CPUtime=9695.9
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 61994 0 0 0 969539 51 0 0 25 0 1 0 278274899 175214592 42287 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42777 42287 86 211 0 42563 0
Current children cumulated CPU time (s) 9699.65
Current children cumulated vsize (KiB) 176464

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=899096/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=171236 CPUtime=9755.88
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 62018 0 0 0 975537 51 0 0 25 0 1 0 278274899 175345664 42311 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 42809 42311 86 211 0 42595 0
Current children cumulated CPU time (s) 9759.63
Current children cumulated vsize (KiB) 176592

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=897688/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=172904 CPUtime=9815.86
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 62364 0 0 0 981534 52 0 0 25 0 1 0 278274899 177053696 42657 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 43226 42657 86 211 0 43012 0
Current children cumulated CPU time (s) 9819.61
Current children cumulated vsize (KiB) 178260

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=896600/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=174056 CPUtime=9875.85
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 62646 0 0 0 987533 52 0 0 25 0 1 0 278274899 178233344 42939 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 43514 42939 86 211 0 43300 0
Current children cumulated CPU time (s) 9879.6
Current children cumulated vsize (KiB) 179412

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=895512/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=175080 CPUtime=9935.83
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 62915 0 0 0 993530 53 0 0 25 0 1 0 278274899 179281920 43208 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 43770 43208 86 211 0 43556 0
Current children cumulated CPU time (s) 9939.58
Current children cumulated vsize (KiB) 180436

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=894616/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=176108 CPUtime=9995.82
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 63133 0 0 0 999529 53 0 0 25 0 1 0 278274899 180334592 43426 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 44027 43426 86 211 0 43813 0
Current children cumulated CPU time (s) 9999.57
Current children cumulated vsize (KiB) 181464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5977
/proc/meminfo: memFree=894616/2055920 swapFree=4181592/4192956
[pid=5950] ppid=5948 vsize=5356 CPUtime=3.75
/proc/5950/stat : 5950 (rsat.sh) S 5948 5950 5793 0 -1 4194304 310 6102 0 0 0 0 369 6 16 0 1 0 278274522 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5950/statm: 1339 237 195 169 0 50 0
[pid=5953] ppid=5950 vsize=176108 CPUtime=9996.32
/proc/5953/stat : 5953 (rsat) R 5950 5950 5793 0 -1 4194304 63133 0 0 0 999579 53 0 0 25 0 1 0 278274899 180334592 43426 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5953/statm: 44027 43426 86 211 0 43813 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 181464

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 5950 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=693438
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=72988
# CPU time returned by wait4() is 3.76643
# 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): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9999.48
CPU system time (s): 0.59
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 203660

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

runsolver used 8.85265 second user time and 27.5258 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-16 21:34:14
IDJOB=1825395
IDBENCH=71068
IDSOLVER=665
FILE ID=node88/1825395-1242502453
PBS_JOBID= 9307002
Free space on /tmp= 66104 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=261797961

node88.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.229
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.229
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:       1076936 kB
Buffers:         65140 kB
Cached:         832932 kB
SwapCached:       5444 kB
Active:          34076 kB
Inactive:       872648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076936 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            5948 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            58108 kB
Committed_AS:   818676 kB
PageTables:       1456 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= 66096 MiB
End job on node88 at 2009-05-17 00:20:59