Trace number 3493549

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
MiniUnsat2 2011-02-22? (TO) 1800.09 1800.01

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark791.039
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data


Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493549-1307800694/watcher-3493549-1307800694 -o /tmp/evaluation-result-3493549-1307800694/solver-3493549-1307800694 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1012589536 -verb=0 HOME/instance-3493549-1307800694.cnf 

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: 0.00 0.11 0.48 6/185 26066
/proc/meminfo: memFree=31428084/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=11804 CPUtime=0 cores=5,7
/proc/26066/stat : 26066 (runsolver) S 26062 26066 26001 0 -1 4202560 40 0 0 0 0 0 0 0 17 0 1 0 891666165 12087296 50 33554432000 4194304 5436572 140735425459712 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/26066/statm: 2951 50 31 304 0 2643 0

[startup+0.0294209 s]
/proc/loadavg: 0.00 0.11 0.48 6/185 26066
/proc/meminfo: memFree=31428084/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=24528 CPUtime=0.01 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 2981 0 0 0 1 0 0 0 18 0 1 0 891666165 25116672 2921 33554432000 4194304 4258824 140736439758064 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 6132 2929 219 16 0 2774 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24528

[startup+0.100424 s]
/proc/loadavg: 0.00 0.11 0.48 6/185 26066
/proc/meminfo: memFree=31428084/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=60124 CPUtime=0.08 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 11757 0 0 0 7 1 0 0 18 0 1 0 891666165 61566976 11697 33554432000 4194304 4258824 140736439758064 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 15031 11701 219 16 0 11673 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60124

[startup+0.300381 s]
/proc/loadavg: 0.00 0.11 0.48 6/185 26066
/proc/meminfo: memFree=31428084/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=108316 CPUtime=0.28 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 23252 0 0 0 26 2 0 0 19 0 1 0 891666165 110915584 23192 33554432000 4194304 4258824 140736439758064 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 27079 23192 220 16 0 23721 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 108316

[startup+0.700289 s]
/proc/loadavg: 0.00 0.11 0.48 6/185 26066
/proc/meminfo: memFree=31428084/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=148872 CPUtime=0.68 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 33018 0 0 0 65 3 0 0 19 0 1 0 891666165 152444928 32227 33554432000 4194304 4258824 140736439758064 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37218 32227 233 16 0 33860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 148872

[startup+1.50113 s]
/proc/loadavg: 0.00 0.11 0.48 6/190 26078
/proc/meminfo: memFree=31024728/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=149600 CPUtime=1.48 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 33242 0 0 0 145 3 0 0 21 0 1 0 891666165 153190400 32450 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37400 32450 243 16 0 34042 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 149600

[startup+3.10081 s]
/proc/loadavg: 0.00 0.11 0.48 6/190 26078
/proc/meminfo: memFree=31020884/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=149600 CPUtime=3.08 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 33353 0 0 0 305 3 0 0 25 0 1 0 891666165 153190400 32561 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37400 32561 243 16 0 34042 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 149600

[startup+6.30017 s]
/proc/loadavg: 0.32 0.17 0.50 6/190 26078
/proc/meminfo: memFree=31001676/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=151992 CPUtime=6.28 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 39589 0 0 0 624 4 0 0 25 0 1 0 891666165 155639808 33721 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225231 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37998 33721 243 16 0 34640 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 151992

[startup+12.7009 s]
/proc/loadavg: 0.61 0.23 0.52 6/190 26078
/proc/meminfo: memFree=30984652/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=151992 CPUtime=12.68 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 61350 0 0 0 1261 7 0 0 25 0 1 0 891666165 155639808 33299 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37998 33299 243 16 0 34640 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 151992

[startup+25.5004 s]
/proc/loadavg: 1.36 0.42 0.57 6/190 26078
/proc/meminfo: memFree=30959940/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=25.48 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 88612 0 0 0 2536 12 0 0 25 0 1 0 891666165 174764032 34912 33554432000 4194304 4258824 140736439758064 18446744073709551615 4217848 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 34912 244 16 0 39309 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 170668

[startup+51.1002 s]
/proc/loadavg: 2.39 0.74 0.67 6/190 26079
/proc/meminfo: memFree=30865524/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189520 CPUtime=51.08 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 112173 0 0 0 5092 16 0 0 25 0 1 0 891666165 194068480 38522 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47380 38522 244 16 0 44022 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 189520

[startup+102.307 s]
/proc/loadavg: 3.30 1.24 0.85 6/190 26080
/proc/meminfo: memFree=30834360/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189520 CPUtime=102.29 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 150072 0 0 0 10205 24 0 0 25 0 1 0 891666165 194068480 36668 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225399 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47380 36668 244 16 0 44022 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 189520

[startup+162.301 s]
/proc/loadavg: 3.78 1.75 1.05 6/190 26082
/proc/meminfo: memFree=30844128/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=151992 CPUtime=162.29 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 182548 0 0 0 16199 30 0 0 25 0 1 0 891666165 155639808 33755 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37998 33755 244 16 0 34640 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151992

[startup+222.301 s]
/proc/loadavg: 3.92 2.16 1.23 6/190 26093
/proc/meminfo: memFree=30741832/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=151992 CPUtime=222.29 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 212699 0 0 0 22192 37 0 0 25 0 1 0 891666165 155639808 33174 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37998 33174 244 16 0 34640 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151992

[startup+282.301 s]
/proc/loadavg: 3.97 2.49 1.40 6/190 26094
/proc/meminfo: memFree=30705356/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=282.3 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 228990 0 0 0 28188 42 0 0 25 0 1 0 891666165 174764032 34774 33554432000 4194304 4258824 140736439758064 18446744073709551615 4218566 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 34774 244 16 0 39309 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170668

[startup+342.301 s]
/proc/loadavg: 3.99 2.76 1.56 6/190 26096
/proc/meminfo: memFree=30763852/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189520 CPUtime=342.3 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 246388 0 0 0 34184 46 0 0 25 0 1 0 891666165 194068480 37547 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47380 37547 244 16 0 44022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189520

[startup+402.3 s]
/proc/loadavg: 3.99 2.98 1.71 6/190 26100
/proc/meminfo: memFree=30780912/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=402.3 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 275855 0 0 0 40178 52 0 0 25 0 1 0 891666165 174764032 34436 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 34436 244 16 0 39309 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 170668

[startup+462.3 s]
/proc/loadavg: 3.99 3.17 1.85 6/190 26102
/proc/meminfo: memFree=30690000/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=269660 CPUtime=462.3 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 293327 0 0 0 46173 57 0 0 25 0 1 0 891666165 276131840 51817 33554432000 4194304 4258824 140736439758064 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 67415 51817 244 16 0 64057 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 269660

[startup+522.3 s]
/proc/loadavg: 3.99 3.32 1.98 6/190 26104
/proc/meminfo: memFree=30722208/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=522.3 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 324294 0 0 0 52167 63 0 0 25 0 1 0 891666165 174764032 35461 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 35461 244 16 0 39309 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170668

[startup+582.3 s]
/proc/loadavg: 4.08 3.47 2.12 6/190 26105
/proc/meminfo: memFree=30665016/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=582.31 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 348520 0 0 0 58163 68 0 0 25 0 1 0 891666165 174764032 34984 33554432000 4194304 4258824 140736439758064 18446744073709551615 4218513 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 34984 244 16 0 39309 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 170668

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 4.00 3.75 2.53 6/190 26112
/proc/meminfo: memFree=30670752/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=238840 CPUtime=822.32 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 463853 0 0 0 82141 91 0 0 25 0 1 0 891666165 244572160 46775 33554432000 4194304 4258824 140736439758064 18446744073709551615 4217918 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 59710 46775 244 16 0 56352 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 238840

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 2.62 6/190 26113
/proc/meminfo: memFree=30628184/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=319748 CPUtime=882.33 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 507207 0 0 0 88132 101 0 0 25 0 1 0 891666165 327421952 64713 33554432000 4194304 4258824 140736439758064 18446744073709551615 4217948 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 79937 64713 244 16 0 76579 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 319748

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 2.71 6/190 26115
/proc/meminfo: memFree=30589096/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189520 CPUtime=942.32 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 553567 0 0 0 94121 111 0 0 25 0 1 0 891666165 194068480 36591 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47380 36591 244 16 0 44022 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 189520

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.78 6/190 26116
/proc/meminfo: memFree=30499412/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189604 CPUtime=1002.33 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 586534 0 0 0 100114 119 0 0 25 0 1 0 891666165 194154496 42307 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47401 42307 244 16 0 44043 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 189604

[startup+1062.3 s]
/proc/loadavg: 4.12 3.91 2.87 6/190 26118
/proc/meminfo: memFree=30541796/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=269660 CPUtime=1062.33 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 627081 0 0 0 106104 129 0 0 25 0 1 0 891666165 276131840 54343 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 67415 54343 244 16 0 64057 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 269660

[startup+1122.3 s]
/proc/loadavg: 4.04 3.92 2.94 6/190 26120
/proc/meminfo: memFree=30458692/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=269660 CPUtime=1122.33 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 662148 0 0 0 112095 138 0 0 25 0 1 0 891666165 276131840 57047 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 67415 57047 244 16 0 64057 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 269660

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.00 6/190 26121
/proc/meminfo: memFree=30402120/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=238840 CPUtime=1182.34 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 683379 0 0 0 118091 143 0 0 25 0 1 0 891666165 244572160 47531 33554432000 4194304 4258824 140736439758064 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 59710 47531 244 16 0 56352 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 238840

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.06 6/190 26123
/proc/meminfo: memFree=30636956/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=238840 CPUtime=1242.34 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 708058 0 0 0 124085 149 0 0 25 0 1 0 891666165 244572160 47938 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225851 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 59710 47938 244 16 0 56352 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 238840

[startup+1302.3 s]
/proc/loadavg: 4.00 3.95 3.12 6/190 26124
/proc/meminfo: memFree=30795896/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=151992 CPUtime=1302.36 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 741880 0 0 0 130079 157 0 0 25 0 1 0 891666165 155639808 33551 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 37998 33551 244 16 0 34640 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 151992

[startup+1362.3 s]
/proc/loadavg: 4.00 3.96 3.17 6/190 26126
/proc/meminfo: memFree=30649424/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=238840 CPUtime=1362.34 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 756579 0 0 0 136074 160 0 0 25 0 1 0 891666165 244572160 48202 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225328 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 59710 48202 244 16 0 56352 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 238840

[startup+1422.31 s]
/proc/loadavg: 4.00 3.96 3.22 6/190 26128
/proc/meminfo: memFree=30623604/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=189520 CPUtime=1422.35 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 798656 0 0 0 142067 168 0 0 25 0 1 0 891666165 194068480 36950 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 47380 36950 244 16 0 44022 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 189520

[startup+1482.3 s]
/proc/loadavg: 4.00 3.97 3.26 6/190 26129
/proc/meminfo: memFree=30650612/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=319748 CPUtime=1482.35 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 824925 0 0 0 148061 174 0 0 25 0 1 0 891666165 327421952 63152 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 79937 63152 244 16 0 76579 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 319748

[startup+1542.3 s]
/proc/loadavg: 4.04 3.99 3.31 6/190 26131
/proc/meminfo: memFree=30660380/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=238840 CPUtime=1542.36 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 851008 0 0 0 154056 180 0 0 25 0 1 0 891666165 244572160 50128 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225217 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 59710 50128 244 16 0 56352 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 238840

[startup+1602.3 s]
/proc/loadavg: 4.08 4.02 3.36 6/190 26132
/proc/meminfo: memFree=30562888/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=269660 CPUtime=1602.36 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 879328 0 0 0 160051 185 0 0 25 0 1 0 891666165 276131840 51364 33554432000 4194304 4258824 140736439758064 18446744073709551615 4218485 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 67415 51364 244 16 0 64057 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 269660

[startup+1662.3 s]
/proc/loadavg: 4.03 4.01 3.40 6/190 26134
/proc/meminfo: memFree=30671232/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=210284 CPUtime=1662.36 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 901544 0 0 0 166046 190 0 0 25 0 1 0 891666165 215330816 45242 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 52571 45242 244 16 0 49213 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 210284

[startup+1722.3 s]
/proc/loadavg: 4.01 4.00 3.43 6/190 26136
/proc/meminfo: memFree=30586760/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170620 CPUtime=1722.36 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 905881 0 0 0 172044 192 0 0 25 0 1 0 891666165 174714880 34207 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42655 34207 244 16 0 39297 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 170620

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.47 6/190 26137
/proc/meminfo: memFree=30634224/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=1782.37 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 921369 0 0 0 178042 195 0 0 25 0 1 0 891666165 174764032 35989 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 35989 244 16 0 39309 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 170668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 4.00 3.48 5/188 26139
/proc/meminfo: memFree=30716688/32950928 swapFree=67053888/67111528
[pid=26066] ppid=26062 vsize=170668 CPUtime=1800.07 cores=5,7
/proc/26066/stat : 26066 (munsat2_release) R 26062 26066 26001 0 -1 4202496 921837 0 0 0 179812 195 0 0 25 0 1 0 891666165 174764032 36440 33554432000 4194304 4258824 140736439758064 18446744073709551615 4225652 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26066/statm: 42667 36440 244 16 0 39309 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 170668

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.01
CPU time (s): 1800.09
CPU user time (s): 1798.13
CPU system time (s): 1.9647
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 319748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 1.9647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 921837
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= 5
involuntary context switches= 921

runsolver used 2.77658 second user time and 7.03293 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 15:58:15
IDJOB=3493549
IDBENCH=20421
IDSOLVER=1973
FILE ID=node149/3493549-1307800694
RUNJOBID= node149-1307800694-26022
PBS_JOBID= 13551043
Free space on /tmp= 73936 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493549-1307800694/watcher-3493549-1307800694 -o /tmp/evaluation-result-3493549-1307800694/solver-3493549-1307800694 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1012589536 -verb=0 HOME/instance-3493549-1307800694.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=1012589536

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:      31436092 kB
Buffers:        155404 kB
Cached:        1135656 kB
SwapCached:      23708 kB
Active:         382492 kB
Inactive:       972384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31436092 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           36896 kB
Writeback:           0 kB
AnonPages:       60068 kB
Mapped:           9572 kB
Slab:            93304 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   242888 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= 73936 MiB
End job on node149 at 2011-06-11 16:28:17