Trace number 1736593

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-03UNSAT 1077.74 1078.05

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
56.87/56.97	c atom#=8484 clause#=74640 total literals=243102 
1077.69/1078.05	c CNF stats: (8484 vars, 74640 clauses) 
1077.69/1078.05	c Decisions: 1435757 
1077.69/1078.05	c Conflicts: 904450 
1077.69/1078.05	c 
1077.69/1078.05	s UNSATISFIABLE
1077.69/1078.05	c Running time: 1077.45620 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1736593-1240812072/watcher-1736593-1240812072 -o /tmp/evaluation-result-1736593-1240812072/solver-1736593-1240812072 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1736593-1240812072.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 0.99 3/64 30189
/proc/meminfo: memFree=1634824/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=3372 CPUtime=0
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 109240414 3452928 121 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 843 121 96 284 0 556 0

[startup+0.106468 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30189
/proc/meminfo: memFree=1634824/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=4744 CPUtime=0.1
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 487 0 0 0 10 0 0 0 18 0 1 0 109240414 4857856 470 1992294400 134512640 135679800 4294956224 18446744073709551615 134551816 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 1186 470 103 284 0 899 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4744

[startup+0.201478 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30189
/proc/meminfo: memFree=1634824/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=3836 CPUtime=0.19
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 1986 0 0 0 19 0 0 0 18 0 1 0 109240414 3928064 745 1992294400 134512640 135679800 4294956224 18446744073709551615 134552325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 959 745 104 284 0 672 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3836

[startup+0.301488 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30189
/proc/meminfo: memFree=1634824/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=4176 CPUtime=0.29
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 3216 0 0 0 28 1 0 0 19 0 1 0 109240414 4276224 831 1992294400 134512640 135679800 4294956224 18446744073709551615 134564561 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 1044 831 107 284 0 757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4176

[startup+0.701532 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30189
/proc/meminfo: memFree=1634824/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=7836 CPUtime=0.69
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 3664 0 0 0 68 1 0 0 22 0 1 0 109240414 8024064 1040 1992294400 134512640 135679800 4294956224 18446744073709551615 134561511 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 1959 1040 107 284 0 1672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7836

[startup+1.50162 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1629952/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=7836 CPUtime=1.49
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 4107 0 0 0 148 1 0 0 25 0 1 0 109240414 8024064 1483 1992294400 134512640 135679800 4294956224 18446744073709551615 134561522 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 1959 1483 107 284 0 1672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7836

[startup+3.10179 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1628864/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=7836 CPUtime=3.09
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 4199 0 0 0 308 1 0 0 25 0 1 0 109240414 8024064 1575 1992294400 134512640 135679800 4294956224 18446744073709551615 134561439 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 1959 1575 107 284 0 1672 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7836

[startup+6.30114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1628288/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=8364 CPUtime=6.29
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 5249 0 0 0 627 2 0 0 25 0 1 0 109240414 8564736 1756 1992294400 134512640 135679800 4294956224 18446744073709551615 134563714 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 2091 1756 107 284 0 1804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8364

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1627648/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=8364 CPUtime=12.69
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 5269 0 0 0 1267 2 0 0 25 0 1 0 109240414 8564736 1776 1992294400 134512640 135679800 4294956224 18446744073709551615 134563701 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 2091 1776 107 284 0 1804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8364

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1627584/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=8364 CPUtime=25.48
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 5306 0 0 0 2546 2 0 0 25 0 1 0 109240414 8564736 1813 1992294400 134512640 135679800 4294956224 18446744073709551615 134562066 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 2091 1813 107 284 0 1804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8364

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1627456/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=8364 CPUtime=51.07
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 5356 0 0 0 5105 2 0 0 25 0 1 0 109240414 8564736 1863 1992294400 134512640 135679800 4294956224 18446744073709551615 134563729 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 2091 1863 107 284 0 1804 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8364

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1605952/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=30596 CPUtime=102.27
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 16888 0 0 0 10220 7 0 0 25 0 1 0 109240414 31330304 7219 1992294400 134512640 135679800 4294956224 18446744073709551615 134534535 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 7649 7219 114 284 0 7362 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30596

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1600768/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=36060 CPUtime=162.25
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 19045 0 0 0 16216 9 0 0 25 0 1 0 109240414 36925440 8475 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 9015 8475 114 284 0 8728 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36060

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1600064/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=36928 CPUtime=222.23
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 19244 0 0 0 22214 9 0 0 25 0 1 0 109240414 37814272 8674 1992294400 134512640 135679800 4294956224 18446744073709551615 134521421 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 9232 8674 114 284 0 8945 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 36928

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1598784/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=38100 CPUtime=282.21
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 20456 0 0 0 28211 10 0 0 25 0 1 0 109240414 39014400 9027 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 9525 9027 114 284 0 9238 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38100

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1594624/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=41888 CPUtime=342.19
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 22204 0 0 0 34207 12 0 0 25 0 1 0 109240414 42893312 10003 1992294400 134512640 135679800 4294956224 18446744073709551615 134522734 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10472 10003 114 284 0 10185 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 41888

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1594240/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42088 CPUtime=402.17
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 23035 0 0 0 40205 12 0 0 25 0 1 0 109240414 43098112 10062 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10522 10062 114 284 0 10235 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 42088

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1594304/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42088 CPUtime=462.15
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 23051 0 0 0 46203 12 0 0 25 0 1 0 109240414 43098112 10078 1992294400 134512640 135679800 4294956224 18446744073709551615 134519370 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10522 10078 114 284 0 10235 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 42088

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1594176/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42088 CPUtime=522.14
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 23837 0 0 0 52201 13 0 0 25 0 1 0 109240414 43098112 10092 1992294400 134512640 135679800 4294956224 18446744073709551615 134523586 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10522 10092 114 284 0 10235 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 42088

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1594112/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42088 CPUtime=582.12
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 24611 0 0 0 58199 13 0 0 25 0 1 0 109240414 43098112 10094 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10522 10094 114 284 0 10235 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 42088

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42220 CPUtime=642.11
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 25421 0 0 0 64197 14 0 0 25 0 1 0 109240414 43233280 10132 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10555 10132 114 284 0 10268 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 42220

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42220 CPUtime=702.09
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 25421 0 0 0 70195 14 0 0 25 0 1 0 109240414 43233280 10132 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10555 10132 114 284 0 10268 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 42220

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1593600/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42432 CPUtime=762.07
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 26241 0 0 0 76193 14 0 0 25 0 1 0 109240414 43450368 10180 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10608 10180 114 284 0 10321 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 42432

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1593600/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=42432 CPUtime=822.06
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 27013 0 0 0 82191 15 0 0 25 0 1 0 109240414 43450368 10180 1992294400 134512640 135679800 4294956224 18446744073709551615 134523680 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 10608 10180 114 284 0 10321 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 42432

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588864/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47060 CPUtime=882.04
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 28963 0 0 0 88187 17 0 0 25 0 1 0 109240414 48189440 11358 1992294400 134512640 135679800 4294956224 18446744073709551615 134521370 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11765 11358 114 284 0 11478 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 47060

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588864/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=942.02
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 28982 0 0 0 94185 17 0 0 25 0 1 0 109240414 48439296 11377 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11377 114 284 0 11539 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 47304

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588800/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1002
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 29763 0 0 0 100183 17 0 0 25 0 1 0 109240414 48439296 11386 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11386 114 284 0 11539 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 47304

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1061.99
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 106181 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 47304

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

[startup+1062.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1062.09
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 106191 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 47304

[startup+1068.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1068.49
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 106831 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1068.49
Current children cumulated vsize (KiB) 47304

[startup+1072 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1071.69
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 107151 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134521436 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1071.69
Current children cumulated vsize (KiB) 47304

[startup+1075.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1074.88
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 107470 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134520398 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1074.88
Current children cumulated vsize (KiB) 47304

[startup+1076.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1076.48
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 107630 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1076.48
Current children cumulated vsize (KiB) 47304

[startup+1077.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1077.28
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 107710 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1077.28
Current children cumulated vsize (KiB) 47304

[startup+1078 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30190
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=30189] ppid=30187 vsize=47304 CPUtime=1077.69
/proc/30189/stat : 30189 (MoRsat) R 30187 30189 29961 0 -1 4194304 30566 0 0 0 107751 18 0 0 25 0 1 0 109240414 48439296 11417 1992294400 134512640 135679800 4294956224 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30189/statm: 11826 11417 114 284 0 11539 0
Current children cumulated CPU time (s) 1077.69
Current children cumulated vsize (KiB) 47304

Child status: 20
Real time (s): 1078.05
CPU time (s): 1077.74
CPU user time (s): 1077.55
CPU system time (s): 0.189971
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 50392

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

runsolver used 0.793879 second user time and 2.19966 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-27 08:01:12
IDJOB=1736593
IDBENCH=71629
IDSOLVER=502
FILE ID=node21/1736593-1240812072
PBS_JOBID= 9187429
Free space on /tmp= 66348 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736593-1240812072/watcher-1736593-1240812072 -o /tmp/evaluation-result-1736593-1240812072/solver-1736593-1240812072 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1736593-1240812072.cnf

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=1359289682

node21.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.233
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.233
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:       1635240 kB
Buffers:         58276 kB
Cached:         273360 kB
SwapCached:          0 kB
Active:         141856 kB
Inactive:       203772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            61096 kB
Committed_AS:   473400 kB
PageTables:       1376 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= 66344 MiB
End job on node21 at 2009-04-27 08:19:11