Trace number 1581981

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
MoRsat 2009-03-03? (TO) 1200.11 1207.07

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
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 variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
12.40/12.58	c atom#=199290 clause#=1005792 total literals=2392883 

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-1581981-1238935158/watcher-1581981-1238935158 -o /tmp/evaluation-result-1581981-1238935158/solver-1581981-1238935158 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1581981-1238935158.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: 1.99 1.97 1.99 4/85 22669
/proc/meminfo: memFree=1799608/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=17048 CPUtime=0
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 135 0 0 0 0 0 0 0 20 0 1 0 1166176922 17457152 119 1992294400 134512640 135679800 4294956240 18446744073709551615 135297974 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 4262 119 96 284 0 3975 0

[startup+0.162508 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 22669
/proc/meminfo: memFree=1799608/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=17048 CPUtime=0.15
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 581 0 0 0 15 0 0 0 20 0 1 0 1166176922 17457152 565 1992294400 134512640 135679800 4294956240 18446744073709551615 135297053 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 4262 565 96 284 0 3975 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 17048

[startup+0.202508 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 22669
/proc/meminfo: memFree=1799608/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=17048 CPUtime=0.19
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 689 0 0 0 19 0 0 0 20 0 1 0 1166176922 17457152 673 1992294400 134512640 135679800 4294956240 18446744073709551615 135299584 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 4262 673 96 284 0 3975 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17048

[startup+0.302524 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 22669
/proc/meminfo: memFree=1799608/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=17048 CPUtime=0.28
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 983 0 0 0 28 0 0 0 21 0 1 0 1166176922 17457152 967 1992294400 134512640 135679800 4294956240 18446744073709551615 135300268 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 4262 967 96 284 0 3975 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17048

[startup+0.702565 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 22669
/proc/meminfo: memFree=1799608/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=17048 CPUtime=0.68
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 2150 0 0 0 67 1 0 0 25 0 1 0 1166176922 17457152 2134 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 4262 2134 96 284 0 3975 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17048

[startup+1.50164 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 22670
/proc/meminfo: memFree=1786736/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=20944 CPUtime=1.47
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 4035 0 0 0 145 2 0 0 25 0 1 0 1166176922 21446656 3824 1992294400 134512640 135679800 4294956240 18446744073709551615 134560479 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 5236 3824 101 284 0 4949 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20944

[startup+3.1018 s]
/proc/loadavg: 2.07 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1783856/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=20944 CPUtime=3.07
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 4035 0 0 0 304 3 0 0 25 0 1 0 1166176922 21446656 3824 1992294400 134512640 135679800 4294956240 18446744073709551615 134560396 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 5236 3824 101 284 0 4949 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20944

[startup+6.30112 s]
/proc/loadavg: 2.07 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1784496/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=20944 CPUtime=6.25
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 4035 0 0 0 622 3 0 0 25 0 1 0 1166176922 21446656 3824 1992294400 134512640 135679800 4294956240 18446744073709551615 134560479 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 5236 3824 101 284 0 4949 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 20944

[startup+12.7018 s]
/proc/loadavg: 2.06 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1768496/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=96980 CPUtime=12.6
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 53942 0 0 0 1237 23 0 0 25 0 1 0 1166176922 99307520 19896 1992294400 134512640 135679800 4294956240 18446744073709551615 135106897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 24245 19896 110 284 0 23958 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 96980

[startup+25.502 s]
/proc/loadavg: 2.05 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1704432/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=107920 CPUtime=25.33
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 58532 0 0 0 2508 25 0 0 25 0 1 0 1166176922 110510080 23902 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 26980 23902 113 284 0 26693 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 107920

[startup+51.1026 s]
/proc/loadavg: 2.03 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1699120/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=113464 CPUtime=50.77
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 59908 0 0 0 5051 26 0 0 25 0 1 0 1166176922 116187136 25278 1992294400 134512640 135679800 4294956240 18446744073709551615 134534336 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 28366 25278 113 284 0 28079 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 113464

[startup+102.303 s]
/proc/loadavg: 2.01 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1685168/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=127088 CPUtime=101.68
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 63343 0 0 0 10138 30 0 0 25 0 1 0 1166176922 130138112 28680 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 31772 28680 113 284 0 31485 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 127088

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1666800/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=145884 CPUtime=161.33
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 68078 0 0 0 16099 34 0 0 25 0 1 0 1166176922 149385216 33317 1992294400 134512640 135679800 4294956240 18446744073709551615 134533047 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 36471 33317 113 284 0 36184 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 145884

[startup+222.309 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22670
/proc/meminfo: memFree=1648496/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=163756 CPUtime=220.99
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 72590 0 0 0 22060 39 0 0 25 0 1 0 1166176922 167686144 37829 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 40939 37829 113 284 0 40652 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 163756

[startup+282.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1632304/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=179876 CPUtime=280.65
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 76653 0 0 0 28020 45 0 0 25 0 1 0 1166176922 184193024 41892 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 44969 41892 113 284 0 44682 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 179876

[startup+342.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1616760/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=195836 CPUtime=340.3
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 80683 0 0 0 33981 49 0 0 25 0 1 0 1166176922 200536064 45728 1992294400 134512640 135679800 4294956240 18446744073709551615 134522721 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 48959 45728 113 284 0 48672 0
Current children cumulated CPU time (s) 340.3
Current children cumulated vsize (KiB) 195836

[startup+402.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1602872/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=209700 CPUtime=399.95
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 84181 0 0 0 39943 52 0 0 25 0 1 0 1166176922 214732800 49226 1992294400 134512640 135679800 4294956240 18446744073709551615 134543042 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 52425 49226 113 284 0 52138 0
Current children cumulated CPU time (s) 399.95
Current children cumulated vsize (KiB) 209700

[startup+462.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1587448/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=224900 CPUtime=459.6
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 87999 0 0 0 45905 55 0 0 25 0 1 0 1166176922 230297600 53044 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 56225 53044 113 284 0 55938 0
Current children cumulated CPU time (s) 459.6
Current children cumulated vsize (KiB) 224900

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1573560/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=238792 CPUtime=519.27
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 91505 0 0 0 51868 59 0 0 25 0 1 0 1166176922 244523008 56550 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 59698 56550 113 284 0 59411 0
Current children cumulated CPU time (s) 519.27
Current children cumulated vsize (KiB) 238792

[startup+582.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1558584/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=253456 CPUtime=578.92
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 95196 0 0 0 57829 63 0 0 25 0 1 0 1166176922 259538944 60241 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 63364 60241 113 284 0 63077 0
Current children cumulated CPU time (s) 578.92
Current children cumulated vsize (KiB) 253456

[startup+642.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1543032/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=268968 CPUtime=638.59
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 99091 0 0 0 63791 68 0 0 25 0 1 0 1166176922 275423232 64136 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 67242 64136 113 284 0 66955 0
Current children cumulated CPU time (s) 638.59
Current children cumulated vsize (KiB) 268968

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1529336/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=282448 CPUtime=698.23
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 102467 0 0 0 69752 71 0 0 25 0 1 0 1166176922 289226752 67512 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 70612 67512 113 284 0 70325 0
Current children cumulated CPU time (s) 698.23
Current children cumulated vsize (KiB) 282448

[startup+762.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1517304/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=294204 CPUtime=757.9
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 105451 0 0 0 75716 74 0 0 25 0 1 0 1166176922 301264896 70496 1992294400 134512640 135679800 4294956240 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 73551 70496 113 284 0 73264 0
Current children cumulated CPU time (s) 757.9
Current children cumulated vsize (KiB) 294204

[startup+822.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1505784/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=307228 CPUtime=817.55
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 108714 0 0 0 81678 77 0 0 25 0 1 0 1166176922 314601472 73373 1992294400 134512640 135679800 4294956240 18446744073709551615 134534549 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 76807 73373 113 284 0 76520 0
Current children cumulated CPU time (s) 817.55
Current children cumulated vsize (KiB) 307228

[startup+882.309 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1496184/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=316736 CPUtime=877.21
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 111101 0 0 0 87640 81 0 0 25 0 1 0 1166176922 324337664 75760 1992294400 134512640 135679800 4294956240 18446744073709551615 134523680 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 79184 75760 113 284 0 78897 0
Current children cumulated CPU time (s) 877.21
Current children cumulated vsize (KiB) 316736

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1488568/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=324128 CPUtime=936.86
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 112986 0 0 0 93603 83 0 0 25 0 1 0 1166176922 331907072 77645 1992294400 134512640 135679800 4294956240 18446744073709551615 134523586 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 81032 77645 113 284 0 80745 0
Current children cumulated CPU time (s) 936.86
Current children cumulated vsize (KiB) 324128

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1477624/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=335132 CPUtime=996.52
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 115735 0 0 0 99567 85 0 0 25 0 1 0 1166176922 343175168 80394 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 83783 80394 113 284 0 83496 0
Current children cumulated CPU time (s) 996.52
Current children cumulated vsize (KiB) 335132

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1462136/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=350512 CPUtime=1056.17
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 119604 0 0 0 105529 88 0 0 25 0 1 0 1166176922 358924288 84263 1992294400 134512640 135679800 4294956240 18446744073709551615 134522841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 87628 84263 113 284 0 87341 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 350512

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1451000/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=361344 CPUtime=1115.82
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 122336 0 0 0 111492 90 0 0 25 0 1 0 1166176922 370016256 86995 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 90336 86995 113 284 0 90049 0
Current children cumulated CPU time (s) 1115.82
Current children cumulated vsize (KiB) 361344

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1438520/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=373944 CPUtime=1175.48
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 125496 0 0 0 117455 93 0 0 25 0 1 0 1166176922 382918656 90155 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 93486 90155 113 284 0 93199 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 373944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1434168/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=377916 CPUtime=1200.04
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 126502 0 0 0 119910 94 0 0 25 0 1 0 1166176922 386985984 91161 1992294400 134512640 135679800 4294956240 18446744073709551615 134534611 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 94479 91161 113 284 0 94192 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 377916

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

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

[startup+1207 s]
/proc/loadavg: 2.00 1.99 1.99 3/86 22672
/proc/meminfo: memFree=1434168/2055920 swapFree=4170472/4192956
[pid=22669] ppid=22667 vsize=377916 CPUtime=1200.04
/proc/22669/stat : 22669 (MoRsat) R 22667 22669 22481 0 -1 4194304 126502 0 0 0 119910 94 0 0 25 0 1 0 1166176922 386985984 91161 1992294400 134512640 135679800 4294956240 18446744073709551615 134534611 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22669/statm: 94479 91161 113 284 0 94192 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 377916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1207.07
CPU time (s): 1200.11
CPU user time (s): 1199.11
CPU system time (s): 1.00685
CPU usage (%): 99.4238
Max. virtual memory (cumulated for all children) (KiB): 377916

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

runsolver used 1.93371 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-05 14:39:19
IDJOB=1581981
IDBENCH=71047
IDSOLVER=502
FILE ID=node70/1581981-1238935158
PBS_JOBID= 9101475
Free space on /tmp= 66508 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581981-1238935158/watcher-1581981-1238935158 -o /tmp/evaluation-result-1581981-1238935158/solver-1581981-1238935158 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1581981-1238935158.cnf

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1034506634

node70.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.234
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.234
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:       1800088 kB
Buffers:         19720 kB
Cached:         163752 kB
SwapCached:       8152 kB
Active:          42988 kB
Inactive:       150164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800088 kB
SwapTotal:     4192956 kB
SwapFree:      4170472 kB
Dirty:           19904 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            46816 kB
Committed_AS:  2439532 kB
PageTables:       2556 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= 66508 MiB
End job on node70 at 2009-04-05 14:59:28