Trace number 3350522

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: contrasat 2011-03-02? (TO) 1299.94 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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.08 2.20 3.18 5/367 4543
/proc/meminfo: memFree=23045184/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=20280 CPUtime=0 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 904 0 0 0 0 0 0 0 21 0 1 0 608718743 20766720 822 33554432000 4194304 4298156 140733998768096 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 5070 823 215 26 0 1702 0

[startup+0.0464149 s]
/proc/loadavg: 2.08 2.20 3.18 5/367 4543
/proc/meminfo: memFree=23045184/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=28628 CPUtime=0.03 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 3681 0 0 0 3 0 0 0 21 0 1 0 608718743 29315072 3254 33554432000 4194304 4298156 140733998768096 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 7157 3255 216 26 0 3789 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28628

[startup+0.100416 s]
/proc/loadavg: 2.08 2.20 3.18 5/367 4543
/proc/meminfo: memFree=23045184/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=43768 CPUtime=0.08 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 8092 0 0 0 7 1 0 0 21 0 1 0 608718743 44818432 6865 33554432000 4194304 4298156 140733998768096 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 10942 6871 219 26 0 7574 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43768

[startup+0.300372 s]
/proc/loadavg: 2.08 2.20 3.18 5/367 4543
/proc/meminfo: memFree=23045184/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=87632 CPUtime=0.28 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 20082 0 0 0 26 2 0 0 22 0 1 0 608718743 89735168 17037 33554432000 4194304 4298156 140733998768096 18446744073709551615 4227683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 21908 17037 222 26 0 18540 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87632

[startup+0.700293 s]
/proc/loadavg: 2.08 2.20 3.18 5/367 4543
/proc/meminfo: memFree=23045184/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=92360 CPUtime=0.68 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 28798 0 0 0 64 4 0 0 23 0 1 0 608718743 94576640 18880 33554432000 4194304 4298156 140733998768096 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 23090 18880 223 26 0 19722 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92360

[startup+1.50114 s]
/proc/loadavg: 2.23 2.23 3.19 5/368 4544
/proc/meminfo: memFree=22955408/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=117768 CPUtime=1.49 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 39462 0 0 0 143 6 0 0 25 0 1 0 608718743 120594432 23945 33554432000 4194304 4298156 140733998768096 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 29442 23945 223 26 0 26074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117768

[startup+3.1009 s]
/proc/loadavg: 2.23 2.23 3.19 4/364 4545
/proc/meminfo: memFree=23033344/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=110524 CPUtime=3.09 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 39560 0 0 0 303 6 0 0 25 0 1 0 608718743 113176576 22273 33554432000 4194304 4298156 140733998768096 18446744073709551615 4252672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 27631 22273 242 26 0 24263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110524

[startup+6.30036 s]
/proc/loadavg: 2.37 2.26 3.19 5/368 4571
/proc/meminfo: memFree=22994200/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=110524 CPUtime=6.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 39560 0 0 0 623 6 0 0 25 0 1 0 608718743 113176576 22273 33554432000 4194304 4298156 140733998768096 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 27631 22273 242 26 0 24263 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110524

[startup+12.7003 s]
/proc/loadavg: 2.50 2.29 3.20 5/368 4571
/proc/meminfo: memFree=22960748/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=110524 CPUtime=12.68 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 39560 0 0 0 1262 6 0 0 25 0 1 0 608718743 113176576 22273 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 27631 22273 242 26 0 24263 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110524

[startup+25.5011 s]
/proc/loadavg: 2.73 2.35 3.20 5/368 4571
/proc/meminfo: memFree=22925524/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=110524 CPUtime=25.48 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 39857 0 0 0 2542 6 0 0 25 0 1 0 608718743 113176576 22556 33554432000 4194304 4298156 140733998768096 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 27631 22556 242 26 0 24263 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110524

[startup+51.1008 s]
/proc/loadavg: 3.23 2.50 3.23 5/368 4572
/proc/meminfo: memFree=22801572/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=140804 CPUtime=51.08 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 49704 0 0 0 5100 8 0 0 25 0 1 0 608718743 144183296 30902 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 35201 30902 242 26 0 31833 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140804

[startup+102.314 s]
/proc/loadavg: 4.45 2.91 3.33 7/368 4609
/proc/meminfo: memFree=22319328/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=152476 CPUtime=102.3 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 51883 0 0 0 10219 11 0 0 25 0 1 0 608718743 156135424 32956 33554432000 4194304 4298156 140733998768096 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 38119 32956 242 26 0 34751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152476

[startup+162.301 s]
/proc/loadavg: 4.71 3.32 3.44 5/368 4611
/proc/meminfo: memFree=22337100/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=152476 CPUtime=162.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 77910 0 0 0 16212 17 0 0 25 0 1 0 608718743 156135424 33789 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 38119 33789 242 26 0 34751 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152476

[startup+222.301 s]
/proc/loadavg: 4.30 3.45 3.48 5/368 4612
/proc/meminfo: memFree=22353836/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=222.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 135857 0 0 0 22203 26 0 0 25 0 1 0 608718743 175562752 34393 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 34393 242 26 0 39494 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171448

[startup+282.314 s]
/proc/loadavg: 4.14 3.56 3.51 5/368 4641
/proc/meminfo: memFree=22783264/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=282.3 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 178162 0 0 0 28197 33 0 0 25 0 1 0 608718743 175562752 35533 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256229 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 35533 242 26 0 39494 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171448

[startup+342.301 s]
/proc/loadavg: 4.05 3.64 3.54 5/368 4645
/proc/meminfo: memFree=22756068/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=342.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 218466 0 0 0 34188 41 0 0 25 0 1 0 608718743 175562752 37103 33554432000 4194304 4298156 140733998768096 18446744073709551615 4261709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 37103 242 26 0 39494 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 171448

[startup+402.301 s]
/proc/loadavg: 4.02 3.70 3.57 5/368 4647
/proc/meminfo: memFree=22745592/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=402.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 278260 0 0 0 40177 52 0 0 25 0 1 0 608718743 175562752 35750 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 35750 242 26 0 39494 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 171448

[startup+462.3 s]
/proc/loadavg: 4.00 3.75 3.59 5/368 4649
/proc/meminfo: memFree=22755240/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=462.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 319560 0 0 0 46171 58 0 0 25 0 1 0 608718743 175562752 38637 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 38637 242 26 0 39494 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 171448

[startup+522.3 s]
/proc/loadavg: 4.00 3.80 3.61 5/368 4650
/proc/meminfo: memFree=22712296/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=522.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 362734 0 0 0 52163 66 0 0 25 0 1 0 608718743 175562752 38470 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 38470 242 26 0 39494 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 171448

[startup+582.3 s]
/proc/loadavg: 4.00 3.83 3.64 5/368 4652
/proc/meminfo: memFree=22737060/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=582.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 409344 0 0 0 58156 73 0 0 25 0 1 0 608718743 207122432 39393 33554432000 4194304 4298156 140733998768096 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 39393 242 26 0 47199 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 202268

[startup+642.301 s]
/proc/loadavg: 4.16 3.89 3.66 5/368 4654
/proc/meminfo: memFree=22706252/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=642.29 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 457389 0 0 0 64149 80 0 0 25 0 1 0 608718743 207122432 39261 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 39261 242 26 0 47199 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 202268

[startup+702.301 s]
/proc/loadavg: 4.21 3.94 3.69 5/368 4655
/proc/meminfo: memFree=22684528/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=702.3 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 495724 0 0 0 70144 86 0 0 25 0 1 0 608718743 207122432 43300 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 43300 242 26 0 47199 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 202268

[startup+762.301 s]
/proc/loadavg: 4.15 3.96 3.72 5/368 4684
/proc/meminfo: memFree=22779808/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=762.3 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 548058 0 0 0 76134 96 0 0 25 0 1 0 608718743 207122432 40773 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 40773 242 26 0 47199 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 202268

[startup+822.301 s]
/proc/loadavg: 4.09 3.98 3.74 5/368 4685
/proc/meminfo: memFree=22773832/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=822.3 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 584727 0 0 0 82127 103 0 0 25 0 1 0 608718743 207122432 43312 33554432000 4194304 4298156 140733998768096 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 43312 242 26 0 47199 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 202268

[startup+882.301 s]
/proc/loadavg: 4.07 4.00 3.75 5/368 4687
/proc/meminfo: memFree=22729904/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=882.28 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 636696 0 0 0 88115 113 0 0 25 0 1 0 608718743 207122432 39810 33554432000 4194304 4298156 140733998768096 18446744073709551615 4272410 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 39810 242 26 0 47199 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 202268

[startup+942.313 s]
/proc/loadavg: 4.02 4.00 3.76 5/368 4689
/proc/meminfo: memFree=22754040/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=942.28 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 670316 0 0 0 94106 122 0 0 25 0 1 0 608718743 207122432 39603 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 39603 242 26 0 47199 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 202268

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.78 5/368 4690
/proc/meminfo: memFree=22731936/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1002.27 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 708959 0 0 0 100096 131 0 0 25 0 1 0 608718743 207122432 42504 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 42504 242 26 0 47199 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 202268

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/368 4692
/proc/meminfo: memFree=22685520/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=171448 CPUtime=1062.26 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 764345 0 0 0 106085 141 0 0 25 0 1 0 608718743 175562752 37831 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 42862 37831 242 26 0 39494 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 171448

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/368 4693
/proc/meminfo: memFree=22697372/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1122.25 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 810736 0 0 0 112075 150 0 0 25 0 1 0 608718743 207122432 40762 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 40762 242 26 0 47199 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 202268

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/368 4695
/proc/meminfo: memFree=22705160/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1182.24 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 858966 0 0 0 118066 158 0 0 25 0 1 0 608718743 207122432 39530 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 39531 242 26 0 47199 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 202268

[startup+1242.3 s]
/proc/loadavg: 4.16 4.03 3.83 5/368 4697
/proc/meminfo: memFree=22635808/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1242.23 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 900369 0 0 0 124055 168 0 0 25 0 1 0 608718743 207122432 43929 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 43929 242 26 0 47199 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 202268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.98 3.82 4/362 4716
/proc/meminfo: memFree=22786032/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1299.92 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 955811 0 0 0 129815 177 0 0 25 0 1 0 608718743 207122432 40308 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 40308 242 26 0 47199 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 202268

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.84 3.98 3.82 4/362 4716
/proc/meminfo: memFree=22786032/32951132 swapFree=64495964/67111528
[pid=4543] ppid=4541 vsize=202268 CPUtime=1299.92 cores=4,6
/proc/4543/stat : 4543 (contrasat_relea) R 4541 4543 3848 0 -1 4202496 955811 0 0 0 129815 177 0 0 25 0 1 0 608718743 207122432 40308 33554432000 4194304 4298156 140733998768096 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4543/statm: 50567 40308 242 26 0 47199 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 202268

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.94
CPU user time (s): 1298.16
CPU system time (s): 1.78373
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 282408

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

runsolver used 4.90725 second user time and 10.8104 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:59:51
IDJOB=3350522
IDBENCH=82481
IDSOLVER=1816
FILE ID=node129/3350522-1304971191
RUNJOBID= node129-1304971173-4339
PBS_JOBID= 13285621
Free space on /tmp= 48096 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350522-1304971191/watcher-3350522-1304971191 -o /tmp/evaluation-result-3350522-1304971191/solver-3350522-1304971191 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350522-1304971191.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1727825828

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:      23045216 kB
Buffers:        147248 kB
Cached:        4407312 kB
SwapCached:      52448 kB
Active:        2567592 kB
Inactive:      7133888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23045216 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:           29124 kB
Writeback:           0 kB
AnonPages:     5103184 kB
Mapped:          17716 kB
Slab:           101772 kB
PageTables:      38876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80026936 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= 48108 MiB
End job on node129 at 2011-05-09 22:21:33