Trace number 1718959

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.14 1200.58

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
8.79/8.84	c atom#=151669 clause#=2465731 total literals=7141423 

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-1718959-1240641429/watcher-1718959-1240641429 -o /tmp/evaluation-result-1718959-1240641429/solver-1718959-1240641429 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1718959-1240641429.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.13 1.03 1.01 3/64 19119
/proc/meminfo: memFree=1710704/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=0
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 92176518 40812544 122 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 122 96 284 0 9677 0

[startup+0.0317061 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 19119
/proc/meminfo: memFree=1710704/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=0.02
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 226 0 0 0 2 0 0 0 18 0 1 0 92176518 40812544 210 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 210 96 284 0 9677 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39856

[startup+0.101717 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 19119
/proc/meminfo: memFree=1710704/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=0.09
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 453 0 0 0 9 0 0 0 18 0 1 0 92176518 40812544 437 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 438 96 284 0 9677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39856

[startup+0.30175 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 19119
/proc/meminfo: memFree=1710704/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=0.29
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 1084 0 0 0 29 0 0 0 19 0 1 0 92176518 40812544 1068 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 1068 96 284 0 9677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39856

[startup+0.701816 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 19119
/proc/meminfo: memFree=1710704/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=0.69
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 2318 0 0 0 68 1 0 0 22 0 1 0 92176518 40812544 2302 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 2302 96 284 0 9677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39856

[startup+1.50196 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 19120
/proc/meminfo: memFree=1698088/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=39856 CPUtime=1.49
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 4778 0 0 0 146 3 0 0 25 0 1 0 92176518 40812544 4762 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 9964 4762 96 284 0 9677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39856

[startup+3.10122 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 19120
/proc/meminfo: memFree=1683240/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=42828 CPUtime=3.08
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 9736 0 0 0 301 7 0 0 25 0 1 0 92176518 43855872 9683 1992294400 134512640 135679800 4294956224 18446744073709551615 134560506 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 10707 9683 101 284 0 10420 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42828

[startup+6.30175 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 19120
/proc/meminfo: memFree=1603112/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=118036 CPUtime=6.29
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 61694 0 0 0 598 31 0 0 25 0 1 0 92176518 120868864 11984 1992294400 134512640 135679800 4294956224 18446744073709551615 134544251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 29509 11984 106 284 0 29222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 118036

[startup+12.7018 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 19120
/proc/meminfo: memFree=1471784/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=254876 CPUtime=12.69
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 141506 0 0 0 1206 63 0 0 25 0 1 0 92176518 260993024 59868 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 63719 59868 113 284 0 63432 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 254876

[startup+25.5019 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 19122
/proc/meminfo: memFree=1470888/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=255396 CPUtime=25.48
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 141719 0 0 0 2485 63 0 0 25 0 1 0 92176518 261525504 60049 1992294400 134512640 135679800 4294956224 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 63849 60049 113 284 0 63562 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 255396

[startup+51.1012 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 19122
/proc/meminfo: memFree=1471336/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=255396 CPUtime=51.06
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 141722 0 0 0 5042 64 0 0 25 0 1 0 92176518 261525504 60052 1992294400 134512640 135679800 4294956224 18446744073709551615 134534278 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 63849 60052 113 284 0 63562 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 255396

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 19122
/proc/meminfo: memFree=1470824/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=256008 CPUtime=102.24
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 141903 0 0 0 10160 64 0 0 25 0 1 0 92176518 262152192 60225 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 64002 60225 113 284 0 63715 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 256008

[startup+162.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 19122
/proc/meminfo: memFree=1461544/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=265488 CPUtime=162.22
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 144327 0 0 0 16157 65 0 0 25 0 1 0 92176518 271859712 62479 1992294400 134512640 135679800 4294956224 18446744073709551615 134533189 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 66372 62479 113 284 0 66085 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 265488

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19122
/proc/meminfo: memFree=1451688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=276408 CPUtime=222.2
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 147339 0 0 0 22153 67 0 0 25 0 1 0 92176518 283041792 64950 1992294400 134512640 135679800 4294956224 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 69102 64950 113 284 0 68815 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 276408

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1442472/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=285240 CPUtime=282.18
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 149813 0 0 0 28150 68 0 0 25 0 1 0 92176518 292085760 67250 1992294400 134512640 135679800 4294956224 18446744073709551615 134523689 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 71310 67250 113 284 0 71023 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 285240

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1430184/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=297136 CPUtime=342.15
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 152988 0 0 0 34146 69 0 0 25 0 1 0 92176518 304267264 70312 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 74284 70312 113 284 0 73997 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 297136

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=402.13
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157181 0 0 0 40141 72 0 0 25 0 1 0 92176518 314441728 72862 1992294400 134512640 135679800 4294956224 18446744073709551615 134522855 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72862 113 284 0 76481 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 307072

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=462.11
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157181 0 0 0 46139 72 0 0 25 0 1 0 92176518 314441728 72862 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72862 113 284 0 76481 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 307072

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=522.09
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157181 0 0 0 52137 72 0 0 25 0 1 0 92176518 314441728 72862 1992294400 134512640 135679800 4294956224 18446744073709551615 134534453 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72862 113 284 0 76481 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 307072

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=582.07
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157181 0 0 0 58135 72 0 0 25 0 1 0 92176518 314441728 72862 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72862 113 284 0 76481 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 307072

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=642.05
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157182 0 0 0 64133 72 0 0 25 0 1 0 92176518 314441728 72863 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72863 113 284 0 76481 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 307072

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419688/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307072 CPUtime=702.03
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 157182 0 0 0 70131 72 0 0 25 0 1 0 92176518 314441728 72863 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76768 72863 113 284 0 76481 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 307072

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419368/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307236 CPUtime=762.01
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 158772 0 0 0 76128 73 0 0 25 0 1 0 92176518 314609664 72907 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76809 72907 113 284 0 76522 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 307236

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1419496/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=307496 CPUtime=821.98
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 158806 0 0 0 82125 73 0 0 25 0 1 0 92176518 314875904 72941 1992294400 134512640 135679800 4294956224 18446744073709551615 134524983 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 76874 72941 113 284 0 76587 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 307496

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1403176/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=323596 CPUtime=881.97
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 164396 0 0 0 88119 78 0 0 25 0 1 0 92176518 331362304 76951 1992294400 134512640 135679800 4294956224 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 80899 76951 113 284 0 80612 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 323596

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1400232/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=327324 CPUtime=941.94
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 165366 0 0 0 94116 78 0 0 25 0 1 0 92176518 335179776 77921 1992294400 134512640 135679800 4294956224 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 81831 77921 113 284 0 81544 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 327324

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1338536/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=388652 CPUtime=1001.92
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 180645 0 0 0 100102 90 0 0 25 0 1 0 92176518 397979648 93199 1992294400 134512640 135679800 4294956224 18446744073709551615 134522759 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 97163 93199 113 284 0 96876 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 388652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1284456/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=443440 CPUtime=1061.9
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 194242 0 0 0 106088 102 0 0 25 0 1 0 92176518 454082560 106795 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 110860 106795 113 284 0 110573 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 443440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1263656/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=463236 CPUtime=1121.87
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 200843 0 0 0 112079 108 0 0 25 0 1 0 92176518 474353664 111790 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 115809 111790 113 284 0 115522 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 463236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1263464/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=463236 CPUtime=1181.85
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 200882 0 0 0 118077 108 0 0 25 0 1 0 92176518 474353664 111829 1992294400 134512640 135679800 4294956224 18446744073709551615 134525944 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 115809 111829 113 284 0 115522 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 463236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1263400/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=463236 CPUtime=1200.05
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 200896 0 0 0 119897 108 0 0 25 0 1 0 92176518 474353664 111843 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 115809 111843 113 284 0 115522 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 463236

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19122
/proc/meminfo: memFree=1263400/2055920 swapFree=4191900/4192956
[pid=19119] ppid=19117 vsize=463236 CPUtime=1200.05
/proc/19119/stat : 19119 (MoRsat) R 19117 19119 18357 0 -1 4194304 200896 0 0 0 119897 108 0 0 25 0 1 0 92176518 474353664 111843 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19119/statm: 115809 111843 113 284 0 115522 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 463236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.14
CPU user time (s): 1198.98
CPU system time (s): 1.16182
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 469608

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

runsolver used 0.873867 second user time and 2.6486 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 08:37:12
IDJOB=1718959
IDBENCH=20575
IDSOLVER=502
FILE ID=node18/1718959-1240641429
PBS_JOBID= 9186406
Free space on /tmp= 66096 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718959-1240641429/watcher-1718959-1240641429 -o /tmp/evaluation-result-1718959-1240641429/solver-1718959-1240641429 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1718959-1240641429.cnf

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=1582482702

node18.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.280
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.280
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:       1711192 kB
Buffers:         23056 kB
Cached:         251064 kB
SwapCached:        260 kB
Active:         111268 kB
Inactive:       176104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711192 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           52892 kB
Writeback:           0 kB
Mapped:          21752 kB
Slab:            43452 kB
Committed_AS:   334748 kB
PageTables:       1372 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= 66096 MiB
End job on node18 at 2009-04-25 08:57:15