Trace number 1592835

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) 1200.09 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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.01/0.06	c ==============================================================================
0.01/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.06	c ==============================================================================
0.01/0.06	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.48/0.59	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.48/0.59	c ==============================================================================
0.48/0.59	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.48/0.59	c CPU time:   0.578911 s
0.48/0.59	c ==============================================================================
0.69/0.72	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-1592835-1239229914/watcher-1592835-1239229914 -o /tmp/evaluation-result-1592835-1239229914/solver-1592835-1239229914 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592835-1239229914.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.91 0.95 0.69 3/64 5350
/proc/meminfo: memFree=552504/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195656977 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 235 195 169 0 50 0
[pid=5351] ppid=5350 vsize=988 CPUtime=0
/proc/5351/stat : 5351 (SatElite) R 5350 5350 5258 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 1195656977 1011712 141 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5351/statm: 247 142 49 128 0 116 0

[startup+0.0185681 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 5350
/proc/meminfo: memFree=552504/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195656977 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 235 195 169 0 50 0
[pid=5351] ppid=5350 vsize=2004 CPUtime=0.01
/proc/5351/stat : 5351 (SatElite) R 5350 5350 5258 0 -1 4194304 411 0 0 0 1 0 0 0 20 0 1 0 1195656977 2052096 394 1992294400 134512640 135038345 4294956288 18446744073709551615 134546489 0 0 4096 3 0 0 0 17 1 0 0
/proc/5351/statm: 501 395 49 128 0 370 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7360

[startup+0.101574 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 5350
/proc/meminfo: memFree=552504/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195656977 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 235 195 169 0 50 0
[pid=5351] ppid=5350 vsize=6936 CPUtime=0.09
/proc/5351/stat : 5351 (SatElite) R 5350 5350 5258 0 -1 4194304 1600 0 0 0 9 0 0 0 20 0 1 0 1195656977 7102464 1583 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5351/statm: 1734 1583 69 128 0 1603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12292

[startup+0.301591 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 5350
/proc/meminfo: memFree=552504/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195656977 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 235 195 169 0 50 0
[pid=5351] ppid=5350 vsize=9136 CPUtime=0.28
/proc/5351/stat : 5351 (SatElite) R 5350 5350 5258 0 -1 4194304 2105 0 0 0 28 0 0 0 21 0 1 0 1195656977 9355264 2086 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/5351/statm: 2284 2086 69 128 0 2153 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14492

[startup+0.701626 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 5350
/proc/meminfo: memFree=552504/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195656977 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 235 195 169 0 50 0
[pid=5351] ppid=5350 vsize=8436 CPUtime=0.69
/proc/5351/stat : 5351 (SatElite) R 5350 5350 5258 0 -1 4194304 2107 0 0 0 68 1 0 0 24 0 1 0 1195656977 8638464 1933 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/5351/statm: 2109 1933 70 128 0 1978 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13792

[startup+1.50169 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 5353
/proc/meminfo: memFree=545000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=7120 CPUtime=0.76
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 1625 0 0 0 76 0 0 0 23 0 1 0 1195657050 7290880 1611 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 1780 1611 86 211 0 1566 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12476

[startup+3.10183 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 5353
/proc/meminfo: memFree=543144/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=9048 CPUtime=2.37
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 2102 0 0 0 236 1 0 0 25 0 1 0 1195657050 9265152 2088 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 2262 2088 86 211 0 2048 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14404

[startup+6.30111 s]
/proc/loadavg: 0.93 0.95 0.69 2/66 5353
/proc/meminfo: memFree=540264/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=11268 CPUtime=5.56
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 2665 0 0 0 555 1 0 0 25 0 1 0 1195657050 11538432 2618 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 2817 2618 86 211 0 2603 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16624

[startup+12.7027 s]
/proc/loadavg: 0.93 0.95 0.69 2/66 5353
/proc/meminfo: memFree=536936/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=13868 CPUtime=11.96
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 3501 0 0 0 1194 2 0 0 25 0 1 0 1195657050 14200832 3258 1992294400 134512640 135377749 4294956400 18446744073709551615 134522879 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 3467 3258 86 211 0 3253 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19224

[startup+25.5018 s]
/proc/loadavg: 0.94 0.95 0.70 2/66 5353
/proc/meminfo: memFree=534952/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=16184 CPUtime=24.76
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 4528 0 0 0 2473 3 0 0 25 0 1 0 1195657050 16572416 3799 1992294400 134512640 135377749 4294956400 18446744073709551615 134530136 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 4046 3799 86 211 0 3832 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21540

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.70 2/66 5353
/proc/meminfo: memFree=530600/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=20308 CPUtime=50.34
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 6032 0 0 0 5031 3 0 0 25 0 1 0 1195657050 20795392 4897 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 5077 4897 86 211 0 4863 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25664

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.72 2/66 5353
/proc/meminfo: memFree=524840/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=26876 CPUtime=101.54
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 7708 0 0 0 10149 5 0 0 25 0 1 0 1195657050 27521024 6379 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 6719 6379 86 211 0 6505 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32232

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 5353
/proc/meminfo: memFree=523112/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=28476 CPUtime=161.52
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 8923 0 0 0 16146 6 0 0 25 0 1 0 1195657050 29159424 6822 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 7119 6822 86 211 0 6905 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33832

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 5353
/proc/meminfo: memFree=517800/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=33856 CPUtime=221.51
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 10239 0 0 0 22144 7 0 0 25 0 1 0 1195657050 34668544 8138 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 8464 8138 86 211 0 8250 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39212

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 5353
/proc/meminfo: memFree=512552/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=39728 CPUtime=281.49
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 11711 0 0 0 28141 8 0 0 25 0 1 0 1195657050 40681472 9460 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 9932 9460 86 211 0 9718 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 45084

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 5353
/proc/meminfo: memFree=513128/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=39212 CPUtime=341.48
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 14190 0 0 0 34139 9 0 0 25 0 1 0 1195657050 40153088 9265 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 9803 9265 86 211 0 9589 0

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

/proc/5353/statm: 10336 9769 86 211 0 10122 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 46700

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 5355
/proc/meminfo: memFree=507560/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=44880 CPUtime=581.42
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 15615 0 0 0 58131 11 0 0 25 0 1 0 1195657050 45957120 10690 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 11220 10690 86 211 0 11006 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 50236

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 5355
/proc/meminfo: memFree=501352/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=51004 CPUtime=641.41
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 17159 0 0 0 64129 12 0 0 25 0 1 0 1195657050 52228096 12224 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 12751 12224 86 211 0 12537 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 56360

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=701.39
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20007 0 0 0 70125 14 0 0 25 0 1 0 1195657050 55750656 13249 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13249 86 211 0 13397 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 59800

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=761.38
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20013 0 0 0 76124 14 0 0 25 0 1 0 1195657050 55750656 13255 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13255 86 211 0 13397 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 59800

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=821.36
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20013 0 0 0 82122 14 0 0 25 0 1 0 1195657050 55750656 13255 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13255 86 211 0 13397 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 59800

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=881.34
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20013 0 0 0 88120 14 0 0 25 0 1 0 1195657050 55750656 13255 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13255 86 211 0 13397 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 59800

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=941.33
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20013 0 0 0 94119 14 0 0 25 0 1 0 1195657050 55750656 13255 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13255 86 211 0 13397 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 59800

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 5355
/proc/meminfo: memFree=497000/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=54444 CPUtime=1001.31
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20013 0 0 0 100117 14 0 0 25 0 1 0 1195657050 55750656 13255 1992294400 134512640 135377749 4294956400 18446744073709551615 134522822 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13611 13255 86 211 0 13397 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 59800

[startup+1062.3 s]
/proc/loadavg: 1.16 1.02 0.88 2/66 5355
/proc/meminfo: memFree=496680/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=55224 CPUtime=1061.31
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20133 0 0 0 106116 15 0 0 25 0 1 0 1195657050 56549376 13375 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13806 13375 86 211 0 13592 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 60580

[startup+1122.3 s]
/proc/loadavg: 1.09 1.03 0.89 2/66 5355
/proc/meminfo: memFree=496360/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=55744 CPUtime=1121.29
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20215 0 0 0 112114 15 0 0 25 0 1 0 1195657050 57081856 13457 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 13936 13457 86 211 0 13722 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 61100

[startup+1182.3 s]
/proc/loadavg: 1.03 1.02 0.90 2/66 5355
/proc/meminfo: memFree=495912/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=56260 CPUtime=1181.28
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20336 0 0 0 118113 15 0 0 25 0 1 0 1195657050 57610240 13513 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 14065 13513 86 211 0 13851 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 61616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.02 0.90 2/66 5355
/proc/meminfo: memFree=495528/2055920 swapFree=4175764/4192956
[pid=5350] ppid=5348 vsize=5356 CPUtime=0.71
/proc/5350/stat : 5350 (rsat.sh) S 5348 5350 5258 0 -1 4194304 310 2108 0 0 0 0 70 1 15 0 1 0 1195656977 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5350/statm: 1339 237 195 169 0 50 0
[pid=5353] ppid=5350 vsize=57036 CPUtime=1199.38
/proc/5353/stat : 5353 (rsat) R 5350 5350 5258 0 -1 4194304 20487 0 0 0 119923 15 0 0 25 0 1 0 1195657050 58404864 13664 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5353/statm: 14259 13664 86 211 0 14045 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 62392

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 5350 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=706892
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=17997
# CPU time returned by wait4() is 0.724889
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1199.93
CPU system time (s): 0.16
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 67532

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

runsolver used 1.44478 second user time and 2.92955 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-09 00:31:54
IDJOB=1592835
IDBENCH=71098
IDSOLVER=560
FILE ID=node31/1592835-1239229914
PBS_JOBID= 9113621
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=137441944

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.214
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.214
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:        552920 kB
Buffers:         63760 kB
Cached:        1342320 kB
SwapCached:      10224 kB
Active:         283768 kB
Inactive:      1134060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        552920 kB
SwapTotal:     4192956 kB
SwapFree:      4175764 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          17388 kB
Slab:            70932 kB
Committed_AS:  3716176 kB
PageTables:       1472 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= 66472 MiB
End job on node31 at 2009-04-09 00:51:57