Trace number 1561261

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.05 1200.42

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_4_8_cmp.cnf
MD5SUMd839e5ec929f609c698ac596e6e9f69b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables1617
Number of clauses14513
Sum of the clauses size47145
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23056
Number of clauses of size 38550
Number of clauses of size 4932
Number of clauses of size 51825
Number of clauses of size over 5150

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
2.49/2.56	c atom#=1617 clause#=14513 total literals=47145 

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-1561261-1238764060/watcher-1561261-1238764060 -o /tmp/evaluation-result-1561261-1238764060/solver-1561261-1238764060 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1561261-1238764060.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.99 0.98 1.00 3/66 26149
/proc/meminfo: memFree=1544480/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=1672 CPUtime=0
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1149068996 1712128 122 1992294400 134512640 135679800 4294956224 18446744073709551615 135232257 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 418 122 96 284 0 131 0

[startup+0.0465751 s]
/proc/loadavg: 0.99 0.98 1.00 3/66 26149
/proc/meminfo: memFree=1544480/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=2524 CPUtime=0.04
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 431 0 0 0 4 0 0 0 18 0 1 0 1149068996 2584576 317 1992294400 134512640 135679800 4294956224 18446744073709551615 134563104 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 631 317 107 284 0 344 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2524

[startup+0.102581 s]
/proc/loadavg: 0.99 0.98 1.00 3/66 26149
/proc/meminfo: memFree=1544480/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=2524 CPUtime=0.09
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 540 0 0 0 9 0 0 0 18 0 1 0 1149068996 2584576 426 1992294400 134512640 135679800 4294956224 18446744073709551615 134561533 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 631 426 107 284 0 344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2524

[startup+0.302606 s]
/proc/loadavg: 0.99 0.98 1.00 3/66 26149
/proc/meminfo: memFree=1544480/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=3380 CPUtime=0.29
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 761 0 0 0 29 0 0 0 19 0 1 0 1149068996 3461120 647 1992294400 134512640 135679800 4294956224 18446744073709551615 134552296 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 845 647 107 284 0 558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3380

[startup+0.701666 s]
/proc/loadavg: 0.99 0.98 1.00 3/66 26149
/proc/meminfo: memFree=1544480/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=2832 CPUtime=0.69
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 761 0 0 0 69 0 0 0 22 0 1 0 1149068996 2899968 510 1992294400 134512640 135679800 4294956224 18446744073709551615 134563716 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 708 510 107 284 0 421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2832

[startup+1.50176 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1542616/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=2832 CPUtime=1.49
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 761 0 0 0 149 0 0 0 25 0 1 0 1149068996 2899968 510 1992294400 134512640 135679800 4294956224 18446744073709551615 134563735 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 708 510 107 284 0 421 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2832

[startup+3.10197 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1542488/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=7420 CPUtime=3.09
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 2489 0 0 0 308 1 0 0 25 0 1 0 1149068996 7598080 1658 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 1855 1658 114 284 0 1568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7420

[startup+6.30138 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1535128/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=11744 CPUtime=6.29
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 3676 0 0 0 628 1 0 0 25 0 1 0 1149068996 12025856 2715 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 2936 2715 114 284 0 2649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11744

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1531672/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=13524 CPUtime=12.68
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 4301 0 0 0 1266 2 0 0 25 0 1 0 1149068996 13848576 3180 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 3381 3180 114 284 0 3094 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13524

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1528216/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=17200 CPUtime=25.48
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 5573 0 0 0 2544 4 0 0 25 0 1 0 1149068996 17612800 4033 1992294400 134512640 135679800 4294956224 18446744073709551615 134525612 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 4300 4033 114 284 0 4013 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17200

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1522392/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=22844 CPUtime=51.08
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 7377 0 0 0 5102 6 0 0 25 0 1 0 1149068996 23392256 5483 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 5711 5483 114 284 0 5424 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22844

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1515288/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=30648 CPUtime=102.26
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 10058 0 0 0 10218 8 0 0 25 0 1 0 1149068996 31383552 7263 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 7662 7263 114 284 0 7375 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30648

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1505816/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=40100 CPUtime=162.24
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 13194 0 0 0 16213 11 0 0 25 0 1 0 1149068996 41062400 9627 1992294400 134512640 135679800 4294956224 18446744073709551615 134523586 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 10025 9627 114 284 0 9738 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40100

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1500504/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=45540 CPUtime=222.23
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 14566 0 0 0 22209 14 0 0 25 0 1 0 1149068996 46632960 10999 1992294400 134512640 135679800 4294956224 18446744073709551615 134522768 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 11385 10999 114 284 0 11098 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45540

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1498328/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=47520 CPUtime=282.2
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 15826 0 0 0 28205 15 0 0 25 0 1 0 1149068996 48660480 11487 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 11880 11487 114 284 0 11593 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47520

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1496728/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=49172 CPUtime=342.19
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 17004 0 0 0 34203 16 0 0 25 0 1 0 1149068996 50352128 11893 1992294400 134512640 135679800 4294956224 18446744073709551615 134525670 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 12293 11893 114 284 0 12006 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 49172

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1496088/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=50288 CPUtime=402.16
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 17270 0 0 0 40200 16 0 0 25 0 1 0 1149068996 51494912 12159 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 12572 12159 114 284 0 12285 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 50288

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1495448/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=50420 CPUtime=462.15
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 18105 0 0 0 46198 17 0 0 25 0 1 0 1149068996 51630080 12222 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 12605 12222 114 284 0 12318 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 50420

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1495384/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=50420 CPUtime=522.13
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 18877 0 0 0 52195 18 0 0 25 0 1 0 1149068996 51630080 12222 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 12605 12222 114 284 0 12318 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 50420

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1491672/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=54208 CPUtime=582.12
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 20566 0 0 0 58193 19 0 0 25 0 1 0 1149068996 55508992 13139 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 13552 13139 114 284 0 13265 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 54208

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1491736/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=54208 CPUtime=642.1
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 20566 0 0 0 64191 19 0 0 25 0 1 0 1149068996 55508992 13139 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 13552 13139 114 284 0 13265 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 54208

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1490456/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=55416 CPUtime=702.08
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 21670 0 0 0 70188 20 0 0 25 0 1 0 1149068996 56745984 13471 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 13854 13471 114 284 0 13567 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 55416

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1490456/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=55416 CPUtime=762.06
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 21682 0 0 0 76186 20 0 0 25 0 1 0 1149068996 56745984 13483 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 13854 13483 114 284 0 13567 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 55416

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489560/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=822.03
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 22665 0 0 0 82183 20 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 56264

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489368/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=882.02
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 23437 0 0 0 88181 21 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 56264

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489432/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=942
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 23437 0 0 0 94179 21 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 56264

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489432/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=1001.98
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 24209 0 0 0 100177 21 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 56264

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489368/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=1061.97
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 24981 0 0 0 106175 22 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 56264

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 3/67 26150
/proc/meminfo: memFree=1489432/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=1121.95
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 24981 0 0 0 112173 22 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522893 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 56264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489432/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=1181.93
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 25753 0 0 0 118170 23 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522692 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 56264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26150
/proc/meminfo: memFree=1489432/2055920 swapFree=4176412/4192956
[pid=26149] ppid=26147 vsize=56264 CPUtime=1200.03
/proc/26149/stat : 26149 (MoRsat) R 26147 26149 25536 0 -1 4194304 25753 0 0 0 119980 23 0 0 25 0 1 0 1149068996 57614336 13694 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26149/statm: 14066 13694 114 284 0 13779 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 56264

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)
Real time (s): 1200.42
CPU time (s): 1200.05
CPU user time (s): 1199.8
CPU system time (s): 0.242963
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 59352

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

runsolver used 1.04184 second user time and 3.33749 second system time

The end

Launcher Data

Begin job on node40 at 2009-04-03 15:07:41
IDJOB=1561261
IDBENCH=70912
IDSOLVER=502
FILE ID=node40/1561261-1238764060
PBS_JOBID= 9085464
Free space on /tmp= 66548 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_7_4_8_cmp.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561261-1238764060/watcher-1561261-1238764060 -o /tmp/evaluation-result-1561261-1238764060/solver-1561261-1238764060 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1561261-1238764060.cnf

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

MD5SUM BENCH= d839e5ec929f609c698ac596e6e9f69b
RANDOM SEED=315333550

node40.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.232
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.232
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:       1544960 kB
Buffers:         90192 kB
Cached:         324440 kB
SwapCached:       9688 kB
Active:          35444 kB
Inactive:       390616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544960 kB
SwapTotal:     4192956 kB
SwapFree:      4176412 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          17204 kB
Slab:            70868 kB
Committed_AS:  3088796 kB
PageTables:       1480 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= 66544 MiB
End job on node40 at 2009-04-03 15:27:43