Trace number 3380277

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.1 1300.09

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3380277-1305458463/watcher-3380277-1305458463 -o /tmp/evaluation-result-3380277-1305458463/solver-3380277-1305458463 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380277-1305458463.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=20268 CPUtime=0 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 928 0 0 0 0 0 0 0 23 0 1 0 657446338 20754432 861 33554432000 4194304 4300288 140735015862848 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 5067 861 217 26 0 1699 0

[startup+0.09835 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=35120 CPUtime=0.08 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 5618 0 0 0 8 0 0 0 23 0 1 0 657446338 35962880 4800 33554432000 4194304 4300288 140735015862848 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 8780 4802 218 26 0 5412 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35120

[startup+0.100343 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=35252 CPUtime=0.08 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 5699 0 0 0 8 0 0 0 23 0 1 0 657446338 36098048 4874 33554432000 4194304 4300288 140735015862848 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 8813 4878 218 26 0 5445 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35252

[startup+0.300314 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=72680 CPUtime=0.29 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 16150 0 0 0 27 2 0 0 25 0 1 0 657446338 74424320 13425 33554432000 4194304 4300288 140735015862848 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 18203 13427 218 26 0 14835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72680

[startup+0.700248 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=154208 CPUtime=0.69 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 36337 0 0 0 64 5 0 0 25 0 1 0 657446338 157908992 30120 33554432000 4194304 4300288 140735015862848 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 38552 30121 218 26 0 35184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154208

[startup+31.922 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=468484 CPUtime=31.91 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 130705 0 0 0 3168 23 0 0 25 0 1 0 657446338 479727616 109127 33554432000 4194304 4300288 140735015862848 18446744073709551615 4259128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 117121 109127 222 26 0 113753 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 468484

[startup+32.001 s]
/proc/loadavg: 2.98 3.30 3.52 5/391 26726
/proc/meminfo: memFree=20703016/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=468484 CPUtime=31.99 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 130705 0 0 0 3176 23 0 0 25 0 1 0 657446338 479727616 109127 33554432000 4194304 4300288 140735015862848 18446744073709551615 4224872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 117121 109127 222 26 0 113753 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 468484

[startup+32.101 s]
/proc/loadavg: 5.20 3.81 3.68 6/392 26729
/proc/meminfo: memFree=20123032/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=468484 CPUtime=32.1 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 130721 0 0 0 3187 23 0 0 25 0 1 0 657446338 479727616 109143 33554432000 4194304 4300288 140735015862848 18446744073709551615 4224872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 117121 109143 222 26 0 113753 0
Current children cumulated CPU time (s) 32.1
Current children cumulated vsize (KiB) 468484

[startup+32.2149 s]
/proc/loadavg: 5.20 3.81 3.68 6/392 26729
/proc/meminfo: memFree=20123032/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=468484 CPUtime=32.2 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 130721 0 0 0 3197 23 0 0 25 0 1 0 657446338 479727616 109143 33554432000 4194304 4300288 140735015862848 18446744073709551615 4259296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 117121 109143 222 26 0 113753 0
Current children cumulated CPU time (s) 32.2
Current children cumulated vsize (KiB) 468484

[startup+32.3009 s]
/proc/loadavg: 5.20 3.81 3.68 6/392 26729
/proc/meminfo: memFree=20123032/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=468484 CPUtime=32.29 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 130721 0 0 0 3206 23 0 0 25 0 1 0 657446338 479727616 109143 33554432000 4194304 4300288 140735015862848 18446744073709551615 4224912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 117121 109143 222 26 0 113753 0
Current children cumulated CPU time (s) 32.29
Current children cumulated vsize (KiB) 468484

[startup+51.1008 s]
/proc/loadavg: 5.56 3.98 3.74 5/392 26729
/proc/meminfo: memFree=20123036/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=439388 CPUtime=51.09 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 159904 0 0 0 5079 30 0 0 25 0 1 0 657446338 449933312 93844 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 109847 93844 242 26 0 106479 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 439388

[startup+102.301 s]
/proc/loadavg: 4.67 3.98 3.75 5/392 26757
/proc/meminfo: memFree=20143352/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=520776 CPUtime=102.29 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 170547 0 0 0 10196 33 0 0 25 0 1 0 657446338 533274624 104331 33554432000 4194304 4300288 140735015862848 18446744073709551615 4250820 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 130194 104331 243 26 0 126826 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 520776

[startup+162.301 s]
/proc/loadavg: 4.25 3.98 3.77 5/392 26759
/proc/meminfo: memFree=19967404/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=520776 CPUtime=162.29 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 188464 0 0 0 16191 38 0 0 25 0 1 0 657446338 533274624 122101 33554432000 4194304 4300288 140735015862848 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 130194 122101 243 26 0 126826 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 520776

[startup+222.301 s]
/proc/loadavg: 4.09 3.98 3.78 5/392 26760
/proc/meminfo: memFree=19875804/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=653036 CPUtime=222.29 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 217212 0 0 0 22185 44 0 0 25 0 1 0 657446338 668708864 150671 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 163259 150671 243 26 0 159891 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 653036

[startup+282.301 s]
/proc/loadavg: 4.03 3.98 3.79 5/392 26762
/proc/meminfo: memFree=19830940/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=867960 CPUtime=282.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 237643 0 0 0 28181 49 0 0 25 0 1 0 657446338 888791040 170982 33554432000 4194304 4300288 140735015862848 18446744073709551615 4250872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 216990 170982 243 26 0 213622 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 867960

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.80 5/392 26764
/proc/meminfo: memFree=19708572/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=867960 CPUtime=342.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 257955 0 0 0 34175 55 0 0 25 0 1 0 657446338 888791040 191175 33554432000 4194304 4300288 140735015862848 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 216990 191175 243 26 0 213622 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 867960

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.81 5/392 26765
/proc/meminfo: memFree=19514164/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1217208 CPUtime=402.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 279231 0 0 0 40169 61 0 0 25 0 1 0 657446338 1246420992 212332 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 304302 212332 243 26 0 300934 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1217208

[startup+462.315 s]
/proc/loadavg: 4.06 4.00 3.83 5/392 26767
/proc/meminfo: memFree=19393780/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1217208 CPUtime=462.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 295156 0 0 0 46166 65 0 0 25 0 1 0 657446338 1246420992 228118 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 304302 228118 243 26 0 300934 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1217208

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 3.83 5/392 26768
/proc/meminfo: memFree=19430612/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1222868 CPUtime=522.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 342401 0 0 0 52155 75 0 0 25 0 1 0 657446338 1252216832 275235 33554432000 4194304 4300288 140735015862848 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 305717 275237 243 26 0 302349 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1222868

[startup+582.301 s]
/proc/loadavg: 4.26 4.07 3.87 5/392 26770
/proc/meminfo: memFree=19165020/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1230012 CPUtime=582.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 361334 0 0 0 58151 79 0 0 25 0 1 0 657446338 1259532288 294066 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 307503 294066 243 26 0 304135 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1230012

[startup+642.301 s]
/proc/loadavg: 4.21 4.09 3.88 5/392 26772
/proc/meminfo: memFree=19144304/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1799720 CPUtime=642.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 381329 0 0 0 64145 85 0 0 25 0 1 0 657446338 1842913280 313964 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 449930 313964 243 26 0 446562 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1799720

[startup+702.301 s]
/proc/loadavg: 4.08 4.07 3.89 5/392 26773
/proc/meminfo: memFree=18984636/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1809224 CPUtime=702.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 404246 0 0 0 70139 91 0 0 25 0 1 0 657446338 1852645376 336790 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 452306 336790 243 26 0 448938 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1809224

[startup+762.301 s]
/proc/loadavg: 4.03 4.05 3.89 5/392 26775
/proc/meminfo: memFree=18926332/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1810988 CPUtime=762.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 417544 0 0 0 76135 95 0 0 25 0 1 0 657446338 1854451712 350001 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 452747 350001 243 26 0 449379 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1810988

[startup+822.301 s]
/proc/loadavg: 4.01 4.04 3.90 5/392 26776
/proc/meminfo: memFree=18793516/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1820856 CPUtime=822.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 438430 0 0 0 82131 100 0 0 25 0 1 0 657446338 1864556544 370775 33554432000 4194304 4300288 140735015862848 18446744073709551615 4250781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 455214 370775 243 26 0 451846 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1820856

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/392 26778
/proc/meminfo: memFree=18648288/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1823660 CPUtime=882.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 452896 0 0 0 88125 105 0 0 25 0 1 0 657446338 1867427840 385160 33554432000 4194304 4300288 140735015862848 18446744073709551615 4256455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 455915 385160 243 26 0 452547 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1823660

[startup+942.301 s]
/proc/loadavg: 5.17 4.32 4.01 5/392 26834
/proc/meminfo: memFree=18677044/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1831604 CPUtime=942.3 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 465540 0 0 0 94118 112 0 0 25 0 1 0 657446338 1875562496 397716 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 457901 397716 243 26 0 454533 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1831604

[startup+1002.3 s]
/proc/loadavg: 4.55 4.29 4.01 5/392 26835
/proc/meminfo: memFree=18507636/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1837204 CPUtime=1002.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 476936 0 0 0 100115 116 0 0 25 0 1 0 657446338 1881296896 409034 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 459301 409034 243 26 0 455933 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1837204

[startup+1062.3 s]
/proc/loadavg: 4.30 4.25 4.01 5/392 26837
/proc/meminfo: memFree=18554984/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1844892 CPUtime=1062.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 488524 0 0 0 106111 120 0 0 25 0 1 0 657446338 1889169408 420522 33554432000 4194304 4300288 140735015862848 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 461223 420522 243 26 0 457855 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1844892

[startup+1122.32 s]
/proc/loadavg: 4.14 4.22 4.01 5/392 26838
/proc/meminfo: memFree=18396432/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1858296 CPUtime=1122.32 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 502976 0 0 0 112109 123 0 0 25 0 1 0 657446338 1902895104 434863 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 464574 434863 243 26 0 461206 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1858296

[startup+1182.3 s]
/proc/loadavg: 4.17 4.21 4.02 5/392 26840
/proc/meminfo: memFree=18439824/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1858296 CPUtime=1182.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 513632 0 0 0 118103 128 0 0 25 0 1 0 657446338 1902895104 445412 33554432000 4194304 4300288 140735015862848 18446744073709551615 4249916 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 464574 445412 243 26 0 461206 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1858296

[startup+1242.3 s]
/proc/loadavg: 4.06 4.16 4.01 5/392 26842
/proc/meminfo: memFree=18363576/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=1858296 CPUtime=1242.31 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 520873 0 0 0 124101 130 0 0 25 0 1 0 657446338 1902895104 452581 33554432000 4194304 4300288 140735015862848 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 464574 452581 243 26 0 461206 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1858296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 4.12 4.00 5/392 26870
/proc/meminfo: memFree=18008212/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=2787372 CPUtime=1300.02 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 528758 0 0 0 129869 133 0 0 25 0 1 0 657446338 2854268928 460384 33554432000 4194304 4300288 140735015862848 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 696843 460384 243 26 0 693475 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2787372

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

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

[startup+1300 s]
/proc/loadavg: 3.94 4.12 4.00 5/392 26870
/proc/meminfo: memFree=18008212/32951132 swapFree=64495980/67111528
[pid=26726] ppid=26724 vsize=2787372 CPUtime=1300.02 cores=5,7
/proc/26726/stat : 26726 (cir_minisat) R 26724 26726 26444 0 -1 4202496 528758 0 0 0 129869 133 0 0 25 0 1 0 657446338 2854268928 460384 33554432000 4194304 4300288 140735015862848 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26726/statm: 696843 460384 243 26 0 693475 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2787372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 1300.1
CPU user time (s): 1298.7
CPU system time (s): 1.40579
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2787372

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

runsolver used 4.54931 second user time and 11.6262 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:21:07
IDJOB=3380277
IDBENCH=20580
IDSOLVER=1863
FILE ID=node129/3380277-1305458463
RUNJOBID= node129-1305458463-26687
PBS_JOBID= 13324894
Free space on /tmp= 73232 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380277-1305458463/watcher-3380277-1305458463 -o /tmp/evaluation-result-3380277-1305458463/solver-3380277-1305458463 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380277-1305458463.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1937419797

node129.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.831
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.66
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20703048 kB
Buffers:        263568 kB
Cached:        6377008 kB
SwapCached:      52668 kB
Active:        3621012 kB
Inactive:      8381512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20703048 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          165716 kB
Writeback:           0 kB
AnonPages:     5317672 kB
Mapped:          20792 kB
Slab:           138992 kB
PageTables:      41420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93370404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73032 MiB
End job on node129 at 2011-05-15 13:43:17