Trace number 1825445

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 10004.4

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  114011   339448 |   34203       0        0     nan |  0.000 % |
0.99/1.08	c |         0 |  113182   490657 |      --       0       --      -- |     --   | -829/151209
0.99/1.08	c ==============================================================================
0.99/1.08	c Result  :   #vars: 1091   #clauses: 113182   #literals: 490657
0.99/1.08	c CPU time:   1.05084 s
0.99/1.08	c ==============================================================================
1.18/1.26	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-1825445-1242508965/watcher-1825445-1242508965 -o /tmp/evaluation-result-1825445-1242508965/solver-1825445-1242508965 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825445-1242508965.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.98 0.98 0.99 3/64 314
/proc/meminfo: memFree=1825360/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=0
/proc/314/stat : 314 (rsat.sh) R 312 314 32715 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 278929681 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/314/statm: 1339 234 194 169 0 50 0
[pid=315] ppid=314 vsize=1124 CPUtime=0
/proc/315/stat : 315 (SatElite) R 314 314 32715 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 278929681 1150976 163 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 281 164 49 128 0 150 0

[startup+0.0891521 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 314
/proc/meminfo: memFree=1825360/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=0
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278929681 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/314/statm: 1339 235 195 169 0 50 0
[pid=315] ppid=314 vsize=8292 CPUtime=0.08
/proc/315/stat : 315 (SatElite) R 314 314 32715 0 -1 4194304 1989 0 0 0 7 1 0 0 19 0 1 0 278929681 8491008 1972 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 2073 1974 69 128 0 1942 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13648

[startup+0.101153 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 314
/proc/meminfo: memFree=1825360/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=0
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278929681 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/314/statm: 1339 235 195 169 0 50 0
[pid=315] ppid=314 vsize=8820 CPUtime=0.09
/proc/315/stat : 315 (SatElite) R 314 314 32715 0 -1 4194304 2125 0 0 0 8 1 0 0 19 0 1 0 278929681 9031680 2108 1992294400 134512640 135038345 4294956288 18446744073709551615 134544244 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 2205 2108 69 128 0 2074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14176

[startup+0.301169 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 314
/proc/meminfo: memFree=1825360/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=0
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278929681 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/314/statm: 1339 235 195 169 0 50 0
[pid=315] ppid=314 vsize=11116 CPUtime=0.29
/proc/315/stat : 315 (SatElite) R 314 314 32715 0 -1 4194304 2588 0 0 0 27 2 0 0 21 0 1 0 278929681 11382784 2571 1992294400 134512640 135038345 4294956288 18446744073709551615 134574758 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 2779 2571 69 128 0 2648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16472

[startup+0.701204 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 314
/proc/meminfo: memFree=1825360/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=0
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278929681 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/314/statm: 1339 235 195 169 0 50 0
[pid=315] ppid=314 vsize=13596 CPUtime=0.68
/proc/315/stat : 315 (SatElite) R 314 314 32715 0 -1 4194304 3007 0 0 0 66 2 0 0 25 0 1 0 278929681 13922304 2990 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 3399 2990 69 128 0 3268 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18952

[startup+1.50128 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 316
/proc/meminfo: memFree=1812800/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 5356

[startup+3.10141 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 317
/proc/meminfo: memFree=1813888/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=10400 CPUtime=1.82
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 2462 0 0 0 181 1 0 0 25 0 1 0 278929807 10649600 2448 1992294400 134512640 135377749 4294956400 18446744073709551615 134530222 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 2600 2448 86 211 0 2386 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15756

[startup+6.30169 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 317
/proc/meminfo: memFree=1809856/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=14000 CPUtime=5.02
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 3342 0 0 0 500 2 0 0 25 0 1 0 278929807 14336000 3295 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 3500 3295 86 211 0 3286 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19356

[startup+12.7022 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 317
/proc/meminfo: memFree=1803520/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=20368 CPUtime=11.41
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 4962 0 0 0 1137 4 0 0 25 0 1 0 278929807 20856832 4817 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 5092 4817 86 211 0 4878 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25724

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 317
/proc/meminfo: memFree=1801536/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=21952 CPUtime=24.21
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 5770 0 0 0 2416 5 0 0 25 0 1 0 278929807 22478848 5237 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 5488 5237 86 211 0 5274 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27308

[startup+51.1016 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 317
/proc/meminfo: memFree=1795328/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=27660 CPUtime=49.81
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 7629 0 0 0 4974 7 0 0 25 0 1 0 278929807 28323840 6708 1992294400 134512640 135377749 4294956400 18446744073709551615 134529215 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 6915 6708 86 211 0 6701 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 33016

[startup+102.306 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 317
/proc/meminfo: memFree=1787840/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=35480 CPUtime=100.99
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 10438 0 0 0 10090 9 0 0 25 0 1 0 278929807 36331520 8551 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 8870 8551 86 211 0 8656 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 40836

[startup+162.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 317
/proc/meminfo: memFree=1786496/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=37036 CPUtime=160.96
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 10854 0 0 0 16087 9 0 0 25 0 1 0 278929807 37924864 8967 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 9259 8967 86 211 0 9045 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 42392

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 317
/proc/meminfo: memFree=1773248/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=49648 CPUtime=220.94
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 14908 0 0 0 22080 14 0 0 25 0 1 0 278929807 50839552 12179 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 12412 12179 86 211 0 12198 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 55004

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 317
/proc/meminfo: memFree=1773184/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=49648 CPUtime=280.91
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 14933 0 0 0 28077 14 0 0 25 0 1 0 278929807 50839552 12204 1992294400 134512640 135377749 4294956400 18446744073709551615 134522902 0 0 4096 1026 0 0 0 17 1 0 0
/proc/317/statm: 12412 12204 86 211 0 12198 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 55004

[startup+342.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 317
/proc/meminfo: memFree=1767936/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=55136 CPUtime=340.88
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 16288 0 0 0 34073 15 0 0 25 0 1 0 278929807 56459264 13559 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 13784 13559 86 211 0 13570 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 60492


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

/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9338.16
Current children cumulated vsize (KiB) 170524

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 335
/proc/meminfo: memFree=1654528/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9396.88
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 939630 58 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9398.13
Current children cumulated vsize (KiB) 170524

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 335
/proc/meminfo: memFree=1654464/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9456.86
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 945628 58 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9458.11
Current children cumulated vsize (KiB) 170524

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 341
/proc/meminfo: memFree=1654272/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9516.84
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 951625 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9518.09
Current children cumulated vsize (KiB) 170524

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 341
/proc/meminfo: memFree=1654272/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9576.82
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 957623 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9578.07
Current children cumulated vsize (KiB) 170524

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9636.79
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 963620 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9638.04
Current children cumulated vsize (KiB) 170524

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9696.76
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 969617 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9698.01
Current children cumulated vsize (KiB) 170524

[startup+9762.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9756.74
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 975615 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9757.99
Current children cumulated vsize (KiB) 170524

[startup+9822.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9816.71
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 981612 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9817.96
Current children cumulated vsize (KiB) 170524

[startup+9882.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9876.7
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 987611 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9877.95
Current children cumulated vsize (KiB) 170524

[startup+9942.3 s]
/proc/loadavg: 1.06 1.05 1.01 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9936.67
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 993608 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9937.92
Current children cumulated vsize (KiB) 170524

[startup+10002.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9996.65
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 999606 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 9997.9
Current children cumulated vsize (KiB) 170524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.4 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 341
/proc/meminfo: memFree=1654336/2055920 swapFree=4179960/4192956
[pid=314] ppid=312 vsize=5356 CPUtime=1.25
/proc/314/stat : 314 (rsat.sh) S 312 314 32715 0 -1 4194304 310 3009 0 0 0 0 122 3 16 0 1 0 278929681 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 237 195 169 0 50 0
[pid=317] ppid=314 vsize=165168 CPUtime=9998.75
/proc/317/stat : 317 (rsat) R 314 314 32715 0 -1 4194304 58444 0 0 0 999816 59 0 0 25 0 1 0 278929807 169132032 40848 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/317/statm: 41292 40848 86 211 0 41078 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 170524

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 314 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=227813
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=34994
# CPU time returned by wait4() is 1.26281
# 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.4
CPU time (s): 10000
CPU user time (s): 9999.38
CPU system time (s): 0.62
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 197476

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

runsolver used 8.50271 second user time and 27.8838 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-16 23:22:45
IDJOB=1825445
IDBENCH=71103
IDSOLVER=665
FILE ID=node31/1825445-1242508965
PBS_JOBID= 9307045
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=794096452

node31.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.213
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.213
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:       1825912 kB
Buffers:         34892 kB
Cached:         131420 kB
SwapCached:       6068 kB
Active:          15604 kB
Inactive:       159376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825912 kB
SwapTotal:     4192956 kB
SwapFree:      4179960 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:          14308 kB
Slab:            40784 kB
Committed_AS:   968276 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node31 at 2009-05-17 02:09:31