Trace number 3493369

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.07 1800.04

General information on the benchmark

Namemus/marques-silva/design-debugging/
rsdecoder-problem.dimacs_39.filtered.cnf
MD5SUM4ecb898723e70139c6e19a87aef03287
Bench CategoryMUS (MUS)
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 variables1199597
Number of clauses3868693
Sum of the clauses size9946119
Maximum clause length4
Minimum clause length1
Number of clauses of size 114511
Number of clauses of size 21632740
Number of clauses of size 32219640
Number of clauses of size 41802
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 1,3

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.01 3.65 4/189 17724
/proc/meminfo: memFree=30479028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=18036 CPUtime=0 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1379 0 0 0 0 0 0 0 24 0 1 0 891885897 18468864 1307 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 4509 1310 219 16 0 1151 0

[startup+0.063791 s]
/proc/loadavg: 4.02 4.01 3.65 4/189 17724
/proc/meminfo: memFree=30479028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=72120 CPUtime=0.06 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 12934 0 0 0 5 1 0 0 24 0 1 0 891885897 73850880 12862 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 18030 12868 219 16 0 14672 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 72120

[startup+0.10078 s]
/proc/loadavg: 4.02 4.01 3.65 4/189 17724
/proc/meminfo: memFree=30479028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=103236 CPUtime=0.09 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 19716 0 0 0 7 2 0 0 24 0 1 0 891885897 105713664 19644 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 25809 19649 219 16 0 22451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 103236

[startup+0.300747 s]
/proc/loadavg: 4.02 4.01 3.65 4/189 17724
/proc/meminfo: memFree=30479028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=182180 CPUtime=0.29 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 39312 0 0 0 24 5 0 0 25 0 1 0 891885897 186552320 39240 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 45545 39245 219 16 0 42187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 182180

[startup+0.700674 s]
/proc/loadavg: 4.02 4.01 3.65 4/189 17724
/proc/meminfo: memFree=30479028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=339432 CPUtime=0.69 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 78600 0 0 0 60 9 0 0 25 0 1 0 891885897 347578368 78528 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 84858 78531 219 16 0 81500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 339432

[startup+1.50054 s]
/proc/loadavg: 4.02 4.01 3.65 5/190 17725
/proc/meminfo: memFree=29908396/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=600368 CPUtime=1.49 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 142392 0 0 0 132 17 0 0 25 0 1 0 891885897 614776832 142320 33554432000 4194304 4258824 140735565015952 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 150092 142320 220 16 0 146734 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 600368

[startup+3.1003 s]
/proc/loadavg: 4.02 4.01 3.65 5/190 17725
/proc/meminfo: memFree=29670688/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=620296 CPUtime=3.09 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 145697 0 0 0 291 18 0 0 25 0 1 0 891885897 635183104 145498 33554432000 4194304 4258824 140735565015952 18446744073709551615 4247985 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 155074 145509 224 16 0 151716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 620296

[startup+6.30068 s]
/proc/loadavg: 4.02 4.01 3.65 5/190 17725
/proc/meminfo: memFree=29635100/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=854764 CPUtime=6.29 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 261253 0 0 0 596 33 0 0 25 0 1 0 891885897 875278336 199334 33554432000 4194304 4258824 140735565015952 18446744073709551615 4248793 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 213691 199335 224 16 0 210333 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 854764

[startup+12.7006 s]
/proc/loadavg: 4.01 4.01 3.65 5/190 17725
/proc/meminfo: memFree=29498324/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=840612 CPUtime=12.69 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 399561 0 0 0 1218 51 0 0 25 0 1 0 891885897 860786688 197214 33554432000 4194304 4258824 140735565015952 18446744073709551615 268272344987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 210153 197214 243 16 0 206795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 840612

[startup+25.5003 s]
/proc/loadavg: 4.08 4.02 3.66 5/190 17725
/proc/meminfo: memFree=29433952/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=868132 CPUtime=25.49 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 610611 0 0 0 2470 79 0 0 25 0 1 0 891885897 888967168 202190 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 217033 202190 243 16 0 213675 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 868132

[startup+51.1007 s]
/proc/loadavg: 4.05 4.02 3.67 5/190 17726
/proc/meminfo: memFree=29427056/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=858572 CPUtime=51.09 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 757601 0 0 0 5012 97 0 0 25 0 1 0 891885897 879177728 201931 33554432000 4194304 4258824 140735565015952 18446744073709551615 4198480 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 214643 201931 243 16 0 211285 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 858572

[startup+102.307 s]
/proc/loadavg: 4.02 4.02 3.68 5/190 17727
/proc/meminfo: memFree=29410496/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=102.29 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 993093 0 0 0 10103 126 0 0 25 0 1 0 891885897 898605056 204056 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225198 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 204056 244 16 0 216028 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 877544

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.70 5/190 17729
/proc/meminfo: memFree=29337028/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=162.29 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1070018 0 0 0 16093 136 0 0 25 0 1 0 891885897 898605056 204279 33554432000 4194304 4258824 140735565015952 18446744073709551615 4218032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 204279 244 16 0 216028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 877544

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 3.72 5/190 17731
/proc/meminfo: memFree=29296452/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=222.29 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1144188 0 0 0 22084 145 0 0 25 0 1 0 891885897 898605056 204328 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 204328 244 16 0 216028 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 877544

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 17732
/proc/meminfo: memFree=29306196/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=282.3 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1144722 0 0 0 28084 146 0 0 25 0 1 0 891885897 898605056 204862 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 204862 244 16 0 216028 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 877544

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.75 5/190 17734
/proc/meminfo: memFree=29280256/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=342.3 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1216789 0 0 0 34075 155 0 0 25 0 1 0 891885897 898605056 203894 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225507 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 203894 244 16 0 216028 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 877544

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 17735
/proc/meminfo: memFree=29246868/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=402.3 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1217273 0 0 0 40075 155 0 0 25 0 1 0 891885897 898605056 204369 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 204369 244 16 0 216028 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 877544

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 17737
/proc/meminfo: memFree=29216808/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=462.3 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1362000 0 0 0 46058 172 0 0 25 0 1 0 891885897 898605056 203976 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225315 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 203976 244 16 0 216028 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 877544

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 17738
/proc/meminfo: memFree=29477908/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=725488 CPUtime=522.3 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1465316 0 0 0 52047 183 0 0 25 0 1 0 891885897 742899712 169994 33554432000 4194304 4258824 140735565015952 18446744073709551615 4247389 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 181372 169995 244 16 0 178014 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 725488

[startup+582.301 s]
/proc/loadavg: 3.80 3.95 3.78 4/184 17764
/proc/meminfo: memFree=29415728/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=877544 CPUtime=582.31 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1584739 0 0 0 58032 199 0 0 25 0 1 0 891885897 898605056 203979 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 219386 203979 244 16 0 216028 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 877544

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 3.01 3.42 3.59 4/184 17770
/proc/meminfo: memFree=29412516/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=899200 CPUtime=822.31 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1701024 0 0 0 82017 214 0 0 25 0 1 0 891885897 920780800 213050 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 224800 213050 244 16 0 221442 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 899200

[startup+882.301 s]
/proc/loadavg: 3.00 3.34 3.55 4/184 17772
/proc/meminfo: memFree=29367344/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=944968 CPUtime=882.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1734120 0 0 0 88013 219 0 0 25 0 1 0 891885897 967647232 224250 33554432000 4194304 4258824 140735565015952 18446744073709551615 4221191 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 236242 224250 244 16 0 232884 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 944968

[startup+942.301 s]
/proc/loadavg: 3.00 3.27 3.51 4/184 17774
/proc/meminfo: memFree=29360836/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=953136 CPUtime=942.31 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1756739 0 0 0 94011 220 0 0 25 0 1 0 891885897 976011264 225927 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 238284 225927 244 16 0 234926 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 953136

[startup+1002.3 s]
/proc/loadavg: 3.00 3.22 3.48 4/184 17775
/proc/meminfo: memFree=29335728/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=977524 CPUtime=1002.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1793976 0 0 0 100007 225 0 0 25 0 1 0 891885897 1000984576 232184 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 244381 232184 244 16 0 241023 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 977524

[startup+1062.3 s]
/proc/loadavg: 3.00 3.18 3.45 4/184 17777
/proc/meminfo: memFree=29329120/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1062.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1815752 0 0 0 106005 227 0 0 25 0 1 0 891885897 1004240896 232968 33554432000 4194304 4258824 140735565015952 18446744073709551615 4235755 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 232968 244 16 0 241818 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 980704

[startup+1122.3 s]
/proc/loadavg: 3.00 3.14 3.42 4/184 17779
/proc/meminfo: memFree=29328936/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1122.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1836625 0 0 0 112002 230 0 0 25 0 1 0 891885897 1004240896 232999 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 232999 244 16 0 241818 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 980704

[startup+1182.3 s]
/proc/loadavg: 3.04 3.13 3.39 4/184 17780
/proc/meminfo: memFree=29329140/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1182.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1857461 0 0 0 118000 232 0 0 25 0 1 0 891885897 1004240896 232971 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 232971 244 16 0 241818 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 980704

[startup+1242.3 s]
/proc/loadavg: 3.01 3.10 3.36 4/184 17782
/proc/meminfo: memFree=29327120/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1242.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1857951 0 0 0 124000 232 0 0 25 0 1 0 891885897 1004240896 233442 33554432000 4194304 4258824 140735565015952 18446744073709551615 4221172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 233442 244 16 0 241818 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 980704

[startup+1302.3 s]
/proc/loadavg: 3.00 3.08 3.34 4/184 17783
/proc/meminfo: memFree=29328916/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1302.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1878671 0 0 0 129998 234 0 0 25 0 1 0 891885897 1004240896 232985 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 232985 244 16 0 241818 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 980704

[startup+1362.3 s]
/proc/loadavg: 3.00 3.06 3.32 4/184 17785
/proc/meminfo: memFree=29327860/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1362.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1899635 0 0 0 135995 237 0 0 25 0 1 0 891885897 1004240896 233225 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 233225 244 16 0 241818 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 980704

[startup+1422.31 s]
/proc/loadavg: 3.00 3.05 3.29 4/184 17787
/proc/meminfo: memFree=29328304/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=980704 CPUtime=1422.33 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1920494 0 0 0 141993 240 0 0 25 0 1 0 891885897 1004240896 233044 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225501 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 245176 233044 244 16 0 241818 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 980704

[startup+1482.3 s]
/proc/loadavg: 2.51 2.91 3.23 3/178 17813
/proc/meminfo: memFree=30225412/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=903688 CPUtime=1482.33 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1932400 0 0 0 147991 242 0 0 25 0 1 0 891885897 925376512 213693 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225198 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 225922 213693 244 16 0 222564 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 903688

[startup+1542.3 s]
/proc/loadavg: 2.19 2.74 3.15 3/178 17815
/proc/meminfo: memFree=30224644/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=903688 CPUtime=1542.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1932633 0 0 0 153990 242 0 0 25 0 1 0 891885897 925376512 213916 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225106 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 225922 213916 244 16 0 222564 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 903688

[startup+1602.3 s]
/proc/loadavg: 2.07 2.61 3.07 3/178 17825
/proc/meminfo: memFree=30204812/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=923588 CPUtime=1602.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1947737 0 0 0 159987 245 0 0 25 0 1 0 891885897 945754112 218694 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 230897 218694 244 16 0 227539 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 923588

[startup+1662.3 s]
/proc/loadavg: 2.02 2.49 3.00 3/178 17827
/proc/meminfo: memFree=30204904/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=923588 CPUtime=1662.33 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1957984 0 0 0 165987 246 0 0 25 0 1 0 891885897 945754112 218701 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 230897 218701 244 16 0 227539 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 923588

[startup+1722.3 s]
/proc/loadavg: 1.91 2.38 2.93 2/172 17853
/proc/meminfo: memFree=30650300/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=923588 CPUtime=1722.32 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1968216 0 0 0 171985 247 0 0 25 0 1 0 891885897 945754112 218593 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 230897 218593 244 16 0 227539 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 923588

[startup+1782.3 s]
/proc/loadavg: 1.33 2.13 2.81 2/172 17857
/proc/meminfo: memFree=30681024/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=923588 CPUtime=1782.33 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1978352 0 0 0 177984 249 0 0 25 0 1 0 891885897 945754112 218525 33554432000 4194304 4258824 140735565015952 18446744073709551615 4229629 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 230897 218525 244 16 0 227539 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 923588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.24 2.05 2.77 2/172 17859
/proc/meminfo: memFree=30651112/32950928 swapFree=67048868/67111528
[pid=17724] ppid=17722 vsize=923588 CPUtime=1800.04 cores=1,3
/proc/17724/stat : 17724 (munsat2_release) R 17722 17724 17232 0 -1 4202496 1978457 0 0 0 179755 249 0 0 25 0 1 0 891885897 945754112 218629 33554432000 4194304 4258824 140735565015952 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17724/statm: 230897 218629 244 16 0 227539 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 923588

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.07
CPU user time (s): 1797.55
CPU system time (s): 2.52262
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1030024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.52262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1978457
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= 9
involuntary context switches= 3304

runsolver used 2.70959 second user time and 6.83696 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-11 16:34:31
IDJOB=3493369
IDBENCH=89444
IDSOLVER=1973
FILE ID=node122/3493369-1307802868
RUNJOBID= node122-1307800702-17252
PBS_JOBID= 13551057
Free space on /tmp= 73928 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/mus/marques-silva/design-debugging/rsdecoder-problem.dimacs_39.filtered.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493369-1307802868/watcher-3493369-1307802868 -o /tmp/evaluation-result-3493369-1307802868/solver-3493369-1307802868 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1632126917 -verb=0 HOME/instance-3493369-1307802868.cnf

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

MD5SUM BENCH= 4ecb898723e70139c6e19a87aef03287
RANDOM SEED=1632126917

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30479820 kB
Buffers:        164632 kB
Cached:        1184012 kB
SwapCached:      14712 kB
Active:        1468296 kB
Inactive:       842384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30479820 kB
SwapTotal:    67111528 kB
SwapFree:     67048868 kB
Dirty:           81336 kB
Writeback:           0 kB
AnonPages:      960088 kB
Mapped:           9460 kB
Slab:            93312 kB
PageTables:       7304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1203384 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= 74024 MiB
End job on node122 at 2011-06-11 17:04:33