Trace number 1825401

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.9

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.08/0.14	c ==============================================================================
0.08/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.14	c ==============================================================================
0.08/0.14	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
2.89/2.97	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
2.89/2.97	c ==============================================================================
2.89/2.97	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
2.89/2.97	c CPU time:   2.94155 s
2.89/2.97	c ==============================================================================
3.29/3.32	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-1825401-1242503989/watcher-1825401-1242503989 -o /tmp/evaluation-result-1825401-1242503989/solver-1825401-1242503989 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825401-1242503989.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.85 0.97 0.99 3/64 10390
/proc/meminfo: memFree=1463720/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=1088 CPUtime=0
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 182 0 0 0 0 0 0 0 19 0 1 0 278427410 1114112 165 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 272 168 49 128 0 141 0

[startup+0.0887959 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10390
/proc/meminfo: memFree=1463720/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=7940 CPUtime=0.07
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 1781 0 0 0 7 0 0 0 19 0 1 0 278427410 8130560 1764 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 1985 1764 49 128 0 1854 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13296

[startup+0.101798 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10390
/proc/meminfo: memFree=1463720/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=8732 CPUtime=0.08
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 1995 0 0 0 8 0 0 0 19 0 1 0 278427410 8941568 1978 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 2183 1979 49 128 0 2052 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14088

[startup+0.301836 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10390
/proc/meminfo: memFree=1463720/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=16920 CPUtime=0.29
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 4080 0 0 0 27 2 0 0 21 0 1 0 278427410 17326080 4063 1992294400 134512640 135038345 4294956288 18446744073709551615 134574756 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 4230 4063 69 128 0 4099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22276

[startup+0.701912 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10390
/proc/meminfo: memFree=1463720/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=19756 CPUtime=0.69
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 4583 0 0 0 67 2 0 0 25 0 1 0 278427410 20230144 4566 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 4939 4566 69 128 0 4808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25112

[startup+1.50107 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 10392
/proc/meminfo: memFree=1440984/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=23708 CPUtime=1.49
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 5400 0 0 0 146 3 0 0 25 0 1 0 278427410 24276992 5383 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 5927 5383 69 128 0 5796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29064

[startup+3.10237 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 10392
/proc/meminfo: memFree=1440856/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=0
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 278427410 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 235 195 169 0 50 0
[pid=10391] ppid=10390 vsize=21316 CPUtime=3.09
/proc/10391/stat : 10391 (SatElite) R 10390 10390 10353 0 -1 4194304 5401 0 0 0 306 3 0 0 25 0 1 0 278427410 21827584 4956 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 5329 4956 69 128 0 5198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26672

[startup+6.30199 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 10393
/proc/meminfo: memFree=1442256/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=17084 CPUtime=2.96
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 4108 0 0 0 294 2 0 0 25 0 1 0 278427743 17494016 4094 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 4271 4094 86 211 0 4057 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22440

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 10393
/proc/meminfo: memFree=1437152/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=21980 CPUtime=9.35
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 5342 0 0 0 932 3 0 0 25 0 1 0 278427743 22507520 5295 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 5495 5295 86 211 0 5281 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27336

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10393
/proc/meminfo: memFree=1428712/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=30408 CPUtime=22.15
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 7518 0 0 0 2210 5 0 0 25 0 1 0 278427743 31137792 7373 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 7602 7373 86 211 0 7388 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35764

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 10393
/proc/meminfo: memFree=1419560/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=39636 CPUtime=47.73
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 10678 0 0 0 4765 8 0 0 25 0 1 0 278427743 40587264 9567 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 9909 9567 86 211 0 9695 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44992

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 10399
/proc/meminfo: memFree=1415208/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=44140 CPUtime=98.91
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 11801 0 0 0 9882 9 0 0 25 0 1 0 278427743 45199360 10690 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 11035 10690 86 211 0 10821 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 49496

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10399
/proc/meminfo: memFree=1405992/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=53440 CPUtime=158.87
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 14115 0 0 0 15876 11 0 0 25 0 1 0 278427743 54722560 13004 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 13360 13004 86 211 0 13146 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 58796

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10399
/proc/meminfo: memFree=1404456/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=54576 CPUtime=218.84
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 15233 0 0 0 21872 12 0 0 25 0 1 0 278427743 55885824 13326 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 13644 13326 86 211 0 13430 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 59932

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10399
/proc/meminfo: memFree=1404520/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=54444 CPUtime=278.81
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 15244 0 0 0 27869 12 0 0 25 0 1 0 278427743 55750656 13304 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 13611 13304 86 211 0 13397 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 59800

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10399
/proc/meminfo: memFree=1404520/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=54444 CPUtime=338.78
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 15251 0 0 0 33866 12 0 0 25 0 1 0 278427743 55750656 13311 1992294400 134512640 135377749 4294956400 18446744073709551615 134524169 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 13611 13311 86 211 0 13397 0

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

/proc/10393/statm: 67615 65176 86 211 0 67401 0
Current children cumulated CPU time (s) 9397.69
Current children cumulated vsize (KiB) 275816

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1194088/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=272284 CPUtime=9454.36
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 92397 0 0 0 945352 84 0 0 25 0 1 0 278427743 278818816 65660 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 68071 65660 86 211 0 67857 0
Current children cumulated CPU time (s) 9457.67
Current children cumulated vsize (KiB) 277640

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1192040/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=274480 CPUtime=9514.34
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 92913 0 0 0 951349 85 0 0 25 0 1 0 278427743 281067520 66176 1992294400 134512640 135377749 4294956400 18446744073709551615 134522955 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 68620 66176 86 211 0 68406 0
Current children cumulated CPU time (s) 9517.65
Current children cumulated vsize (KiB) 279836

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1190312/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=276288 CPUtime=9574.3
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 93408 0 0 0 957345 85 0 0 25 0 1 0 278427743 282918912 66606 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 69072 66606 86 211 0 68858 0
Current children cumulated CPU time (s) 9577.61
Current children cumulated vsize (KiB) 281644

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1188520/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=277952 CPUtime=9634.27
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 93841 0 0 0 963341 86 0 0 25 0 1 0 278427743 284622848 67039 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 69488 67039 86 211 0 69274 0
Current children cumulated CPU time (s) 9637.58
Current children cumulated vsize (KiB) 283308

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1185832/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=280900 CPUtime=9694.25
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 94507 0 0 0 969338 87 0 0 25 0 1 0 278427743 287641600 67705 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 70225 67705 86 211 0 70011 0
Current children cumulated CPU time (s) 9697.56
Current children cumulated vsize (KiB) 286256

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10415
/proc/meminfo: memFree=1183336/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=283212 CPUtime=9754.21
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 95138 0 0 0 975334 87 0 0 25 0 1 0 278427743 290009088 68336 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 70803 68336 86 211 0 70589 0
Current children cumulated CPU time (s) 9757.52
Current children cumulated vsize (KiB) 288568

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10417
/proc/meminfo: memFree=1180584/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=285648 CPUtime=9814.19
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 95778 0 0 0 981331 88 0 0 25 0 1 0 278427743 292503552 68976 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 71412 68976 86 211 0 71198 0
Current children cumulated CPU time (s) 9817.5
Current children cumulated vsize (KiB) 291004

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10417
/proc/meminfo: memFree=1177960/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=288112 CPUtime=9874.16
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 96427 0 0 0 987327 89 0 0 25 0 1 0 278427743 295026688 69625 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 72028 69625 86 211 0 71814 0
Current children cumulated CPU time (s) 9877.47
Current children cumulated vsize (KiB) 293468

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10417
/proc/meminfo: memFree=1175208/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=291456 CPUtime=9934.12
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 97152 0 0 0 993322 90 0 0 25 0 1 0 278427743 298450944 70350 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 72864 70350 86 211 0 72650 0
Current children cumulated CPU time (s) 9937.43
Current children cumulated vsize (KiB) 296812

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 10417
/proc/meminfo: memFree=1172904/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=293764 CPUtime=9994.1
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 97731 0 0 0 999319 91 0 0 25 0 1 0 278427743 300814336 70929 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 73441 70929 86 211 0 73227 0
Current children cumulated CPU time (s) 9997.41
Current children cumulated vsize (KiB) 299120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10417
/proc/meminfo: memFree=1172520/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=294280 CPUtime=9996.7
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 97823 0 0 0 999579 91 0 0 25 0 1 0 278427743 301342720 71021 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 73570 71021 86 211 0 73356 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 299636

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

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

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10417
/proc/meminfo: memFree=1172520/2055920 swapFree=4182040/4192956
[pid=10390] ppid=10388 vsize=5356 CPUtime=3.31
/proc/10390/stat : 10390 (rsat.sh) S 10388 10390 10353 0 -1 4194304 310 5402 0 0 0 0 327 4 16 0 1 0 278427410 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10390/statm: 1339 237 195 169 0 50 0
[pid=10393] ppid=10390 vsize=294280 CPUtime=9996.7
/proc/10393/stat : 10393 (rsat) R 10390 10390 10353 0 -1 4194304 97823 0 0 0 999579 91 0 0 25 0 1 0 278427743 301342720 71021 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/10393/statm: 73570 71021 86 211 0 73356 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 299636

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10390 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=274502
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=49992
# CPU time returned by wait4() is 3.32449
# 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.9
CPU time (s): 10000
CPU user time (s): 9999.06
CPU system time (s): 0.95
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 299636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2745
system time used= 0.049992
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= 10

runsolver used 8.31074 second user time and 28.0767 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-16 21:59:50
IDJOB=1825401
IDBENCH=71074
IDSOLVER=665
FILE ID=node38/1825401-1242503989
PBS_JOBID= 9307013
Free space on /tmp= 66172 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-1825401-1242503989/watcher-1825401-1242503989 -o /tmp/evaluation-result-1825401-1242503989/solver-1825401-1242503989 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825401-1242503989.cnf            

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=369124848

node38.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.265
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.265
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:       1464200 kB
Buffers:         79920 kB
Cached:         418876 kB
SwapCached:       5084 kB
Active:          82868 kB
Inactive:       424616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464200 kB
SwapTotal:     4192956 kB
SwapFree:      4182040 kB
Dirty:            5376 kB
Writeback:           0 kB
Mapped:          15020 kB
Slab:            70184 kB
Committed_AS:  1060372 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66168 MiB
End job on node38 at 2009-05-17 00:46:36