Trace number 3501516

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
MoUsSaka 2011-03-26No Cert. 1800.03 1800.04

General information on the benchmark

Namegmus/belov/
nusmvguidancep5.aig.k25.gcnf
MD5SUM0341bf1aa989a9599509e3d17ed259cc
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark429.413
Satisfiable
(Un)Satisfiability was proved
Number of variables35430
Number of clauses99991
Sum of the clauses size233311
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 266660
Number of clauses of size 333330
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups33330
Number of clauses in the kernel (group 0)1
Least number of clauses in a group (except group 0) 3
Greatest number of clauses in a group (except group 0) 3

Solver Data

0.00/0.00	c MoUsSaka with meat
12.19/12.24	
12.19/12.24	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3501516-1308042203/watcher-3501516-1308042203 -o /tmp/evaluation-result-3501516-1308042203/solver-3501516-1308042203 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3501516-1308042203.gcnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.09 2.35 5/189 24986
/proc/meminfo: memFree=30558136/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=16232 CPUtime=0 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1177 0 0 0 0 0 0 0 25 0 1 0 34965163 16621568 976 33554432000 4194304 4365125 140736054976304 18446744073709551615 4293720 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 4058 987 246 42 0 1206 0

[startup+0.093486 s]
/proc/loadavg: 4.02 4.09 2.35 5/189 24986
/proc/meminfo: memFree=30558136/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=20220 CPUtime=0.08 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4013 0 0 0 8 0 0 0 25 0 1 0 34965163 20705280 2240 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257288 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 5055 2240 262 42 0 2203 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20220

[startup+0.100481 s]
/proc/loadavg: 4.02 4.09 2.35 5/189 24986
/proc/meminfo: memFree=30558136/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=20220 CPUtime=0.09 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4058 0 0 0 9 0 0 0 25 0 1 0 34965163 20705280 2263 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257658 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 5055 2263 262 42 0 2203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20220

[startup+0.300451 s]
/proc/loadavg: 4.02 4.09 2.35 5/189 24986
/proc/meminfo: memFree=30558136/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=24180 CPUtime=0.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 5828 0 0 0 29 0 0 0 25 0 1 0 34965163 24760320 3068 33554432000 4194304 4365125 140736054976304 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 6045 3068 262 42 0 3193 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24180

[startup+0.700381 s]
/proc/loadavg: 4.02 4.09 2.35 5/189 24986
/proc/meminfo: memFree=30558136/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=30468 CPUtime=0.69 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 11486 0 0 0 68 1 0 0 25 0 1 0 34965163 31199232 4338 33554432000 4194304 4365125 140736054976304 18446744073709551615 4244697 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 7617 4338 262 42 0 4765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30468

[startup+1.50024 s]
/proc/loadavg: 4.02 4.09 2.35 5/190 24987
/proc/meminfo: memFree=30534192/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=51732 CPUtime=1.49 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 31585 0 0 0 145 4 0 0 25 0 1 0 34965163 52973568 9099 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257406 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 12933 9099 262 42 0 10081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51732

[startup+3.10101 s]
/proc/loadavg: 4.02 4.09 2.36 5/190 24987
/proc/meminfo: memFree=30501452/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=88212 CPUtime=3.09 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 46698 0 0 0 303 6 0 0 25 0 1 0 34965163 90329088 14295 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257778 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 22053 14295 262 42 0 19201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88212

[startup+6.30039 s]
/proc/loadavg: 4.02 4.09 2.36 5/190 24987
/proc/meminfo: memFree=30446856/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=269324 CPUtime=6.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 145689 0 0 0 612 17 0 0 25 0 1 0 34965163 275787776 41873 33554432000 4194304 4365125 140736054976304 18446744073709551615 4291537 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 67331 41873 262 42 0 64479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269324

[startup+12.7003 s]
/proc/loadavg: 4.02 4.09 2.38 5/190 24988
/proc/meminfo: memFree=30246456/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=409612 CPUtime=12.68 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 337615 0 0 0 1231 37 0 0 25 0 1 0 34965163 419442688 83444 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262567 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 102403 83444 264 42 0 99551 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 409612

[startup+25.501 s]
/proc/loadavg: 4.02 4.08 2.39 5/190 24988
/proc/meminfo: memFree=30166608/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=582660 CPUtime=25.49 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 502350 0 0 0 2494 55 0 0 25 0 1 0 34965163 596643840 100742 33554432000 4194304 4365125 140736054976304 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 145665 100742 264 42 0 142813 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 582660

[startup+51.1005 s]
/proc/loadavg: 4.01 4.08 2.44 5/190 24988
/proc/meminfo: memFree=29925976/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=873996 CPUtime=51.09 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 783369 0 0 0 5024 85 0 0 25 0 1 0 34965163 894971904 159059 33554432000 4194304 4365125 140736054976304 18446744073709551615 4244619 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 218499 159059 264 42 0 215647 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 873996

[startup+102.306 s]
/proc/loadavg: 4.00 4.06 2.52 5/190 24990
/proc/meminfo: memFree=29912928/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=840824 CPUtime=102.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 902492 0 0 0 10130 99 0 0 25 0 1 0 34965163 861003776 163903 33554432000 4194304 4365125 140736054976304 18446744073709551615 4249796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 210206 163903 264 42 0 207354 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 840824

[startup+162.301 s]
/proc/loadavg: 4.00 4.05 2.61 5/190 25029
/proc/meminfo: memFree=30113424/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=834680 CPUtime=162.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1052268 0 0 0 16111 117 0 0 25 0 1 0 34965163 854712320 163131 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262650 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 208670 163131 264 42 0 205818 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 834680

[startup+222.3 s]
/proc/loadavg: 4.00 4.04 2.70 5/190 25141
/proc/meminfo: memFree=29551228/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=1185280 CPUtime=222.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1302486 0 0 0 22083 145 0 0 25 0 1 0 34965163 1213726720 227785 33554432000 4194304 4365125 140736054976304 18446744073709551615 4306823 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 296320 227785 264 42 0 293468 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1185280

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 2.77 5/190 25142
/proc/meminfo: memFree=29615588/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=832916 CPUtime=282.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1509084 0 0 0 28058 171 0 0 25 0 1 0 34965163 852905984 182865 33554432000 4194304 4365125 140736054976304 18446744073709551615 4250135 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 208229 182865 264 42 0 205377 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 832916

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 2.85 5/190 25144
/proc/meminfo: memFree=29605752/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=851348 CPUtime=342.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1573013 0 0 0 34050 179 0 0 25 0 1 0 34965163 871780352 185178 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262074 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 212837 185178 264 42 0 209985 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 851348

[startup+402.3 s]
/proc/loadavg: 4.04 4.04 2.92 5/190 25146
/proc/meminfo: memFree=29616128/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=875920 CPUtime=402.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1591421 0 0 0 40048 181 0 0 25 0 1 0 34965163 896942080 188230 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262060 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 218980 188230 264 42 0 216128 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 875920

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 2.99 5/190 25148
/proc/meminfo: memFree=29595248/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=823700 CPUtime=462.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1744436 0 0 0 46030 199 0 0 25 0 1 0 34965163 843468800 181549 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262579 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 205925 181549 264 42 0 203073 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 823700

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.05 5/190 25149
/proc/meminfo: memFree=29606992/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=894352 CPUtime=522.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 1893315 0 0 0 52013 215 0 0 25 0 1 0 34965163 915816448 190543 33554432000 4194304 4365125 140736054976304 18446744073709551615 4306823 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 223588 190543 264 42 0 220736 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 894352

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.11 5/190 25150
/proc/meminfo: memFree=29596288/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=939404 CPUtime=582.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 2005305 0 0 0 57999 229 0 0 25 0 1 0 34965163 961949696 196197 33554432000 4194304 4365125 140736054976304 18446744073709551615 4263932 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 234851 196197 264 42 0 231999 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 939404

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.29 3.31 3.04 3/178 25205
/proc/meminfo: memFree=30363820/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=896400 CPUtime=822.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 2704362 0 0 0 81914 313 0 0 25 0 1 0 34965163 917913600 190800 33554432000 4194304 4365125 140736054976304 18446744073709551615 4264089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 224100 190800 264 42 0 221248 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 896400

[startup+882.3 s]
/proc/loadavg: 2.15 3.08 2.98 3/178 25206
/proc/meminfo: memFree=30324472/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=906640 CPUtime=882.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 2971287 0 0 0 87879 348 0 0 25 0 1 0 34965163 928399360 192085 33554432000 4194304 4365125 140736054976304 18446744073709551615 4266155 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 226660 192085 264 42 0 223808 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 906640

[startup+942.301 s]
/proc/loadavg: 2.05 2.88 2.92 3/178 25208
/proc/meminfo: memFree=30377268/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=886160 CPUtime=942.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 3257704 0 0 0 93843 384 0 0 25 0 1 0 34965163 907427840 189515 33554432000 4194304 4365125 140736054976304 18446744073709551615 4264104 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 221540 189515 264 42 0 218688 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 886160

[startup+1002.3 s]
/proc/loadavg: 2.02 2.72 2.86 3/178 25210
/proc/meminfo: memFree=30278416/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=1006988 CPUtime=1002.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 3543120 0 0 0 99808 419 0 0 25 0 1 0 34965163 1031155712 204678 33554432000 4194304 4365125 140736054976304 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 251747 204678 264 42 0 248895 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1006988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.58 2.80 3/178 25212
/proc/meminfo: memFree=30371260/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=853396 CPUtime=1062.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 3744788 0 0 0 105784 443 0 0 25 0 1 0 34965163 873877504 185403 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 213349 185403 264 42 0 210497 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 853396

[startup+1122.3 s]
/proc/loadavg: 2.00 2.48 2.75 3/178 25213
/proc/meminfo: memFree=30324980/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=853396 CPUtime=1122.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 3907670 0 0 0 111765 462 0 0 25 0 1 0 34965163 873877504 185435 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 213349 185435 264 42 0 210497 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 853396

[startup+1182.3 s]
/proc/loadavg: 2.00 2.39 2.70 3/178 25214
/proc/meminfo: memFree=30366608/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=982412 CPUtime=1182.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4119049 0 0 0 117739 489 0 0 25 0 1 0 34965163 1005989888 201594 33554432000 4194304 4365125 140736054976304 18446744073709551615 4264104 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 245603 201594 264 42 0 242751 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 982412

[startup+1242.3 s]
/proc/loadavg: 2.00 2.31 2.65 3/178 25216
/proc/meminfo: memFree=30362096/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=841108 CPUtime=1242.27 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4241586 0 0 0 123721 506 0 0 25 0 1 0 34965163 861294592 183861 33554432000 4194304 4365125 140736054976304 18446744073709551615 4258040 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 210277 183861 264 42 0 207425 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 841108

[startup+1302.3 s]
/proc/loadavg: 1.40 2.09 2.55 2/172 25242
/proc/meminfo: memFree=30831232/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=861584 CPUtime=1302.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4364499 0 0 0 129706 523 0 0 25 0 1 0 34965163 882262016 186463 33554432000 4194304 4365125 140736054976304 18446744073709551615 4258095 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 215396 186463 264 42 0 212544 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 861584

[startup+1362.3 s]
/proc/loadavg: 1.14 1.89 2.45 2/172 25244
/proc/meminfo: memFree=30833684/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=857492 CPUtime=1362.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4498356 0 0 0 135685 543 0 0 25 0 1 0 34965163 878071808 185949 33554432000 4194304 4365125 140736054976304 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 214373 185949 264 42 0 211521 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 857492

[startup+1422.31 s]
/proc/loadavg: 1.11 1.74 2.36 2/172 25245
/proc/meminfo: memFree=30833520/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=841828 CPUtime=1422.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4640337 0 0 0 141667 562 0 0 25 0 1 0 34965163 862031872 185989 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 210457 185989 264 42 0 207605 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 841828

[startup+1482.3 s]
/proc/loadavg: 1.04 1.60 2.27 2/172 25246
/proc/meminfo: memFree=30839072/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=811356 CPUtime=1482.28 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4815921 0 0 0 147642 586 0 0 25 0 1 0 34965163 830828544 178495 33554432000 4194304 4365125 140736054976304 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 202839 178495 264 42 0 199987 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 811356

[startup+1542.3 s]
/proc/loadavg: 1.01 1.49 2.19 2/172 25248
/proc/meminfo: memFree=30810032/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=899168 CPUtime=1542.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4922371 0 0 0 153629 600 0 0 25 0 1 0 34965163 920748032 192002 33554432000 4194304 4365125 140736054976304 18446744073709551615 4257409 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 224792 192002 264 42 0 221940 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 899168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.40 2.11 2/172 25250
/proc/meminfo: memFree=30830604/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=858212 CPUtime=1602.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 4987436 0 0 0 159620 609 0 0 25 0 1 0 34965163 878809088 186862 33554432000 4194304 4365125 140736054976304 18446744073709551615 4264094 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 214553 186862 264 42 0 211701 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 858212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.32 2.04 2/172 25252
/proc/meminfo: memFree=30836908/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=845924 CPUtime=1662.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 5039508 0 0 0 165613 616 0 0 25 0 1 0 34965163 866226176 185320 33554432000 4194304 4365125 140736054976304 18446744073709551615 4258095 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 211481 185320 264 42 0 208629 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 845924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.26 1.97 2/172 25253
/proc/meminfo: memFree=30835156/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=847972 CPUtime=1722.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 5101521 0 0 0 171606 623 0 0 25 0 1 0 34965163 868323328 185609 33554432000 4194304 4365125 140736054976304 18446744073709551615 4262650 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 211993 185609 264 42 0 209141 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 847972

[startup+1782.3 s]
/proc/loadavg: 1.00 1.21 1.91 2/172 25254
/proc/meminfo: memFree=30824600/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=870496 CPUtime=1782.29 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 5142706 0 0 0 177601 628 0 0 25 0 1 0 34965163 891387904 188404 33554432000 4194304 4365125 140736054976304 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 217624 188404 264 42 0 214772 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 870496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.20 1.89 2/172 25255
/proc/meminfo: memFree=30830660/32950928 swapFree=67111364/67111528
[pid=24986] ppid=24984 vsize=858212 CPUtime=1800 cores=5,7
/proc/24986/stat : 24986 (MoUsSaka) R 24984 24986 24676 0 -1 4202496 5162524 0 0 0 179369 631 0 0 25 0 1 0 34965163 878809088 186862 33554432000 4194304 4365125 140736054976304 18446744073709551615 4258107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/24986/statm: 214553 186862 264 42 0 211701 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 858212

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): 1800.04
CPU time (s): 1800.03
CPU user time (s): 1793.7
CPU system time (s): 6.33904
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 1357900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 6.33904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5162524
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= 10
involuntary context switches= 2532

runsolver used 2.55861 second user time and 6.26005 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-14 11:03:24
IDJOB=3501516
IDBENCH=90062
IDSOLVER=2000
FILE ID=node124/3501516-1308042203
RUNJOBID= node124-1308041932-24697
PBS_JOBID= 13564702
Free space on /tmp= 73740 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT11/gmus/belov/nusmvguidancep5.aig.k25.gcnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3501516-1308042203/watcher-3501516-1308042203 -o /tmp/evaluation-result-3501516-1308042203/solver-3501516-1308042203 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3501516-1308042203.gcnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0341bf1aa989a9599509e3d17ed259cc
RANDOM SEED=489097613

node124.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30558440 kB
Buffers:        222156 kB
Cached:         879964 kB
SwapCached:          0 kB
Active:        1391332 kB
Inactive:       785768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30558440 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2388 kB
Writeback:           0 kB
AnonPages:     1075136 kB
Mapped:          16844 kB
Slab:           147748 kB
PageTables:       6724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1460724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node124 at 2011-06-14 11:33:26