Trace number 1592787

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.02 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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.15	c ==============================================================================
0.09/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
3.19/3.23	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
3.19/3.23	c ==============================================================================
3.19/3.23	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
3.19/3.23	c CPU time:   3.20151 s
3.19/3.23	c ==============================================================================
3.59/3.61	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-1592787-1239228121/watcher-1592787-1239228121 -o /tmp/evaluation-result-1592787-1239228121/solver-1592787-1239228121 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592787-1239228121.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.00 0.00 0.00 3/64 28159
/proc/meminfo: memFree=1728816/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=956 CPUtime=0
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 799704527 978944 145 1992294400 134512640 135038345 4294956288 18446744073709551615 134548217 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 239 147 49 128 0 108 0

[startup+0.090736 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 28159
/proc/meminfo: memFree=1728816/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=7808 CPUtime=0.08
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 1719 0 0 0 8 0 0 0 19 0 1 0 799704527 7995392 1702 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 1952 1703 49 128 0 1821 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13164

[startup+0.102736 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 28159
/proc/meminfo: memFree=1728816/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=8336 CPUtime=0.09
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 1884 0 0 0 9 0 0 0 19 0 1 0 799704527 8536064 1867 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 2084 1868 49 128 0 1953 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13692

[startup+0.302764 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 28159
/proc/meminfo: memFree=1728816/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=16788 CPUtime=0.29
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 4042 0 0 0 28 1 0 0 21 0 1 0 799704527 17190912 4025 1992294400 134512640 135038345 4294956288 18446744073709551615 134544214 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 4197 4025 69 128 0 4066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22144

[startup+0.701821 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 28159
/proc/meminfo: memFree=1728816/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=19624 CPUtime=0.69
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 4529 0 0 0 67 2 0 0 24 0 1 0 799704527 20094976 4512 1992294400 134512640 135038345 4294956288 18446744073709551615 134564857 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 4906 4512 69 128 0 4775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24980

[startup+1.50194 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 28161
/proc/meminfo: memFree=1706072/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=23708 CPUtime=1.49
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 5400 0 0 0 146 3 0 0 25 0 1 0 799704527 24276992 5383 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 5927 5383 69 128 0 5796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29064

[startup+3.10116 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 28161
/proc/meminfo: memFree=1705944/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=0
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799704526 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 235 195 169 0 50 0
[pid=28160] ppid=28159 vsize=23708 CPUtime=3.09
/proc/28160/stat : 28160 (SatElite) R 28159 28159 28095 0 -1 4194304 5400 0 0 0 306 3 0 0 25 0 1 0 799704527 24276992 5383 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/28160/statm: 5927 5383 69 128 0 5796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29064

[startup+6.30161 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 28162
/proc/meminfo: memFree=1707800/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=16696 CPUtime=2.68
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 4008 0 0 0 266 2 0 0 25 0 1 0 799704888 17096704 3994 1992294400 134512640 135377749 4294956400 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 4174 3994 86 211 0 3960 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22052

[startup+12.7015 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 28162
/proc/meminfo: memFree=1702488/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=21724 CPUtime=9.08
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 5271 0 0 0 904 4 0 0 25 0 1 0 799704888 22245376 5224 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 5431 5224 86 211 0 5217 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27080

[startup+25.5023 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 28162
/proc/meminfo: memFree=1694104/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=29892 CPUtime=21.88
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 7395 0 0 0 2183 5 0 0 25 0 1 0 799704888 30609408 7250 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 7473 7250 86 211 0 7259 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35248

[startup+51.1029 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 28163
/proc/meminfo: memFree=1684568/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=39636 CPUtime=47.45
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 10678 0 0 0 4737 8 0 0 25 0 1 0 799704888 40587264 9567 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 9909 9567 86 211 0 9695 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44992

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 28164
/proc/meminfo: memFree=1681048/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=43316 CPUtime=98.64
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 11603 0 0 0 9855 9 0 0 25 0 1 0 799704888 44355584 10492 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 10829 10492 86 211 0 10615 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 48672

[startup+162.303 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 28164
/proc/meminfo: memFree=1671448/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=52888 CPUtime=158.62
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 13998 0 0 0 15851 11 0 0 25 0 1 0 799704888 54157312 12887 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 13222 12887 86 211 0 13008 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 58244

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 28164
/proc/meminfo: memFree=1669464/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=54576 CPUtime=218.61
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 15233 0 0 0 21849 12 0 0 25 0 1 0 799704888 55885824 13326 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 13644 13326 86 211 0 13430 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 59932

[startup+282.303 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 28164
/proc/meminfo: memFree=1669464/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=54576 CPUtime=278.59
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 15243 0 0 0 27847 12 0 0 25 0 1 0 799704888 55885824 13336 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 13644 13336 86 211 0 13430 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 59932

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 28164
/proc/meminfo: memFree=1669528/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=54444 CPUtime=338.57
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 15250 0 0 0 33845 12 0 0 25 0 1 0 799704888 55750656 13310 1992294400 134512640 135377749 4294956400 18446744073709551615 134522891 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 13611 13310 86 211 0 13397 0

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

/proc/28162/statm: 14448 14198 86 211 0 14234 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 63148

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 28164
/proc/meminfo: memFree=1662936/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=60952 CPUtime=578.5
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 16930 0 0 0 57835 15 0 0 25 0 1 0 799704888 62414848 14990 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 15238 14990 86 211 0 15024 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 66308

[startup+642.303 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 28164
/proc/meminfo: memFree=1660120/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=65124 CPUtime=638.49
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 18011 0 0 0 63833 16 0 0 25 0 1 0 799704888 66686976 15685 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 16281 15685 86 211 0 16067 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 70480

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 28164
/proc/meminfo: memFree=1657176/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=67984 CPUtime=698.47
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 18747 0 0 0 69830 17 0 0 25 0 1 0 799704888 69615616 16421 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 16996 16421 86 211 0 16782 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 73340

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/66 28164
/proc/meminfo: memFree=1654552/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=70564 CPUtime=758.45
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 19409 0 0 0 75827 18 0 0 25 0 1 0 799704888 72257536 17083 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 17641 17083 86 211 0 17427 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 75920

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 28164
/proc/meminfo: memFree=1651928/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73032 CPUtime=818.43
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 20057 0 0 0 81824 19 0 0 25 0 1 0 799704888 74784768 17731 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18258 17731 86 211 0 18044 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 78388

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=878.41
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 87821 20 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 78512

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=938.39
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 93819 20 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 78512

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=998.37
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 99817 20 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522826 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 78512

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=1058.35
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 105815 20 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 78512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=1118.34
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 111813 21 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 78512

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=1178.32
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 117811 21 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 78512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 28164
/proc/meminfo: memFree=1651480/2055920 swapFree=4179576/4192956
[pid=28159] ppid=28157 vsize=5356 CPUtime=3.6
/proc/28159/stat : 28159 (rsat.sh) S 28157 28159 28095 0 -1 4194304 310 5402 0 0 0 0 355 5 19 0 1 0 799704526 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28159/statm: 1339 237 195 169 0 50 0
[pid=28162] ppid=28159 vsize=73156 CPUtime=1196.42
/proc/28162/stat : 28162 (rsat) R 28159 28159 28095 0 -1 4194304 21692 0 0 0 119621 21 0 0 25 0 1 0 799704888 74911744 17790 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28162/statm: 18289 17790 86 211 0 18075 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 78512

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 28159 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=551460
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=57991
# CPU time returned by wait4() is 3.60945
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1199.76
CPU system time (s): 0.26
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 84804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.55146
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 16

runsolver used 1.2778 second user time and 3.09753 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-09 00:02:01
IDJOB=1592787
IDBENCH=71074
IDSOLVER=560
FILE ID=node49/1592787-1239228121
PBS_JOBID= 9113605
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=942022728

node49.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	: 5931.00
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:       1729232 kB
Buffers:         37004 kB
Cached:         238928 kB
SwapCached:       6812 kB
Active:          40184 kB
Inactive:       244732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729232 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            5192 kB
Writeback:           0 kB
Mapped:          14164 kB
Slab:            27568 kB
Committed_AS:  2670500 kB
PageTables:       1384 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= 66516 MiB
End job on node49 at 2009-04-09 00:22:03